﻿
/*-------------------
  Testimonial Styles
---------------------*/
.home-one-testimonial {
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .home-one-testimonial {
        margin-top: 0px;
    }
}

.testimonial-heading-area {
    padding-right: 50px;
}

@media only screen and (max-width: 479px) {
    .testimonial-heading-area {
        padding-right: 0;
    }
}

.testimonial-grid {
    box-shadow: var(--shadow-darker);
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 60px 30px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonial-grid:after {
        content: url(../images/testimonial/shape-1.png);
        position: absolute;
        top: -5px;
        right: -5px;
        z-index: -1;
    }

    .testimonial-grid .thumbnail {
        display: inline-block;
        position: relative;
        margin-bottom: 35px;
    }

        .testimonial-grid .thumbnail img {
            border-radius: 50%;
        }

        .testimonial-grid .thumbnail .qoute-icon {
            height: 34px;
            width: 34px;
            line-height: 30px;
            font-size: 13px;
            color: var(--color-white);
            background-color: var(--color-primary);
            border-radius: 50%;
            border: 4px solid var(--color-white);
            display: block;
            text-align: center;
            position: absolute;
            bottom: -8px;
            right: -12px;
        }

    .testimonial-grid .content p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .testimonial-grid .content .rating-icon {
        margin-bottom: 6px;
    }

        .testimonial-grid .content .rating-icon i {
            color: #f8b81f;
        }

    .testimonial-grid .content .title {
        font-weight: var(--p-medium);
        margin-bottom: 2px;
    }

    .testimonial-grid.testimonial-style-3 {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 30px;
    }

        .testimonial-grid.testimonial-style-3:after {
            display: none;
        }

.testimonial-slide .content {
    background-color: #e5e3e3;
    box-shadow: var(--shadow-darker);
    padding: 15px 15px 15px 15px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .testimonial-slide .content .logo {
        margin-bottom: 22px;
    }

    .testimonial-slide .content p {
        color: var(--color-heading);
        font-size: 16px;
        margin-bottom: 15px;
    }

    .testimonial-slide .content .rating-icon i {
        color: #f8b81f;
    }

.testimonial-slide .author-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .testimonial-slide .author-info .thumb {
        margin-right: 20px;
    }

        .testimonial-slide .author-info .thumb img {
            border-radius: 50%;
        }

    .testimonial-slide .author-info .info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .testimonial-slide .author-info .info .title {
            margin-bottom: 0;
        }

.testimonial-slide.testimonial-style-2 .content {
    padding: 45px 40px 50px 50px;
    border-radius: 5px;
}

@media only screen and (max-width: 479px) {
    .testimonial-slide.testimonial-style-2 .content {
        padding: 40px 30px;
    }
}

.testimonial-slide.testimonial-style-2 .content .rating-icon {
    margin-bottom: 20px;
}

.testimonial-slide.testimonial-style-2 .content p {
    margin-bottom: 24px;
}

.testimonial-slide.testimonial-style-3 .content {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

    .testimonial-slide.testimonial-style-3 .content .rating-icon {
        margin-bottom: 15px;
    }

    .testimonial-slide.testimonial-style-3 .content p {
        margin-bottom: 20px;
    }

.testimonial-area-2 {
    position: relative;
}

    .testimonial-area-2 .testimonial-activation {
        padding: 0 30px;
        margin: -30px -30px 0;
        margin-bottom: 50px;
    }

        .testimonial-area-2 .testimonial-activation .swiper-slide {
            opacity: 0;
            visibility: hidden;
        }

            .testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-active, .testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next,
            .testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next + .swiper-slide {
                opacity: 1;
                visibility: visible;
            }

@media only screen and (max-width: 991px) {
    .testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next + .swiper-slide {
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next {
        opacity: 0;
        visibility: hidden;
    }
}

.testimonial-area-2 .swiper-pagination {
    bottom: -70px;
}

.testimonial-area-2 .shape-group .shape-1 {
    top: 168px;
    right: -75px;
}

.testimonial-area-2 .shape-group .shape-2 {
    top: 217px;
    right: -106px;
}

.testimonial-area-2 .shape-group .shape-3 {
    bottom: 50px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-area-2.edu-section-gap .shape-group .shape-3 {
    bottom: 58px;
}

.testimonial-area-3 {
    position: relative;
    -webkit-mask-image: url(../images/others/mask-04.png);
    mask-image: url(../images/others/mask-04.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    background-color: var(--color-lighten04);
    padding: 115px 0 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-3 {
        padding: 95px 0 200px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-3 {
        padding: 75px 0 180px;
    }
}

.testimonial-area-3 .testimonial-activation-2 {
    margin: 0 -45px;
    padding: 0 30px;
}

    .testimonial-area-3 .testimonial-activation-2 .testimonial-slide .content {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide {
        opacity: 0;
        visibility: hidden;
    }

        .testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide.swiper-slide-active, .testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide.swiper-slide-next {
            opacity: 1;
            visibility: visible;
        }

@media only screen and (max-width: 991px) {
    .testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide.swiper-slide-next {
        opacity: 0;
    }
}

.testimonial-area-3 .swiper-pagination {
    bottom: 235px;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-3 .swiper-pagination {
        bottom: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-3 .shape-group {
        display: none;
    }
}

.testimonial-area-3 .shape-group li.shape-1 {
    top: 95px;
    left: 95px;
}

.testimonial-area-3 .shape-group li.shape-2 {
    bottom: 215px;
    left: 245px;
}

.testimonial-area-3 .shape-group li.shape-3 {
    bottom: 150px;
    right: 170px;
}

.testimonial-area-3 .shape-group li.shape-4 {
    top: 120px;
    right: 70px;
}

.testimonial-area-3 .shape-group li.shape-5 {
    bottom: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .testimonial-area-3 .shape-group li.shape-5 img {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }

.testimonial-area-4 {
    padding: 120px 0 70px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-4 {
        padding: 90px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-4 .testimonial-heading-area {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-4 .testimonial-heading-area .section-title.section-left {
        text-align: center;
    }
}

.testimonial-area-4 .testimonial-activation-3 {
    margin: 0 -50px;
    padding: 0 30px;
    margin-top: -30px;
    margin-bottom: 10px;
}

    .testimonial-area-4 .testimonial-activation-3 .swiper-slide {
        opacity: 0;
        visibility: hidden;
    }

        .testimonial-area-4 .testimonial-activation-3 .swiper-slide.swiper-slide-active, .testimonial-area-4 .testimonial-activation-3 .swiper-slide.swiper-slide-next {
            opacity: 1;
            visibility: visible;
        }

.testimonial-area-4 .shape-group li img {
    opacity: .2;
}

.testimonial-area-4 .shape-group li.shape-1 {
    bottom: 60px;
    left: 42%;
}

.testimonial-area-4 .shape-group li.shape-2 {
    bottom: 35px;
    right: 12%;
}

    .testimonial-area-4 .shape-group li.shape-2 img {
        opacity: .7;
    }

.testimonial-area-4 .swiper-navigation {
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-4 .swiper-navigation {
        text-align: center;
    }
}

.testimonial-area-8 {
    position: relative;
}

    .testimonial-area-8::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background-image: url(../images/bg/h8-testimonial-bg.svg);
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .testimonial-area-8 .testimonial-activation {
        padding: 0 30px;
        margin: -30px -30px 0;
        margin-bottom: 50px;
    }

        .testimonial-area-8 .testimonial-activation .swiper-slide {
            opacity: 0;
            visibility: hidden;
        }

            .testimonial-area-8 .testimonial-activation .swiper-slide.swiper-slide-active, .testimonial-area-8 .testimonial-activation .swiper-slide.swiper-slide-next,
            .testimonial-area-8 .testimonial-activation .swiper-slide.swiper-slide-next + .swiper-slide {
                opacity: 1;
                visibility: visible;
            }

@media only screen and (max-width: 991px) {
    .testimonial-area-8 .testimonial-activation .swiper-slide.swiper-slide-next + .swiper-slide {
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-8 .testimonial-activation .swiper-slide.swiper-slide-next {
        opacity: 0;
        visibility: hidden;
    }
}

.testimonial-area-8 .testimonial-slide {
    margin-top: 93px;
}

    .testimonial-area-8 .testimonial-slide .author-info {
        display: block;
    }

        .testimonial-area-8 .testimonial-slide .author-info .thumb {
            margin-right: 0;
            margin-top: -100px;
            margin-bottom: 35px;
        }

    .testimonial-area-8 .testimonial-slide .content {
        text-align: center;
        margin-bottom: 45px;
        border-radius: 10px;
    }

        .testimonial-area-8 .testimonial-slide .content p {
            margin-bottom: 30px;
        }

        .testimonial-area-8 .testimonial-slide .content .info .title {
            margin-top: 5px;
            margin-bottom: 5px;
        }

.testimonial-area-8 .shape-group li.shape-3 {
    bottom: 109px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-area-8 .swiper-horizontal > .swiper-pagination-bullets,
.testimonial-area-8 .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-area-8 .swiper-pagination-custom, .testimonial-area-8 .swiper-pagination-fraction {
    bottom: -30px;
}

.testimonial-area-9 {
    background: var(--color-lighten01);
}

    .testimonial-area-9 .testimonial-heading-area {
        width: 380px;
        padding-right: 0;
        padding-top: 50px;
        position: relative;
        z-index: 12;
    }

@media only screen and (max-width: 991px) {
    .testimonial-area-9 .testimonial-heading-area {
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-9 .testimonial-heading-area .section-left {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-9 .bg-thumbnail {
        text-align: center;
    }
}

.testimonial-area-9 .bg-thumbnail .shape-group li.shape-3 {
    left: -41px;
    bottom: -87px;
}

.testimonial-area-9 .bg-thumbnail .shape-group li.shape-4 {
    top: -80px;
    right: -105px;
}

.testimonial-area-9 .bg-thumbnail .shape-group li.shape-5 {
    left: -54px;
    bottom: -18px;
    z-index: 1;
}

.testimonial-area-9 .health-bg-thumbnail {
    margin-left: 34px;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-9 .health-bg-thumbnail {
        margin-left: 0;
    }
}

.testimonial-area-9 .home-health-testimonial-activator {
    margin-top: 110px;
    padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area-9 .home-health-testimonial-activator {
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-9 .home-health-testimonial-activator {
        margin-top: 0;
        padding-left: 0;
        text-align: center;
    }
}

.testimonial-area-9 .home-health-testimonial-activator .testimonial-grid {
    background-color: transparent;
    box-shadow: none;
}

    .testimonial-area-9 .home-health-testimonial-activator .testimonial-grid::after {
        display: none;
    }

    .testimonial-area-9 .home-health-testimonial-activator .testimonial-grid .thumbnail {
        margin-bottom: 25px;
    }

    .testimonial-area-9 .home-health-testimonial-activator .testimonial-grid .content .title {
        font-weight: var(--p-semi-bold);
    }

    .testimonial-area-9 .home-health-testimonial-activator .testimonial-grid .content p {
        color: var(--color-heading);
    }

.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation {
    position: relative;
    bottom: 25px;
    left: 44px;
    z-index: 12;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-9 .home-health-testimonial-activator .swiper-navigation {
        left: 0;
        bottom: 20px;
    }
}

.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-prv,
.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-nxt {
    line-height: 57px;
}

@media only screen and (max-width: 767px) {
    .testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-prv img,
    .testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-nxt img {
        width: 20px;
    }
}

.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-prv:hover img,
.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-nxt:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);
}

@media only screen and (max-width: 767px) {
    .testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-prv,
    .testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-nxt {
        line-height: 43px;
    }
}

.testimonial-area-9 .shape-group li.shape-1 {
    bottom: 0px;
    left: -169px;
}

.testimonial-area-9 .shape-group li.shape-2 {
    top: -91px;
    right: -150px;
}

.testimonial-area-12 {
    background: var(--color-lighten01);
    overflow: hidden;
}

    .testimonial-area-12 .testimonial-heading-area {
        padding-right: 0;
        position: relative;
        z-index: 12;
    }

@media only screen and (max-width: 991px) {
    .testimonial-area-12 .testimonial-heading-area {
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-12 .testimonial-heading-area .section-left {
        text-align: center;
    }
}

.testimonial-area-12 .testimonial-grid {
    background-color: transparent;
    box-shadow: none;
    padding: 10px 25px 40px 0;
    margin-left: -15px;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-12 .testimonial-grid {
        padding: 0 0 40px 0;
        margin-left: 0;
    }
}

.testimonial-area-12 .testimonial-grid::after {
    display: none;
}

.testimonial-area-12 .testimonial-grid .content p {
    font-size: 22px;
    color: var(--color-heading);
    font-weight: var(--p-medium);
    line-height: 1.63;
}

.testimonial-area-12 .testimonial-grid .content .author-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-12 .testimonial-grid .content .author-info {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.testimonial-area-12 .testimonial-grid .content .author-info .thumb {
    margin-right: 20px;
}

    .testimonial-area-12 .testimonial-grid .content .author-info .thumb img {
        border-radius: 50%;
    }

.testimonial-area-12 .testimonial-grid .content .author-info .info .title {
    font-weight: var(--p-semi-bold);
}

.testimonial-area-12 .bg-thumbnail {
    margin-bottom: -91px;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-12 .bg-thumbnail {
        text-align: center;
    }
}

.testimonial-area-12 .shape-group li.shape-3 {
    right: 33px;
    top: 262px;
}

.testimonial-area-12 .shape-group li.shape-4 {
    top: 154px;
    right: 11px;
}

.testimonial-area-12 .shape-group li.shape-5 {
    bottom: 0;
    left: -95px;
}

.testimonial-area-12 .shape-group li.shape-1 {
    top: 14px;
    left: -259px;
}

.testimonial-area-12 .shape-group li.shape-2 {
    top: -271px;
    left: -495px;
}

    .testimonial-area-12 .shape-group li.shape-2 span {
        display: block;
        height: 400px;
        width: 400px;
        border: 1px solid var(--color-border);
        border-radius: 50%;
    }

.testimonial-area-12 .shape-group li.shape-6 {
    left: -50px;
    top: 242px;
}

.testimonial-area-12 .swiper-navigation .swiper-btn-nxt,
.testimonial-area-12 .swiper-navigation .swiper-btn-prv {
    cursor: pointer;
}

    .testimonial-area-12 .swiper-navigation .swiper-btn-nxt:hover img,
    .testimonial-area-12 .swiper-navigation .swiper-btn-prv:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(951%) hue-rotate(199deg) brightness(113%) contrast(104%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(951%) hue-rotate(199deg) brightness(113%) contrast(104%);
    }

.testimonial-coverflow {
    margin: -55px 0;
}

    .testimonial-coverflow .testimonial-grid {
        margin: 55px 0;
        position: relative;
    }

@media only screen and (max-width: 575px) {
    .testimonial-coverflow .testimonial-grid {
        margin: 55px 30px;
    }
}

.testimonial-coverflow .testimonial-grid:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-white);
    opacity: .7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.testimonial-coverflow .swiper-slide {
    padding: 0;
}

    .testimonial-coverflow .swiper-slide.swiper-slide-visible.swiper-slide-active .testimonial-grid:before {
        opacity: 0;
    }

.swiper-testimonial-slider-wrapper .swiper-slide {
    opacity: 0;
}

    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible {
        opacity: 1;
    }

        .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
            margin-left: 36px;
            box-shadow: 70px 0px 50px 0px rgba(26, 46, 85, 0.1);
            padding: 40px 30px 50px;
        }

@media only screen and (max-width: 1199px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
        margin-left: 40px;
    }
}

.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
    margin-left: 40px;
    margin-right: 36px;
    box-shadow: -40px 0px 50px 0px rgba(26, 46, 85, 0.1);
    padding: 40px 30px 50px;
}

@media only screen and (max-width: 1199px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
        margin-left: 40px;
    }
}

.testimonial-area-1 {
    margin-bottom: -40px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-area-1 {
        margin-top: 0px;
    }
}

.testimonial-area-1 .home-one-testimonial-activator {
    padding: 0 30px;
    margin: 0 -45px;
    margin-top: -20px;
}

    .testimonial-area-1 .home-one-testimonial-activator .swiper-wrapper .swiper-slide {
        opacity: 0;
        visibility: hidden;
    }

        .testimonial-area-1 .home-one-testimonial-activator .swiper-wrapper .swiper-slide.swiper-slide-active, .testimonial-area-1 .home-one-testimonial-activator .swiper-wrapper .swiper-slide.swiper-slide-next {
            opacity: 1;
            visibility: visible;
        }

    .testimonial-area-1 .home-one-testimonial-activator .testimonial-grid {
        margin: 30px 0px 50px 0px;
    }

.swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    background-color: rgba(26, 182, 157, 0.3);
    opacity: 1;
    margin: 0 8px !important;
}

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #1ab69d;
    }

.testimonial-area-6 {
    position: relative;
}

    .testimonial-area-6:before {
        content: "";
        height: 925px;
        width: 100%;
        background: -webkit-linear-gradient(right, #f5f1eb 0%, rgba(245, 241, 235, 0.3) 100%);
        background: linear-gradient(-90deg, #f5f1eb 0%, rgba(245, 241, 235, 0.3) 100%);
        -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-6:before {
        height: 55%;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-6:before {
        height: 55%;
    }
}

.testimonial-area-6 .testimonial-activation-5 .swiper-wrapper .swiper-slide {
    padding: 0;
}

.testimonial-area-6 .swiper-pagination {
    bottom: 30px;
    text-align: right;
}

.testimonial-area-6 .shape-group li.shape-1 {
    bottom: 80px;
    left: -100px;
}

.testimonial-area-6 .shape-group li.shape-2 {
    top: -50px;
    right: -94px;
}

.testimonial-area-6 .shape-group li.shape-3 {
    top: -200px;
    right: -250px;
}

    .testimonial-area-6 .shape-group li.shape-3 span {
        height: 400px;
        width: 400px;
        border: 1px solid #e8e6e3;
        border-radius: 50%;
        display: block;
    }

.testimonial-area-10 {
    background: var(--bg-color);
    overflow: hidden;
}

    .testimonial-area-10 .testimonial-heading-area {
        padding-right: 0;
    }

    .testimonial-area-10 .home-language-testimonial-activator {
        max-width: 770px;
    }

        .testimonial-area-10 .home-language-testimonial-activator .testimonial-grid {
            box-shadow: none;
            border-radius: 5px;
            text-align: center;
            padding: 45px 64px 80px;
        }

@media only screen and (max-width: 479px) {
    .testimonial-area-10 .home-language-testimonial-activator .testimonial-grid {
        padding: 45px 30px 80px;
    }
}

.testimonial-area-10 .home-language-testimonial-activator .testimonial-grid::after {
    display: none;
}

.testimonial-area-10 .home-language-testimonial-activator .testimonial-grid .content .rating-icon {
    margin-bottom: 15px;
}

.testimonial-area-10 .home-language-testimonial-activator .testimonial-grid .content p {
    color: var(--color-heading);
}

.testimonial-area-10 .home-language-testimonial-activator .testimonial-grid .content .title {
    font-weight: var(--p-semi-bold);
}

.testimonial-area-10 .testimonial-thumb-wrap {
    margin: -56px auto 0;
    width: 320px;
    text-align: center;
    max-width: 100%;
}

    .testimonial-area-10 .testimonial-thumb-wrap .nav-thumb .clint-thumb {
        background: none;
        -webkit-transform: scale(0.6667);
        -ms-transform: scale(0.6667);
        transform: scale(0.6667);
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

        .testimonial-area-10 .testimonial-thumb-wrap .nav-thumb .clint-thumb img {
            border-radius: 50%;
            height: auto;
            max-width: 100%;
            vertical-align: top;
            cursor: pointer;
        }

    .testimonial-area-10 .testimonial-thumb-wrap .nav-thumb.swiper-slide-active .clint-thumb {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border-radius: 50%;
    }

    .testimonial-area-10 .testimonial-thumb-wrap .swiper-slide {
        padding: 0;
        opacity: 0;
        visibility: hidden;
    }

        .testimonial-area-10 .testimonial-thumb-wrap .swiper-slide.swiper-slide-prev, .testimonial-area-10 .testimonial-thumb-wrap .swiper-slide.swiper-slide-active, .testimonial-area-10 .testimonial-thumb-wrap .swiper-slide.swiper-slide-next {
            opacity: 1;
            visibility: visible;
        }

@media (max-width: 499px) {
    .testimonial-area-10 .testimonial-thumb-wrap .swiper-slide.swiper-slide-prev, .testimonial-area-10 .testimonial-thumb-wrap .swiper-slide.swiper-slide-next {
        visibility: hidden;
        opacity: 0;
    }
}

.testimonial-area-10 .shape-group li.shape-1 {
    left: 120px;
    top: 145px;
}

.testimonial-area-10 .shape-group li.shape-2 {
    left: 85px;
    top: 43%;
}

    .testimonial-area-10 .shape-group li.shape-2 span {
        width: 70px;
        height: 70px;
        background: var(--color-tertiary);
        border-radius: 100%;
    }

.testimonial-area-10 .shape-group li.shape-3 {
    left: -55px;
    top: 13px;
}

    .testimonial-area-10 .shape-group li.shape-3 span {
        display: block;
        height: 400px;
        width: 400px;
        border: 1px solid var(--color-border);
        border-radius: 50%;
    }

.testimonial-area-10 .shape-group li.shape-4 {
    right: -131px;
    top: 51px;
    z-index: 1;
}

.testimonial-area-10 .shape-group li.shape-5 {
    right: -467px;
    top: -256px;
}

    .testimonial-area-10 .shape-group li.shape-5 span {
        display: block;
        height: 470px;
        width: 470px;
        border: 1px solid var(--color-border);
        border-radius: 50%;
    }

.testimonial-area-11 {
    z-index: 1;
}

    .testimonial-area-11 .home-remote-testimonial-activator {
        max-width: 870px;
        padding: 0 30px;
        margin-top: -35px;
    }

@media only screen and (max-width: 575px) {
    .testimonial-area-11 .home-remote-testimonial-activator {
        padding: 0 10px;
    }
}

.testimonial-area-11 .home-remote-testimonial-activator .swiper-slide {
    opacity: 1;
    visibility: visible;
}

    .testimonial-area-11 .home-remote-testimonial-activator .swiper-slide.swiper-slide-prev, .testimonial-area-11 .home-remote-testimonial-activator .swiper-slide.swiper-slide-next {
        opacity: 0;
        visibility: hidden;
    }

.testimonial-area-11 .testimonial-slide {
    margin-top: 93px;
}

    .testimonial-area-11 .testimonial-slide .author-info {
        display: block;
    }

        .testimonial-area-11 .testimonial-slide .author-info .thumb {
            margin-right: 0;
            margin-top: -100px;
            margin-bottom: 35px;
        }

    .testimonial-area-11 .testimonial-slide .content {
        width: 770px;
        text-align: center;
        margin-bottom: 45px;
        border-radius: 10px;
        padding: 40px 95px;
    }

@media only screen and (max-width: 991px) {
    .testimonial-area-11 .testimonial-slide .content {
        width: 100%;
        padding: 40px 50px;
    }
}

@media only screen and (max-width: 479px) {
    .testimonial-area-11 .testimonial-slide .content {
        padding: 40px 20px;
    }
}

.testimonial-area-11 .testimonial-slide .content p {
    margin-bottom: 20px;
}

.testimonial-area-11 .testimonial-slide .content .info .title {
    margin-bottom: 5px;
}

.testimonial-area-11 .testimonial-slide .content .info .rating-icon {
    margin-top: 3px;
}

.testimonial-area-11 .swiper-horizontal > .swiper-pagination-bullets,
.testimonial-area-11 .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-area-11 .swiper-pagination-custom, .testimonial-area-11 .swiper-pagination-fraction {
    bottom: -30px;
}

.testimonial-area-11 .shape-group li.shape-1 {
    left: 107px;
    bottom: -50px;
}

.testimonial-area-11 .shape-group li.shape-2 {
    left: 70px;
    bottom: 29px;
}

    .testimonial-area-11 .shape-group li.shape-2 span {
        width: 70px;
        height: 70px;
        background: var(--color-tertiary);
        border-radius: 100%;
    }

.testimonial-area-11 .shape-group li.shape-3 {
    left: -28px;
    bottom: -235px;
    z-index: -1;
}

    .testimonial-area-11 .shape-group li.shape-3 span {
        display: block;
        height: 400px;
        width: 400px;
        border: 1px solid var(--color-border);
        border-radius: 50%;
    }

.testimonial-area-11 .shape-group li.shape-4 {
    right: -131px;
    top: 51px;
    z-index: 1;
}

.testimonial-area-11 .shape-group li.shape-5 {
    right: -362px;
    top: -120px;
}

.testimonial-area-13 {
    position: relative;
}

    .testimonial-area-13 .programming-testimonial-activation {
        margin: 0 -45px;
        padding: 0 30px;
    }

        .testimonial-area-13 .programming-testimonial-activation .testimonial-slide .content {
            margin-bottom: 50px;
        }

        .testimonial-area-13 .programming-testimonial-activation .swiper-wrapper .swiper-slide {
            opacity: 0;
            visibility: hidden;
        }

            .testimonial-area-13 .programming-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-active, .testimonial-area-13 .programming-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-next {
                opacity: 1;
                visibility: visible;
            }

@media only screen and (max-width: 991px) {
    .testimonial-area-13 .programming-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-next {
        opacity: 0;
    }
}

.testimonial-area-13 .swiper-navigation {
    text-align: center;
}

    .testimonial-area-13 .swiper-navigation .swiper-btn-prv,
    .testimonial-area-13 .swiper-navigation .swiper-btn-nxt {
        box-shadow: var(--shadow-dark);
    }

        .testimonial-area-13 .swiper-navigation .swiper-btn-prv:hover img,
        .testimonial-area-13 .swiper-navigation .swiper-btn-nxt:hover img {
            -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);
        }

.testimonial-area-13 .shape-group li.shape-1 {
    top: -27px;
    left: -223px;
}

.testimonial-area-13 .shape-group li.shape-2 {
    left: 27%;
    top: 87px;
}

    .testimonial-area-13 .shape-group li.shape-2 span {
        width: 550px;
        height: 550px;
        display: block;
        background: -webkit-linear-gradient(bottom, rgba(240, 244, 245, 0.2) 0%, #f0f4f5 100%);
        background: linear-gradient(0deg, rgba(240, 244, 245, 0.2) 0%, #f0f4f5 100%);
        border-radius: 50%;
    }

.testimonial-area-13 .shape-group li.shape-3 {
    right: -61px;
    top: 142px;
}

.testimonial-area-13 .shape-group li.shape-4 {
    right: -136px;
    top: 225px;
}

.testimonial-area-13 .shape-group li.shape-5 {
    left: 0;
    top: -340px;
}

.testimonial-area-14 {
    position: relative;
}

    .testimonial-area-14 .online-art-testimonial-activation {
        margin: 0 -45px;
        padding: 0 30px;
    }

        .testimonial-area-14 .online-art-testimonial-activation .testimonial-slide.testimonial-style-2 .content {
            margin-bottom: 50px;
            border-top-left-radius: 50px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 100px;
            border-bottom-left-radius: 5px;
        }

@media only screen and (max-width: 479px) {
    .testimonial-area-14 .online-art-testimonial-activation .testimonial-slide.testimonial-style-2 .content .author-info {
        display: block;
    }
}

.testimonial-area-14 .online-art-testimonial-activation .testimonial-slide.testimonial-style-2 .content .rating-icon {
    margin-bottom: 0;
}

.testimonial-area-14 .online-art-testimonial-activation .swiper-wrapper .swiper-slide {
    opacity: 0;
    visibility: hidden;
}

    .testimonial-area-14 .online-art-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-active, .testimonial-area-14 .online-art-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-next {
        opacity: 1;
        visibility: visible;
    }

@media only screen and (max-width: 991px) {
    .testimonial-area-14 .online-art-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-next {
        opacity: 0;
    }
}

.testimonial-area-14 .swiper-navigation {
    text-align: center;
}

    .testimonial-area-14 .swiper-navigation .swiper-btn-prv,
    .testimonial-area-14 .swiper-navigation .swiper-btn-nxt {
        box-shadow: var(--shadow-dark);
    }

        .testimonial-area-14 .swiper-navigation .swiper-btn-prv:hover img,
        .testimonial-area-14 .swiper-navigation .swiper-btn-nxt:hover img {
            -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);
        }

.testimonial-area-14 .shape-group li.shape-1 {
    top: 157px;
    left: -70px;
}

.testimonial-area-14 .shape-group li.shape-2 {
    right: inherit;
    top: 240px;
    left: -93px;
    z-index: 1;
}

.testimonial-area-14 .shape-group li.shape-3 {
    left: 27%;
    top: 105px;
    right: inherit;
}

    .testimonial-area-14 .shape-group li.shape-3 span {
        width: 550px;
        height: 550px;
        display: block;
        background: -webkit-linear-gradient(bottom, rgba(246, 241, 234, 0.2) 0%, rgba(246, 241, 234, 0.7) 100%);
        background: linear-gradient(0deg, rgba(246, 241, 234, 0.2) 0%, rgba(246, 241, 234, 0.7) 100%);
        border-radius: 50%;
    }

.testimonial-area-14 .shape-group li.shape-5 {
    left: 0;
    top: -340px;
}

.photography-testimonial {
    padding-bottom: 260px;
    z-index: 0;
}

    .photography-testimonial .photography-testimonial-activator {
        max-width: 800px;
    }

        .photography-testimonial .photography-testimonial-activator .testimonial-grid {
            background-color: transparent;
            box-shadow: none;
            border-radius: 5px;
            text-align: center;
            padding: 40px 0px 80px;
        }

@media only screen and (max-width: 479px) {
    .photography-testimonial .photography-testimonial-activator .testimonial-grid {
        padding: 40px 30px 80px;
    }
}

.photography-testimonial .photography-testimonial-activator .testimonial-grid::after {
    display: none;
}

.photography-testimonial .photography-testimonial-activator .testimonial-grid .content .quote-icon img {
    margin-top: -63px;
    -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(345%) hue-rotate(121deg) brightness(97%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(345%) hue-rotate(121deg) brightness(97%) contrast(94%);
}

.photography-testimonial .photography-testimonial-activator .testimonial-grid .content p {
    font-size: 22px;
    color: var(--color-heading);
}

.photography-testimonial .photography-testimonial-activator .testimonial-grid .content .title {
    font-weight: var(--p-semi-bold);
}

.photography-testimonial .photo-testimonial-thumb-wrap {
    margin: -56px auto 0;
    max-width: 320px;
    text-align: center;
    width: 100%;
}

    .photography-testimonial .photo-testimonial-thumb-wrap .nav-thumb .clint-thumb {
        background: none;
        -webkit-transform: scale(0.6667);
        -ms-transform: scale(0.6667);
        transform: scale(0.6667);
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

        .photography-testimonial .photo-testimonial-thumb-wrap .nav-thumb .clint-thumb img {
            border-radius: 50%;
            height: auto;
            max-width: 100%;
            width: 100%;
            vertical-align: top;
            cursor: pointer;
        }

    .photography-testimonial .photo-testimonial-thumb-wrap .nav-thumb.swiper-slide-active .clint-thumb {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border-radius: 50%;
    }

    .photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide {
        padding: 0;
        opacity: 0;
        visibility: hidden;
    }

        .photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide.swiper-slide-prev, .photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide.swiper-slide-active, .photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide.swiper-slide-next {
            opacity: 1;
            visibility: visible;
        }

@media (max-width: 499px) {
    .photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide.swiper-slide-prev, .photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide.swiper-slide-next {
        visibility: hidden;
        opacity: 0;
    }
}

.photography-testimonial .shape-group li.shape-1 {
    left: -78px;
    bottom: -228px;
    top: inherit;
}

.photography-testimonial .shape-group li.shape-2 {
    left: 46%;
    top: 38%;
}

.photography-testimonial .shape-group li.shape-3 {
    left: -695px;
    top: -261px;
}

.photography-testimonial .swiper-slide-controls {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background-color: var(--color-white);
    color: var(--color-heading);
    cursor: pointer;
}

    .photography-testimonial .swiper-slide-controls i {
        font-size: 20px;
        line-height: 58px;
    }

    .photography-testimonial .swiper-slide-controls:hover {
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
        background-color: var(--color-primary);
        color: var(--color-white);
    }

.photography-testimonial .slide-prev,
.photography-testimonial .slide-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 60px !important;
    margin-left: auto;
    margin-right: 6px;
    text-align: center;
    border-radius: 50%;
}

@media only screen and (max-width: 991px) {
    .photography-testimonial .slide-prev,
    .photography-testimonial .slide-next {
        display: none;
    }
}

.photography-testimonial .slide-next {
    right: 15px;
}

.photography-testimonial .slide-prev {
    left: 15px;
}

.digital-marketing-testimonial {
    z-index: 0;
}

    .digital-marketing-testimonial::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg/bg-image-46.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .digital-marketing-testimonial .testimonial-heading-area {
        padding-right: 0;
    }

        .digital-marketing-testimonial .testimonial-heading-area .section-title {
            margin-bottom: 0;
        }

    .digital-marketing-testimonial .digital-marketing-activator {
        max-width: 960px;
    }

        .digital-marketing-testimonial .digital-marketing-activator .testimonial-grid {
            background-color: transparent;
            box-shadow: none;
            border-radius: 5px;
            text-align: center;
            padding: 40px 0px 80px;
        }

@media only screen and (max-width: 479px) {
    .digital-marketing-testimonial .digital-marketing-activator .testimonial-grid {
        padding: 40px 30px 80px;
    }
}

.digital-marketing-testimonial .digital-marketing-activator .testimonial-grid::after {
    display: none;
}

.digital-marketing-testimonial .digital-marketing-activator .testimonial-grid .content p {
    font-size: 18px;
    color: var(--color-heading);
}

.digital-marketing-testimonial .digital-marketing-activator .testimonial-grid .content .title {
    font-weight: var(--p-semi-bold);
}

.digital-marketing-testimonial .digital-marketing-testimonial-thumbs {
    margin: -56px auto 0;
    max-width: 320px;
    text-align: center;
    width: 100%;
}

    .digital-marketing-testimonial .digital-marketing-testimonial-thumbs .nav-thumb .clint-thumb {
        background: none;
        -webkit-transform: scale(0.6667);
        -ms-transform: scale(0.6667);
        transform: scale(0.6667);
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

        .digital-marketing-testimonial .digital-marketing-testimonial-thumbs .nav-thumb .clint-thumb img {
            border-radius: 50%;
            height: auto;
            max-width: 100%;
            width: 100%;
            vertical-align: top;
            cursor: pointer;
        }

    .digital-marketing-testimonial .digital-marketing-testimonial-thumbs .nav-thumb.swiper-slide-active .clint-thumb {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border-radius: 50%;
    }

    .digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide {
        padding: 0;
        opacity: 0;
        visibility: hidden;
    }

        .digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide.swiper-slide-prev, .digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide.swiper-slide-active, .digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide.swiper-slide-next {
            opacity: 1;
            visibility: visible;
        }

@media (max-width: 499px) {
    .digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide.swiper-slide-prev, .digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide.swiper-slide-next {
        visibility: hidden;
        opacity: 0;
    }
}

.digital-marketing-testimonial .shape-group li.shape-1 {
    left: -248px;
    top: -21px;
}

.digital-marketing-testimonial .shape-group li.shape-2 {
    left: -193px;
    top: 27px;
}

.digital-marketing-testimonial .shape-group li.shape-3 {
    right: -225px;
    bottom: 75px;
}

.digital-marketing-testimonial .shape-group li.shape-4 {
    right: -178px;
    bottom: 21px;
}

.business-testimonial {
    padding: 160px 0 100px;
    position: relative;
}

    .business-testimonial::before, .business-testimonial::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .business-testimonial::before {
        background-image: url(../images/bg/business-testimonial-bg-1.svg);
    }

    .business-testimonial::after {
        background-image: url(../images/bg/business-testimonial-bg-2.svg);
    }

    .business-testimonial .testimonial-heading-area {
        position: relative;
        z-index: 2;
    }

    .business-testimonial .business-testimonial-activation {
        margin: 0 -50px;
        padding: 0 30px;
        margin-top: -30px;
        margin-bottom: 10px;
        position: relative;
        z-index: 2;
    }

        .business-testimonial .business-testimonial-activation .testimonial-slide .content {
            box-shadow: none;
        }

        .business-testimonial .business-testimonial-activation .swiper-slide {
            opacity: 0;
            visibility: hidden;
        }

            .business-testimonial .business-testimonial-activation .swiper-slide.swiper-slide-active, .business-testimonial .business-testimonial-activation .swiper-slide.swiper-slide-next {
                opacity: 1;
                visibility: visible;
            }

    .business-testimonial .shape-group li.shape-1 {
        left: 0;
        bottom: 0;
    }

    .business-testimonial .shape-group li.shape-2 {
        bottom: inherit;
        right: -81px;
        top: -33px;
        z-index: 1;
    }

    .business-testimonial .shape-group li.shape-3 {
        top: 23px;
        right: -115px;
        z-index: 2;
    }

    .business-testimonial .shape-group li img {
        opacity: 1;
    }

.testimonial-area-18 {
    overflow: hidden !important;
    max-height: 950px;
    position: relative;
}

    .testimonial-area-18::before, .testimonial-area-18::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        pointer-events: none;
    }

    .testimonial-area-18::after {
        bottom: 0;
        min-height: 370px;
        background: -webkit-linear-gradient(bottom, #ffffff 40%, #ffffff 0%, rgba(244, 244, 250, 0) 100%);
        background: linear-gradient(0deg, #ffffff 40%, #ffffff 0%, rgba(244, 244, 250, 0) 100%);
        z-index: 10;
    }

    .testimonial-area-18::before {
        top: 0;
        min-height: 350px;
        background: -webkit-linear-gradient(top, #ffffff 50%, #ffffff 0%, rgba(244, 244, 250, 0) 60%);
        background: linear-gradient(180deg, #ffffff 50%, #ffffff 0%, rgba(244, 244, 250, 0) 60%);
        z-index: 10;
    }

    .testimonial-area-18 .section-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 12;
    }

    .testimonial-area-18 .testimonial-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

@media only screen and (max-width: 991px) {
    .testimonial-area-18 .testimonial-wrapper {
        display: block;
    }
}

.testimonial-area-18 .testimonial-wrapper .testimonial-wrap {
    -webkit-animation: eduBlinkTestimonialScroll 40s linear infinite;
    animation: eduBlinkTestimonialScroll 40s linear infinite;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
}

    .testimonial-area-18 .testimonial-wrapper .testimonial-wrap .testimonial-style-18 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 15px;
    }

        .testimonial-area-18 .testimonial-wrapper .testimonial-wrap .testimonial-style-18 .content {
            padding: 45px 40px 40px 40px;
            margin-top: 0;
            margin-bottom: 0;
        }

    .testimonial-area-18 .testimonial-wrapper .testimonial-wrap:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

.testimonial-area-19 {
    background-color: var(--cta-color-bg);
    padding-top: 100px;
    overflow: hidden;
}

    .testimonial-area-19 .testimonial-bg-area {
        margin-top: -60px;
    }

@media only screen and (max-width: 1199px) {
    .testimonial-area-19 .testimonial-bg-area {
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-19 .testimonial-bg-area {
        text-align: center;
    }
}

.testimonial-area-19 .gym-testimonial-activator {
    margin: 0 -15px;
    position: relative;
}

    .testimonial-area-19 .gym-testimonial-activator .swiper-navigation {
        position: absolute;
        right: 113px;
        bottom: 113px;
        z-index: 1;
    }

@media only screen and (max-width: 575px) {
    .testimonial-area-19 .gym-testimonial-activator .swiper-navigation {
        display: none;
    }
}

.testimonial-area-19 .gym-testimonial-activator .swiper-navigation .swiper-btn-nxt,
.testimonial-area-19 .gym-testimonial-activator .swiper-navigation .swiper-btn-prv {
    border: 1px solid #E5E5E5;
}

.testimonial-area-19 .testimonial-style-2 .content {
    width: 670px;
    height: 500px;
    box-shadow: none;
    padding: 60px 40px 70px 50px;
    border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-area-19 .testimonial-style-2 .content {
        width: 100%;
        height: 100%;
        margin-top: 0;
        margin-bottom: 60px;
    }
}

.testimonial-area-19 .testimonial-style-2 .content .pre-title {
    padding-bottom: 8px;
    display: block;
    text-transform: uppercase;
}

.testimonial-area-19 .testimonial-style-2 .content h3 {
    font-size: 36px;
    font-weight: var(--p-bold);
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .testimonial-area-19 .testimonial-style-2 .content h3 {
        font-size: 28px;
    }
}

.testimonial-area-19 .testimonial-style-2 .content p {
    font-size: 22px;
    font-weight: var(--p-medium);
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-area-19 .testimonial-style-2 .content p {
        font-size: 18px;
    }
}

.testimonial-area-19 .testimonial-style-2 .content .shape-line {
    display: block;
    color: var(--color-primary);
}

.testimonial-area-19 .testimonial-style-2 .content .author-info {
    margin-top: 35px;
}

.testimonial-area-19 .shape-group li.shape-1 {
    left: -52px;
    top: 259px;
}

.testimonial-area-19 .shape-group li.shape-2 {
    left: 0;
    top: 180px;
    z-index: 0;
}

.testimonial-area-19 .shape-group li.shape-3 {
    right: -384px;
    top: -190px;
}

    .testimonial-area-19 .shape-group li.shape-3 span {
        display: block;
        height: 350px;
        width: 350px;
        border: 1px solid var(--color-border);
        border-radius: 50%;
    }

.testimonial-area-19 .shape-group li.shape-4 {
    right: -239px;
    top: 54px;
}

/*-------------------
  Video Styles
---------------------*/
.video-gallery {
    position: relative;
    z-index: 1;
}

    .video-gallery .thumbnail {
        position: relative;
    }

        .video-gallery .thumbnail img {
            border-radius: 0 80px 0 120px;
        }

        .video-gallery .thumbnail .video-play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border: 0;
            width: 80px;
            height: 80px;
            line-height: 82px;
            -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
            transition: all 1s cubic-bezier(0, 0, 0.2, 1);
            border-radius: 50%;
            background: var(--color-secondary);
            margin: 0 auto;
            display: inline-block;
            font-size: 24px;
            text-align: center;
            color: var(--color-white);
        }

@media only screen and (max-width: 575px) {
    .video-gallery .thumbnail .video-play-btn {
        width: 60px;
        height: 60px;
        line-height: 62px;
    }
}

.video-gallery .thumbnail .video-play-btn i {
    margin-left: 5px;
}

.video-gallery .thumbnail .video-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-gallery .thumbnail .video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.video-gallery .thumbnail:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0 80px 0 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-gallery .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

    .video-gallery .shape-group li.shape-1 {
        top: -70px;
        right: -70px;
    }

    .video-gallery .shape-group li.shape-2 {
        top: -100px;
        right: 15px;
        z-index: 1;
    }

@media only screen and (max-width: 767px) {
    .video-gallery .shape-group li.shape-2 {
        display: none;
    }
}

.video-gallery .shape-group li.shape-3 {
    bottom: -40px;
    left: -130px;
}

.video-area-1 {
    position: relative;
}

    .video-area-1::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg/bg-image-13.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }

.video-area-2 {
    position: relative;
    z-index: 1;
    padding: 10px 0 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-area-2 {
        padding: 150px 0 200px;
    }
}

@media only screen and (max-width: 767px) {
    .video-area-2 {
        padding: 120px 0 150px;
    }
}

.video-area-2:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgb(10 3 46 / 86%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.video-banner-content {
    text-align: center;
}

    .video-banner-content .video-btn {
        margin-bottom: 100px;
    }

@media only screen and (max-width: 767px) {
    .video-banner-content .video-btn {
        margin-bottom: 70px;
    }
}

.video-banner-content .video-play-btn {
    position: relative;
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 82px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: var(--color-secondary);
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: var(--color-white);
}

    .video-banner-content .video-play-btn i {
        margin-left: 5px;
    }

    .video-banner-content .video-play-btn:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
        left: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-animation: ripple 2s linear infinite;
        animation: ripple 2s linear infinite;
    }

    .video-banner-content .video-play-btn:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
        left: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-animation: ripple 2s linear 1s infinite;
        animation: ripple 2s linear 1s infinite;
    }

.video-banner-content .title {
    color: var(--color-white);
    margin-bottom: 0;
}

.video-area-3 {
    margin-top: -270px;
}

@media only screen and (max-width: 767px) {
    .video-area-3 {
        margin-top: -150px;
    }
}

@media only screen and (max-width: 479px) {
    .video-area-3 {
        margin-top: -75px;
    }
}

.video-area-3 .video-gallery .thumbnail img {
    border-radius: 10px;
}

.video-area-3 .video-gallery .thumbnail:before {
    border-radius: 10px;
}

.video-area-3 .video-gallery .shape-group li.shape-1 {
    top: -70px;
    right: auto;
    left: -70px;
}

.video-area-3 .video-gallery .shape-group li.shape-2 {
    top: -20px;
    right: auto;
    left: -110px;
}

.video-area-3 .video-gallery .shape-group li.shape-3 {
    bottom: -40px;
    right: -40px;
    left: auto;
    z-index: 1;
}

.video-area-4 .video-gallery {
    /* margin-bottom: -275px; */
}

@media only screen and (max-width: 575px) {
    .video-area-4 .video-gallery {
        margin-bottom: 0px;
    }
}

.video-gallery-5 {
    margin-top: 40px;
}

    .video-gallery-5 .thumbnail:before {
        border-radius: 50px 10px 0 0;
    }

    .video-gallery-5 .thumbnail img {
        border-radius: 50px 10px 0 0;
        width: 100%;
    }

    .video-gallery-5 .content {
        background-color: var(--color-white);
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
        border-radius: 0 0 10px 10px;
        padding: 22px 30px;
    }

        .video-gallery-5 .content .title {
            margin-bottom: 0;
            width: 60%;
        }

@media only screen and (max-width: 1199px) {
    .video-gallery-5 .content .title {
        width: 100%;
    }
}

/*-------------------
  Why Choose Styles
---------------------*/
.why-choose-content .section-title {
    margin-bottom: 32px;
}

.why-choose-content .features-list .features-box {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 36px;
}

    .why-choose-content .features-list .features-box .icon {
        background-color: transparent;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .why-choose-content .features-list .features-box .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .why-choose-content .features-list .features-box .content .title {
            margin-bottom: 6px;
        }

        .why-choose-content .features-list .features-box .content p {
            color: var(--color-body);
        }

    .why-choose-content .features-list .features-box.color-secondary-style .icon {
        border: 1px solid rgba(238, 74, 98, 0.2);
    }

    .why-choose-content .features-list .features-box.color-secondary-style:hover .icon {
        background-color: var(--color-secondary);
    }

    .why-choose-content .features-list .features-box.color-primary-style .icon {
        border: 1px solid rgba(26, 182, 157, 0.2);
    }

    .why-choose-content .features-list .features-box.color-primary-style:hover .icon {
        background-color: var(--color-primary);
    }

    .why-choose-content .features-list .features-box.color-extra05-style .icon {
        border: 1px solid rgba(248, 148, 31, 0.2);
    }

    .why-choose-content .features-list .features-box.color-extra05-style:hover .icon {
        background-color: var(--color-extra05);
    }

.why-choose-gallery {
    position: relative;
    z-index: 1;
}

    .why-choose-gallery .thumbnail img {
        border-radius: 10px;
    }

    .why-choose-gallery .thumbnail.thumbnail-1 {
        text-align: right;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-gallery .thumbnail.thumbnail-1 {
        margin-right: 80px;
    }
}

.why-choose-gallery .thumbnail.thumbnail-2 {
    margin-top: -230px;
}

@media only screen and (max-width: 767px) {
    .why-choose-gallery .thumbnail.thumbnail-2 {
        display: none;
    }
}

.why-choose-gallery .thumbnail.thumbnail-2 img {
    background-color: var(--color-white);
    padding: 10px;
    box-shadow: 0 30px 90px 0 rgba(26, 46, 85, 0.1);
}

.why-choose-gallery .shape-group li.shape-1 {
    top: 100px;
    left: 30px;
}

.why-choose-gallery .shape-group li.shape-2 {
    bottom: -35px;
    right: 45px;
}

    .why-choose-gallery .shape-group li.shape-2 img {
        -webkit-animation: rotateIt 10s linear infinite;
        animation: rotateIt 10s linear infinite;
    }

.why-choose-area-2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: var(--color-white);
}

    .why-choose-area-2:before {
        content: "";
        height: 68%;
        width: 100%;
        background-color: var(--color-lighten04);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 84%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 84%, 0% 100%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

@media only screen and (max-width: 991px) {
    .why-choose-area-2 .shape-group {
        display: none;
    }
}

.why-choose-area-2 .shape-group li {
    position: absolute;
    z-index: -1;
}

    .why-choose-area-2 .shape-group li.shape-1 {
        top: -310px;
        left: -50px;
    }

        .why-choose-area-2 .shape-group li.shape-1 span {
            display: block;
            height: 476px;
            width: 476px;
            border: 1px solid var(--color-border);
            border-radius: 50%;
        }

    .why-choose-area-2 .shape-group li.shape-2 {
        top: 80px;
        left: 100px;
    }

    .why-choose-area-2 .shape-group li.shape-3 {
        top: 100px;
        right: -20px;
    }

        .why-choose-area-2 .shape-group li.shape-3 span {
            display: block;
            height: 476px;
            width: 476px;
            border: 1px solid var(--color-border);
            border-radius: 50%;
        }

    .why-choose-area-2 .shape-group li.shape-4 {
        top: 50px;
        right: 10px;
    }

    .why-choose-area-2 .shape-group li.shape-5 {
        bottom: -50px;
        right: -50px;
    }

        .why-choose-area-2 .shape-group li.shape-5 span {
            display: block;
            height: 100px;
            width: 100px;
            border: 16px solid #f8b81f;
            border-radius: 50%;
        }

.why-choose-box.features-box {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
    padding: 10px;
    border-radius: 5px;
}

    .why-choose-box.features-box .icon {
        /* height: 90px; */
        /* width: 90px; */
        font-size: 44px;
    }

    .why-choose-box.features-box .content .title {
        margin-bottom: 5px;
    }

.why-choose-box-2.features-box {
    box-shadow: var(--shadow-darker);
    padding: 0 50px 55px;
    border-radius: 5px 50px 5px 70px;
}

    .why-choose-box-2.features-box .icon {
        height: 90px;
        width: 90px;
        font-size: 44px;
        -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
        transform: translateY(-55px);
        margin-top: 55px;
        margin-bottom: -20px;
        color: var(--color-white);
    }

    .why-choose-box-2.features-box .content .title {
        margin-bottom: 22px;
    }

    .why-choose-box-2.features-box.color-primary-style .icon {
        background-color: #1ab69d;
    }

    .why-choose-box-2.features-box.color-secondary-style .icon {
        background-color: #ee4a62;
    }

    .why-choose-box-2.features-box.color-extra08-style .icon {
        background-color: #4664e4;
    }

.why-choose-box-3.features-box {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 0;
    border-radius: 5px;
    max-width: 370px;
    margin: 0 auto;
}

    .why-choose-box-3.features-box .thumbnail img {
        border-radius: 5px 5px 0 0;
    }

    .why-choose-box-3.features-box .content {
        padding: 0 40px 45px;
    }

    .why-choose-box-3.features-box .icon {
        margin-top: -40px;
        position: relative;
        height: 90px;
        width: 90px;
        font-size: 44px;
        color: var(--color-white);
    }

    .why-choose-box-3.features-box .content .title {
        margin-bottom: 22px;
    }

    .why-choose-box-3.features-box.color-primary-style .icon {
        background-color: #1ab69d;
    }

    .why-choose-box-3.features-box.color-secondary-style .icon {
        background-color: #ee4a62;
    }

    .why-choose-box-3.features-box.color-extra08-style .icon {
        background-color: #4664e4;
    }

.why-choose-area-3 {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .why-choose-area-3 .shape-group {
        display: none;
    }
}

.why-choose-area-3 .shape-group li.shape-1 {
    top: -180px;
    left: 75px;
}

@media only screen and (max-width: 1650px) {
    .why-choose-area-3 .shape-group li.shape-1 {
        left: -100px;
    }
}

.why-choose-area-3 .shape-group li.shape-1 span {
    display: block;
    height: 476px;
    width: 476px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.why-choose-area-3 .shape-group li.shape-2 {
    top: 195px;
    left: 120px;
}

@media only screen and (max-width: 1650px) {
    .why-choose-area-3 .shape-group li.shape-2 {
        left: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .why-choose-area-3 .shape-group li.shape-2 {
        left: -60px;
        top: 150px;
    }
}

.why-choose-area-3 .shape-group li.shape-3 {
    top: 210px;
    right: -60px;
}

.why-choose-area-4 {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .why-choose-area-4 .shape-group {
        display: none;
    }
}

.why-choose-area-4 .shape-group li {
    position: absolute;
    z-index: -1;
}

    .why-choose-area-4 .shape-group li.shape-1 {
        top: -25px;
        left: -205px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .why-choose-area-4 .shape-group li.shape-1 {
        top: -35px;
        left: -165px;
    }
}

.why-choose-area-4 .shape-group li.shape-2 {
    top: 10px;
    right: -270px;
}

    .why-choose-area-4 .shape-group li.shape-2 span {
        height: 400px;
        width: 400px;
        border: 1px solid #e8e6e3;
        border-radius: 50%;
        display: block;
    }

.why-choose-area-4 .shape-group li.shape-3 {
    right: -45px;
    bottom: -27px;
}

    .why-choose-area-4 .shape-group li.shape-3 span {
        display: block;
        height: 101px;
        width: 101px;
        border: 15px solid var(--color-tertiary);
        border-radius: 50%;
    }

/*-------------------
  404 Error
---------------------*/
.error-page-area {
    position: relative;
}

    .error-page-area > .shape-group li {
        position: absolute;
        z-index: -1;
    }

        .error-page-area > .shape-group li.shape-1 {
            bottom: -12px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            opacity: .3;
        }

.edu-error {
    text-align: center;
}

    .edu-error .thumbnail {
        margin-bottom: 60px;
        position: relative;
        display: inline-block;
    }

@media only screen and (max-width: 575px) {
    .edu-error .thumbnail {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-error .thumbnail .shape-group {
        display: none;
    }
}

.edu-error .thumbnail .shape-group li {
    position: absolute;
    z-index: -1;
}

    .edu-error .thumbnail .shape-group li.shape-1 {
        left: -46px;
        top: -5px;
        opacity: .4;
    }

    .edu-error .thumbnail .shape-group li.shape-2 {
        left: 50px;
        top: -15px;
    }

    .edu-error .thumbnail .shape-group li.shape-3 {
        right: -46px;
        top: -25px;
        opacity: .4;
    }

    .edu-error .thumbnail .shape-group li.shape-4 {
        right: -12px;
        top: 40px;
        z-index: 1;
    }

.edu-error .content .title {
    font-size: 50px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .edu-error .content .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .edu-error .content .title {
        font-size: 30px;
    }
}

.edu-error .content .subtitle {
    margin-bottom: 65px;
}

@media only screen and (max-width: 575px) {
    .edu-error .content .subtitle {
        margin-bottom: 50px;
    }
}

.edu-error .content .edu-btn i {
    padding-right: 10px;
    font-size: 16px;
    top: 1px;
}

.coming-soon-page-area {
    height: 100vh;
    width: 100%;
    background: var(--gradient-primary);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
    min-height: 500px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    overflow-y: inherit;
}

    .coming-soon-page-area::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg/bg-image-22.png);
        z-index: -1;
    }

    .coming-soon-page-area .shape-group li {
        position: absolute;
        z-index: -1;
    }

        .coming-soon-page-area .shape-group li.shape-1 {
            top: 70px;
            left: 155px;
        }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .coming-soon-page-area .shape-group li.shape-1 {
        left: -55px;
    }
}

.coming-soon-page-area .shape-group li.shape-2 {
    top: 240px;
    left: 360px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .coming-soon-page-area .shape-group li.shape-2 {
        left: 105px;
    }
}

.coming-soon-page-area .shape-group li.shape-3 {
    top: 170px;
    right: 19%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .coming-soon-page-area .shape-group li.shape-3 {
        right: 0;
    }
}

.coming-soon-page-area .shape-group li.shape-4 {
    top: 50px;
    right: 14%;
    height: 71px;
    width: 71px;
    border: 11px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.coming-soon-content {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}

    .coming-soon-content .coming-countdown {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

@media only screen and (max-width: 767px) {
    .coming-soon-content .coming-countdown .countdown-section {
        margin: 0 15px 30px;
    }

        .coming-soon-content .coming-countdown .countdown-section .countdown-number {
            font-size: 35px;
        }

        .coming-soon-content .coming-countdown .countdown-section:after {
            top: -14px;
            right: -20px;
        }
}

.coming-soon-content .title {
    font-size: 90px;
    color: var(--color-white);
    font-weight: var(--p-extra-bold);
    margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .coming-soon-content .title {
        font-size: 75px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .coming-soon-content .title {
        font-size: 65px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .coming-soon-content .title {
        font-size: 50px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .coming-soon-content .title {
        font-size: 40px;
        margin-bottom: 35px;
    }
}

.coming-soon-content .input-group {
    background-color: var(--color-white);
    border-radius: 5px;
    margin-top: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .coming-soon-content .input-group {
        margin-top: 30px;
    }
}

.coming-soon-content .input-group .form-control {
    background-color: transparent;
    height: 50px;
}

    .coming-soon-content .input-group .form-control:focus {
        box-shadow: none;
    }

.coming-soon-content .input-group .edu-btn {
    border-radius: 5px !important;
    padding: 0 35px;
}

@media only screen and (max-width: 479px) {
    .coming-soon-content .input-group .edu-btn {
        padding: 0 15px;
    }
}

/*=======================================================================
    Modern Schooling Styles Starts
=========================================================================*/
.hero-banner.hero-style-8 {
    min-height: 790px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-8 {
        padding-top: 95px;
    }
}

.hero-banner.hero-style-8 .banner-content {
    z-index: 12;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-8 .banner-content {
        text-align: center;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-8 .banner-content {
        padding-top: 90px;
    }
}

.hero-banner.hero-style-8 .banner-content p {
    padding-right: 90px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-8 .banner-content p {
        padding-right: 0;
    }
}

.hero-banner.hero-style-8 .banner-content .banner-search {
    width: 92%;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-8 .banner-content .banner-search {
        width: 100%;
    }
}

.hero-banner.hero-style-8 .banner-content .banner-search .input-group {
    box-shadow: var(--shadow-darker3);
    border: none;
    border-radius: 4px;
}

    .hero-banner.hero-style-8 .banner-content .banner-search .input-group .form-control {
        height: 70px;
        border: none;
        line-height: 1;
        font-size: 15px;
        color: var(--color-body);
        font-weight: 400;
        padding: 0 0 0 20px;
    }

        .hero-banner.hero-style-8 .banner-content .banner-search .input-group .form-control:focus {
            box-shadow: none;
        }

    .hero-banner.hero-style-8 .banner-content .banner-search .input-group .search-btn {
        border: none;
        background-color: transparent;
        font-size: 20px;
        color: var(--color-heading);
        padding: 0 20px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

        .hero-banner.hero-style-8 .banner-content .banner-search .input-group .search-btn:hover {
            color: var(--color-primary);
        }

.hero-banner.hero-style-8 .banner-thumbnail {
    margin-right: -100px;
    margin-top: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .hero-banner.hero-style-8 .banner-thumbnail {
        margin-right: -40px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-8 .banner-thumbnail {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-8 .banner-thumbnail .thumbnail {
        padding-bottom: 100px;
    }
}

.hero-banner.hero-style-8 .banner-thumbnail .instructor-info {
    bottom: -60px;
    left: 35px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-8 .banner-thumbnail .instructor-info {
        left: 0;
        bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-8 .banner-thumbnail .instructor-info {
        display: none;
    }
}

.hero-banner.hero-style-8 .banner-thumbnail .shape-group li.shape-1 {
    top: 120px;
    left: 162px;
}

.hero-banner.hero-style-8 .banner-thumbnail .shape-group li.shape-2 {
    top: 92px;
    left: inherit;
    right: -30px;
}

.hero-banner.hero-style-8 .banner-thumbnail .shape-group li.shape-3 {
    top: inherit;
    left: inherit;
    right: -100px;
    bottom: 9px;
}

@media only screen and (min-width: 1401px) and (max-width: 1650px) {
    .hero-banner.hero-style-8 .banner-thumbnail .shape-group li.shape-3 {
        right: -40px;
    }
}

.hero-banner.hero-style-8 .banner-thumbnail .shape-group li.shape-4 {
    top: -25px;
    right: inherit;
    left: -10px;
    z-index: -1;
}

.hero-banner.hero-style-8 .shape-group li {
    position: absolute;
}

    .hero-banner.hero-style-8 .shape-group li.shape-5 {
        left: -220px;
        top: -240px;
        z-index: 1;
    }

        .hero-banner.hero-style-8 .shape-group li.shape-5 span {
            display: block;
            width: 400px;
            height: 400px;
            border: 1px solid var(--color-border);
            border-radius: 50%;
        }

    .hero-banner.hero-style-8 .shape-group li.shape-6 {
        left: -297px;
        top: -23px;
        z-index: 1;
    }

.brand-area-6 {
    background-color: var(--cta-color-bg);
    padding: 30px 0;
}

    .brand-area-6 .brand-grid-wrap .brand-grid {
        border-right: 1px solid #e8eced;
    }

.categorie-area-4 .categorie-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: transparent;
    padding: 0;
    text-align: left;
}

    .categorie-area-4 .categorie-grid .icon {
        font-size: 40px;
        margin: 0 20px 0 0;
    }

        .categorie-area-4 .categorie-grid .icon .computer-science {
            font-size: 33px;
        }

        .categorie-area-4 .categorie-grid .icon .health-fitness {
            font-size: 46px;
        }

        .categorie-area-4 .categorie-grid .icon .personal-development {
            font-size: 44px;
        }

        .categorie-area-4 .categorie-grid .icon .art-design {
            font-size: 40px;
        }

        .categorie-area-4 .categorie-grid .icon .video-photography {
            font-size: 37px;
        }

        .categorie-area-4 .categorie-grid .icon .data-science {
            font-size: 41px;
        }

    .categorie-area-4 .categorie-grid.color-primary-style, .categorie-area-4 .categorie-grid.color-secondary-style, .categorie-area-4 .categorie-grid.color-extra01-style, .categorie-area-4 .categorie-grid.color-extra02-style, .categorie-area-4 .categorie-grid.color-extra03-style, .categorie-area-4 .categorie-grid.color-extra04-style, .categorie-area-4 .categorie-grid.color-extra05-style, .categorie-area-4 .categorie-grid.color-extra06-style, .categorie-area-4 .categorie-grid.color-extra07-style, .categorie-area-4 .categorie-grid.color-tertiary-style {
        background-color: transparent;
    }

    .categorie-area-4 .categorie-grid.categorie-style-4 .content {
        margin-top: 13px;
    }

        .categorie-area-4 .categorie-grid.categorie-style-4 .content .title {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .categorie-area-4 .categorie-grid.categorie-style-4 .content span {
            display: block;
        }

    .categorie-area-4 .categorie-grid.categorie-style-4.color-primary-style .content .title:hover {
        color: var(--color-primary);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4.color-secondary-style .content .title:hover {
        color: var(--color-secondary);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4.color-extra01-style .content .title:hover {
        color: var(--color-extra01);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4.color-extra02-style .content .title:hover {
        color: var(--color-extra02);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4.color-extra03-style .content .title:hover {
        color: var(--color-extra03);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4.color-extra04-style .content .title:hover {
        color: var(--color-extra04);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4.color-extra05-style .content .title:hover {
        color: var(--color-extra05);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4.color-extra06-style .content .title:hover {
        color: var(--color-extra06);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4.color-extra07-style .content .title:hover {
        color: var(--color-extra07);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4.color-tertiary-style .content .title:hover {
        color: var(--color-tertiary);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-primary-style {
        background-color: transparent;
    }

        .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-primary-style .icon {
            background-color: var(--color-primary);
        }

    .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-secondary-style {
        background-color: transparent;
    }

        .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-secondary-style .icon {
            background-color: var(--color-secondary);
        }

    .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra01-style {
        background-color: transparent;
    }

        .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra01-style .icon {
            background-color: var(--color-extra01);
        }

    .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra02-style {
        background-color: transparent;
    }

        .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra02-style .icon {
            background-color: var(--color-extra02);
        }

    .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra03-style {
        background-color: transparent;
    }

        .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra03-style .icon {
            background-color: var(--color-extra03);
        }

    .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra04-style {
        background-color: transparent;
    }

        .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra04-style .icon {
            background-color: var(--color-extra04);
        }

    .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra05-style {
        background-color: transparent;
    }

        .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra05-style .icon {
            background-color: var(--color-extra05);
        }

    .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra06-style {
        background-color: transparent;
    }

        .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra06-style .icon {
            background-color: var(--color-extra06);
        }

    .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra07-style .icon {
        background-color: var(--color-extra07);
    }

    .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-tertiary-style {
        background-color: transparent;
    }

        .categorie-area-4 .categorie-grid.categorie-style-4:hover.color-tertiary-style .icon {
            background-color: var(--color-tertiary);
        }

    .categorie-area-4 .categorie-grid:hover {
        background-color: transparent;
    }

        .categorie-area-4 .categorie-grid:hover .content .title {
            color: var(--color-heading);
        }

@media only screen and (max-width: 991px) {
    .faq-style-5 .section-title {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .faq-style-5 .edu-faq-gallery .thumbnail-1 {
        text-align: center;
    }
}

.faq-style-5 .edu-faq-gallery .shape-group li.shape-1 {
    top: 179px;
    left: 3px;
}

.faq-style-5 .edu-faq-gallery .shape-group li.shape-2 {
    right: 147px;
    top: 61%;
}

.faq-style-5 .edu-faq-gallery .shape-group li.shape-3 {
    bottom: 0;
    left: -66%;
}

.faq-style-5 .faq-accordion .accordion-item .accordion-button {
    background: var(--gradient-primary);
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

    .faq-style-5 .faq-accordion .accordion-item .accordion-button.collapsed {
        background: transparent;
    }

.edu-cta-banner-area-6 {
    background: var(--gradient-primary);
    width: 100%;
    overflow: visible !important;
    background: #fc81269c;
    /*background: linear-gradient(19deg, #2e2178 0%, #e37a20 100%);*/
    background: linear-gradient(90deg, rgb(255 255 255 / 1%) -25%, rgb(7 0 45) 45%);
}

    .edu-cta-banner-area-6 .thumbnail img {
        height: 567px;
        margin-top: 25px;
        margin-left: 60px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-cta-banner-area-6 .thumbnail img {
        margin-top: -30px;
    }
}

@media only screen and (max-width: 991px) {
    .edu-cta-banner-area-6 .thumbnail img {
        display: none;
    }
}

.edu-cta-banner-area-6 .section-title {
    padding: 120px 0;
}

@media only screen and (max-width: 991px) {
    .edu-cta-banner-area-6 .section-title {
        text-align: center;
        padding: 70px 0;
    }

        .edu-cta-banner-area-6 .section-title br {
            display: none;
        }
}

.edu-cta-banner-area-6 .section-title .title {
    color: var(--color-white);
}

.edu-cta-banner-area-6 .section-title a.edu-btn.btn-sceondary:hover {
    color: var(--color-heading) !important;
    background-color: var(--color-white) !important;
}

.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-01 {
    top: 100px !important;
    left: -8px !important;
}

.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-02 {
    top: 161px !important;
    left: -64px !important;
    bottom: inherit !important;
}

.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-03 {
    left: 28% !important;
    bottom: 100px !important;
    z-index: -1 !important;
    right: inherit !important;
    top: inherit !important;
}

.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-04 {
    top: inherit !important;
    right: inherit !important;
    bottom: 29% !important;
    left: 29% !important;
    z-index: 1;
}

.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-05 {
    top: 110px !important;
    right: -251px !important;
}

.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-06 {
    top: 0 !important;
    right: -32% !important;
}

.edu-cta-banner-area-6 .btn-secondary::after {
    background: var(--color-white);
}

.edu-cta-banner-area-6 .btn-secondary:hover {
    color: var(--color-heading) !important;
}

/*=======================================================================
    Modern Schooling Styles End
=========================================================================*/
/*=======================================================================
    Health Coach Styles Starts
=========================================================================*/
.hero-banner.hero-style-9 {
    position: relative;
    overflow: hidden;
}

    .hero-banner.hero-style-9 .slider {
        width: 100%;
        height: 95vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-9 .slider {
        height: auto;
    }
}

.hero-banner.hero-style-9 .slider .container {
    position: relative;
    padding-top: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .hero-banner.hero-style-9 .slider .container {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-9 .slider .container {
        padding-top: 100px;
    }
}

.hero-banner.hero-style-9 .slider .container .shape-group li.shape-1 {
    left: -460px;
    top: -308px;
    z-index: -1;
}

    .hero-banner.hero-style-9 .slider .container .shape-group li.shape-1 span {
        display: block;
        width: 474px;
        height: 474px;
        border: 1px solid var(--color-border);
        border-radius: 50%;
    }

.hero-banner.hero-style-9 .slider .container .shape-group li.shape-2 {
    left: -257px;
    top: 70px;
}

.hero-banner.hero-style-9 .slider .health-slider-content {
    width: calc(61% - 120px);
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-right: 40px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-9 .slider .health-slider-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-banner.hero-style-9 .slider .health-slider-content br {
        display: none;
    }
}

.hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide {
    padding: 0;
}

    .hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide .inner {
        width: 100%;
        display: block;
    }

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide .inner {
        text-align: center;
    }
}

.hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide .inner .pre-title {
    font-weight: var(--p-bold);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-left: 5px;
}

.hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide .inner .title {
    padding-top: 15px;
}

.hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide .inner p {
    font-size: 18px;
    color: var(--color-heading);
}

.hero-banner.hero-style-9 .slider .health-slider-main {
    width: calc(44vw + 80px);
    height: calc(80vh - 150px);
    overflow: hidden;
    margin: 0;
    position: absolute;
    left: calc(60% - 80px);
    top: 100px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-9 .slider .health-slider-main {
        width: 100%;
        position: static;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-9 .slider .health-slider-main {
        height: calc(48vh - 150px);
    }
}

.hero-banner.hero-style-9 .slider .health-slider-main .swiper-slide {
    padding: 0;
}

.hero-banner.hero-style-9 .slider .health-slider-main .slide-image {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: center !important;
    background-size: cover !important;
}

.hero-banner.hero-style-9 .hero-slider-bg-controls {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 1400px) {
    .hero-banner.hero-style-9 .hero-slider-bg-controls {
        display: none;
    }
}

.hero-banner.hero-style-9 .hero-slider-bg-controls .swiper-slide-controls {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background-color: var(--color-white);
    color: var(--color-heading);
    cursor: pointer;
}

    .hero-banner.hero-style-9 .hero-slider-bg-controls .swiper-slide-controls i {
        font-size: 20px;
        line-height: 58px;
    }

    .hero-banner.hero-style-9 .hero-slider-bg-controls .swiper-slide-controls:hover {
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
        background-color: var(--color-primary);
        color: var(--color-white);
    }

.hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev,
.hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next {
    position: relative;
    width: 60px !important;
    margin-left: auto;
    margin-right: 6px;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--shadow-darker3);
}

.hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next {
    right: 0px;
    top: -69px;
}

.hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev {
    right: -70px;
    top: 0;
}

.hero-banner.hero-style-9 .shape-group li.shape-3 {
    top: 35px;
    left: 39%;
}

.hero-banner.hero-style-9 .shape-group li.shape-4 {
    bottom: 25%;
    left: 100px;
}

@media only screen and (min-width: 1401px) and (max-width: 1650px) {
    .hero-banner.hero-style-9 .shape-group li.shape-4 {
        left: 2px;
    }
}

@media (max-width: 1400px) {
    .hero-banner.hero-style-9 .shape-group li.shape-4 {
        display: none;
    }
}

.hero-banner.hero-style-9 .shape-group li.shape-5 {
    right: 38.5%;
    bottom: 12.6%;
    z-index: 1;
}

.hero-banner.hero-style-9 .shape-group li.shape-6 {
    right: 42.5%;
    bottom: 14.5%;
}

@media only screen and (max-width: 991px) {
    .features-area-5 {
        padding-top: 100px;
    }
}

.features-area-5 .features-box {
    box-shadow: none;
    padding: 0;
    -webkit-transition: var(--transition-2);
    transition: var(--transition-2);
}

    .features-area-5 .features-box .icon {
        width: 120px;
        height: 120px;
        margin: 0 auto -50px;
        border: 7px solid var(--color-white);
        box-shadow: var(--shadow-darker4);
        border-radius: 50%;
        position: relative;
        z-index: 1;
        -webkit-transition: var(--transition-2);
        transition: var(--transition-2);
    }

    .features-area-5 .features-box .content {
        background-color: var(--color-white);
        box-shadow: var(--shadow-darker);
        padding: 100px 40px 50px 40px;
        border-radius: 5px;
    }

@media only screen and (max-width: 991px) {
    .features-area-5 .features-box .content {
        margin-bottom: 20px;
    }
}

.features-area-5 .features-box .content .title {
    font-weight: var(--p-bold);
}

.features-area-5 .features-box.color-primary-style .icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(56%) saturate(571%) hue-rotate(121deg) brightness(99%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(53%) sepia(56%) saturate(571%) hue-rotate(121deg) brightness(99%) contrast(92%);
}

.features-area-5 .features-box.color-primary-style:hover .icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%);
}

.features-area-5 .features-box.color-secondary-style .icon {
    background-color: rgba(238, 74, 98, 0.1);
    box-shadow: 0px 20px 70px 0px rgba(176, 57, 75, 0.2);
}

    .features-area-5 .features-box.color-secondary-style .icon img {
        -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(93%) saturate(3371%) hue-rotate(324deg) brightness(96%) contrast(93%);
        filter: brightness(0) saturate(100%) invert(47%) sepia(93%) saturate(3371%) hue-rotate(324deg) brightness(96%) contrast(93%);
    }

.features-area-5 .features-box.color-secondary-style:hover .icon {
    background-color: #ee4a62;
}

    .features-area-5 .features-box.color-secondary-style:hover .icon img {
        -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%);
        filter: brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%);
    }

.features-area-5 .features-box.color-extra06-style .icon {
    background-color: #e7f7fe;
    box-shadow: 0px 20px 70px 0px rgba(27, 89, 116, 0.2);
}

    .features-area-5 .features-box.color-extra06-style .icon img {
        -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(25%) saturate(4311%) hue-rotate(170deg) brightness(104%) contrast(96%);
        filter: brightness(0) saturate(100%) invert(67%) sepia(25%) saturate(4311%) hue-rotate(170deg) brightness(104%) contrast(96%);
    }

.features-area-5 .features-box.color-extra06-style:hover .icon {
    background-color: var(--color-extra06);
}

    .features-area-5 .features-box.color-extra06-style:hover .icon img {
        -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%);
        filter: brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%);
    }

.categorie-area-5 {
    position: relative;
    z-index: 1;
}

    .categorie-area-5::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg/bg-image-32.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        z-index: -1;
    }

    .categorie-area-5 .categorie-grid {
        padding: 30px 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        background-color: var(--color-white);
        box-shadow: var(--shadow-darker);
    }

        .categorie-area-5 .categorie-grid .icon {
            height: 80px;
            width: 80px;
            border-radius: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 32px;
            margin: 0 auto 28px;
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

        .categorie-area-5 .categorie-grid .content {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-top: 10px;
            margin-left: 20px;
        }

            .categorie-area-5 .categorie-grid .content .title {
                font-weight: var(--p-bold);
                margin-bottom: 10px;
                color: var(--color-heading);
            }

            .categorie-area-5 .categorie-grid .content p {
                color: var(--color-body);
                margin-bottom: 0;
            }

        .categorie-area-5 .categorie-grid.color-primary .icon {
            background-color: rgba(26, 182, 157, 0.07);
            color: #1ab69d;
        }

        .categorie-area-5 .categorie-grid.color-primary:hover .icon {
            background-color: #1ab69d;
            color: var(--color-white);
        }

        .categorie-area-5 .categorie-grid.color-secondary .icon {
            background-color: rgba(238, 74, 98, 0.102);
            color: #ee4a62;
        }

        .categorie-area-5 .categorie-grid.color-secondary:hover .icon {
            background-color: #ee4a62;
            color: var(--color-white);
        }

        .categorie-area-5 .categorie-grid.color-extra08 .icon {
            background-color: rgba(70, 100, 228, 0.102);
            color: #4664e4;
        }

        .categorie-area-5 .categorie-grid.color-extra08:hover .icon {
            background-color: #4664e4;
            color: var(--color-white);
        }

        .categorie-area-5 .categorie-grid.color-tertiary .icon {
            background-color: rgba(248, 148, 31, 0.102);
        }

            .categorie-area-5 .categorie-grid.color-tertiary .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(92%) saturate(605%) hue-rotate(343deg) brightness(101%) contrast(95%);
                filter: brightness(0) saturate(100%) invert(71%) sepia(92%) saturate(605%) hue-rotate(343deg) brightness(101%) contrast(95%);
            }

        .categorie-area-5 .categorie-grid.color-tertiary:hover .icon {
            background-color: #f8941f;
        }

            .categorie-area-5 .categorie-grid.color-tertiary:hover .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
                filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
            }

        .categorie-area-5 .categorie-grid.color-extra02 .icon {
            background-color: rgba(142, 86, 255, 0.102);
        }

            .categorie-area-5 .categorie-grid.color-extra02 .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(46%) sepia(76%) saturate(4932%) hue-rotate(240deg) brightness(101%) contrast(104%);
                filter: brightness(0) saturate(100%) invert(46%) sepia(76%) saturate(4932%) hue-rotate(240deg) brightness(101%) contrast(104%);
            }

        .categorie-area-5 .categorie-grid.color-extra02:hover .icon {
            background-color: #8e56ff;
        }

            .categorie-area-5 .categorie-grid.color-extra02:hover .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
                filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
            }

        .categorie-area-5 .categorie-grid.color-extra07 .icon {
            background-color: rgba(249, 37, 150, 0.102);
            color: #f92596;
        }

            .categorie-area-5 .categorie-grid.color-extra07 .icon.Physical-activity {
                font-size: 30px;
            }

        .categorie-area-5 .categorie-grid.color-extra07:hover .icon {
            background-color: #f92596;
            color: var(--color-white);
        }

.hero-style-10 {
    min-height: 650px;
    position: relative;
    top: 90px;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(255 255 255 / 1%) -25%, rgb(7 0 45) 45%);
}

@media only screen and (max-width: 1199px) {
    .hero-style-10 {
        min-height: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-10 {
        min-height: 650px;
        position: relative;
        top: 45px;
        overflow: hidden;
        background: linear-gradient(90deg, rgb(21 9 88) 0%, rgb(45 35 102) 45%, rgba(0, 212, 255, 1) 100%);
    }

        .hero-style-10 .banner-content {
            position: relative;
            z-index: 2;
        }

            .hero-style-10 .banner-content p {
                padding-right: 85px;
            }


    .edu-header .header-mainmenu {
        background-color: var(--color-white);
        box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
        position: fixed;
        top: 0px !important;
    }

    .features-grid-wrap {
        margin-top: 45px;
    }

    .features-area-2 {
     margin-top: 0;
    }

}

@media only screen and (max-width: 991px) {
    .hero-style-10 .banner-content p {
        padding-right: 0;
    }
}

.hero-style-10 .banner-content .shape-group li.shape-1 {
    left: -485px;
    top: -430px;
}

    .hero-style-10 .banner-content .shape-group li.shape-1 span {
        border: 32px solid rgba(255, 255, 255, 0.302);
        border-radius: 50%;
        width: 453px;
        height: 453px;
        display: inline-block;
    }

.hero-style-10 .banner-content .shape-group li.shape-2 {
    left: -209px;
    top: -30px;
}

    .hero-style-10 .banner-content .shape-group li.shape-2 span {
        width: 100px;
        height: 100px;
        background: var(--color-tertiary);
        border-radius: 100%;
    }

@media only screen and (max-width: 991px) {
    .hero-style-10 .banner-content {
        margin-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-style-10 .banner-content {
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .hero-banner .banner-content .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-style-10 .banner-content {
        margin-bottom: 50px;
    }
}

.hero-style-10 .banner-thumbnail {
    margin-right: 0px;
    margin-bottom: -170px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-10 .banner-thumbnail {
        margin-left: 0;
        margin-right: -70px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-10 .banner-thumbnail {
        margin-bottom: -20px;
        margin-right: 0;
    }
}

.hero-style-10 .banner-thumbnail .instructor-info {
    bottom: 100px;
    left: -315px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-10 .banner-thumbnail .instructor-info {
        bottom: 150px;
        left: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-10 .banner-thumbnail .instructor-info {
        bottom: 250px;
        left: -16px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-style-10 .banner-thumbnail .instructor-info {
        display: none;
    }
}

.hero-style-10 .banner-thumbnail .instructor-info .inner {
    max-width: 100%;
    width: 100%;
    max-height: 259px;
    background-color: var(--color-white);
    border-radius: 75px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 27px 10px;
    position: relative;
}

    .hero-style-10 .banner-thumbnail .instructor-info .inner::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: 50%;
        width: 70px;
        height: 1px;
        /* background-color: var(--color-border); */
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item {
        font-size: 35px;
        font-weight: var(--p-bold);
        text-align: center;
        margin-bottom: 0;
    }

        .hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item.primary-color {
            color: var(--color-primary);
        }

        .hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item.secondary-color {
            color: var(--color-secondary);
        }

        .hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item.count-number span {
            font-size: 30px;
            font-family: var(--font-secondary);
            font-weight: var(--p-extra-bold);
        }

    .hero-style-10 .banner-thumbnail .instructor-info .inner .title {
        font-size: 13px;
        text-transform: uppercase;
    }

    .hero-style-10 .banner-thumbnail .instructor-info .inner .enrolled-counter {
        margin-top: 10px;
    }

    .hero-style-10 .banner-thumbnail .instructor-info .inner .lahguage-counter {
        margin-top: 72px;
    }

.hero-style-10 .banner-thumbnail .shape-group li.shape-3 {
    top: 11px;
    left: -24%;
    z-index: 1;
}

.hero-style-10 .banner-thumbnail .shape-group li.shape-4 {
    top: -12px;
    left: -122px;
    right: inherit;
    z-index: -1;
}

.hero-style-10 .banner-thumbnail .shape-group li.shape-5 {
    top: -90px;
    right: 175px;
}

.hero-style-10 .banner-thumbnail .shape-group li.shape-6 {
    top: -35px;
    right: 228px;
}

.hero-style-10 .banner-thumbnail .shape-group li.shape-7 {
    right: 203px;
    bottom: 240px;
}

.hero-style-10 .wave-bottom-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
    .hero-style-10 .wave-bottom-bg {
        display: none;
    }
}

.hero-style-10 .shape-group li.shape-8 {
    right: 0;
    top: 225px;
    z-index: 1;
}

.features-area-6 {
    padding-bottom: 50px;
    position: relative;
}

    .features-area-6::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -297px;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: url(../images/bg/wave-banner.svg);
        background-repeat: no-repeat;
        background-position: center top;
    }

@media only screen and (max-width: 575px) {
    .features-area-6::after {
        display: none;
    }
}

.features-area-6 .section-title {
    margin-bottom: -40px;
}

.features-area-6 .features-box {
    background-color: transparent;
    box-shadow: none;
}

    .features-area-6 .features-box .title {
        font-weight: var(--p-bold);
    }

    .features-area-6 .features-box p {
        color: var(--color-body);
    }

    .features-area-6 .features-box .icon {
        width: 100%;
        height: 100%;
        text-align: center;
    }

        .features-area-6 .features-box .icon.icon-course {
            background: url(../images/bg/features-bg-1.svg);
            background-repeat: no-repeat;
            background-position: center;
        }

            .features-area-6 .features-box .icon.icon-course svg {
                -webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(79%) saturate(3130%) hue-rotate(240deg) brightness(101%) contrast(102%);
                filter: brightness(0) saturate(100%) invert(37%) sepia(79%) saturate(3130%) hue-rotate(240deg) brightness(101%) contrast(102%);
            }

        .features-area-6 .features-box .icon.icon-tag {
            background: url(../images/bg/features-bg-2.svg);
            background-repeat: no-repeat;
            background-position: center;
        }

@media only screen and (max-width: 575px) {
    .features-area-6 .features-box .icon.icon-tag {
        margin-top: 20px;
    }
}

.features-area-6 .features-box .icon.icon-tag svg {
    -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(23%) saturate(4728%) hue-rotate(321deg) brightness(92%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(47%) sepia(23%) saturate(4728%) hue-rotate(321deg) brightness(92%) contrast(102%);
}

.features-area-6 .features-box .icon.icon-certificate {
    background: url(../images/bg/features-bg-3.svg);
    background-repeat: no-repeat;
    background-position: center;
}

    .features-area-6 .features-box .icon.icon-certificate svg {
        -webkit-filter: brightness(0) saturate(100%) invert(68%) sepia(74%) saturate(5492%) hue-rotate(138deg) brightness(105%) contrast(80%);
        filter: brightness(0) saturate(100%) invert(68%) sepia(74%) saturate(5492%) hue-rotate(138deg) brightness(105%) contrast(80%);
    }

.features-area-6 .features-box .icon.icon-member {
    background: url(../images/bg/features-bg-4.svg);
    background-repeat: no-repeat;
    background-position: center;
}

    .features-area-6 .features-box .icon.icon-member svg {
        -webkit-filter: brightness(0) saturate(100%) invert(83%) sepia(54%) saturate(3372%) hue-rotate(345deg) brightness(109%) contrast(94%);
        filter: brightness(0) saturate(100%) invert(83%) sepia(54%) saturate(3372%) hue-rotate(345deg) brightness(109%) contrast(94%);
    }

@media only screen and (max-width: 991px) {
    .features-area-6 .features-box.feature-wrapper {
        margin-top: 50px;
    }
}

.features-area-6 .shape-group li.shape-1 {
    right: -210px;
    top: -88px;
}

.features-area-6 .shape-group li.shape-2 {
    right: -359px;
    top: -296px;
}

.faq-style-1.faq-style-6 {
    padding: 120px 0 0 0;
    overflow: hidden;
}

    .faq-style-1.faq-style-6 .edu-faq-content {
        padding-bottom: 120px;
    }

@media only screen and (max-width: 991px) {
    .faq-style-1.faq-style-6 .edu-faq-content {
        padding-bottom: 60px;
    }
}

.faq-style-1.faq-style-6 .edu-faq-gallery {
    bottom: -96px;
}

@media only screen and (max-width: 1199px) {
    .faq-style-1.faq-style-6 .edu-faq-gallery {
        bottom: -115px;
        left: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .faq-style-1.faq-style-6 .edu-faq-gallery {
        left: 0;
        bottom: 0;
    }
}

.faq-style-1.faq-style-6 .edu-faq-gallery .thumbnail-1 img {
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    .faq-style-1.faq-style-6 .edu-faq-gallery .thumbnail-1 {
        text-align: center;
    }
}

.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-1 {
    top: -88px;
    left: 0%;
}

    .faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-1 span {
        width: 550px;
        height: 550px;
        border-radius: 50%;
        display: block;
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.05);
    }

.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-2 {
    top: -37px;
    left: 50px;
}

    .faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-2 span {
        width: 450px;
        height: 450px;
        border-radius: 50%;
        display: block;
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.05);
    }

.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-3 {
    top: 165px;
    left: 367px;
    bottom: inherit;
    z-index: -1;
}

.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-4 {
    top: 80px;
    right: -38px;
    left: inherit;
    bottom: inherit;
    z-index: 1;
}

.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-5 {
    left: -20px;
    bottom: 153px;
}

.faq-style-1.faq-style-6 .faq-accordion .accordion-item .accordion-button {
    background: var(--gradient-primary);
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

    .faq-style-1.faq-style-6 .faq-accordion .accordion-item .accordion-button.collapsed {
        box-shadow: none;
        background: var(--color-white);
        border: 1px solid var(--color-border);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.faq-style-1.faq-style-6 .faq-accordion .accordion-item .accordion-body {
    background-color: var(--color-white);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .faq-style-1.faq-style-6 .row--45 > [class*="col"],
    .faq-style-1.faq-style-6 .row--45 > [class*="col-"] {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.video-area-5 {
    position: relative;
    width: 100;
}

    .video-area-5::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg/testimonial-wave-bg.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

    .video-area-5 .video-gallery .thumbnail::before {
        border-radius: 5px;
    }

    .video-area-5 .video-gallery .thumbnail img {
        width: 100%;
        border-radius: 5px;
        box-shadow: 0px 30px 60px 0px rgba(15, 11, 44, 0.15);
    }

    .video-area-5 .video-gallery .thumbnail .video-play-btn {
        background: var(--color-white);
    }

        .video-area-5 .video-gallery .thumbnail .video-play-btn i {
            color: var(--color-secondary);
        }

        .video-area-5 .video-gallery .thumbnail .video-play-btn::before {
            border: 1px solid rgba(255, 255, 255, 0.4);
        }

        .video-area-5 .video-gallery .thumbnail .video-play-btn::after {
            border: 1px solid rgba(255, 255, 255, 0.4);
        }

@media only screen and (max-width: 991px) {
    .video-area-5 .video-gallery .thumbnail-2 {
        margin-top: 50px;
    }
}

/*=======================================================================
   Language Academy Styles End
=========================================================================*/
/*=======================================================================
    Remote Training Styles Starts
=========================================================================*/
.hero-style-11 {
    padding: 240px 0 160px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-11 {
        padding: 180px 0 130px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-style-11 {
        padding: 150px 0 80px;
    }
}

.hero-style-11.remote-training {
    min-height: 840px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    margin-top: -110px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-11.remote-training {
        min-height: 100%;
    }
}

.hero-style-11::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/bg-image-35.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.hero-style-11 .banner-content p {
    padding-right: 20px;
}

@media only screen and (max-width: 991px) {
    .hero-style-11 .banner-content p {
        padding-right: 0;
    }
}

.hero-style-11 .banner-content .shape-group li.shape-1 {
    top: -57px;
    left: -218px;
}

.hero-style-11 .banner-thumbnail {
    margin-right: 0;
}

    .hero-style-11 .banner-thumbnail .thumbnail img {
        border-radius: 20px;
        box-shadow: var(--shadow-darker);
    }

    .hero-style-11 .banner-thumbnail .shape-group li.shape-2 {
        top: inherit;
        left: -68px;
        bottom: -65px;
    }

    .hero-style-11 .banner-thumbnail .shape-group li.shape-3 {
        left: 75px;
        bottom: -50px;
        top: inherit;
    }

        .hero-style-11 .banner-thumbnail .shape-group li.shape-3 span {
            width: 80px;
            height: 80px;
            background: var(--color-tertiary);
            border-radius: 100%;
        }

    .hero-style-11 .banner-thumbnail .shape-group li.shape-4 {
        top: -103px;
        right: -54px;
    }

    .hero-style-11 .banner-thumbnail .shape-group li.shape-5 {
        top: -64px;
        right: -116px;
        bottom: inherit;
    }

.about-counterup {
    overflow: hidden;
    position: relative;
}

    .about-counterup .about-style-3 {
        padding: 90px 0;
    }

    .about-counterup::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg/bg-image-38.webp);
        background-repeat: no-repeat;
        z-index: -1;
    }

    .about-counterup .about-course {
        padding-top: 30px;
    }

        .about-counterup .about-course .about-course-box {
            padding: 50px 30px;
            text-align: center;
            border-radius: 4px;
            box-shadow: var(--shadow-darker);
            background-color: var(--color-white);
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

        .about-counterup .about-course .about-course-style-2 {
            max-width: 480px;
            min-height: 160px;
            background-color: var(--color-white);
            box-shadow: var(--shadow-darker);
            border-radius: 5px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 30px 0;
            text-align: left;
            padding-left: 30px;
            margin-bottom: 30px;
        }

            .about-counterup .about-course .about-course-style-2 .icon-online {
                margin: 0;
                background-color: rgba(26, 182, 157, 0.1);
                padding: 0 21px;
            }

                .about-counterup .about-course .about-course-style-2 .icon-online svg {
                    -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(32%) saturate(6176%) hue-rotate(126deg) brightness(92%) contrast(80%);
                    filter: brightness(0) saturate(100%) invert(71%) sepia(32%) saturate(6176%) hue-rotate(126deg) brightness(92%) contrast(80%);
                }

            .about-counterup .about-course .about-course-style-2 .instructor {
                margin: 0;
                background-color: rgba(238, 74, 98, 0.1);
                padding: 0 27px;
            }

                .about-counterup .about-course .about-course-style-2 .instructor svg {
                    -webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(88%) saturate(1186%) hue-rotate(321deg) brightness(111%) contrast(87%);
                    filter: brightness(0) saturate(100%) invert(29%) sepia(88%) saturate(1186%) hue-rotate(321deg) brightness(111%) contrast(87%);
                }

            .about-counterup .about-course .about-course-style-2 .certificate {
                margin: 0;
                background-color: #e7f7fe;
                padding: 0 22px;
            }

                .about-counterup .about-course .about-course-style-2 .certificate svg {
                    -webkit-filter: brightness(0) saturate(100%) invert(72%) sepia(64%) saturate(2427%) hue-rotate(167deg) brightness(95%) contrast(105%);
                    filter: brightness(0) saturate(100%) invert(72%) sepia(64%) saturate(2427%) hue-rotate(167deg) brightness(95%) contrast(105%);
                }

            .about-counterup .about-course .about-course-style-2 .content {
                padding-left: 20px;
            }

                .about-counterup .about-course .about-course-style-2 .content .title {
                    margin-bottom: 0;
                    font-size: var(--h5);
                    font-weight: var(--p-semi-bold);
                }

                .about-counterup .about-course .about-course-style-2 .content p {
                    margin: 0;
                    padding-right: 40px;
                    color: var(--color-heading);
                }

            .about-counterup .about-course .about-course-style-2.remote-course {
                margin-left: 50px;
            }

@media only screen and (max-width: 575px) {
    .about-counterup .about-course .about-course-style-2.remote-course {
        margin-left: 0;
    }
}

.about-counterup .about-course .icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 28px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.about-counterup .shape-group li.shape-1 {
    left: -39%;
    top: -153px;
}

    .about-counterup .shape-group li.shape-1 span {
        display: block;
        width: 400px;
        height: 400px;
        border: 1px solid var(--color-border);
        border-radius: 50%;
    }

.about-counterup .shape-group li.shape-2 {
    left: -257px;
    top: 96px;
}

.about-counterup .shape-group li.shape-3 {
    right: -204px;
    bottom: -199px;
}

.about-counterup .remote-training-about .about-content {
    padding-left: 30px;
    padding-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-counterup .remote-training-about .about-content {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .about-counterup .remote-training-about .about-content {
        padding-left: 0;
    }
}

.about-counterup .remote-training-about .features-list {
    padding-bottom: 20px;
}

.faq-style-7 {
    padding: 110px 0 0;
    position: relative;
}

    .faq-style-7 .edu-faq-content {
        padding-bottom: 120px;
    }

@media only screen and (max-width: 1199px) {
    .faq-style-7 .edu-faq-content {
        padding-bottom: 60px;
    }
}

.faq-style-7 .edu-faq-gallery {
    bottom: 0;
    z-index: 12;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .faq-style-7 .edu-faq-gallery {
        bottom: -15px;
    }
}

@media only screen and (max-width: 1199px) {
    .faq-style-7 .edu-faq-gallery {
        bottom: -175px;
    }
}

@media only screen and (max-width: 991px) {
    .faq-style-7 .edu-faq-gallery {
        bottom: 0;
    }
}

.faq-style-7 .edu-faq-gallery .thumbnail-1 {
    margin-left: -260px;
}

    .faq-style-7 .edu-faq-gallery .thumbnail-1 img {
        border-radius: 0;
    }

@media only screen and (max-width: 1199px) {
    .faq-style-7 .edu-faq-gallery .thumbnail-1 {
        margin-left: -100px;
    }
}

@media only screen and (max-width: 991px) {
    .faq-style-7 .edu-faq-gallery .thumbnail-1 {
        text-align: center;
        margin-left: 0;
    }
}

.faq-style-7 .edu-faq-gallery .shape-group li.shape-1 {
    top: 251px;
    left: -27px;
    bottom: inherit;
    z-index: 1;
}

.faq-style-7 .faq-accordion .accordion-item {
    box-shadow: none;
}

    .faq-style-7 .faq-accordion .accordion-item .accordion-button.collapsed {
        box-shadow: var(--shadow-darker);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .faq-style-7 .faq-accordion .accordion-item .accordion-body {
        box-shadow: var(--shadow-darker);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .faq-style-7 .row--45 > [class*="col"],
    .faq-style-7 .row--45 > [class*="col-"] {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.faq-style-7 .shape-group li.shape-bg {
    left: 0;
    right: 0;
    bottom: -150px;
}

/*=======================================================================
    Remote Training Styles End
=========================================================================*/
/*=======================================================================
    Photography Styles Starts
=========================================================================*/
.photography-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -110px;
}

@media (max-width: 1300px) {
    .photography-banner {
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .photography-banner {
        margin-top: -115px;
    }
}

.photography-banner .swiper-slide {
    padding: 0;
    display: block;
}

    .photography-banner .swiper-slide:before {
        content: "";
        height: 100%;
        width: 100%;
        background: -webkit-linear-gradient(268deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 25%);
        background: linear-gradient(182deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 25%);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .photography-banner .swiper-slide img {
        height: 100%;
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-transition: -webkit-transform 4s linear;
        transition: -webkit-transform 4s linear;
        transition: transform 4s linear;
        transition: transform 4s linear, -webkit-transform 4s linear;
        max-width: 100%;
        width: 100%;
        background-size: cover;
        background-position: 100%;
        object-fit: cover;
    }

@media only screen and (max-width: 1199px) {
    .photography-banner .swiper-slide img {
        min-height: 600px;
    }
}

.photography-banner .swiper-slide.swiper-slide-duplicate-active img, .photography-banner .swiper-slide.swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.photography-banner .thumbnail-bg-content .banner-content {
    max-width: 760px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 280px;
}

@media only screen and (min-width: 1401px) and (max-width: 1650px) {
    .photography-banner .thumbnail-bg-content .banner-content {
        bottom: 174px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .photography-banner .thumbnail-bg-content .banner-content {
        left: 20px;
        bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .photography-banner .thumbnail-bg-content .banner-content {
        max-width: 100%;
        bottom: 100px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .photography-banner .thumbnail-bg-content .banner-content {
        bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .photography-banner .thumbnail-bg-content .banner-content {
        bottom: 70px;
    }
}

.photography-banner .thumbnail-bg-content .banner-content .title {
    color: var(--color-white);
    font-weight: var(--p-extra-bold);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

.photography-banner .thumbnail-bg-content .banner-content p {
    color: var(--color-white);
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

.photography-banner .thumbnail-bg-content .banner-content .banner-btn {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms;
}

.photography-banner .swiper-slide-active .thumbnail-bg-content .banner-content .subtitle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.photography-banner .swiper-slide-active .thumbnail-bg-content .banner-content .title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.photography-banner .swiper-slide-active .thumbnail-bg-content .banner-content p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.photography-banner .swiper-slide-active .thumbnail-bg-content .banner-content .banner-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.photography-banner .hero-slider-bg-controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    .photography-banner .hero-slider-bg-controls {
        display: none;
    }
}

.photography-banner .swiper-slide-controls {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background-color: var(--color-white);
    color: var(--color-heading);
    cursor: pointer;
}

    .photography-banner .swiper-slide-controls i {
        font-size: 20px;
        line-height: 58px;
    }

    .photography-banner .swiper-slide-controls:hover {
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
        background-color: var(--color-primary);
        color: var(--color-white);
    }

.photography-banner .slide-prev,
.photography-banner .slide-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 60px !important;
    margin-left: auto;
    margin-right: 6px;
    text-align: center;
    border-radius: 50%;
}

@media (max-width: 1450px) {
    .photography-banner .slide-prev,
    .photography-banner .slide-next {
        display: none;
    }
}

.photography-banner .slide-next {
    right: 50px;
}

.photography-banner .slide-prev {
    left: 50px;
}

.photography-banner .pagination-box-wrapper {
    position: absolute;
    bottom: -120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .photography-banner .pagination-box-wrapper {
        display: none;
    }
}

.photography-banner .pagination-box-wrapper .pagination-box-wrap {
    height: 200px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.902);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

    .photography-banner .pagination-box-wrapper .pagination-box-wrap::before, .photography-banner .pagination-box-wrapper .pagination-box-wrap::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
        left: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .photography-banner .pagination-box-wrapper .pagination-box-wrap::after {
        -webkit-animation: ripple_2 3s linear 1s infinite;
        animation: ripple_2 3s linear 1s infinite;
    }

    .photography-banner .pagination-box-wrapper .pagination-box-wrap::before {
        -webkit-animation: ripple_2 3s linear infinite;
        animation: ripple_2 3s linear infinite;
    }

.photography-banner .swiper-pagination-fraction {
    bottom: 132px;
    left: 0;
    width: 100%;
    color: var(--color-heading);
    font-size: 20px;
    font-family: var(--font-secondary);
    font-weight: var(--p-medium);
}

@media only screen and (max-width: 479px) {
    .photography-banner br {
        display: none;
    }
}

.photography-about-style {
    position: relative;
}

    .photography-about-style::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(right, rgba(240, 244, 245, 0.70196) 0%, rgba(240, 244, 245, 0.2) 100%);
        background: linear-gradient(-90deg, rgba(240, 244, 245, 0.70196) 0%, rgba(240, 244, 245, 0.2) 100%);
        z-index: -1;
    }

    .photography-about-style .about-content {
        padding-left: 0;
        padding: 0 10px;
    }

        .photography-about-style .about-content p {
            font-size: 18px;
            color: var(--color-heading);
            text-align: center;
        }

@media only screen and (max-width: 991px) {
    .photography-about-style .about-content p {
        font-size: 16px;
    }
}

.photography-about-style .contact-us-btn {
    text-align: center;
    margin-top: 20px;
}

.photography-about-style .View_All_Courses {
    font-size: 15px;
    font-family: "Spartan";
    color: #1ab69d;
    line-height: 2;
    text-align: left;
    position: absolute;
    left: 1354.937px;
    top: 2012.5px;
    z-index: 253;
}

.photography-about-style .shape-group li.shape-7 {
    left: 98px;
    top: 169px;
}

.photography-about-style .shape-group li.shape-8 {
    left: -98px;
    top: -128px;
}

    .photography-about-style .shape-group li.shape-8 span {
        display: block;
        height: 400px;
        width: 400px;
        border: 1px solid var(--color-border);
        border-radius: 50%;
    }

.photography-about-style .shape-group li.shape-9 {
    left: 257px;
    top: 207px;
}

    .photography-about-style .shape-group li.shape-9 span {
        width: 70px;
        height: 70px;
        background: var(--color-tertiary);
        border-radius: 100%;
        display: block;
    }

.photography-about-style .shape-group li.shape-1 {
    right: -263px;
    bottom: -3px;
}

.photography-about-style .shape-group li.shape-2 {
    right: -205px;
    bottom: 38px;
    z-index: 0;
}

.photography-about-style .shape-group li.shape-3 {
    left: 241px;
    top: -20px;
}

.photography-about-style .shape-group li.shape-4 {
    left: -245px;
    bottom: -143px;
}

@media only screen and (max-width: 1650px) {
    .photography-about-style .shape-group li.shape-4 {
        left: 0;
    }
}

.photography-about-style .shape-group li.shape-5 {
    left: -65px;
    bottom: -170px;
}

@media only screen and (max-width: 1650px) {
    .photography-about-style .shape-group li.shape-5 {
        left: 170px;
    }
}

.photography-about-style .shape-group li.shape-6 {
    right: -169px;
    bottom: -250px;
}

@media only screen and (max-width: 1650px) {
    .photography-about-style .shape-group li.shape-6 {
        right: 0;
    }
}

.photography-gallery {
    padding: 120px 20px 0;
}

    .photography-gallery .p-gallery-grid-wrap {
        width: 25%;
    }

@media only screen and (max-width: 767px) {
    .photography-gallery .p-gallery-grid-wrap {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .photography-gallery .p-gallery-grid-wrap {
        width: 100%;
    }
}

.photography-gallery .p-gallery-grid-wrap .thumbnail img {
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.photography-gallery .p-gallery-grid-wrap .thumbnail::before {
    border-radius: 0;
}

/*=======================================================================
    Photography Styles End
=========================================================================*/
/*=======================================================================
    Business Coach Styles Starts
=========================================================================*/
.hero-style-13 {
    min-height: 950px;
    background-image: -webkit-linear-gradient(13.76deg, #1AB69D 0%, #31B978 100%);
    background-image: linear-gradient(76.24deg, #1AB69D 0%, #31B978 100%);
    position: relative;
    top: -115px;
}

    .hero-style-13 .banner-image {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

@media only screen and (max-width: 1199px) {
    .hero-style-13 {
        min-height: 750px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-13 {
        min-height: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-13 .banner-content {
        margin-top: 200px;
    }
}

.hero-style-13 .banner-content .title {
    color: var(--color-white);
}

.hero-style-13 .banner-content p {
    color: var(--color-white);
}

.hero-style-13 .banner-content .banner-btn a.edu-btn {
    background-color: var(--color-white);
    color: var(--color-heading);
}

    .hero-style-13 .banner-content .banner-btn a.edu-btn::after {
        display: none;
    }

    .hero-style-13 .banner-content .banner-btn a.edu-btn:hover {
        background-color: var(--color-secondary);
        color: var(--color-white);
    }

.hero-style-13 .banner-thumbnail {
    margin-right: -20px;
    margin-bottom: -120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .hero-style-13 .banner-thumbnail {
        margin-bottom: -183px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-style-13 .banner-thumbnail {
        margin-bottom: -135px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-13 .banner-thumbnail {
        margin-bottom: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-13 .banner-thumbnail .thumbnail {
        text-align: center !important;
    }
}

.hero-style-13 .banner-thumbnail .shape-group li.shape-1 {
    top: -95px;
    left: 0;
}

    .hero-style-13 .banner-thumbnail .shape-group li.shape-1 span {
        width: 650px;
        height: 650px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.051);
        display: block;
    }

.hero-style-13 .banner-thumbnail .shape-group li.shape-2 {
    top: -24px;
    left: 80px;
}

    .hero-style-13 .banner-thumbnail .shape-group li.shape-2 span {
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.051);
        display: block;
    }

.hero-style-13 .banner-thumbnail .shape-group li.shape-3 {
    top: inherit;
    bottom: 67px;
    left: -73px;
}

.hero-style-13 .banner-thumbnail .shape-group li.shape-4 {
    top: inherit;
    right: inherit;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.hero-style-13 .banner-thumbnail .shape-group li.shape-5 {
    bottom: inherit;
    right: -143px;
    top: -26px;
}

.hero-style-13 .banner-thumbnail .shape-group li.shape-6 {
    right: -176px;
    top: 19px;
    bottom: inherit;
}

.hero-style-13 .shape-group {
    z-index: 1;
}

    .hero-style-13 .shape-group li.shape-7 {
        right: -6px;
        top: 13%;
    }

    .hero-style-13 .shape-group li.shape-8 {
        left: 0;
        right: 0;
        bottom: -2px;
    }

    .hero-style-13 .shape-group li.shape-11 {
        left: 0;
        top: 0;
    }

.categorie-area-6 {
    position: relative;
    z-index: 1;
}

    .categorie-area-6 .categorie-grid {
        padding: 30px 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        background-color: var(--color-white);
        box-shadow: var(--shadow-darker);
    }

        .categorie-area-6 .categorie-grid .icon {
            height: 80px;
            width: 80px;
            border-radius: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 auto 28px;
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

            .categorie-area-6 .categorie-grid .icon .computer-science {
                font-size: 32px;
            }

            .categorie-area-6 .categorie-grid .icon img {
                width: 33px !important;
            }

        .categorie-area-6 .categorie-grid .content {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-top: 10px;
            margin-left: 20px;
        }

            .categorie-area-6 .categorie-grid .content .title {
                font-weight: var(--p-semi-bold);
                margin-bottom: 10px;
                color: var(--color-heading);
            }

            .categorie-area-6 .categorie-grid .content p {
                color: var(--color-body);
                margin-bottom: 0;
            }

        .categorie-area-6 .categorie-grid.color-primary .icon {
            background-color: rgba(26, 182, 157, 0.07);
            color: #1ab69d;
        }

        .categorie-area-6 .categorie-grid.color-primary:hover .icon {
            background-color: #1ab69d;
            color: var(--color-white);
        }

        .categorie-area-6 .categorie-grid.color-secondary .icon {
            background-color: rgba(238, 74, 98, 0.102);
            color: #ee4a62;
        }

            .categorie-area-6 .categorie-grid.color-secondary .icon.physical-activity {
                font-size: 45px;
            }

        .categorie-area-6 .categorie-grid.color-secondary:hover .icon {
            background-color: #ee4a62;
            color: var(--color-white);
        }

        .categorie-area-6 .categorie-grid.color-extra08 .icon {
            background-color: rgba(70, 100, 228, 0.102);
            color: #4664e4;
        }

        .categorie-area-6 .categorie-grid.color-extra08:hover .icon {
            background-color: #4664e4;
            color: var(--color-white);
        }

        .categorie-area-6 .categorie-grid.color-tertiary .icon {
            background-color: rgba(248, 148, 31, 0.102);
        }

            .categorie-area-6 .categorie-grid.color-tertiary .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(92%) saturate(605%) hue-rotate(343deg) brightness(101%) contrast(95%);
                filter: brightness(0) saturate(100%) invert(71%) sepia(92%) saturate(605%) hue-rotate(343deg) brightness(101%) contrast(95%);
            }

        .categorie-area-6 .categorie-grid.color-tertiary:hover .icon {
            background-color: #f8941f;
        }

            .categorie-area-6 .categorie-grid.color-tertiary:hover .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
                filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
            }

        .categorie-area-6 .categorie-grid.color-extra02 .icon {
            background-color: rgba(142, 86, 255, 0.102);
        }

            .categorie-area-6 .categorie-grid.color-extra02 .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(46%) sepia(76%) saturate(4932%) hue-rotate(240deg) brightness(101%) contrast(104%);
                filter: brightness(0) saturate(100%) invert(46%) sepia(76%) saturate(4932%) hue-rotate(240deg) brightness(101%) contrast(104%);
            }

        .categorie-area-6 .categorie-grid.color-extra02:hover .icon {
            background-color: #8e56ff;
        }

            .categorie-area-6 .categorie-grid.color-extra02:hover .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
                filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
            }

        .categorie-area-6 .categorie-grid.color-extra06 .icon {
            background-color: rgba(57, 192, 250, 0.07);
        }

            .categorie-area-6 .categorie-grid.color-extra06 .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(90%) saturate(1219%) hue-rotate(166deg) brightness(97%) contrast(102%);
                filter: brightness(0) saturate(100%) invert(64%) sepia(90%) saturate(1219%) hue-rotate(166deg) brightness(97%) contrast(102%);
            }

        .categorie-area-6 .categorie-grid.color-extra06:hover .icon {
            background-color: #39c0fa;
        }

            .categorie-area-6 .categorie-grid.color-extra06:hover .icon img {
                -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(17%) hue-rotate(210deg) brightness(104%) contrast(100%);
                filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(17%) hue-rotate(210deg) brightness(104%) contrast(100%);
            }

        .categorie-area-6 .categorie-grid.color-extra07 .icon {
            background-color: rgba(249, 37, 150, 0.102);
            color: #f92596;
        }

            .categorie-area-6 .categorie-grid.color-extra07 .icon.Physical-activity {
                font-size: 30px;
            }

        .categorie-area-6 .categorie-grid.color-extra07:hover .icon {
            background-color: #f92596;
            color: var(--color-white);
        }

.course-area-12 ul {
    list-style: none;
}

    .course-area-12 ul .section-title {
        display: inline-block;
        margin-top: 0;
    }

@media only screen and (max-width: 991px) {
    .course-area-12 ul .section-title {
        display: block;
        text-align: center !important;
    }
}

.course-area-12 ul .slider-nav-wrapper {
    text-align: right;
    margin-top: -140px;
    margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
    .course-area-12 ul .slider-nav-wrapper {
        margin-top: -15px !important;
        margin-bottom: 33px !important;
        text-align: center !important;
    }
}

.course-area-12 ul .slider-nav-wrapper .swiper-navigation .swiper-btn-nxt,
.course-area-12 ul .slider-nav-wrapper .swiper-navigation .swiper-btn-prv {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-area-12 .business-course-activation {
    margin: 0 -33% 0 0;
}

@media only screen and (max-width: 991px) {
    .course-area-12 .business-course-activation {
        margin: 0;
    }
}

.course-area-12 .shape-group li.shape-1 {
    right: 0;
    bottom: 0;
}

.edu-course.course-style-15 {
    background-color: transparent;
}

    .edu-course.course-style-15 .inner {
        position: relative;
    }

        .edu-course.course-style-15 .inner .thumbnail a {
            border-radius: 5px;
        }

            .edu-course.course-style-15 .inner .thumbnail a::after {
                border-radius: 5px;
            }

            .edu-course.course-style-15 .inner .thumbnail a img {
                border-radius: 5px;
            }

        .edu-course.course-style-15 .inner .course-price {
            background: var(--gradient-primary);
            color: var(--color-white);
            font-size: 22px;
            font-weight: var(--p-bold);
            width: 70px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 50%;
            position: absolute;
            right: 20px;
            margin-top: -38px;
        }

        .edu-course.course-style-15 .inner .course-meta {
            padding-left: 0;
            margin-bottom: 20px;
            margin-top: 30px;
        }

            .edu-course.course-style-15 .inner .course-meta li {
                display: inline-block;
                font-size: 13px;
                color: var(--color-heading);
                background-color: var(--color-white);
                line-height: 22px;
                border-radius: 30px;
                margin-right: 10px;
                padding: 4px 18px;
                box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
                -webkit-transition: var(--transition);
                transition: var(--transition);
            }

                .edu-course.course-style-15 .inner .course-meta li .icon-course {
                    color: var(--color-body);
                    margin-right: 6px;
                }

        .edu-course.course-style-15 .inner .content {
            padding: 0;
        }

.faq-style-8 .shape-group li.shape-1 {
    left: 19%;
    top: -14px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

/*=======================================================================
    Business Coach Styles End
=========================================================================*/
/*=======================================================================
    Motivation Styles Starts
=========================================================================*/
.hero-style-12.hero-banner {
    position: relative;
}

    .hero-style-12.hero-banner .banner-content {
        padding-top: 100px;
        margin-left: -20px;
    }

@media (max-width: 1500px) {
    .hero-style-12.hero-banner .banner-content {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-style-12.hero-banner .banner-content {
        padding-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-12.hero-banner .banner-content {
        padding-top: 60px;
    }
}

.hero-style-12.hero-banner .banner-content .pre-title {
    display: inline-block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
    .hero-style-12.hero-banner .banner-content p br {
        display: none;
    }
}

.hero-style-12.hero-banner .banner-content .banner-btn-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    list-style: none;
    padding-left: 0;
}

@media only screen and (max-width: 991px) {
    .hero-style-12.hero-banner .banner-content .banner-btn-video {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 479px) {
    .hero-style-12.hero-banner .banner-content .banner-btn-video {
        display: block;
    }
}

.hero-style-12.hero-banner .banner-content .banner-btn-video .banner-btn a:hover {
    color: var(--color-white);
}

.hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn {
    margin-left: 20px;
}

    .hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn i {
        text-align: center;
        height: 60px;
        width: 60px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 62px;
        background: #d4f1e6;
        color: var(--color-primary);
        border-radius: 50%;
        font-size: 18px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn span {
        font-size: var(--font-size-b1);
        font-weight: var(--p-medium);
        color: var(--color-black);
        padding-left: 10px;
    }

    .hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn:hover i {
        color: var(--color-white);
        background-color: var(--color-primary);
    }

.hero-style-12.hero-banner .banner-thumbnail {
    margin-right: -366px;
    margin-top: -110px;
}

@media only screen and (min-width: 1401px) and (max-width: 1650px) {
    .hero-style-12.hero-banner .banner-thumbnail {
        margin-right: -240px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .hero-style-12.hero-banner .banner-thumbnail {
        margin-right: -152px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-style-12.hero-banner .banner-thumbnail {
        margin-right: -132px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-12.hero-banner .banner-thumbnail {
        margin-right: 0;
        margin-top: 0;
    }
}

.hero-style-12.hero-banner .banner-thumbnail .thumbnail img {
    border-top-left-radius: 370px;
    border-bottom-right-radius: 365px;
    border-bottom-left-radius: 360px;
}

.hero-style-12.hero-banner .edublink-animated {
    position: relative;
}

    .hero-style-12.hero-banner .edublink-animated .shape-group li.shape-1 {
        left: -437px;
        top: -300px;
    }

        .hero-style-12.hero-banner .edublink-animated .shape-group li.shape-1 span {
            width: 400px;
            height: 400px;
            border-radius: 50%;
            display: block;
            border: 1px solid var(--color-border);
        }

    .hero-style-12.hero-banner .edublink-animated .shape-group li.shape-2 {
        left: -270px;
        top: 11px;
    }

    .hero-style-12.hero-banner .edublink-animated .shape-group li.shape-3 {
        left: -110px;
        top: 38px;
    }

        .hero-style-12.hero-banner .edublink-animated .shape-group li.shape-3 span {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: var(--color-tertiary);
            display: block;
        }

    .hero-style-12.hero-banner .edublink-animated .shape-group li.shape-4 {
        right: 0;
        top: 80px;
        -webkit-animation: edublink-sm-x-move 3.5s alternate infinite linear;
        animation: edublink-sm-x-move 3.5s alternate infinite linear;
    }

.hero-style-12.hero-banner .shape-group li.shape-5 {
    right: 34%;
    bottom: 114px;
    z-index: 1;
}

.hero-style-12.hero-banner .shape-group li.shape-6 {
    right: 32%;
    bottom: 97px;
}

/*=======================================================================
    Motivation Styles End
=========================================================================*/
/*=======================================================================
    Programming Styles Starts
=========================================================================*/
/*-------------------
    Banner Style
---------------------*/
.hero-style-15.programming-banner {
    position: relative;
    min-height: 880px;
}

    .hero-style-15.programming-banner::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/banner/programming-bg.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        z-index: -1;
    }

    .hero-style-15.programming-banner .banner-content {
        margin-top: -100px;
    }

@media only screen and (max-width: 991px) {
    .hero-style-15.programming-banner .banner-content {
        margin-top: 90px;
    }
}

.hero-style-15.programming-banner .banner-content .shape-group li.shape-1 {
    top: -102px;
    left: -109px;
}

    .hero-style-15.programming-banner .banner-content .shape-group li.shape-1 span {
        width: 190px;
        height: 190px;
        display: inline-block;
        border: 30px solid rgba(238, 74, 98, 0.071);
        border-radius: 50%;
    }

.hero-style-15.programming-banner .banner-content .shape-group li.shape-2 {
    left: -166px;
    top: 17%;
    -webkit-animation: edublink-sm-x-move 3.5s alternate infinite linear;
    animation: edublink-sm-x-move 3.5s alternate infinite linear;
}

.hero-style-15.programming-banner .banner-content .programming-feature-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: -220px;
    padding-top: 190px;
    padding-left: 0;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .hero-style-15.programming-banner .banner-content .programming-feature-area {
        margin-bottom: 0;
        padding-top: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-style-15.programming-banner .banner-content .programming-feature-area {
        display: inline-block;
        text-align: center;
    }
}

.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course,
.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course .icon,
    .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior .icon {
        height: 80px;
        width: 80px;
        font-size: 32px;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        background-color: var(--color-white);
        box-shadow: var(--shadow-dark);
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

        .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course .icon.icon-course svg,
        .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior .icon.icon-course svg {
            -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(88%) saturate(4103%) hue-rotate(236deg) brightness(97%) contrast(115%);
            filter: brightness(0) saturate(100%) invert(49%) sepia(88%) saturate(4103%) hue-rotate(236deg) brightness(97%) contrast(115%);
        }

        .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course .icon.icon-instructor svg,
        .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior .icon.icon-instructor svg {
            -webkit-filter: brightness(0) saturate(100%) invert(36%) sepia(30%) saturate(4306%) hue-rotate(329deg) brightness(104%) contrast(87%);
            filter: brightness(0) saturate(100%) invert(36%) sepia(30%) saturate(4306%) hue-rotate(329deg) brightness(104%) contrast(87%);
        }

    .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course .content,
    .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior .content {
        padding-left: 20px;
    }

        .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course .content .title,
        .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior .content .title {
            margin-bottom: 0;
        }

.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course {
    margin-right: 40px;
}

@media only screen and (max-width: 767px) {
    .hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course {
        margin-bottom: 40px;
        margin-right: 0;
    }
}

.hero-style-15.programming-banner .banner-thumbnail {
    margin-right: -30px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .hero-style-15.programming-banner .banner-thumbnail {
        margin-top: 0;
    }
}

.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-3 {
    top: 20px;
    left: 120px;
}

.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-4 {
    top: 55%;
    left: 31%;
    right: inherit;
}

.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-5 {
    bottom: 75px;
    left: 109px;
    right: inherit;
}

.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-6 {
    bottom: inherit;
    right: -130px;
    top: 50px;
}

.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-7 {
    top: 151px;
    right: -164px;
}

    .hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-7 span {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: inline-block;
        border: 15px solid #ee4a62;
    }

.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-8 {
    top: 290px;
    right: -108px;
}

.hero-style-15 .shape-9 {
    position: absolute;
    right: 0;
    top: 40%;
}

@media only screen and (max-width: 1199px) {
    .hero-style-15 .shape-9 {
        display: none;
    }
}

/*-------------------
    About Style
---------------------*/
.about-style-4.programming-about {
    margin-top: -70px;
}

    .about-style-4.programming-about .about-image-gallery .main-img-1 {
        padding: 30px;
        border-radius: 10px;
    }

        .about-style-4.programming-about .about-image-gallery .main-img-1 img {
            border-radius: 5px;
        }

    .about-style-4.programming-about .about-image-gallery .shape-group .shape-1 {
        left: -119px;
        right: inherit;
        top: 46px;
    }

    .about-style-4.programming-about .about-image-gallery .shape-group .shape-2 {
        right: inherit;
        left: -58px;
        top: -31px;
        z-index: 0;
        bottom: inherit;
    }

    .about-style-4.programming-about .about-image-gallery .shape-group .shape-3 {
        right: -23px;
        left: inherit;
        bottom: -13px;
    }

    .about-style-4.programming-about .about-image-gallery .shape-group .shape-4 {
        right: 115px;
        bottom: 11px;
        z-index: -1;
    }

        .about-style-4.programming-about .about-image-gallery .shape-group .shape-4 span {
            display: block;
            height: 80px;
            width: 80px;
            background-color: #f8b81f;
            border-radius: 50%;
        }

@media only screen and (max-width: 991px) {
    .about-style-4.programming-about .about-content {
        padding-left: 0;
    }
}

.about-style-4.programming-about .about-content .section-title p {
    padding-right: 20px;
}

.about-style-4.programming-about .about-content .features-list li::before {
    font-weight: var(--p-regular);
}

/*-------------------
  Call To Action Styles
---------------------*/
.programming-wrapper {
    background: var(--color-lighten01);
    padding: 50px 0;
    overflow: hidden;
}

    .programming-wrapper::before {
        display: none;
    }

    .programming-wrapper .thumbnail {
        margin-left: 75px;
    }

@media only screen and (max-width: 991px) {
    .programming-wrapper .thumbnail {
        margin-left: 0;
        text-align: center;
    }
}

.programming-wrapper .section-title {
    margin-top: 85px;
    margin-left: 30px;
}

@media only screen and (max-width: 991px) {
    .programming-wrapper .section-title {
        text-align: center;
        margin-left: 0;
    }
}

.programming-wrapper .shape-group li.shape-01 {
    left: -160px;
    top: -124px;
}

    .programming-wrapper .shape-group li.shape-01 span {
        width: 190px;
        height: 190px;
        display: block;
        border: 30px solid white;
        border-radius: 50%;
    }

.programming-wrapper .shape-group li.shape-02 {
    left: -30px;
    top: 0;
}

.programming-wrapper .shape-group li.shape-03 {
    left: 29%;
    top: 70px;
}

.programming-wrapper .shape-group li.shape-04 {
    left: 35%;
    top: 9px;
}

.programming-wrapper .shape-group li.shape-05 {
    right: -125px;
    bottom: -15px;
}

.programming-wrapper .shape-group li.shape-06 {
    right: -28px;
    bottom: 35px;
}

/*=======================================================================
    Programming Styles End
=========================================================================*/
/*=======================================================================
    Online Art Styles Starts
=========================================================================*/
/*-------------------
  Hero Banner Styles
---------------------*/
.hero-style-16.art-banner {
    background: #faf7f2;
    min-height: 750px;
    position: relative;
}

    .hero-style-16.art-banner::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg/bg-image-44.svg);
        background-repeat: no-repeat;
    }

@media only screen and (max-width: 991px) {
    .hero-style-16.art-banner::before {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-16.art-banner .banner-content {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-style-16.art-banner .banner-content {
        padding-top: 70px;
    }
}

.hero-style-16.art-banner .banner-content .pre-title {
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 1px;
}

.hero-style-16.art-banner .banner-content .shape-group li.shape-1 {
    top: -139px;
    left: 195px;
}

.hero-style-16.art-banner .banner-content .shape-group li.shape-2 {
    left: -265px;
    bottom: -140px;
}

.hero-style-16.art-banner .banner-thumbnail {
    margin-right: 0;
    margin-bottom: -117px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-16.art-banner .banner-thumbnail {
        margin-bottom: -164px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-16.art-banner .banner-thumbnail {
        margin-bottom: 0;
    }
}

.hero-style-16.art-banner .banner-thumbnail .thumbnail img {
    border-radius: 250px;
    border-bottom-left-radius: 0;
}

.hero-style-16.art-banner .banner-thumbnail .shape-group li.shape-3 {
    top: -10px;
    left: inherit;
    right: -28%;
    z-index: 0;
}

.hero-style-16.art-banner .banner-thumbnail .shape-group li.shape-4 {
    top: inherit;
    right: inherit;
    bottom: 80px;
    left: -140px;
    z-index: -1;
}

.hero-style-16.art-banner .banner-thumbnail .shape-group li.shape-5 {
    top: 235px;
    left: 17px;
    bottom: inherit;
    right: inherit;
}

.hero-style-16.art-banner .banner-thumbnail .shape-group li.shape-6 {
    top: 0;
    right: 0;
    bottom: inherit;
}

.hero-style-16.art-banner .shape-7 {
    position: absolute;
    right: 0;
    top: 150px;
}

/*-------------------
  About Styles
---------------------*/
.about-style-4.online-art-about {
    position: relative;
}

    .about-style-4.online-art-about .about-image-gallery-1 .main-img-3 img {
        border-radius: 225px;
        border-bottom-left-radius: 0;
    }

    .about-style-4.online-art-about .about-image-gallery-1 .shape-group li.shape-1 {
        right: 57px;
        top: 88px;
    }

    .about-style-4.online-art-about .about-image-gallery-1 .shape-group li.shape-2 {
        right: 66px;
        top: 32px;
        z-index: 0;
    }

    .about-style-4.online-art-about .about-image-gallery-2 .about-content {
        max-width: 520px;
    }

@media only screen and (max-width: 991px) {
    .about-style-4.online-art-about .about-image-gallery-2 .about-content {
        max-width: 100%;
        padding-left: 0;
    }
}

.about-style-4.online-art-about .about-image-gallery-2 .main-img-4 {
    margin-top: 55px;
}

@media only screen and (max-width: 767px) {
    .about-style-4.online-art-about .about-image-gallery-2 .main-img-4 {
        text-align: center;
    }
}

.about-style-4.online-art-about .about-image-gallery-2 .main-img-4 img {
    border-radius: 165px;
    border-bottom-right-radius: 0;
}

.about-style-4.online-art-about .about-image-gallery-2 .main-img-5 {
    text-align: right;
    margin-top: 133px;
}

@media only screen and (max-width: 1199px) {
    .about-style-4.online-art-about .about-image-gallery-2 .main-img-5 {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 991px) {
    .about-style-4.online-art-about .about-image-gallery-2 .main-img-5 {
        margin-top: 177px;
    }
}

@media only screen and (max-width: 767px) {
    .about-style-4.online-art-about .about-image-gallery-2 .main-img-5 {
        margin-top: 30px;
        text-align: center;
    }
}

.about-style-4.online-art-about .about-image-gallery-2 .main-img-5 img {
    border-radius: 100px;
    border-bottom-left-radius: 0;
}

.about-style-4.online-art-about .about-image-gallery-2 .shape-group li.shape-3 {
    right: -206px;
    bottom: 220px;
}

.about-style-4.online-art-about .about-image-gallery-2 .shape-group li.shape-4 {
    right: -85px;
    bottom: 201px;
}

    .about-style-4.online-art-about .about-image-gallery-2 .shape-group li.shape-4 span {
        display: block;
        height: 101px;
        width: 101px;
        border: 15px solid var(--color-tertiary);
        border-radius: 50%;
    }

.about-style-4.online-art-about .shape-group li.shape-5 {
    left: 0;
    top: -263px;
}

.about-style-4.online-art-about .shape-group li.shape-6 {
    right: 0;
    top: 20px;
}

/*-------------------
  Call To Action Styles
---------------------*/
.online-art-wrapper {
    background: #f6f1ea;
    padding: 50px 0;
    overflow: hidden;
}

    .online-art-wrapper::before {
        display: none;
    }

    .online-art-wrapper .thumbnail {
        margin-right: 50px;
        text-align: right;
    }

@media only screen and (max-width: 991px) {
    .online-art-wrapper .thumbnail {
        margin-top: 40px;
        margin-right: 0;
        text-align: center;
    }
}

.online-art-wrapper .section-title {
    margin-top: 85px;
}

@media only screen and (max-width: 991px) {
    .online-art-wrapper .section-title {
        text-align: center;
        margin-top: 0;
    }
}

.online-art-wrapper .shape-group li.shape-01 {
    left: -231px;
    top: -110px;
}

.online-art-wrapper .shape-group li.shape-02 {
    left: -163px;
    top: 6px;
}

.online-art-wrapper .shape-group li.shape-03 {
    right: 24%;
    top: 0px;
}

.online-art-wrapper .shape-group li.shape-04 {
    right: 30%;
    top: 75px;
}

.online-art-wrapper .shape-group li.shape-05 {
    right: -125px;
    bottom: 10px;
}

.online-art-wrapper .shape-group li.shape-06 {
    right: -165px;
    bottom: -29px;
}

    .online-art-wrapper .shape-group li.shape-06 span {
        height: 100px;
        width: 100px;
        border: 15px solid var(--color-tertiary);
        display: block;
        border-radius: 50%;
    }

.online-art-wrapper .shape-group li.shape-07 {
    left: -30px;
    bottom: -30px;
}

.online-art-wrapper .shape-group li.shape-08 {
    right: 0;
    top: 0;
}

/*-------------------
  FAQ Styles
---------------------*/
.faq-style-10 .faq-accordion .accordion-item {
    border-radius: inherit;
    box-shadow: none;
}

    .faq-style-10 .faq-accordion .accordion-item .accordion-header {
        border-radius: 10px;
        box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    }

        .faq-style-10 .faq-accordion .accordion-item .accordion-header .accordion-button {
            background-color: var(--color-white);
            color: var(--color-black);
        }

            .faq-style-10 .faq-accordion .accordion-item .accordion-header .accordion-button::before {
                color: var(--color-body);
            }

            .faq-style-10 .faq-accordion .accordion-item .accordion-header .accordion-button.collapsed {
                background-color: var(--color-white);
                color: var(--color-heading);
                border-radius: 10px;
            }

    .faq-style-10 .faq-accordion .accordion-item .accordion-collapse {
        border-top: 1px solid var(--color-border);
        background-color: var(--color-white);
        box-shadow: var(--shadow-darker);
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 10px;
        position: relative;
        z-index: 2;
    }

.faq-style-10 .edu-faq-gallery .thumbnail-1 img {
    border-radius: 0;
}

.faq-style-10 .edu-faq-gallery .shape-group li.shape-1 {
    left: inherit;
    top: 33px;
    right: -15px;
}

.faq-style-10 .edu-faq-gallery .shape-group li.shape-2 {
    left: inherit;
    top: -36px;
    right: 4px;
    z-index: 0;
}

.faq-style-10 .edu-faq-content .shape-group li.shape-3 {
    left: inherit;
    bottom: -81px;
    right: -222px;
}

.faq-style-10 .edu-faq-content .shape-group li.shape-4 {
    left: inherit;
    bottom: -91px;
    right: -303px;
    z-index: 0;
}

/*=======================================================================
    Online Art Styles End
=========================================================================*/
/*=======================================================================
    Digital Marketing Styles Starts
=========================================================================*/
.hero-style-17.digital-marketing-banner {
    min-height: 930px;
    position: relative;
    top: -110px;
    margin-bottom: -110px;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .hero-style-17.digital-marketing-banner {
        min-height: 630px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-style-17.digital-marketing-banner {
        min-height: 500px;
    }
}

.hero-style-17.digital-marketing-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/bg-image-45.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-style-17.digital-marketing-banner .banner-content {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 479px) {
    .hero-style-17.digital-marketing-banner .banner-content {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-17.digital-marketing-banner .banner-content {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-style-17.digital-marketing-banner .banner-content {
        margin-top: 70px;
        margin-bottom: 0;
    }
}

.hero-style-17.digital-marketing-banner .banner-content::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 0;
    top: -150px;
    bottom: 0;
    margin: 0 auto;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.302);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .hero-style-17.digital-marketing-banner .banner-content::after {
        display: none;
    }
}

.hero-style-17.digital-marketing-banner .banner-content .title {
    font-size: 80px;
    font-weight: var(--p-bold);
    font-family: var(--font-secondary);
}

    .hero-style-17.digital-marketing-banner .banner-content .title.title-2 {
        line-height: 1.875;
        margin-left: 240px;
    }

@media only screen and (max-width: 1199px) {
    .hero-style-17.digital-marketing-banner .banner-content .title.title-2 {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-style-17.digital-marketing-banner .banner-content .title.title-2 {
        margin-left: 0;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-style-17.digital-marketing-banner .banner-content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-style-17.digital-marketing-banner .banner-content .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-style-17.digital-marketing-banner .banner-content .title {
        font-size: 36px;
    }
}

.hero-style-17.digital-marketing-banner .banner-content .instructor-info {
    position: absolute;
    top: 0;
    right: 10px;
}

@media only screen and (max-width: 991px) {
    .hero-style-17.digital-marketing-banner .banner-content .instructor-info {
        display: none;
    }
}

.hero-style-17.digital-marketing-banner .banner-content .instructor-info .inner {
    background-color: var(--color-secondary);
    padding: 26px 40px 20px 30px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 45px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 45px;
    position: relative;
}

    .hero-style-17.digital-marketing-banner .banner-content .instructor-info .inner::before {
        content: "";
        position: absolute;
        left: -24px;
        right: 0;
        top: -17px;
        bottom: 0;
        width: 320px;
        height: 130px;
        border: 2px solid white;
        border-top-left-radius: 65px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 65px;
    }

    .hero-style-17.digital-marketing-banner .banner-content .instructor-info .inner .media {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hero-style-17.digital-marketing-banner .banner-content .instructor-info .inner .media .content {
            line-height: 1;
            color: var(--color-white);
            font-weight: 500;
            margin-top: 5px;
            margin-left: 20px;
        }

.hero-style-17.digital-marketing-banner .banner-content .banner-btn {
    text-align: center;
}

.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-1 {
    left: -295px;
    top: -170px;
}

.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-2 {
    left: -135px;
    top: -123px;
}

.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-3 {
    left: -192px;
    top: -62px;
}

.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-4 {
    left: 7px;
    top: 115px;
}

.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-5 {
    right: -312px;
    bottom: -135px;
}

.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-6 {
    right: -144px;
    bottom: -101px;
}

.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-7 {
    right: -201px;
    bottom: 20px;
}

.hero-style-17 .shape-8 {
    position: absolute;
    top: 210px;
    right: 0;
}

@media only screen and (max-width: 1199px) {
    .hero-style-17 .shape-8 {
        display: none;
    }
}

.hero-style-17 .shape-9 {
    position: absolute;
    bottom: 167px;
    left: -68px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-17 .shape-9 {
        display: none;
    }
}

.hero-style-17 .shape-9 span {
    display: block;
    height: 270px;
    width: 270px;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    opacity: .5;
}

.hero-style-17 .shape-10 {
    position: absolute;
    top: 40px;
    right: -70px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-17 .shape-10 {
        display: none;
    }
}

.hero-style-17 .shape-10 span {
    display: block;
    width: 274px;
    height: 274px;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    opacity: .5;
}

/*-------------------
  Features Styles
---------------------*/
.features-area-9 {
    background: #ffffff00;
    /* width: 100%; */
}

    .features-area-9 .features-wrapper {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /* width: 100%; */
        /* height: 150px; */
        /* margin-left: -95px; */
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .features-area-9 .features-wrapper .feature-wrap {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-animation: scroll 20s linear infinite;
            animation: scroll 20s linear infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

            .features-area-9 .features-wrapper .feature-wrap .features-track {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                margin-left: 0;
                padding-top: 32px;
                padding-bottom: 0px;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            }

                .features-area-9 .features-wrapper .feature-wrap .features-track .features-icon {
                    margin-left: 10px;
                    margin-right: 10px;
                    box-shadow: 2px 2px 2px #00000024;
                    border-radius: 2px;
                    width: 130px;
                }

                .features-area-9 .features-wrapper .feature-wrap .features-track .feature-text {
                    color: var(--color-white);
                    font-size: 20px;
                    font-weight: var(--p-bold);
                    font-family: var(--font-secondary);
                    text-transform: uppercase;
                }

@media only screen and (max-width: 575px) {
    .features-area-9 .features-wrapper .feature-wrap .features-track .feature-text {
        font-size: 15px;
    }
}

/*-------------------
  About Styles
---------------------*/
.about-style-3.about-style-16 {
    padding: 0;
}

@media only screen and (max-width: 1199px) {
    .about-style-3.about-style-16 {
        padding: 80px 0 0 0;
    }
}

.about-style-3.about-style-16 .about-content p {
    margin-top: 25px;
    max-width: 470px;
}

.about-style-3.about-style-16 .about-content .about-btn {
    margin-top: 33px;
}

.about-style-3.about-style-16 .about-image-gallery {
    padding: 127px 0 65px 170px;
}

@media only screen and (max-width: 991px) {
    .about-style-3.about-style-16 .about-image-gallery {
        padding: 30px 0 65px 170px;
    }
}

@media only screen and (max-width: 767px) {
    .about-style-3.about-style-16 .about-image-gallery {
        padding: 0;
        text-align: center;
    }
}

.about-style-3.about-style-16 .about-image-gallery .main-img-1 {
    border-radius: 0;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 50px;
    position: relative;
    z-index: -2;
}

.about-style-3.about-style-16 .about-image-gallery .main-img-inner {
    position: relative;
    left: -166px;
    bottom: -50px;
}

@media only screen and (max-width: 767px) {
    .about-style-3.about-style-16 .about-image-gallery .main-img-inner {
        display: none;
    }
}

.about-style-3.about-style-16 .about-image-gallery .main-img-inner::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 310px;
    background: var(--color-white);
    border-radius: 0;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 50px;
    left: 49px;
    bottom: 4px;
    z-index: -1;
}

@media only screen and (max-width: 575px) {
    .about-style-3.about-style-16 .about-image-gallery .main-img-inner::after {
        display: none;
    }
}

.about-style-3.about-style-16 .about-image-gallery .main-img-inner .main-img-2 {
    border-radius: 0;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 50px;
    left: 30px;
    right: inherit;
}

@media only screen and (max-width: 575px) {
    .about-style-3.about-style-16 .about-image-gallery .main-img-inner .main-img-2 {
        display: none;
    }
}

.about-style-3.about-style-16 .about-image-gallery .shape-group li.shape-1 {
    right: inherit;
    top: 133px;
    left: 100px;
    z-index: -3;
}

.about-style-3.about-style-16 .about-image-gallery .shape-group li.shape-2 {
    right: inherit;
    top: 81px;
    left: 158px;
    z-index: 0;
}

/*-------------------
  Why Choose Styles
---------------------*/
.why-choose-area-5 .why-choose-gallery .thumbnail.thumbnail-1 {
    text-align: left;
    position: relative;
    z-index: -1;
}

    .why-choose-area-5 .why-choose-gallery .thumbnail.thumbnail-1 img {
        border-radius: 0;
        border-top-left-radius: 230px;
        border-top-right-radius: 230px;
        border-bottom-left-radius: 200px;
    }

.why-choose-area-5 .why-choose-gallery .video-lesson {
    margin-top: -107px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
}

@media only screen and (max-width: 767px) {
    .why-choose-area-5 .why-choose-gallery .video-lesson {
        display: none;
    }
}

.why-choose-area-5 .why-choose-gallery .video-lesson .inner {
    width: 200px;
    height: 200px;
    padding: 68px 0px;
    border-radius: 50%;
    display: inline-block;
    background-color: #f8941f;
    box-shadow: 0px 10px 70px 0px rgba(14, 4, 29, 0.2);
    position: relative;
    text-align: center;
}

    .why-choose-area-5 .why-choose-gallery .video-lesson .inner::after {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        width: 100%;
        height: 100%;
        background: var(--color-white);
        border-radius: 50%;
        z-index: -1;
    }

    .why-choose-area-5 .why-choose-gallery .video-lesson .inner .content .title {
        font-size: 18px;
        line-height: 32px;
        color: var(--color-white);
        margin-bottom: 0;
    }

        .why-choose-area-5 .why-choose-gallery .video-lesson .inner .content .title .number {
            font-size: 26px;
            font-weight: bold;
        }

.why-choose-area-5 .why-choose-gallery .shape-group li.shape-1 {
    left: 16px;
    top: 14px;
    z-index: -2;
}

.why-choose-area-5 .why-choose-gallery .shape-group li.shape-3 {
    left: -19px;
    top: 54px;
}

.why-choose-area-5 .why-choose-content {
    margin-top: 80px;
}

    .why-choose-area-5 .why-choose-content .features-list {
        list-style: none;
        padding-left: 0;
    }

        .why-choose-area-5 .why-choose-content .features-list li {
            color: var(--color-heading);
            font-size: 18px;
            font-weight: var(--p-semi-bold);
            font-family: var(--font-secondary);
        }

/*-------------------
  FAQ Styles
---------------------*/
.faq-style-11 .faq-accordion .accordion-item {
    border-radius: 5px;
}

    .faq-style-11 .faq-accordion .accordion-item .accordion-header .accordion-button {
        background-color: var(--color-white);
        color: var(--color-black);
        border-radius: 5px;
    }

        .faq-style-11 .faq-accordion .accordion-item .accordion-header .accordion-button::before {
            color: var(--color-body);
        }

    .faq-style-11 .faq-accordion .accordion-item .accordion-body {
        padding: 5px 30px 30px;
    }

.faq-style-11 .edu-faq-gallery .faq-thumbnail.thumbnail-1 {
    position: relative;
    z-index: -1;
}

    .faq-style-11 .edu-faq-gallery .faq-thumbnail.thumbnail-1 img {
        border-radius: 0;
        border-top-left-radius: 230px;
        border-top-right-radius: 230px;
        border-bottom-right-radius: 200px;
    }

.faq-style-11 .edu-faq-gallery .support-question {
    margin-top: -70px;
}

@media only screen and (max-width: 767px) {
    .faq-style-11 .edu-faq-gallery .support-question {
        display: none;
    }
}

.faq-style-11 .edu-faq-gallery .support-question .inner {
    padding: 52px 67px;
    display: inline-block;
    background: var(--color-secondary);
    box-shadow: 0px 10px 70px 0px rgba(14, 4, 29, 0.2);
    border-top-left-radius: 65px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 107px;
    border-bottom-left-radius: 65px;
    position: relative;
}

    .faq-style-11 .edu-faq-gallery .support-question .inner::after {
        content: "";
        position: absolute;
        top: -20px;
        right: -20px;
        width: 100%;
        height: 100%;
        background: var(--color-white);
        border-top-left-radius: 65px;
        border-top-right-radius: 23px;
        border-bottom-right-radius: 107px;
        border-bottom-left-radius: 65px;
        z-index: -1;
    }

    .faq-style-11 .edu-faq-gallery .support-question .inner .content .title {
        font-size: 22px;
        color: var(--color-white);
        margin-bottom: 0;
    }

.faq-style-11 .edu-faq-gallery .shape-group li.shape-1 {
    left: 48px;
    top: 33px;
    z-index: -2;
}

.faq-style-11 .edu-faq-gallery .shape-group li.shape-2 {
    left: 29px;
    top: 74px;
    z-index: 0;
    right: inherit;
}

/*=======================================================================
    Digital Marketing Styles End
=========================================================================*/
/*=======================================================================
    Sales Coach Styles Starts
=========================================================================*/
/*-------------------
  Hero Banner Styles
---------------------*/
.hero-style-18 {
    background: url(../images/bg/bg-image-48.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 155px 0 220px;
}

@media only screen and (max-width: 991px) {
    .hero-style-18 {
        padding: 100px 0 170px;
    }
}

.hero-style-18::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/bg-image-47.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.hero-style-18 .banner-content .pre-title {
    font-size: 16px;
    font-weight: var(--p-semi-bold);
    text-transform: uppercase;
    letter-spacing: 4.5px;
}

.hero-style-18 .banner-content .title {
    margin-top: 20px;
}

.hero-style-18 .banner-content .shape-group li.shape-1 {
    left: -477px;
    top: -438px;
}

    .hero-style-18 .banner-content .shape-group li.shape-1 span {
        border: 70px solid rgba(0, 0, 0, 0.03);
        border-radius: 50%;
        width: 568px;
        height: 568px;
        display: inline-block;
    }

.hero-style-18 .banner-thumbnail {
    margin-right: -20px;
    margin-top: -35px;
}

@media only screen and (max-width: 991px) {
    .hero-style-18 .banner-thumbnail {
        margin-top: 0;
    }
}

.hero-style-18 .banner-thumbnail .thumbnail img {
    border-radius: 220px;
}

.hero-style-18 .banner-thumbnail .instructor-info {
    bottom: 112px;
}

@media only screen and (max-width: 767px) {
    .hero-style-18 .banner-thumbnail .instructor-info {
        display: none;
    }
}

.hero-style-18 .banner-thumbnail .instructor-info .inner {
    width: 290px;
    height: 150px;
    padding: 25px 29px;
    border-radius: 5px;
}

    .hero-style-18 .banner-thumbnail .instructor-info .inner .title-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hero-style-18 .banner-thumbnail .instructor-info .inner .title-wrap .title {
            font-weight: var(--p-bold);
            font-size: 16px;
        }

        .hero-style-18 .banner-thumbnail .instructor-info .inner .title-wrap .dot {
            margin-left: 68px;
            margin-top: -4px;
        }

            .hero-style-18 .banner-thumbnail .instructor-info .inner .title-wrap .dot span {
                width: 4px;
                height: 4px;
                border-radius: 10px;
                background-color: var(--color-body);
                display: inline-block;
            }

    .hero-style-18 .banner-thumbnail .instructor-info .inner .media {
        position: relative;
        bottom: -10px;
    }

.hero-style-18 .banner-thumbnail .sales-info {
    position: absolute;
    bottom: -75px;
}

@media only screen and (max-width: 767px) {
    .hero-style-18 .banner-thumbnail .sales-info {
        display: none;
    }
}

.hero-style-18 .banner-thumbnail .sales-info .inner {
    width: 290px;
    height: 174px;
    background-color: var(--color-white);
    border-radius: 5px;
    padding: 26px 30px 16px;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.15);
}

    .hero-style-18 .banner-thumbnail .sales-info .inner .title-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .hero-style-18 .banner-thumbnail .sales-info .inner .title-wrap .counter-item span {
            font-size: 24px;
            font-weight: var(--p-bold);
            font-family: var(--font-secondary);
            color: var(--color-primary);
        }

        .hero-style-18 .banner-thumbnail .sales-info .inner .title-wrap .chart-wrap {
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: #F2F2F2;
            border-radius: 10px;
            text-align: center;
        }

    .hero-style-18 .banner-thumbnail .sales-info .inner p {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: -10px;
    }

    .hero-style-18 .banner-thumbnail .sales-info .inner .media {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
    }

        .hero-style-18 .banner-thumbnail .sales-info .inner .media .single-progressbar .progressbar-five {
            max-width: 170px;
            margin-top: 35px;
        }

        .hero-style-18 .banner-thumbnail .sales-info .inner .media .single-progressbar .progressbar {
            width: 100%;
            height: 5px;
            margin-top: 5px;
            margin-bottom: 25px;
            position: relative;
        }

            .hero-style-18 .banner-thumbnail .sales-info .inner .media .single-progressbar .progressbar::before {
                content: "";
                position: absolute;
                bottom: 0;
                top: 0;
                left: 0;
                width: 100%;
                height: 10px;
                border-radius: 5px;
                background-color: #EDEDED;
                z-index: 0;
            }

        .hero-style-18 .banner-thumbnail .sales-info .inner .media .single-progressbar .proggress {
            height: 10px;
            width: 10px;
            background: var(--color-tertiary);
            position: relative;
            z-index: 1;
        }

        .hero-style-18 .banner-thumbnail .sales-info .inner .media .single-progressbar .percentCount {
            float: right;
            margin-top: -40px;
            margin-right: -60px;
            clear: both;
            font-size: 15px;
            font-family: var(--font-primary);
            color: var(--color-black);
        }

.hero-style-18 .banner-thumbnail .shape-group li.shape-2 {
    top: -25px;
    left: 132px;
    z-index: 0;
}

.hero-style-18 .banner-thumbnail .shape-group li.shape-3 {
    top: 41px;
    left: 132px;
}

/*-------------------
  Brand Styles
---------------------*/
.brand-area-12 {
    background: -webkit-linear-gradient(left, #1AB69D 0%, #31B978 100%);
    background: linear-gradient(90deg, #1AB69D 0%, #31B978 100%);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.05);
}

    .brand-area-12 .brand-grid-wrap.brand-style-12 {
        grid-template-columns: repeat(5, 1fr);
    }

@media only screen and (max-width: 991px) {
    .brand-area-12 .brand-grid-wrap.brand-style-12 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 479px) {
    .brand-area-12 .brand-grid-wrap.brand-style-12 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.brand-area-12 .brand-grid-wrap.brand-style-12::after {
    display: none;
}

.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid {
    border: none;
    padding: 48px 0;
    opacity: .4;
}

    .brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:first-child {
        margin-left: -60px;
        margin-top: 15px;
    }

@media only screen and (max-width: 991px) {
    .brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:first-child {
        margin-left: 0;
        margin-top: 0;
    }
}

.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(52) {
    margin-right: -120px;
}

@media only screen and (max-width: 991px) {
    .brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(52) {
        margin-right: 0;
    }
}

.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(3) {
    margin-right: -40px;
    margin-top: 13px;
}

@media only screen and (max-width: 991px) {
    .brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(3) {
        margin-right: 0;
        margin-top: 0;
    }
}

.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(4) {
    margin-right: -85px;
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(4) {
        margin-right: 0;
        margin-top: 0;
    }
}

.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(5) {
    margin-right: -120px;
}

@media only screen and (max-width: 991px) {
    .brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(5) {
        margin-right: 0;
    }
}

.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:hover {
    opacity: 1;
    box-shadow: none;
}

/*-------------------
    About Styles
---------------------*/
.about-style-17 .section-title {
    margin-top: -115px;
}

@media only screen and (max-width: 991px) {
    .about-style-17 .section-title {
        margin-top: 0;
    }
}

.about-style-17 .about-content {
    margin-left: 75px;
}

@media only screen and (max-width: 991px) {
    .about-style-17 .about-content {
        padding-left: 0;
        margin-left: 0;
    }
}

.about-style-17 .about-content .title {
    font-weight: var(--p-semi-bold);
}

.about-style-17 .about-content p {
    color: var(--color-heading);
}

.about-style-17 .about-image-gallery {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .about-style-17 .about-image-gallery {
        padding: 50px 0 60px;
    }
}

.about-style-17 .about-image-gallery .main-img-1 img {
    border-radius: 300px;
}

.about-style-17 .about-image-gallery .shape-group li.shape-1 {
    top: 72px;
    left: 76px;
}

.about-style-17 .about-image-gallery .shape-group li.shape-2 {
    right: inherit;
    bottom: inherit;
    top: 121px;
    left: 35px;
    z-index: 0;
}

.about-style-17 .about-image-gallery .shape-group li.shape-3 {
    right: -55px;
    top: 107px;
}

/*-------------------
  Hero Banner Styles
---------------------*/
.process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-1 {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-1 {
        text-align: center;
    }
}

.process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-1 img {
    border-radius: 230px;
}

.process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-2 {
    margin-top: -241px;
}

@media only screen and (max-width: 767px) {
    .process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-2 {
        display: none;
    }
}

.process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-2 img {
    border-radius: 5px;
    box-shadow: var(--shadow-darker);
}

.process-area-1 .process-gallery .shape-group li.shape-1 {
    right: 47px;
    top: -58px;
    z-index: 0;
}

    .process-area-1 .process-gallery .shape-group li.shape-1 span {
        display: block;
        height: 120px;
        width: 120px;
        border: 15px solid var(--color-tertiary);
        border-radius: 50%;
    }

.process-area-1 .process-gallery .shape-group li.shape-2 {
    right: -6px;
    top: -9px;
}

.process-area-1 .process-content {
    margin-top: 30px;
}

    .process-area-1 .process-content .section-title p {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .process-area-1 .process-content .course-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
        gap: 10px;
        margin-top: 55px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-area-1 .process-content .course-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .process-area-1 .process-content .course-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.process-area-1 .process-content .course-list .course-content {
    width: 170px;
    height: 210px;
    background-color: var(--color-white);
    box-shadow: var(--shadow-darker);
    display: inline-grid;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-area-1 .process-content .course-list .course-content {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .process-area-1 .process-content .course-list .course-content {
        width: 100%;
    }
}

.process-area-1 .process-content .course-list .course-content .course-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 35px;
    text-align: center;
    margin: 0 auto;
}

    .process-area-1 .process-content .course-list .course-content .course-number.course-primary {
        background: rgba(26, 182, 157, 0.1);
        color: #1ab69d;
    }

    .process-area-1 .process-content .course-list .course-content .course-number.course-secondary {
        background: rgba(238, 74, 98, 0.1);
        color: #ee4a62;
    }

    .process-area-1 .process-content .course-list .course-content .course-number.course-extra {
        background: rgba(87, 103, 238, 0.1);
        color: #5767ee;
    }

    .process-area-1 .process-content .course-list .course-content .course-number span {
        font-size: 16px;
        font-weight: var(--p-semi-bold);
        font-family: var(--font-secondary);
    }

.process-area-1 .process-content .course-list .course-content .course-title h4 {
    font-size: 18px;
    font-weight: var(--p-semi-bold);
    font-family: var(--font-secondary);
    margin-bottom: 0;
}

/*=======================================================================
    Sales Coach Styles End
=========================================================================*/
/*=======================================================================
     Styles Starts
=========================================================================*/
/*-------------------
  Hero Banner Styles
---------------------*/
.hero-style-19 {
    position: relative;
}

    .hero-style-19 .banner-content {
        width: 580px;
        padding: 237px 0;
    }

@media (max-width: 1400px) {
    .hero-style-19 .banner-content {
        padding: 140px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-style-19 .banner-content {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-19 .banner-content {
        padding: 90px 0;
        margin-bottom: 0;
    }
}

.hero-style-19 .banner-content .pre-title {
    font-size: 16px;
    font-weight: var(--p-semi-bold);
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    padding-bottom: 18px;
}

.hero-style-19 .banner-content .title {
    margin-left: -3px;
}

.hero-style-19 .banner-content .banner-search .input-group {
    width: 540px;
    box-shadow: var(--shadow-darker3);
    border: none;
    border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-19 .banner-content .banner-search .input-group {
        width: 100%;
    }
}

.hero-style-19 .banner-content .banner-search .input-group .search-btn {
    border: none;
    background-color: transparent;
    font-size: 20px;
    color: var(--color-heading);
    padding: 0 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media (max-width: 1400px) {
    .hero-style-19 .banner-content .shape-group {
        display: none;
    }
}

.hero-style-19 .banner-content .shape-group li.shape-2 {
    right: -230px;
    top: 54px;
}

.hero-style-19 .banner-content .shape-group li.shape-3 {
    right: -117px;
    top: 29px;
}

.hero-style-19 .banner-content .shape-group li.shape-4 {
    left: -237px;
    bottom: -40px;
}

.hero-style-19 .banner-content .shape-group li.shape-5 {
    left: -143px;
    bottom: 60px;
}

.hero-style-19 .banner-content .shape-group li.shape-6 {
    right: 76px;
    bottom: 110px;
}

.hero-style-19 .banner-thumbnail {
    margin-right: -366px;
    margin-top: -187px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .hero-style-19 .banner-thumbnail {
        margin-right: -106px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-19 .banner-thumbnail {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
}

.hero-style-19 .banner-thumbnail .video-box {
    position: absolute;
    left: 25px;
    bottom: -65px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-19 .banner-thumbnail .video-box {
        left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-19 .banner-thumbnail .video-box {
        left: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-style-19 .banner-thumbnail .video-box {
        display: none !important;
    }
}

.hero-style-19 .banner-thumbnail .video-box .inner {
    background-color: var(--color-white);
    padding: 30px 30px 40px 30px;
    border-radius: 5px;
    box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.15);
}

    .hero-style-19 .banner-thumbnail .video-box .inner .title-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .hero-style-19 .banner-thumbnail .video-box .inner .title-box .video-title {
            font-family: var(--font-secondary);
            font-weight: var(--p-bold);
            font-size: 18px;
            line-height: 28px;
            color: var(--color-heading);
            margin-bottom: 20px;
            display: block;
        }

        .hero-style-19 .banner-thumbnail .video-box .inner .title-box ul {
            list-style: none;
            margin-top: 16px;
            padding-left: 0;
            margin-bottom: 0;
        }

            .hero-style-19 .banner-thumbnail .video-box .inner .title-box ul .dot {
                width: 4px;
                height: 4px;
                background-color: var(--color-body);
                border-radius: 10px;
                margin: 2px 0;
            }

    .hero-style-19 .banner-thumbnail .video-box .inner .thumb {
        position: relative;
        text-align: center;
    }

        .hero-style-19 .banner-thumbnail .video-box .inner .thumb .popup-icon {
            cursor: pointer;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: 0 auto;
            height: 60px;
            width: 60px;
            line-height: 62px;
            background-color: var(--color-white);
            border-radius: 50%;
            color: var(--color-secondary);
            font-size: 18px;
        }

            .hero-style-19 .banner-thumbnail .video-box .inner .thumb .popup-icon:hover {
                color: var(--color-white);
                background-color: var(--color-secondary);
            }

    .hero-style-19 .banner-thumbnail .video-box .inner .participant-box .participant-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
        padding-left: 0;
        margin-bottom: 5px;
        margin-top: 10px;
    }

        .hero-style-19 .banner-thumbnail .video-box .inner .participant-box .participant-title li {
            font-family: var(--font-primary);
            font-weight: var(--p-regular);
            font-size: var(--font-size-b1);
            line-height: 24px;
            color: var(--color-heading);
        }

.hero-style-19 .social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    position: absolute;
    left: -96px;
    bottom: 43;
    padding-left: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media (max-width: 1350px) {
    .hero-style-19 .social-wrapper {
        display: none;
    }
}


.hero-style-19 .social-wrapper .social-wrap {
    font-size: 17px;
    font-weight: var(--p-semi-bold);
    font-family: var(--font-secondary);
    padding: 0 15px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .hero-style-19 .social-wrapper .social-wrap::after {
        content: "";
        position: absolute;
        right: -2px;
        top: 50%;
        width: 7px;
        height: 2px;
        background: -webkit-linear-gradient(194deg, black 0%, black 40%);
        background: linear-gradient(256deg, black 0%, black 40%);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .hero-style-19 .social-wrapper .social-wrap:last-child::after {
        display: none;
    }

    .hero-style-19 .social-wrapper .social-wrap a {
        background: -webkit-linear-gradient(194deg, black 0%, black 40%);
        background: linear-gradient(256deg, black 0%, black 40%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .hero-style-19 .social-wrapper .social-wrap:hover::after {
        background: -webkit-linear-gradient(left, #1AB69D 0.44%, #31B978 26.25%);
        background: linear-gradient(90deg, #1AB69D 0.44%, #31B978 26.25%);
    }

    .hero-style-19 .social-wrapper .social-wrap:hover a {
        background: -webkit-linear-gradient(left, #1AB69D 0.44%, #31B978 26.25%);
        background: linear-gradient(90deg, #1AB69D 0.44%, #31B978 26.25%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.hero-style-19 .shape-group li.shape-1 {
    left: -110px;
    top: -90px;
}

/*-------------------------
    Feature style
-------------------------*/
.features-area-10 {
    position: relative;
}

    .features-area-10::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 165px;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg/bg-image-51.webp);
        background-position: center center;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .features-area-10 .section-title {
        margin-bottom: 100px;
    }

@media only screen and (max-width: 991px) {
    .features-area-10 .section-title {
        margin-bottom: 40px;
    }
}

.features-area-10 .features-box {
    padding: 40px;
}

    .features-area-10 .features-box.color-primary-style .icon {
        background-color: #1ab69d;
    }

    .features-area-10 .features-box.color-secondary-style .icon {
        background-color: #ee4a62;
    }

    .features-area-10 .features-box.color-extra08-style .icon {
        background-color: #4664e4;
    }

/*-------------------
  Course Styles
---------------------*/
.course-area-18 {
    overflow: hidden;
    padding-bottom: 80px;
}

    .course-area-18 .course-style-21 {
        box-shadow: none;
    }

        .course-area-18 .course-style-21::before {
            display: none;
        }

        .course-area-18 .course-style-21 .inner {
            height: 500px;
            position: relative;
        }

@media only screen and (max-width: 767px) {
    .course-area-18 .course-style-21 .inner {
        height: 100%;
    }
}

.course-area-18 .course-style-21 .inner .thumbnail a {
    border-radius: 5px;
}

    .course-area-18 .course-style-21 .inner .thumbnail a::after {
        border-radius: 5px;
    }

    .course-area-18 .course-style-21 .inner .thumbnail a img {
        border-radius: 5px;
    }

.course-area-18 .course-style-21 .content {
    width: 310px;
    background-color: var(--color-white);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 55px 20px 30px 30px;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 767px) {
    .course-area-18 .course-style-21 .content {
        width: 100%;
        padding: 55px 20px 55px 30px;
    }
}

.course-area-18 .course-style-21 .content .course-level {
    width: 80px;
    height: 80px;
    background: -webkit-linear-gradient(50.93deg, #1AB69D 14.65%, #31B978 85.16%);
    background: linear-gradient(39.07deg, #1AB69D 14.65%, #31B978 85.16%);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 30px;
    z-index: 1;
}

.course-area-18 .course-style-21 .content .title {
    margin-bottom: 16px;
}

.course-area-18 .course-style-21 .content .course-rating {
    margin-top: -7px;
}

.course-area-18 .course-style-21 .content .content-wrap {
    -webkit-transition: var(--transition-2);
    transition: var(--transition-2);
    opacity: 0;
    visibility: hidden;
}

    .course-area-18 .course-style-21 .content .content-wrap .course-price {
        margin-top: 5px;
        margin-bottom: -120px;
        visibility: hidden;
        opacity: 0;
    }

    .course-area-18 .course-style-21 .content .content-wrap .read-more-btn {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

        .course-area-18 .course-style-21 .content .content-wrap .read-more-btn .edu-btn {
            height: 50px;
            line-height: 52px;
        }

    .course-area-18 .course-style-21 .content .content-wrap p {
        margin-bottom: 0;
        visibility: hidden;
        opacity: 0;
    }

.course-area-18 .course-style-21:hover .thumbnail {
    margin-bottom: 0;
}

    .course-area-18 .course-style-21:hover .thumbnail a:after {
        visibility: visible;
        opacity: 1;
    }

    .course-area-18 .course-style-21:hover .thumbnail a img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.course-area-18 .course-style-21:hover .content .content-wrap {
    opacity: 1;
    visibility: visible;
}

    .course-area-18 .course-style-21:hover .content .content-wrap .course-price {
        margin-bottom: 10px;
        visibility: visible;
        opacity: 1;
    }

    .course-area-18 .course-style-21:hover .content .content-wrap p {
        visibility: visible;
        opacity: 1;
    }

    .course-area-18 .course-style-21:hover .content .content-wrap .read-more-btn {
        visibility: visible;
        opacity: 1;
    }

/*-------------------
      Faq Styles
---------------------*/
.faq-style-12 {
    background-color: #f5f5f5;
    position: relative;
}

    .faq-style-12::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg/bg-image-53.webp);
    }

    .faq-style-12 .faq-accordion .accordion-item .accordion-button {
        border-radius: 5px 5px 0 0;
        background: -webkit-linear-gradient(left, #1AB69D 0%, #31B978 118.72%);
        background: linear-gradient(90deg, #1AB69D 0%, #31B978 118.72%);
    }

        .faq-style-12 .faq-accordion .accordion-item .accordion-button.collapsed {
            background: var(--color-white);
            color: var(--color-heading);
            border-radius: 5px;
        }

            .faq-style-12 .faq-accordion .accordion-item .accordion-button.collapsed::before {
                color: var(--color-body);
            }

    .faq-style-12 .faq-accordion .accordion-item .accordion-collapse.collapse .accordion-body {
        border-radius: 0 0 5px 5px;
    }

    .faq-style-12 .edu-faq-gallery .faq-thumbnail img {
        border-radius: 5px;
    }

    .faq-style-12 .edu-faq-gallery .faq-thumbnail.thumbnail-1 {
        position: relative;
        z-index: 1;
        bottom: -10px;
    }

    .faq-style-12 .edu-faq-gallery .faq-thumbnail.thumbnail-2 {
        position: relative;
        z-index: 1;
        margin-top: -215px;
    }

@media only screen and (max-width: 767px) {
    .faq-style-12 .edu-faq-gallery .faq-thumbnail.thumbnail-2 {
        display: none !important;
    }
}

.faq-style-12 .edu-faq-gallery .shape-group li.shape-1 {
    top: -1px;
    left: -10px;
    z-index: 0;
}

.faq-style-12 .edu-faq-gallery .shape-group li.shape-2 {
    top: -45px;
    left: 39px;
    right: inherit;
    z-index: 1;
}

/*-------------------
  Hero Banner Styles
---------------------*/
.expert-area-1 {
    background-color: #f5f5f5;
    position: relative;
}

    .expert-area-1::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg/bg-image-53.webp);
    }

    .expert-area-1 .expert-section-heading .section-title p {
        width: 525px;
    }

@media only screen and (max-width: 767px) {
    .expert-area-1 .expert-section-heading .section-title p {
        width: 100%;
    }
}

.expert-area-1 .expert-progressbar {
    padding-left: 35px;
}

@media only screen and (max-width: 767px) {
    .expert-area-1 .expert-progressbar {
        padding-left: 0;
    }
}

.expert-area-1 .expert-progressbar .single-progressbar {
    margin-bottom: 30px;
}

    .expert-area-1 .expert-progressbar .single-progressbar.last-ber {
        margin-bottom: 0;
    }

    .expert-area-1 .expert-progressbar .single-progressbar .progress-title {
        color: var(--color-black);
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 12px;
    }

    .expert-area-1 .expert-progressbar .single-progressbar .progressbar {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 25px;
        position: relative;
    }

        .expert-area-1 .expert-progressbar .single-progressbar .progressbar::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 10px;
            border-radius: 5px;
            background-color: #e6e6e6;
            z-index: -1;
        }

    .expert-area-1 .expert-progressbar .single-progressbar .proggress {
        height: 10px;
        width: 10px;
        background: -webkit-linear-gradient(left, #1AB69D 0%, #31B978 118.72%);
        background: linear-gradient(90deg, #1AB69D 0%, #31B978 118.72%);
    }

    .expert-area-1 .expert-progressbar .single-progressbar .percentCount {
        float: right;
        margin-top: -73px;
        clear: both;
        font-size: 16px;
        font-family: var(--font-primary);
        color: var(--color-black);
    }

/*=======================================================================
     Styles End
=========================================================================*/
/*=======================================================================
     Styles Starts
=========================================================================*/
/*-------------------
  Hero Banner Styles
---------------------*/
.hero-style-20 {
    min-height: 930px;
    margin-top: -90px;
    background: url(../images/bg/ggg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .hero-style-20 {
        min-height: 100%;
    }
}

.hero-style-20::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/bg-image-54.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-style-20 .banner-content {
    margin-top: 90px;
}

@media only screen and (max-width: 991px) {
    .hero-style-20 .banner-content {
        margin-top: 190px;
    }
}

.hero-style-20 .banner-content .title {
    color: var(--color-white);
}

.hero-style-20 .banner-content p {
    color: var(--color-white);
    max-width: 480px;
}

@media only screen and (max-width: 991px) {
    .hero-style-20 .banner-content p {
        max-width: 100%;
    }
}

.hero-style-20 .banner-content .shape-group li.shape-1 {
    left: -134px;
    top: -100px;
}

.hero-style-20 .banner-content .shape-group li.shape-2 {
    left: -154px;
    top: -13px;
}

    .hero-style-20 .banner-content .shape-group li.shape-2 span {
        width: 120px;
        height: 120px;
        border: 15px solid var(--color-tertiary);
        display: block;
        border-radius: 50%;
    }

.hero-style-20 .banner-thumbnail {
    margin-right: -100px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-left: -155px;
    margin-bottom: -83px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-20 .banner-thumbnail {
        margin-bottom: -198px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-style-20 .banner-thumbnail {
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.hero-style-20 .banner-thumbnail .shape-group li.shape-3 {
    left: 195px;
    top: 167px;
}

    .hero-style-20 .banner-thumbnail .shape-group li.shape-3 span {
        width: 570px;
        height: 570px;
        background: rgba(255, 255, 255, 0.1);
        display: block;
        border-radius: 50%;
    }

.hero-style-20 .banner-thumbnail .shape-group li.shape-4 {
    top: 221px;
    right: 62px;
    z-index: -1;
}

.hero-style-20 .banner-thumbnail .shape-group li.shape-5 {
    bottom: inherit;
    right: 91px;
    top: 156px;
    z-index: 1;
}

.hero-style-20 .banner-thumbnail .shape-group li.shape-6 {
    right: inherit;
    left: 135px;
    bottom: 280px;
    z-index: 123;
}

/*-------------------
  Features Styles
---------------------*/
.features-area-11 {
    background-color: var(--color-lighten01);
}

    .features-area-11 .features-grid-wrap {
        gap: 30px;
    }

        .features-area-11 .features-grid-wrap .features-box {
            padding: 30px;
        }

            .features-area-11 .features-grid-wrap .features-box .content .title {
                margin-bottom: 8px;
            }

            .features-area-11 .features-grid-wrap .features-box .icon {
                margin: 0 auto 10px;
            }

/*-------------------
  Benefits Styles
---------------------*/
.benefits-area-1 .benefits-wrapper {
    height: 730px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .benefits-area-1 .benefits-wrapper {
        display: block;
        height: 100%;
    }
}

.benefits-area-1 .benefits-wrapper .benefits-wrap-one {
    background-color: #F0F4F5;
    width: 50%;
}

@media only screen and (max-width: 991px) {
    .benefits-area-1 .benefits-wrapper .benefits-wrap-one {
        width: 100%;
    }
}

.benefits-area-1 .benefits-wrapper .benefits-wrap-two {
    width: 50%;
    position: relative;
    z-index: 12;
}

@media only screen and (max-width: 991px) {
    .benefits-area-1 .benefits-wrapper .benefits-wrap-two {
        width: 100%;
    }
}

.benefits-area-1 .benefits-wrapper .benefits-wrap-two .process-gallery .gallery-thumbnail .thumbnail img {
    width: 100%;
    height: 730px;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.benefits-area-1 .benefits-wrapper .benefits-content-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    .benefits-area-1 .benefits-wrapper .benefits-content-box {
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
    }
}

.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content {
    padding: 110px 0 120px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .benefits-area-1 .benefits-wrapper .benefits-content-box .process-content {
        padding: 55px 0 30px;
    }
}

.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .section-title {
    margin-bottom: 10px;
}

    .benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .section-title p {
        max-width: 400px;
        margin-bottom: 0;
    }

@media only screen and (max-width: 991px) {
    .benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .section-title p {
        padding-right: 30px;
        max-width: 100%;
    }
}

.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
}

@media only screen and (max-width: 479px) {
    .benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-wrapper {
        display: block;
    }
}

.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-wrapper .features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-wrapper .features-list li {
        font-weight: var(--p-medium);
        font-family: var(--font-secondary);
        color: var(--color-heading);
        padding-left: 25px;
        position: relative;
        margin-bottom: 16px;
        margin-top: 16px;
    }

        .benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-wrapper .features-list li::before {
            content: "\e913";
            font-family: 'icomoon';
            color: var(--color-secondary);
            font-size: 19px;
            position: absolute;
            left: 0;
            top: -3px;
        }

.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-btn {
    margin-top: 25px;
}

.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .shape-group li.shape-1 {
    left: -447px;
    top: -137px;
}

    .benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .shape-group li.shape-1 span {
        border: 50px solid var(--color-white);
        border-radius: 50%;
        width: 395px;
        height: 395px;
        display: inline-block;
    }

.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .shape-group li.shape-2 {
    left: -286px;
    top: 167px;
}

.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .shape-group li.shape-3 {
    right: -88px;
    bottom: 70px;
}

/*-------------------------
    Pricing Style
-------------------------*/
.pricing-area-1 {
    position: relative;
}

    .pricing-area-1::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg/bg-image-58.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .pricing-area-1 .section-title {
        position: relative;
        margin-bottom: 0;
        z-index: 1;
    }

        .pricing-area-1 .section-title p {
            max-width: 570px;
            margin: 20px auto 0;
        }

    .pricing-area-1 .gym-nav-wrapper {
        width: 448px;
        height: 70px;
        margin: 0px auto 100px;
    }

        .pricing-area-1 .gym-nav-wrapper h5 {
            display: inline-block;
        }

        .pricing-area-1 .gym-nav-wrapper .year-wrap {
            position: relative;
            top: 85%;
            left: 40px;
        }

        .pricing-area-1 .gym-nav-wrapper .month-wrap {
            position: relative;
            top: -55%;
            right: -299px;
        }

    .pricing-area-1 .gym-tab-nav {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pricing-area-1 .gym-tab-nav .gym-tab-slider-tabs {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            list-style: none;
            position: relative;
            overflow: hidden;
            background: #F0F4F5;
            border-radius: 40px;
            width: 110px;
            height: 50px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .pricing-area-1 .gym-tab-nav .gym-tab-slider-tabs:after {
                content: "";
                width: 40px;
                height: 40px;
                background: -webkit-linear-gradient(40.17deg, #1AB69D 14.37%, #31B978 85.88%);
                background: linear-gradient(49.83deg, #1AB69D 14.37%, #31B978 85.88%);
                position: absolute;
                top: 5px;
                left: 6px;
                -webkit-transition: all 250ms ease-in-out;
                transition: all 250ms ease-in-out;
                border-radius: 25px;
            }

            .pricing-area-1 .gym-tab-nav .gym-tab-slider-tabs.slide:after {
                left: 59%;
            }

        .pricing-area-1 .gym-tab-nav .tab-slider-trigger {
            width: 40px;
            height: 40px;
            text-align: center;
            position: relative;
            z-index: 2;
            cursor: pointer;
            display: inline-block;
            -webkit-transition: color 250ms ease-in-out;
            transition: color 250ms ease-in-out;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .pricing-area-1 .gym-tab-nav .tab-slider-trigger.active {
                color: #fff;
            }

        .pricing-area-1 .gym-tab-nav .gym-tab-nav-text {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            gap: 120px;
        }

    .pricing-area-1 .tab-content-box .pricing-table .pricing-btn .edu-btn.active {
        background-color: var(--color-primary);
        color: var(--color-white);
        border: none;
    }

.edu-header {
    z-index: 99;
}

    .edu-header .header-mainmenu {
        background-color: var(--color-white);
        box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
        position: fixed;
        top: 35px;
    }

@media only screen and (max-width: 1199px) {
    .edu-header .header-mainmenu {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.edu-header .header-mainmenu.edu-sticky {
    position: fixed;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 0;
    background-color: var(--color-white);
}


.edu-header .header-top-bar.edu-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}


.edu-header .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .edu-header .header-navbar {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.edu-header .header-navbar .header-mainnav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 1199px) {
    .edu-header .header-navbar .header-mainnav {
        display: none;
    }
}

.edu-header .header-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: contents;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .edu-header .header-brand img.logo-dark {
        display: none;
    }

    .edu-header .header-brand img.logo-light {
        display: inline-block;
    }

    .edu-header .header-brand .logo {
        /* margin-right: 40px; */
        width: 100%;
        max-width: 250px;
        height: -moz-fit-content;
    }

@media only screen and (max-width: 575px) {
    .edu-header .header-brand .logo {
        margin-right: 15px;
        width: 180px;
    }

    a.edu-btn.btn-medium, button.edu-btn.btn-medium {
        padding: 0 10px;
    }
}

.edu-header .header-brand .logo a {
    display: block;
}

@media only screen and (max-width: 1350px) {
    .edu-header .header-category {
        margin: 0 40px;
        display: none;
    }
}

.edu-header .header-category .mainmenu li.has-droupdown > a {
    padding: 0 30px;
}

    .edu-header .header-category .mainmenu li.has-droupdown > a i {
        padding-right: 10px;
        font-size: 18px;
        position: relative;
        top: 2px;
    }

    .edu-header .header-category .mainmenu li.has-droupdown > a:after {
        display: none;
    }

.edu-header.header-fullwidth .header-mainmenu,
.edu-header.header-fullwidth .header-top-bar {
    padding-left: 62px;
    padding-right: 62px;
    width: 100%;
}

@media only screen and (max-width: 1699px) {
    .edu-header.header-fullwidth .header-mainmenu,
    .edu-header.header-fullwidth .header-top-bar {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-header.header-fullwidth .header-mainmenu,
    .edu-header.header-fullwidth .header-top-bar {
        padding-left: 0;
        padding-right: 0;
    }
}

.header-style-1 {
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-top .header-top-left .header-notify {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .header-top .header-top-left .header-notify {
        text-align: center;
        padding: 15px 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .header-top .header-top-left .header-notify {
        text-align: center;
        padding: 15px 0 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-top .header-info {
        margin: 0 -20px;
    }

    .edu-header .header-category {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .header-top .header-info {
        margin: 0 -10px;
    }

    .edu-header .header-category {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-top .header-info li {
        padding: 14px 15px 12px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .header-top .header-info li {
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .header-top .header-info li:after {
        height: 50%;
    }

    .edu-header .header-category {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .header-top .header-info li:after {
        display: none;
    }
}

@media only screen and (max-width: 1350px) {
    .header-style-1 .header-top .header-info li:nth-last-child(2):after {
        display: none;
    }
}

@media only screen and (max-width: 1350px) {
    .header-style-1 .header-top .header-info li.social-icon {
    }
}

@media only screen and (max-width: 1350px) {
    .header-style-1 .header-mainnav .mainmenu-nav .mainmenu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-style-1 .header-action li.search-icon {
    display: none;
}

@media only screen and (max-width: 1699px) {
    .header-style-1 .header-action li.search-icon {
        display: none;
    }
}

/*------------------------
    Header Style Two  
--------------------------*/
.header-style-2 .header-mainmenu .header-right {
    position: relative;
    padding-left: 50px;
    margin-left: 22px;
}

@media only screen and (max-width: 479px) {
    .header-style-2 .header-mainmenu .header-right {
        padding-left: 20px;
        margin-left: 0px;
    }

    .edu-header .header-brand .logo {
        margin-right: 15px;
        width: 100px;
    }

    a.edu-btn.btn-medium, button.edu-btn.btn-medium {
        padding: 0 6px;
        font-size: 10px;
    }

    .edu-header .header-category {
        display: none;
    }
}

.header-style-2 .header-mainmenu .header-right:after {
    content: "";
    height: 40px;
    width: 2px;
    background-color: #f2f2f2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.header-style-2 .header-mainmenu .mainmenu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-style-2 .header-action {
    margin: 0 -16px;
}

    .header-style-2 .header-action li {
        margin: 0 16px;
    }

        .header-style-2 .header-action li.icon a .count {
            background-color: var(--color-secondary);
        }

        .header-style-2 .header-action li.icon.cart-icon {
            margin-right: 26px;
        }

.header-style-2 .header-top-bar {
    background-color: var(--color-lighten04);
}

.header-style-2 .header-top .header-info li {
    color: var(--color-heading);
    font-weight: 500;
}

    .header-style-2 .header-top .header-info li:after {
        background-color: #e0ddd7;
        height: 30px;
        display: none;
    }

    .header-style-2 .header-top .header-info li:first-child:after {
        display: block;
    }

    .header-style-2 .header-top .header-info li a {
        color: var(--color-heading);
    }

    .header-style-2 .header-top .header-info li i {
        color: var(--color-secondary);
    }

/*------------------------
    Header Style Three  
--------------------------*/
.header-style-3 .header-mainmenu .header-right {
    position: relative;
    padding-left: 50px;
    margin-left: 22px;
}

@media only screen and (max-width: 479px) {
    .header-style-3 .header-mainmenu .header-right {
        padding-left: 20px;
        margin-left: 0px;
    }
}

.header-style-3 .header-mainmenu .header-right:after {
    content: "";
    height: 40px;
    width: 2px;
    background-color: #f2f2f2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.header-style-3 .header-mainmenu .mainmenu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-style-3 .header-action {
    margin: 0 -16px;
}

    .header-style-3 .header-action li {
        margin: 0 16px;
    }

        .header-style-3 .header-action li.icon.cart-icon {
            margin-right: 26px;
        }

.header-style-3 .header-top-bar {
    background-color: #232323;
}

.header-style-3 .header-top .header-info li {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

    .header-style-3 .header-top .header-info li:after {
        background-color: rgba(255, 255, 255, 0.2);
        height: 30px;
        display: none;
    }

    .header-style-3 .header-top .header-info li:first-child:after {
        display: block;
    }

    .header-style-3 .header-top .header-info li a {
        color: rgba(255, 255, 255, 0.7);
    }

        .header-style-3 .header-top .header-info li a:hover {
            color: var(--color-white);
        }

    .header-style-3 .header-top .header-info li i {
        color: var(--color-primary);
    }
/*------------------------
    Header Style Four  
--------------------------*/
.header-style-4 {
    position: relative;
}

    .header-style-4:before {
        content: url(../images/others/shape-19.png);
        position: absolute;
        top: 0;
        left: 0;
    }

@media only screen and (max-width: 1399px) {
    .header-style-4:before {
        display: none;
    }
}

.header-style-4:after {
    content: url(../images/others/shape-20.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 1399px) {
    .header-style-4:after {
        display: none;
    }
}

.header-style-4 .header-mainmenu {
    box-shadow: none;
    background: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .header-style-4 .header-mainmenu.edu-sticky {
        box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    }

.header-style-4.header-fullwidth .header-mainmenu {
    padding-left: 90px;
    padding-right: 90px;
}

@media only screen and (max-width: 1350px) {
    .header-style-4.header-fullwidth .header-mainmenu {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-4.header-fullwidth .header-mainmenu {
        padding-left: 0;
        padding-right: 0;
    }
}

.header-style-4 .header-navbar .header-mainnav {
    margin-left: 25px;
}

@media only screen and (max-width: 1350px) {
    .header-style-4 .header-navbar .header-mainnav {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1350px) {
    .header-style-4 .header-navbar .header-mainnav .mainmenu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-style-4 .header-action li.search-icon {
    display: none;
}

@media only screen and (max-width: 1699px) {
    .header-style-4 .header-action li.search-icon {
        display: block;
    }
}

/*------------------------
    Header Style Seven  
--------------------------*/
.header-style-7 .header-mainmenu {
    background-color: transparent;
    box-shadow: none;
    z-index: 99;
    padding-left: 120px;
    padding-right: 120px;
}

@media only screen and (max-width: 1199px) {
    .header-style-7 .header-mainmenu {
        line-height: 90px;
    }
}

@media only screen and (max-width: 1350px) {
    .header-style-7 .header-mainmenu {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-7 .header-mainmenu {
        padding-left: 0;
        padding-right: 0;
    }
}

.header-style-7 .header-mainmenu.edu-sticky {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

.header-style-7 input[type="text"], .header-style-7 input[type="password"],
.header-style-7 input[type="email"], .header-style-7 input[type="number"],
.header-style-7 input[type="tel"], .header-style-7 textarea {
    background-color: transparent;
}

.header-style-7 .header-action li.search-icon {
    display: none;
}

@media (max-width: 1699px) {
    .header-style-7 .header-action li.search-icon {
        display: block;
    }
}

@media (min-width: 1350px) and (max-width: 1599px) {
    .header-style-7 .mainmenu-nav .mainmenu li ul.mega-menu {
        left: -430px;
    }
}

@media (max-width: 1350px) {
    .header-style-7 .mainmenu-nav .mainmenu li ul.mega-menu {
        left: -345px;
    }
}

.header-style-7.header-business .header-mainmenu.edu-sticky {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

    .header-style-7.header-business .header-mainmenu.edu-sticky .header-brand img.logo-dark {
        display: block;
    }

    .header-style-7.header-business .header-mainmenu.edu-sticky .header-brand img.logo-light {
        display: none;
    }

    .header-style-7.header-business .header-mainmenu.edu-sticky .header-action li.icon a {
        color: var(--color-heading);
    }

        .header-style-7.header-business .header-mainmenu.edu-sticky .header-action li.icon a:hover {
            color: var(--color-primary) !important;
        }

        .header-style-7.header-business .header-mainmenu.edu-sticky .header-action li.icon a .count {
            background-color: var(--color-primary);
            color: var(--color-white);
        }

    .header-style-7.header-business .header-mainmenu.edu-sticky .header-action li.header-btn a {
        background-color: var(--color-primary);
        color: var(--color-white) !important;
    }

    .header-style-7.header-business .header-mainmenu.edu-sticky .header-action .search-bar .input-group {
        border: 1px solid #e5e5e5;
    }

    .header-style-7.header-business .header-mainmenu.edu-sticky .header-action .mobile-menu-bar .hamberger-button {
        color: var(--color-heading);
    }

        .header-style-7.header-business .header-mainmenu.edu-sticky .header-action .mobile-menu-bar .hamberger-button:hover {
            color: var(--color-primary) !important;
        }

    .header-style-7.header-business .header-mainmenu.edu-sticky .mainmenu-nav .mainmenu > li > a {
        color: var(--color-heading);
    }

        .header-style-7.header-business .header-mainmenu.edu-sticky .mainmenu-nav .mainmenu > li > a:hover {
            color: var(--color-primary) !important;
        }

.header-style-7.header-business .mainmenu-nav .mainmenu > li > a {
    color: var(--color-white);
}

    .header-style-7.header-business .mainmenu-nav .mainmenu > li > a:hover {
        color: var(--color-white) !important;
    }

.header-style-7.header-business .header-action li.icon a {
    color: var(--color-white);
}

    .header-style-7.header-business .header-action li.icon a .count {
        background-color: var(--color-white);
        color: var(--color-heading);
    }

.header-style-7.header-business .header-action li.search-icon {
    display: block;
}

.header-style-7.header-business .header-action li.header-btn a {
    background-color: var(--color-white);
    color: var(--color-black);
}

    .header-style-7.header-business .header-action li.header-btn a.edu-btn::after {
        background: var(--color-secondary);
    }

    .header-style-7.header-business .header-action li.header-btn a:hover {
        color: var(--color-white);
    }

.header-style-7.header-business .header-action .mobile-menu-bar .hamberger-button {
    color: var(--color-white);
}

    .header-style-7.header-business .header-action .mobile-menu-bar .hamberger-button:hover {
        color: var(--color-primary) !important;
    }

.header-style-7.header-motivation .header-action li.search-icon {
    display: block;
}

/*------------------------
    remote-training 
--------------------------*/
.remote-training .header-mainmenu {
    padding-left: 90px;
    padding-right: 90px;
}

@media (max-width: 1250px) {
    .remote-training .header-mainmenu {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .remote-training .header-mainmenu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.remote-training .header-mainmenu.edu-sticky .header-action .search-bar .input-group {
    border: 1px solid #e5e5e5;
}

.remote-training .header-right .header-action .search-bar .input-group {
    background: var(--color-white);
    border: none;
}
