body,
div,
ul,
li,
a,
button,
td,
span {
    /* font-family: "Montserrat", sans-serif !important; */
}

a {
    text-decoration: none;
}

:root {
    --primary: #9a36b1 !important;
    --headingSize: 55px;
    --background-color: black;
}

.cropped-home-banner {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0;
    border-left: 0px solid #f9f9f900;
    border-right: 70px solid #13d76203;
}


@media only screen and (max-width: 766px) {
    .cropped-home-banner {
        display: none;
    }

    .home-banner-area {
        padding: 160px 0 60px !important;
    }

    .home-banner-wrap {
        max-width: 100% !important;
        text-align: center;
    }
}

.bg-background {
    background: #f9f9f9;
}

.bg-transparent {
    background: #00000000 !important;
}

.top-categories {
    transition: all 0.5s;
    border: 2px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    padding: 20px;
    display: block;
    text-decoration: none;
    border-radius: 10px;
}

.top-categories:hover,
.top-categories:focus {
    background-color: var(--primary);
    background-size: cover;
    background-position: 50%;
    transition: all .5s;
}

.category-icon {
    background: var(--primary);
    border-radius: 10px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.top-categories:hover .category-icon,
.top-categories:focus .category-icon {
    background-color: #fff;
    color: var(--primary);
}

.category-title {
    font-weight: 600;
}

.top-categories:hover .category-title,
.top-categories:focus .category-title {
    color: #fff;
}

.category-title p {
    font-weight: 400 !important;
}

.top-categories:hover .category-title p,
.top-categories:focus .category-title p {
    color: #efdcdc;
}

.divider-1 {
    background-color: #b8c3c5;
    margin-left: -15px;
    margin-right: -10px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.compare-row {
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 28px 10px;
}

.btn-compare-sm {
    color: #fff;
    background: var(--primary);
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    border: none;
    margin-top: 3px;
    display: block;
    padding: 5px 10px;
}

.btn-compare-sm i {
    margin-right: 4px;
}


.badge-sub-warning {
    background-color: #eceb98 !important;
    color: #3c3c2d !important;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.badge-primary {
    background-color: var(--primary) !important;
    color: #fff !important;
    padding: 6px 10px;
    font-weight: 500;
}

.floating-user {
    width: auto;
    height: 30px;
}

.floating-user img {
    border-radius: 15px;
    position: absolute;
}

.floating-user img:hover,
.floating-user img:focus {
    z-index: 999;
}

.become-user-label {
    padding: 30px 25px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: right;
}

.bg-sub-primary {
    background-color: #e6f0f9;
}

.bg-sub-danger {
    background-color: #fcebeb;
}

.text-sub-warning {
    color: #eceb98 !important;
}

.footer-area {
    color: #bfc8da;
}

.footer-hover-link {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 10px;
    transition: all 0.5s;
    margin-bottom: 0px;
    display: inline-block;
}

.footer-hover-link:hover {
    color: #fe9800 !important;
}

.footer-hover-link i {
    font-size: 13px;
    color: var(--primary);
}

.footer-hover-link:hover i {
    transition: all 0.5s;
    transform: rotate(45deg);
}

@media only screen and (max-width:576px) {
    .footer-widget__desc {
        font-size: 14px;
    }
}

@media only screen and (max-width:360px) {
    .footer-area .footer-top .footer-title {
        margin-bottom: 10px;
    }

    .footer-area .footer-bottom {
        padding-top: 20px;
    }

    .footer-area .footer-bottom p {
        font-size: 13px;
    }

    .footer-hover-link {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .w-full {
        width: 100%;
    }
}

.language_selector {
    border-radius: 5px;
    font-size: 14px;
    background: var(--primary);
    border-colorvar(--primary);
    color: #ffffff;
    padding: 6px 10px;
}

.footer-summary {
    color: #fff;
    padding: 29px 30px;
    background: linear-gradient(360deg, rgba(10, 28, 58, 1) 0%, rgba(35, 52, 81, 1) 100%);
}

.footer-summary h3,
.footer-summary h4,
.footer-summary h5 {
    line-height: 32px;
    font-size: 22px;
}

ul.footer-social-link {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

ul.footer-social-link li {
    display: flex;
    align-items: center;
}

ul.footer-social-link li h6 {
    margin-bottom: 0;
    font-size: 16px;
}

ul.footer-social-link li a i {
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    margin: 0px 8px 0px 0px;
    border-radius: 5px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    margin-right: 0;
}

ul.footer-social-link li:hover a i {
    background-color: var(--primary);
    border-color: var(--primary);
}

.border-top-sub-blue {
    border-top: 1px solid rgb(255 255 255 / 17%);
}


ul.footer-social-link li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

ul.footer-social-link li a:hover a i {
    color: var(--primary);
}




section.featured-instructor {
    background: white;
    padding: 30px 0px 0px 0px;
}

.top-instructor-img {
    max-width: 250px;
}

.top-instructor-img img {
    border-radius: 10px 0px 0px 10px;
}

/* .top-instructor-details {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translate(50%, -50%);
    right: 35%;
    max-width: 100%;
    padding: 20px;
} */

.top-istructor-slick .slick-prev:before {
    color: #066ac9;
    font-size: 25px;
    margin-right: -25px;
}

.top-istructor-slick .slick-next:before {
    color: #066ac9;
    font-size: 25px;
    margin-left: -25px;
}

.slick-list.draggable {
    border-radius: 10px;
    margin: 0px 12px;
}




/*.instructor-summary .slick-prev:before{
    font-family: "Font Awesome 5 Free";
    content: f30a;
    color: #040404;
}
.instructor-summary .slick-next:before{
    font-family: "Font Awesome 5 Free";
    content: f30b;
    color: #040404;
}*/
.instructor-summary .slick-track {
    padding: 0px;
}

.instructor-summary .instructor-image {
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: -100px;
    z-index: -1;
}

.instructor-summary img {
    height: 200px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.instructor-summary .summary-box {
    border-radius: 8px;
    background-color: #066ac9;
    color: #fff;
    padding: 22px 25px;
    margin: 0px 40px;
}

.instructor-summary .summary-box .summary-body {
    font-size: 14px;
}

.instructor-summary .summary-box .summary-footer {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

@media only screen and (max-width: 500px) {
    .instructor-summary .summary-box .summary-footer {
        display: inline-grid;
    }

    .instructor-summary .summary-box .summary-footer .name {
        margin-top: 10px;
    }
}

.instructor-summary .summary-box .summary-footer .badge {
    background-color: #3e95e8;
}

.instructor-summary .summary-box .summary-footer .name {
    width: auto;
    margin-left: auto;
    padding-left: 100px;
    white-space: nowrap;
}

.instructor-summary .summary-box .summary-footer .name>h6 {
    color: #fff;
    margin: 0px !important;
    font-size: 15px;
    font-weight: 700;
}

.instructor-summary .summary-box .summary-footer .name>h6::before {
    content: "";
    position: absolute;
    background-color: white;
    width: 80px;
    height: 1.5px;
    border-radius: 5px;
    margin-top: 9px;
    margin-left: -90px;
}

.instructor-summary .summary-box .summary-footer .name>span {
    font-size: 12px;
    color: #ffffff;
}







.hover-shadow-1:hover {
    box-shadow: 0px 0px 5px 0px #9090902e !important;
}

.image-placeholder-1 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(160deg, #34136ae6, #35146b) !important;
}

.image-placeholder-2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 100%) !important;
    top: 0;
}

.image-placeholder-3 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 42%) 0%, rgb(0 35 51 / 0%) 100%) !important
}

.compare-row {
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 28px 10px;
}

.compare-row-icon {
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #444;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.skill-level-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.skill-level-icon span {
    background-color: #dcdee1;
    margin-left: 1.5px;
    margin-right: 1.5px;
    float: left;
}

.skill-level-icon .active {
    background-color: var(--primary);
}

.skill-level-icon span:first-of-type {
    width: 5px;
    height: 8px;
    margin-top: 16px;
}

.skill-level-icon span:nth-of-type(2n) {
    width: 5px;
    height: 16px;
    margin-top: 8px;
}

.skill-level-icon span:last-of-type {
    width: 5px;
    height: 24px;
}

.marge-input-box input {
    border-radius: 10px 0px 0px 10px;
    border-right: 0px;
    font-size: 13px;
}

.marge-input-box .input-group-append {
    border: 1px solid #cccfe7;
    border-radius: 0px 10px 10px 0px;
    border-left: none !important;
}

.marge-input-box button {
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    margin: 5px;
    font-size: 13px;
    border-radius: 8px;
}

.marge-input-box button:hover {
    background: #cd4f4f;
    color: #fff;
}








/*Signup & sign in page login*/
.sign-up-form {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}


.sign-up-form .form-group {
    margin-bottom: 25px;
    color: #000;
}

.sign-up-form .form-group label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.sign-up-form .form-group .input-group span {
    border-right: none;
    padding: 12px 8px 12px 15px;
    border-radius: 10px;
    color: #878787;
    font-size: 15px;
    font-weight: 500;
}

.sign-up-form .form-group .input-group input {
    padding: 11px 13px;
    border-radius: 14px !important;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.forget-box {
    margin-top: 1.5rem;
    text-align: center;
}

.forget-box a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.sign-up-form .btn {
    border-radius: 14px !important;
  padding: 10px 15px;
  text-align: left;
  font-size: 16px;
  background: #9c01a8b5;
  border: 1px solid #ffffff57;
}

.sign-up-form .login-head .head-title {
    margin-bottom: 30px;
}

.sign-up-form .form-group .input-group .form-control:focus,
input:focus {
    background-color: transparent !important;
    border-bottom: 2px solid #fff;
}

/*End Signup & sign in page login*/


.left-login-container .form-control::placeholder {
  color: #000 !important;
}
/* DEMO-SPECIFIC STYLES */
.login-box {
    position: relative;
    padding: 40px 0;
}
.login-box::before{
    content: '';
   position: absolute;
   top: 0;
   left: 0;
   background:linear-gradient(to top, #cc208e8f 0%, #6713d2b0 100%);
   width: 100%;
   height: 100%;
}
.login-box .sign-up-form .login-head .title {
    color: #222;
}

.login-box .sign-up-form .login-head .title h2 {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
}

.login-box .sign-up-form .login-head .sub-title {
    color: #fff;
    font-weight: 400;
}

.login-box .sign-up-form .login-head .sub-title h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

/* .login-box .logo{
    position: absolute;
    top: 25px;
    left: 25px;
} */
/* .login-box .logo img {
    width: 275px;
    height: 50px;
} */

@media only screen and (max-width: 1024px) {
    .card-responsive {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

/*used on Home page*/
.animated-loader {
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.common-search-box {
    margin-right: 50px;
    padding: 0px 0;
}

.common-search-box input {
    background-color: hsl(192deg 33% 97%);
    border: 1px solid hsl(192deg 33% 97%);
    height: 40px;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
}

.common-search-box input:focus {
    background-color: #fff;
    border-color: #dedfe0;
    border-right-color: transparent;
}

.common-search-box input:focus+.input-group-button {
    background-color: #fff !important;
    border-top: 1px solid #dedfe0 !important;
    border-right: 1px solid #dedfe0 !important;
    border-bottom: 1px solid #dedfe0 !important;
    padding: 5px 9px 5px 10px !important;
}

.common-search-box button {
    background-color: var(--primary) !important;
    border-color: var(--primary);
    color: #fff;
    padding: 1px 6px;
    border-radius: 6px;
}

.common-search-box button:hover {
    color: #efefef;
}

.common-search-box .input-group-button {
    background-color: hsl(192deg 33% 97%);
    padding: 6px 10px 6px 10px;
    border-radius: 0px 5px 5px 0px;
}

/*Custom print content*/
@media print {
    .print-content {
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }

    footer,
    nav,
    title {
        display: none !important;
    }

    body {
        overflow: hidden !important;
    }
}

/*End Custom print content*/





/*BLOG start*/
.card-blog {
    border-radius: 10px;
    margin-bottom: 30px;
}

.card-blog>img {
    border-radius: 10px;
}

.card-blog-body {
    position: relative;
    height: 380px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.card-blog .blog-thumbnail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 62%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    transition: all .3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.card-blog:hover .blog-thumbnail {
    height: 100%;
    background-position: center;
    transition: all .3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.card-blog:hover .card-blog-body::after {
    content: "";
    background: linear-gradient(360deg, rgb(0 0 0 / 82%) 0%, rgba(255, 255, 255, 0) 72%);
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.card-blog-body .blog-placeholder {
    position: absolute;
    bottom: 20px;
    z-index: 600;
    width: 100%;
    padding: 0 20px;
}

.card-blog:hover .blog-placeholder {
    color: #fff !important;
    padding: 0px 20px;
}

.card-blog-body .cart-blog-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.card-blog-body .blog-info {
    width: 33.3%;
    text-align: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0px;
    color: #858585;
}

.card-blog:hover .blog-info {
    color: #fff !important;
}


.blog-search-input {
    height: 42px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cdcdcd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.blog-search-button {
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}

.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/*End Blog*/

.header-underline {
    position: relative;
}

.header-underline::before {
    content: "";
    position: absolute;
    background-color: var(--primary);
    width: 100%;
    height: 2px;
    border-radius: 2px;
    bottom: -7px;
}

.header-underline-2 {
    position: relative;
}

.header-underline-2::before {
    content: "";
    position: absolute;
    background-color: var(--primary);
    width: 100%;
    height: 2px;
    border-radius: 2px;
    left: 0;
    bottom: -10px;
}


@media (max-width: 991px) {
    .search-box {
        width: 100% !Important;
    }

    .icon-menu {
        display: none;
    }
}

.slick-next {
    margin-right: 5px !Important;
}

.slick-prev {
    margin-left: 5px !Important;
}

.text-primary {
    color: var(--primary) !important;
}


.category-course-list-area.login-box {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: bottom left;
    background-color: #fff;
    z-index: 1;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.footer-area .logo-img img {
    width: 100%;
    height: 100%;
    max-height: 60px;
    object-fit: contain;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.content-inner-1 {
    padding-top: 60px;
    padding-bottom: 60px;
    /* margin: 0; */
}

.content-inner-2 {
    padding-top: 60px;
    padding-bottom: 0;
    /* margin: 0; */
}

.content-inner-3 {
    padding-top: 50px;
    padding-bottom: 30px;
    /* margin: 0; */
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.course-details .sub-title {
    font-weight: 700;
    font-size: 15px;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 0;
}

.course-details .course-top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.course-box .course-image {
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

.course-box {
    transition: all 0.5s;
}

.course-box .course-image:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: var(--primary);
    width: 0;
    left: -90px;
    opacity: 0.5 !important;
    transform: skewX(20deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.course-box .course-image:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: var(--primary);
    width: 0;
    left: -90px;
    opacity: 0.5;
    transform: skewX(-20deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.course-box:hover .course-image:before {
    width: 100%;
}

.course-box:hover .course-image:after {
    width: 100%;
}

.course-details .course-bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.course-details .course-bottom-box .user-box {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.course-details .course-bottom-box .user-box img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.course-details .course-bottom-box .side-box {
    width: 100%;
    height: 100%;
}

.course-details .course-bottom-box .side-box {
    width: 100%;
    height: 100%;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin: 15px 0;
}

.blog-box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.5s;
    padding: 10px;
}

.blog-box:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.blog-box .blog-image {
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    height: 240px;
    width: 100%;
}

.blog-box .blog-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    border-radius: 5px;
    transition: all 0.5s;
}

.blog-box:hover .blog-image:after {
    height: 100%;
    transition: all 0.5s;
}

.blog-box .blog-image img {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.blog-box .blog-details {
    padding: 20px 0 0;
    position: relative;
}

.blog-box .blog-image .read-btn {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    z-index: 9;
}

.blog-box:hover .blog-image .read-btn {
    transition: all 0.5s;
    top: 50%;
}

.filter-area .filter_type {
    margin-bottom: 20px;
    transition: all 0.5s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.filter-area .filter_type .title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.filter-area .filter_type .card .card-body .filter-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
}

.filter-area .filter_type .card {
    transition: all 0.5s;
    border-width: 2px;
    border-radius: 10px;
}

.filter-area .filter_type:hover .card {
    border: 2px solid var(--primary);
    transition: all 0.5s;
}


.accordion-box .accordion-header {
    cursor: pointer;
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 -0.625rem 1.25rem 0 rgba(255, 76, 65, 0.15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1rem 1.75rem;
    border: 0.0625rem solid #EEEEEE;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    border-radius: 0.35rem;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.accordion-box .accordion-header.collapsed {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(129, 5, 5, 0.7);
}

.accordion-box .accordion-header.collapsed:hover {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(129, 5, 5, 1);
}

.accordion-header-indicator {
    font-family: 'themify';
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-box .accordion-body {
    border: 2px solid var(--primary);
    border-top: none;
}

.accordion-header-indicator {
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-header:not(.collapsed) .accordion-header-indicator::before {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.accordion-header.collapsed .accordion-header-indicator::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}



span {
    display: inline-block;
    overflow: hidden;
    animation: .3s swift-up ease-in-out forwards;
}

i {
    font-style: normal;
    position: relative;
    top: var(--headingSize);
    animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
    to {
        top: 0;
    }
}

@media screen and (max-width: 1000px) {
    .container {
        width: auto;
        margin: 0 10%;
    }

    :root {
        --headingSize: 35px;
    }
}


.text-sm {
    font-size: 12px !important;
    line-height: 1;
}

.blog-box .blog-details .bottom-content p {
    margin: 0;
    font-weight: 700;
    color: #777;
}

.blog-box .blog-details .blog-bottom h5 {
    margin: 0;
}
.site-login-card{
    margin-top: 75px;
    border-radius: 20px !important;
    background-color: #ffffff2e;
}
.login-box .sign-up-form {
    /* margin-top: 100px; */
    background:rgba(255, 255, 255, 0.11);
    border-radius: 25px;
    box-shadow:rgba(255, 255, 255, 0.47) -5px 5px 0px 1px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px 30px;
    margin-bottom: 15px;
}

.login-box .login-head {
    margin: 17px 0 30px 0;
    text-align: center;
}


.btn-primary {
    color: #fff;
    background: linear-gradient(270deg, #FF91FF -22.92%, #9C01A896 56.63%);
    border-color: transparent;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #3f5efb, #159ef2);
    border-color: transparent !important;
    color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    border-color: transparent;
    color: #fff;
}

.inline-form {
    width: 100%;
}

.instructor-box.menu-icon-box .icon-menu a {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}


.blog-detail-box {
    padding: 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    transition: all 0.5s;
    margin-bottom: 30px;
}

.blog-detail-box:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.blog-detail-box .title {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.blog-sidebox {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 1px 5px #0000001c !important;
    margin-bottom: 30px;
}

.blog-sidebox .title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.ebook-detail-box .ebook-detail-box-wrapper {
    padding: 18px;
    box-shadow: 0 0 2px 2px rgb(255, 203, 203);
    border-radius: 10px;
    transition: all 0.5s;
}

.ebook-detail-box .ebook-detail-box-wrapper:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.ebook-detail-content {
    margin-left: 10px;
}

.ebook-detail-box .ebook-detail-box-wrapper .ebook-detail-media {
    width: 100%;
    height: 312px;
}

.ebook-detail-box .ebook-detail-box-wrapper .ebook-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.ebook-detail-box .ebook-detail-box-wrapper .ebook-detail-content .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #fa4f17;
    padding-top: 5px;
}

.ebook-detail-box .ebook-detail-box-wrapper .ebook-detail-content .ebook-description-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ebook-detail-box .ebook-detail-box-wrapper .ebook-detail-content .ebook-description-box .description-info {
    margin-right: 10px;
    color: #535050;
}

.ebook-detail-box .ebook-detail-box-wrapper .ebook-detail-content .ebook-description-box .description-detail {
    font-weight: 600;
    color: #535050;
}

.ebook-detail-box .ebook-detail-box-wrapper .ebook-detail-content .ebook-description-box .rating-box {
    margin-right: 20px;
    margin-left: 13px;
}

.ebook-detail-box .ebook-detail-box-wrapper .ebook-detail-content .ebook-description-box .rating-box .rating-content {
    font-size: 14px;
    color: #777;
}

.ebook-description-box.border-style {
    border-left: 3px solid #df8f0e;
    justify-content: space-between;
    margin-top: 17px;
    padding-top: 0;
    margin-bottom: 22px !important;
}

.ebook-detail-box .ebook-detail-box-wrapper .ebook-detail-content .ebook-description-box .price-box {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.category-course-list .ebook-card .ebook-content .rating-box {

    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-course-list .ebook-card .ebook-content .rating-box .ebook-rating i {
    font-size: 13px;
}

.rating-box .ebook-rating-content {
    font-size: 15px;
    font-weight: 600 !important;
}
.modal-header{
border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    background: var(--primary);
}
.modal.style-1 .modal-dialog .modal-content .modal-header .close {
    background-color: var(--primary);
    border: none;
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 1;
    border-radius: 10px;
    opacity: 0.5;
    transition: all 0.5s;
}

.modal.style-1 .modal-dialog .modal-content .modal-header .close:hover {
    opacity: 1;
    transition: all 0.5s;
}

.flot-right {
    float: right;
}

.bg-gray {
    background-color: #f5f5f5;
}


.nav-tabs {
    border-bottom: 0px;

}

.nav-item {
    margin-right: 10px;

}

.nav-tabs .nav-link {
    border-radius: 5px;
    color: #000;
    background-color: transparent;
    border-color: #d77e61;
}

.nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #d77e61;
    border-color: #d77e61;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(202, 81, 42, 0.74);
    border-color: transparent;
}

.card {
    box-shadow: 0 0px 6px 2px rgba(169, 184, 200, .15);
    border: 0px;
}

progress {
    height: 17px !important;
    border-radius: 13px;
    margin-bottom: 14px;
}

/* HTML: <div class="triangle"></div> */
.login-shap-div {
    position: absolute;
    width: 811px;
    height: 998px;
    top: -165px;
    left: -268px;
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    background: #fdc83eba;
    --_g: calc(tan(60deg)*var(--r)) left var(--r), #000 98%, #0000 101%;
    --r: 25px;
    aspect-ratio: cos(30deg);
    -webkit-mask: conic-gradient(from 60deg at calc(3*var(--r)/2 - 100%), #000 60deg, #0000 0) 0 0/calc(100% - 3*var(--r)/2) 100% no-repeat, radial-gradient(var(--r) at calc(100% - 2*var(--r)) 50%, #000 98%, #0000 101%), radial-gradient(var(--r) at top var(--_g)), radial-gradient(var(--r) at bottom var(--_g));
}

.login-shap-befor {
    position: relative;
}

.login-shap-before:after {
    content: '';
    position: absolute;
    width: 811px;
    height: 998px;
    top: -230px;
    left: -268px;
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    background: #fdc83e94;
    --_g: calc(tan(60deg)*var(--r)) left var(--r), #000 98%, #0000 101%;
    --r: 25px;
    aspect-ratio: cos(30deg);
    -webkit-mask: conic-gradient(from 60deg at calc(3*var(--r)/2 - 100%), #000 60deg, #0000 0) 0 0/calc(100% - 3*var(--r)/2) 100% no-repeat, radial-gradient(var(--r) at calc(100% - 2*var(--r)) 50%, #000 98%, #0000 101%), radial-gradient(var(--r) at top var(--_g)), radial-gradient(var(--r) at bottom var(--_g));
}

.circle-shap {
    width: 500px;
    height: 500px;
    background: #0000000f;
    border-radius: 100%;
    padding: 30px;
    border: 1px solid #dfd2d2;
    text-align: center;
    margin: auto;
}

.inner-image-circle {
    width: 100%;
    height: 100%;
    background-color: #0c85d030;
    border-radius: 100%;
}

.text-wrap .desc {
    font-size: 18px;
    color: #000000de;
    margin-bottom: 15px;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    text-align: center;
    padding-top: 12px;
    font-style: initial;
    max-width: 475px;
    margin: auto;
}

.custom-shadow {
    /* box-shadow: rgb(126, 154, 226) 0px 2px 8px 0px; */
    box-shadow: rgb(126 154 226 / 75%) 0px 2px 8px 0px;
}

.custom-shadow-light {
    box-shadow: rgb(191 194 197 / 50%) 0px 2px 8px 0px;
}

.radius-12 {
    border-radius: 12px;
}

.form-control {
    border-radius: 9px;
    border: 1px solid #e5b5e0;
    background: #e5b5e01f;
}

.form-control::placeholder {
    font-size: 14px;
}

.modal {
    top: 60px
}

.modal-dialog-scrollable .modal-body {
    scrollbar-width: none;
    height: 320px;
}


.modal-content {
    border-radius: 13px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2) !important;

}

.modal-header .btn-close {
    border: 1px solid #fff;
}

@media (max-width: 991px) {
    .navbar-brand {
        margin-right: auto;
        margin-left: 0;
    }
}



/* login page style */
body.enlarged {
    height: 100% !important;
    width: 100% !important;
    min-height: 100% !important;
}

.rounded-end-3 {
    border-bottom-right-radius: .5rem !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: .5rem !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.form-icon i {
    color: #75126a;
}

.logo {
    display: block;
    line-height: 0px;
    margin: 0 0px;
}

label {
    color: #0e0e0ff5 !important;
    margin-right: 15px;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 500;
}

.btn-primary {
    color: #fff;
    background:linear-gradient(270deg, #FF91FF -22.92%, #9C01A896 56.63%);
    border-color:transparent;
}


.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffca2c;
}

.text-muted {
    color: #212529bf !important;
}

.heading-text {
    color: #000;
    font-size: 25px;
}

.sub-text {
    font-size: 16px;
    font-weight: 500;
    color: #777;
}

.btn-primary {
    background: linear-gradient(270deg, #FF91FF -22.92%, #9C01A896 56.63%);
    border-color:transparent;
    color: #fff;
    transition: all 0.5s;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #e709af 0%, #fc68e5 100%);
    border-color: #e90db2;
    transition: all 0.5s;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.15rem rgba(249, 127, 91, 0.5) !important;
}



@media (max-width:445px) {
    .form-card-wrapper {
        padding: 0 20px;
    }

    .heading-text {
        font-size: 25px;
    }
}

@media (max-width:375px) {
    .sub-text {
        font-size: 13px;
        font-weight: 500;
        color: #777;
    }

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

/* end */




/* login page new style */
.main-login-container {
    background: linear-gradient(156deg, rgb(227, 228, 231) 0%, rgb(230, 229, 225) 18%, rgb(242, 240, 226) 47%, rgb(240, 233, 199) 78%);
    height: 600px;
    border-radius: 30px !important;
    width: 1000px;
}

.login-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-img-container img {
    width: 93%;
    height: 93%;
    object-fit: cover;
    border-radius: 30px !important;
    box-shadow: rgba(232, 144, 202, 0.64) 0px 2px 8px 0px;
    padding: 15px;
    background: linear-gradient(233deg, rgba(238, 233, 222, 0.94) 19%, rgba(218, 145, 238, 0.26) 85%);
    border: 3px solid #b170ad;
    overflow: hidden;
}

.login-input-icon {
    top: 7px !important;
    right: 20px !important;
}

.login-input-icon svg {
    font-size: 20px;
    color: var(--primary-color);
}

.login-icon {
    position: absolute;
    right: 10px;
    top: 11px;
}

.sign-up-form .login-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    z-index: 5;
}

.sign-up-form .login-icon i {
    color: #fff;
}

.login.form-control {
    height: 40px !important;
    border-radius: 10px !important;
}

.login.form-control::placeholder {
    color: #000 !important;
}

.login.form-control:focus {
    color: #000 !important;
}
.login-box .sign-up-form .form-control{
    color: #fff;
}
.login-box .sign-up-form .form-control:focus {
    color: #fff !important;  
}

.login-box .sign-up-form .form-control{
    color: #fff !important;  
}

.login-link {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

.loginPage-logo-container {
    width: 200px;
    height: auto;
    overflow: hidden;
}

.loginPage-logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.forget-box {
padding-top: 12px;
  margin-top: 35px;
  margin-bottom: 10px;
  border-top: 1px dashed #ffffff47;
}

@media only screen and (max-width: 991px) {
    .main-login-container {
        width: 576px;
    }

    .left-login-container {
        margin-top: 3rem;
    }





}

/* end */