.cont-card {
    border: 0 !important;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    margin-top: -85px;
    z-index: 24;
    padding: 25px;
    border-radius: 10px;
}

.crs-btn:hover,
.crs-btn:focus,
.crs-btn:active {
    box-shadow: none !important;
    outline: 0 !important;
    background-color: transparent !important;
}

.cont-img {
    width: 75%;
}

.cont-card h1 {
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'Spartan', sans-serif;
}

.cont-card p {
    margin: 0;
    font-size: 15px;
    color: #000;
    opacity: .9;
}

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

    .cont-card h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .cont-card p {
        font-size: 14px;
    }

    .cont-card h5 {
        font-size: 14px;
    }

    .cont-card {
        margin-top: 25px;
        padding: 15px;
    }

    .cont-img {
        width: 100% !important;
    }
}

.nav-pills {
    display: flex;
    flex-direction: column;
}

.nav-pills li a {
    padding: 15px 20px;
    min-width: 100px;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: 0.5s;
    font-size: 15px;
    line-height: 150%;
    margin: 5px 0;
    color: #000;
}

.nav-pills li a:hover,
.nav-pills li.active a {
    border: 1px solid var(--main-color);
    background-color: #fff;
    /* box-shadow: 5px 5px hsl(190.04deg 89.72% 49.61% / 32%); */
    color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent !important;
    border: 1px solid var(--main-color);
    /* box-shadow: 5px 5px hsl(190.04deg 89.72% 49.61% / 32%); */
    color: #000 !important;
}

.tab-content h4 {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
    font-size: 25px;
}


.tab-content p {
    text-align: justify;
    line-height: 28px;
}

.tab-content ul {
    list-style: none;
    padding: 0;
}

.tab-content ul li {
    display: inline-block;
    margin: 0 5px;
}


.bn-btn {
    margin-top: -200px;
}

.course-fee .actual-price {
    text-decoration: line-through;
    font-size: 20px;
    margin-left: 10px;
    color: #000 !important;
}

.slider-image {
    background-color: #f907fc;
    background-image: linear-gradient(315deg, #783ef4 0%, #05d6d9 74%);
    margin-top: 5rem;
    padding: 60px 0;
}

.login-page-box {
    padding: 25px 25px;
    background: #fff;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 40%), 0px 4px 20px rgb(0 0 0 / 33%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.digiwerse_pro {
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 15px;
    position: relative;
    box-shadow: 0 27px 20px -19px rgb(255 193 7 / 17%);
}

.digiwerse_pro .left-section {
    position: relative
}

.digiwerse_pro .left-section:after {
    content: "";
    height: 100%;
    width: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    right: -20px
}

.digiwerse_pro .right-section {
    padding-left: 50px
}

.digiwerse_pro .btn-text {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%)
}

.courses__item {
    margin: 0 0 30px;
    background: var(--color-white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 20px 20px;
    border: 1px solid #B5B5C3;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.courses__item img {
    border-radius: 10px;
}

.courses__item-thumb {
    position: relative;
    margin: 0 0 20px;
}

.courses__item-content .title {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 15px;
}

.courses__item-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ddd;
}

.courses__item-bottom .prices {
    font-size: 20px;
    line-height: 1;
    color: #14053e;
    font-weight: 600;
    margin: 0 0;
    font-family: "Inter", sans-serif;
}

/*=============================
    21. Newsletter
===============================*/
.newsletter__area {
    background: #161439;
    position: relative;
    padding: 35px 0 0;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .newsletter__area {
        padding: 40px 0;
    }
}

.newsletter__area-two {
    background: var(--tg-common-color-gray-10);
}

.newsletter__inner-wrap {
    background: var(--main-color);
    border-radius: 20px;
    padding: 66px 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .newsletter__inner-wrap {
        padding: 66px 70px;
    }
}

@media (max-width: 991.98px) {
    .newsletter__inner-wrap {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .newsletter__inner-wrap {
        padding: 40px 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsletter__inner-wrap {
        padding: 50px 30px;
    }
}

.newsletter__inner-wrap .title {
    margin-bottom: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    width: 44%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .newsletter__inner-wrap .title {
        width: 60%;
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .newsletter__inner-wrap .title {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .newsletter__inner-wrap .title {
        font-size: 26px;
    }
}

.newsletter__inner-wrap .btn {
    border: none;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: none;
}

.newsletter__inner-wrap .btn:hover {
    background: var(--optional-color);
    color: #161439;
}

.newsletter__inner-wrap .btn:hover svg {
    color: #161439 !important;
}

.newsletter__inner-wrap .shape {
    position: absolute;
    z-index: -1;
}

.newsletter__inner-wrap .shape.shape-one {
    left: 0;
    top: 0;
    max-width: 198px;
}

.newsletter__inner-wrap .shape.shape-two {
    right: 5%;
    top: 14%;
    max-width: 138px;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

@media (max-width: 767.98px) {
    .newsletter__inner-wrap .shape.shape-two {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .newsletter__inner-wrap-two {
        flex-wrap: wrap;
    }

    .newsletter__inner-wrap-two .title {
        width: 100%;
        text-align: center;
    }
}

.newsletter__btn {
    flex-grow: 1;
    text-align: right;
}

.newsletter__img-wrap {
    position: relative;
    text-align: center;
}

@media (max-width: 991.98px) {
    .newsletter__img-wrap {
        display: none;
    }
}

.newsletter__img-wrap img:not(:nth-child(1)) {
    position: absolute;
}

.newsletter__img-wrap img:nth-child(2) {
    left: 5%;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .newsletter__img-wrap img:nth-child(2) {
        left: 15%;
    }
}

.newsletter__img-wrap img:nth-child(3) {
    right: 16%;
    top: 18%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .newsletter__img-wrap img:nth-child(3) {
        right: 5%;
    }
}

@media (max-width: 991.98px) {
    .newsletter__content {
        text-align: center;
    }
}

.newsletter__content .title {
    margin-bottom: 25px;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2;
}

@media (max-width: 1199.98px) {
    .newsletter__content .title {
        font-size: 34px;
    }
}

.newsletter__content .title span {
    font-weight: 700;
}

.newsletter__form {
    width: 80%;
}

@media (max-width: 1199.98px) {
    .newsletter__form {
        width: 100%;
    }
}

.newsletter__form form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767.98px) {
    .newsletter__form form {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.newsletter__form form input {
    width: 100%;
    border: 1px solid #c19103;
    background: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    padding: 18px 20px;
    line-height: 1.4;
    height: 60px;
    flex-grow: 1;
}

.newsletter__form form input::placeholder {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.newsletter__form form .btn {
    background: var(--main-color);
    min-width: 198px;
    border: 1px solid #c19103;
    padding: 18px 30px;
    color: #161439;
    border-radius: 30px;
    font-weight: 600;
}

.newsletter__form form .btn:hover {
    box-shadow: none;
}

.newsletter__form-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .newsletter__form-two {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.newsletter__form-two input {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 6px;
    color: #161439;
    font-weight: 500;
    font-size: 16px;
    padding: 16px 25px;
    height: 60px;
}

.newsletter__form-two .btn {
    background: var(--optional-color);
    color: #161439;
    min-width: 180px;
    padding: 21px 30px;
}

.newsletter__form-two .btn:hover {
    background: #161439;
    color: #fff;
}

.newsletter__shape img {
    position: absolute;
    right: 14%;
    top: 0;
    z-index: -1;
}

@media (max-width: 1500px) {
    .newsletter__shape img {
        right: 0;
    }
}

@media (max-width: 1199.98px) {
    .newsletter__shape img {
        display: none;
    }
}

/*=============================
    15. Features
===============================*/
.features__area {
    background: #020323;
    padding: 50px;
}

@media (max-width: 767.98px) {
    .features__area {
        padding: 100px 0 70px;
    }
}

.features__area-three {
    background: var(--tg-common-color-gray);
}

.features__area-four {
    margin-top: -65px;
}

.features__area-six {
    position: relative;
    z-index: 1;
}

.features__area-eight {
    background: #fff;
    padding: 65px 0 35px;
}

.features__bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.features__item {
    text-align: center;
    margin-bottom: 30px;
}

.features__item:hover .features__icon {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.features__item-two {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #C9E4E9;
    background: #F1FDFF;
    box-shadow: 8px 8px 0px 0px #C9E4E9;
    padding: 40px 40px 40px 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199.98px) {
    .features__item-two {
        padding: 30px 25px 30px 25px;
    }
}

.features__item-two:hover {
    box-shadow: none !important;
}

.features__item-two:hover .features__item-shape {
    color: #1BCBE3;
}

.features__item-three {
    border: 1px solid var(--tg-border-3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    padding: 40px 35px 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

@media (max-width: 1500px) {
    .features__item-three {
        padding: 40px 25px 40px;
    }
}

@media (max-width: 1199.98px) {
    .features__item-three {
        padding: 30px 20px 30px;
    }
}

@media (max-width: 767.98px) {
    .features__item-three {
        padding: 30px 30px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features__item-three {
        padding: 30px 20px 30px;
    }
}

.features__item-three:hover {
    transform: translateY(-3px);
}

.features__item-three:hover .features__icon-three {
    transform: rotateY(180deg);
}

.features__item-four {
    text-align: center;
    margin-bottom: 30px;
}

.features__item-four:hover .features__icon-four {
    transform: translateY(5px);
}

.features__item-five {
    position: relative;
    z-index: 1;
    padding: 45px 60px 55px;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 1500px) {
    .features__item-five {
        padding: 45px 50px 55px;
    }
}

.features__item-five-shape .shape-one {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.features__item-five-shape .shape-one svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    display: block;
    position: absolute;
}

.features__item-five-shape .shape-one svg path:nth-child(1) {
    color: #4741CF;
}

.features__item-five-shape .shape-one svg path:nth-child(2) {
    color: var(--tg-theme-primary);
}

.features__item-five-shape .shape-two {
    position: absolute;
    left: 10px;
    top: 5px;
    right: 10px;
    bottom: 15px;
    z-index: -1;
}

.features__item-five-shape .shape-two svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    display: block;
    position: absolute;
    color: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.features__item-five-shape .shape-two svg .animation-dashed {
    animation: animation__shape 0.5s infinite linear;
    animation-play-state: paused;
}

.features__item-five:hover .shape-two svg .animation-dashed {
    animation-play-state: running;
}

.features__item-six {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.features__item-six:hover .features__icon-six {
    transform: rotateY(180deg);
}

.features__item-shape {
    position: absolute;
    right: 28px;
    top: 21px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: rgba(39, 39, 47, 0.2);
}

.features__item-wrap .row [class*=col-]:nth-child(2) .features__item-two {
    border: 1px solid #C8C1ED;
    background: #EDEAFF;
    box-shadow: 8px 8px 0px 0px #D9D5F1;
}

.features__item-wrap .row [class*=col-]:nth-child(2) .features__item-two .features__icon-two {
    background: #5751E1;
}

.features__item-wrap .row [class*=col-]:nth-child(2) .features__item-two:hover .features__item-shape {
    color: #5751E1;
}

.features__item-wrap .row [class*=col-]:nth-child(3) .features__item-two {
    border: 1px solid #EBE0C4;
    background: #FFF7E2;
    box-shadow: 8px 8px 0px 0px #E5DECB;
}

.features__item-wrap .row [class*=col-]:nth-child(3) .features__item-two .features__icon-two {
    background: #FFC224;
}

.features__item-wrap .row [class*=col-]:nth-child(3) .features__item-two:hover .features__item-shape {
    color: #FFC224;
}

.features__item-wrap-two .row [class*=col-]:nth-child(2) .features__icon-three {
    color: var(--tg-theme-primary);
}

.features__item-wrap-two .row [class*=col-]:nth-child(3) .features__icon-three {
    color: var(--tg-common-color-pink);
}

.features__item-wrap-two .row [class*=col-]:nth-child(4) .features__icon-three {
    color: var(--tg-common-color-cyan);
}

.features__item-wrap-three .row [class*=col-]:nth-child(2) .features__item-five-shape .shape-one svg path:nth-child(1) {
    color: #DA9D00;
}

.features__item-wrap-three .row [class*=col-]:nth-child(2) .features__item-five-shape .shape-one svg path:nth-child(2) {
    color: #F3B107;
}

.features__item-wrap-three .row [class*=col-]:nth-child(3) .features__item-five-shape .shape-one svg path:nth-child(1) {
    color: #BE76B5;
}

.features__item-wrap-three .row [class*=col-]:nth-child(3) .features__item-five-shape .shape-one svg path:nth-child(2) {
    color: #D78BCD;
}

.features__item-wrap-three .row [class*=col-]:nth-child(4) .features__item-five-shape .shape-one svg path:nth-child(1) {
    color: #5EAC1F;
}

.features__item-wrap-three .row [class*=col-]:nth-child(4) .features__item-five-shape .shape-one svg path:nth-child(2) {
    color: #75C137;
}

.features__item-wrap-four {
    border: 1px solid #e3e3ef;
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 70px 70px 40px 70px;
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .features__item-wrap-four {
        padding: 70px 40px 40px 40px;
    }
}

@media (max-width: 767.98px) {
    .features__item-wrap-four {
        padding: 40px 40px 10px 40px;
    }
}

.features__icon {
    margin-bottom: 22px;
    min-height: 93px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.features__icon-two {
    width: 70px;
    height: 70px;
    flex: 0 0 auto;
    color: #fff;
    background: #1BCBE3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features__icon-three {
    color: var(--optional-color);
    margin-bottom: 25px;
    min-height: 50px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.features__icon-four {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--optional-color);
    color: var(--tg-common-color-black-3);
    margin: 0 auto 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.features__icon-five {
    position: relative;
    color: #fff;
    line-height: 0;
    font-size: 60px;
    display: inline-block;
    margin-bottom: 15px;
}

.features__icon-five svg {
    position: absolute;
    right: -13px;
    top: -8px;
    color: #fff;
}

.features__icon-six {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #efeff3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.features__icon-seven {
    background: #28254e;
    color: var(--optional-color);
}

.features__content .title {
    color: #fff;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
}

.features__content p {
    margin-bottom: 0;
    color: #ddd;
}

.features__content-two .content-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.features__content-two .title {
    margin-bottom: 0;
    font-size: 22px;
}

.features__content-two p {
    margin-bottom: 0;
    color: #000;
    text-transform: capitalize;
}

.features__content-three .title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.features__content-three p {
    margin-bottom: 0;
    line-height: 1.62;
}

.features__content-four .title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
}

.features__content-four p {
    margin-bottom: 0;
    color: #bcbad8;
    font-weight: 500;
}

.features__content-five .title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: capitalize;
}

.features__content-five p {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.5;
}

.features__content-five .btn {
    background: #fff;
    color: #fff;
    box-shadow: none;
}

.features__content-five .btn svg {
    color: #fff;
}

.features__content-six .title {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.features__content-six span {
    display: block;
    line-height: 1.2;
    font-family: #000;
}

.features__content-seven .title {
    color: #fff;
}

.features__content-seven span {
    color: #bab8e5;
}

.features__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.features__shape-wrap img:nth-child(1) {
    left: 0;
    top: 21%;
}

@media (max-width: 991.98px) {
    .features__shape-wrap img:nth-child(1) {
        top: 30%;
    }
}

@media (max-width: 767.98px) {
    .features__shape-wrap img:nth-child(1) {
        display: none;
    }
}

.features__shape-wrap img:nth-child(2) {
    right: 0;
    top: 21%;
}

@media (max-width: 991.98px) {
    .features__shape-wrap img:nth-child(2) {
        top: 30%;
    }
}

@media (max-width: 767.98px) {
    .features__shape-wrap img:nth-child(2) {
        display: none;
    }
}

.features__shape-wrap-two img {
    position: absolute;
    z-index: -1;
}

.features__shape-wrap-two img:nth-child(1) {
    left: 11%;
    top: 13%;
    max-width: 65px;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

@media (max-width: 767.98px) {
    .features__shape-wrap-two img:nth-child(1) {
        display: none;
    }
}

.features__shape-wrap-two img:nth-child(2) {
    right: 10%;
    top: 24%;
    max-width: 113px;
}

.instructor__area-two {
    background: #020323;
}

.instructor__item-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    align-items: center;
    border: 1px solid #BDBDBD;
    background: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    padding: 0 25px 0 25px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    min-height: 260px;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .instructor__item-two {
        padding: 0 35px 0 25px;
    }
}

@media (max-width: 767.98px) {
    .instructor__item-two {
        min-height: auto;
        padding: 30px;
    }
}

.instructor__item-two:hover .instructor__thumb-two .shape-one {
    color: #000;
}

.instructor__item-two:hover .instructor__thumb-two .shape-one {
    color: var(--main-color);
}

.instructor__thumb-two .shape-one {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    color: var(--optional-color);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.instructor__thumb-two {
    width: auto;
    flex: 0 0 auto;
    margin-top: auto;
}