* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {

    font-family: 'Roboto', sans-serif;
}


.form-control::placeholder {
    color: #D9D9D9 !important;
    font-size: 14px;

}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    border-color: black;
    accent-color: black !important;
}

input[type='checkbox']:after {
    box-shadow: none !important;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 13px;
}

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

header {
    position: static;
    /* top: 0px; */
    background-color: #0c0e2b !important;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.15);
    padding: 16px 0;
}

.header-container {
    margin: 0 auto;
    display: flex;
    position: relative;
}

.logo-container {
    /* flex: 1; */
    display: flex;
    align-items: center;
}

.nav-btn {
    flex: 3;
    display: flex;
}

.nav-links {
    flex: 2;
}

.log-sign {
    display: flex;
    justify-content: right;
    align-items: center;
    flex: 1;
}

.logo {
    color: #000000;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 3rem;
    margin-bottom: 0;
}

.logo sub {
    font-weight: 300;
    font-size: 12px;
    margin-left: 2px;
}

header .btn {
    display: inline-block;
    padding: .5rem 1.3rem;
    font-size: .7rem;
    border: 2px solid #fff;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
}

header .btn.solid,
.btn.transparent:hover {
    color: #ffffff;
}

header .btn.transparent,
.btn.solid:hover {
    background-color: transparent;
    color: #fff;
}

.nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    position: relative;
    padding: 0.5rem 0.2rem;
}

.nav-link>a {
    line-height: 2rem;
    color: #fff;
    padding: 0 .8rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    font-weight: 500;
}

.nav-link>a>i {
    margin-left: .2rem;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    border: 1px solid #170f2f;
}

.navigation-desktop .nav-link .online_course::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown ul {
    position: relative;
}

.dropdown-link>a {
    display: flex;
    background-color: #dddddd;
    color: #000000;
    padding: .5rem 1rem;
    font-size: .8rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link:hover>a {
    background-color: #e9e9ea;
    color: #000000;
}

.dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid #efefef;
}

.dropdown-link i {
    transform: rotate(-90deg);
}
.main-category
{
    position: relative;
    width: max-content;
}
.main-category a
{
    transition: all .2s;

}
.main-link
{
    padding: 4px 8px;
}
.main-category a:hover
{
    background-color: rgba(128, 128, 128, 0.17) !important;
    background-color: #2f2853;
    border-left: 2px solid #5E2CEC;
    color: #fff;
}
.main-category:hover .sub-category
{
    display: block;
}
.sub-category:hover
{
    display: block;
}
.main-link
{
    font-size: 14px;
}
.child-link
{
    padding: 4px 8px;
    font-size: 14px;
}
.sub-category
{
    display: none;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: max-content;
    left: 100%;
    background-color: #170f2f;
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.1) !important;
}
.sub-category ul li
{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 8px;
}
.main-category a:hover .sub-category:hover {
    font-weight: 500;
}
.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #000000;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover~.arrow {
    background-color: #000000;
}

.dropdown-link {
    position: relative;
}

.dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
}

.nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #000000;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #000000;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}
.review-card
{
    box-shadow:0 0 20px 10px rgba(95, 45, 237, 0.1);
    margin:.8rem;
}
.review-card-body
{
    background-color:#17093e;
    padding:1rem;
}
.review-card-body-img{
    height:195px;
}
.review-avatar
{
    height:40px;
    width:40px;
    border-radius: 50%;
}
#check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 920px) {
    .hamburger-menu-container {
        display: flex;
    }

    #check {
        display: block;
    }

    .nav-btn {
        position: fixed;
        height: calc(100vh - 3rem);
        top: 3rem;
        left: 0;
        width: 100%;
        background-color: #b6b9bd;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .65s;
    }

    #check:checked~.nav-btn {
        transform: translateX(0);
    }

    #check:checked~.nav-btn .nav-link,
    #check:checked~.nav-btn .log-sign {
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links {
        flex: initial;
        width: 100%;
    }

    .nav-links>ul {
        flex-direction: column;
    }

    .nav-link {
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link>a {
        line-height: 1;
        padding: 1.6rem 2rem;
    }

    /* .nav-link:hover > a{
        transform: scale(1);
        background-color: #50a9d6;
    } */

    .dropdown,
    .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #E5E5E5;
        display: none;
    }

    /* .nav-link:hover > .dropdown,
    .dropdown-link:hover > .dropdown{
        display: block;
    } */

    /* .nav-link:hover > a > i,
    .dropdown-link:hover > a > i{
        transform: rotate(360deg);
    } */

    .dropdown-link>a {
        background-color: transparent;
        color: #000000;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .arrow {
        z-index: 1;
        background-color: #69bde7;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow {
        background-color: #E5E5E5;
    }

    .dropdown .dropdown .arrow {
        display: none;
    }

    .dropdown-link:hover>a {
        background-color: #E5E5E5;
    }

    .dropdown-link:first-child:hover~.arrow {
        background-color: #E5E5E5;
    }

    .nav-link>a>i {
        font-size: 1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i {
        font-size: 0.9rem;
        transition: .7s;
    }

    .log-sign {
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-end;
        opacity: 0;
        transform: translateY(15px);
    }


}

.banner_area {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #170F2F;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-color-updated{
    color: white !important;
}
.banner-content {
    width: 80%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.banner-content-inner {
    width: auto;
    text-align: right;
    /* padding-right: 40px; */
}

.banner-content-seperator {
    height: 18vh;
}

.heading-h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}

.heading-h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 0;
}

.interactive-section-1 {
    height: 80vh;
    background-image: url("../register__bg.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-blue
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgba(38, 0, 148, 0.93);
}
.interactive-section-content {
    width: 100%;
    margin: auto;
}

.text-theme-light {
    color: #CDCECF;
}

.interactive-section-2 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/dark-grey-bg.png");
    border-bottom: 1px solid #CDCECF;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.interactive-section-2 .interactive-section-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.interactive-section-2 .interactive-section-text .heading-h3 {
    font-size: 35px;
    line-height: 42px;
    margin-top: -29px;
}

.web_badge {
    padding: 0 20px;
    background-color: #ffffff;
    color: #CDCECF;
    font-weight: 500;
    font-size: 20px;
    color: #191b1d;
}

.interactive-section-2 h3 {
    line-height: 34px;
    font-size: 27px;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about_us_section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.courses-detail {
    background-color: rgba(49, 54, 60, 1);
}

.course-detail-img {
    height: 247px;
    width: 419px;
    object-fit: cover;
    background-color: #191B1D;
}

.course_card_shadow{
    margin: 1rem;
    box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.1);
}

.course-review-img {
    height: 228px;
    width: 100%;
    object-fit: cover;
    background-color: #f2f2f2;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.courses-type {
    background-color: #0c0e2b;
}

.courses-type .section-part {
    position: relative;
}

.courses-type .section-part .swiper-button-next,
.courses-type .section-part .swiper-rtl .swiper-button-prev {
    right: -50px;
    top: 62%;
}

.courses-type .section-part .swiper-button-prev,
.courses-type .section-part .swiper-rtl .swiper-button-next {
    left: -50px;
    top: 62%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
}

.courses-type .section-part .swiper-button-next:after,
.courses-type .section-part .swiper-button-prev:after {
    color: #ffffff;
}

.mb-80 {
    margin-bottom: 80px;
}

.courses-review {
    background-color: #CDCECF;
}

.courses-review .section-part {
    position: relative;
}

.courses-review .section-part .swiper-button-next,
.courses-review .section-part .swiper-rtl .swiper-button-prev {
    right: -50px;
    top: 62%;
}

.courses-review .section-part .swiper-button-prev,
.courses-review .section-part .swiper-rtl .swiper-button-next {
    left: -50px;
    top: 62%;
}

.courses-review .section-part .swiper-button-next:after,
.courses-review .section-part .swiper-button-prev:after {
    color: #ffffff;
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
}

.social-icons li {
    list-style: none;
    margin-right: 5px;
    display: inline-block;
}

.social-icons li a {
    padding: 6px 8px;
    border-radius: 50%;
    background-color: #252741;
    color: #ffffff;
}

.social-icons li a:hover {
    color: #444444;
    background-color: #ffffff;
    transition: all 0.5s;
}

.footer {
    background-color: #0c0e2b;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-content-inner img {
    height: 95vh;
}

.banner-content-inner {
    padding-top: 20px;
}

.custom_label_height {
    height: 69px;
}

.custom_height_email {
    height: 69.5px
}

.custom_height_email_input {
    height: 70px;
}

.font-25{
    font-size: 16px;
    opacity: 0.7;
    line-height: 35px;
}
.padding-right-60{
    padding-right: 60px;
    padding-bottom: 0px;
}

.padding-left-60{
    padding-left: 60px;
    padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {

    .about_us_section_1{
        height: auto !important;
        padding-top: 200px !important;
        padding-bottom: 100px !important;
    }

    .padding-right-60{
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .padding-left-60{
        padding-left: 0px;
    }
    .font-25{
        font-size: 15px;
        opacity: 0.7;
        line-height: 24.5px;
    }
    .interactive-section-content {
        width: 80%;
    }

    .custom_height_email {
        height: 99px
    }

    .custom_height_email_input {
        height: 100px;
    }

    .custom_label_height {
        height: 209px;
    }

    .custom_height_phone {
        height: 210px;
        flex-direction: column;
    }

    .interactive-section-2 .interactive-section-content {
        display: block;
        text-align: center;
    }

    .lecture_banner_section .banner_text {
        width: 80%;
    }

    .interactive-section-2 .interactive-section-content img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner-content-inner img {
        height: 50vh;
    }

    .banner-content-inner {
        padding-top: 0;
    }

    .interactive-section-2 .interactive-section-text .heading-h3 {
        margin-top: 0;
    }

    .interactive-section-2 .heading-h3 {
        text-align: center !important;
    }

    /* .interaction_img{
        object-fit: contain;
    } */
    .course-detail-author-content {
        display: block !important;
    }

    .review_tabs {
        width: 100% !important;
    }

    .w-65 {
        width: 100% !important;
    }

    .courses-detail {
        height: auto !important;
    }
}

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

    .courses-type .section-part .swiper-button-prev,
    .courses-type .section-part .swiper-rtl .swiper-button-next {
        left: -32px;
    }

    .courses-type .section-part .swiper-button-next,
    .courses-type .section-part .swiper-rtl .swiper-button-prev {
        right: -32px;
    }

    .courses-review .section-part .swiper-button-prev,
    .courses-review .section-part .swiper-rtl .swiper-button-next {
        left: -32px;
    }

    .courses-review .section-part .swiper-button-next,
    .courses-review .section-part .swiper-rtl .swiper-button-prev {
        right: -32px;
    }
}

@media only screen and (max-width: 920px) {
    .navigation-desktop {
        display: none;
    }

    .navigation-mobile {
        display: block;
    }
}

@media only screen and (min-width: 921px) {
    .navigation-desktop {
        display: block;
    }

    .navigation-mobile {
        display: none;
    }
}

.navigation-desktop .nav-link {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #170f2f;
    z-index: 999999;
}

.font-30 {
    font-size: 30px !important;
}

.megamenu h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px !important;
    color: #fff;
}

.megamenu a:hover {
    text-decoration: none;
}

.megamenu-menu-link {
    color: #fff;
    font-size: 16px;
}

.megamenu-list {
    padding-left: 0;
    margin-bottom: 0;
}

.megamenu-list li {
    margin-bottom: 15px;
}

.megamenu-menu-link:hover {
    color: #000000;
}

.pt-150 {
    padding-top: 60px;
}

.section-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.section-heading h5 {
    font-size: 17px;
    font-weight: 700;
}

.section-heading p {
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
}

.course-box {
    border: 1px solid #c3c3c3;
    box-shadow: 0px 0px 5px #bbbbbb;
    height: 100%;
}

.course-box .course-info {
    padding: 10px;
    background-color: #ffffff;
}

.course-box .course-info p {
    font-size: 12px;
    font-weight: 500;
}

.bg-grey {
    background-color: rgb(205, 206, 207);
}

.bg-white {
    background-color: #fff;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pagination ul {
    padding-left: 0;
    margin-bottom: 0;
}

.custom-pagination ul li {
    list-style: none;
    display: inline-block;
}

.custom-pagination ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    padding: 5px 15px;
}

.custom-pagination ul li a.active {
    font-weight: 600;
}

.nav-link:hover header {
    background-color: #ffffff;
}

.lecture_banner_section {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.lecture_banner_img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.lecture_banner_section .banner_text {
    background-color: #000000;
    width: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
}

.lecture_banner_section .banner_text h5 {
    color: #ffffff;
}

.text {
    font-size: 13px;
    line-height: 25px;
}

.heading {
    font-weight: 700;
}

.content_wrapper {
    padding-right: 80px;
}

.w-80 {
    width: 80%;
}

.border-bottom-1 {
    border-bottom: 1px solid #fff;
}

.nav-pills .nav-link {
    color: grey;
    font-weight: 600;
    font-size: 13px;
    border-radius: 0;
    opacity: 1;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: transparent !important;
}
.nav_tabs .nav-item {
    margin-right: 30px;
}

.border-1 {
    border: 1px solid #171f88;
}

.btn-light:hover {
    border: 1px solid #484848;
}

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

.w-65 {
    width: 65%;
}

.background-light {
    background: #0c0e2b;
}

.background-secondary-color{
    background: #140f35;
}

.courses_reviews_carousel .swiper-button-next,
.courses_reviews_carousel .swiper-rtl .swiper-button-prev {
    right: -4.5%;
    left: auto;
}

.courses_reviews_carousel .swiper-button-prev,
.courses_reviews_carousel .swiper-rtl .swiper-button-next {
    left: -4.5%;
    right: auto;
}

.courses_reviews_carousel .swiper-button-next:after,
.courses_reviews_carousel .swiper-button-prev:after {
    color: #000000;
}

.course-review-box {
    padding: 15px;
    background-color: transparent;
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
    border: 2px solid #1d204a;
}

.review_tabs .nav-pills .nav-link {
    color: grey;
}

.review_tabs .nav-pills .nav-link.active {
    color: #fff;
}

.rating-stars i {
    color: #FFD233;
    font-size: 12px;
    margin-right: 2px;
}

.rating-stars i:last-child {
    margin-right: 0;
}

.review_box {
    padding: 15px 25px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
}

.review_box p {
    font-size: 12px;
}

.text-beige {
    color: #A78B77;
}

.notice-table .table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_box {
    width: 200px;
    margin-right: 10px;
}

.review-filters {
    padding-left: 0;
    margin-bottom: 0;
}

.review-filters li {
    list-style: none;
    margin-left: 20px;
    display: inline-block;
    font-size: 12px;
}

.review-filters li a.active {
    color: #000000 !important;
    text-decoration: underline;
}

.review-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D3D3D3;
}

.page-side-menu .menu {
    padding-left: 0;
    margin-bottom: 0;
}

.page-side-menu .menu li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-side-menu .menu li a {
    color: #000000;
    font-size: 14px;
}

.page-side-menu .menu li a:hover {
    transition: all 0.5s;
    color: #303030;
}

.pt-125 {
    padding-top: 80px;
}

.custom-tabs li {
    width: 25%;
}

.custom-tabs li button {
    width: 100%;
    border: none !important;
    background-color: #efefef;
}

.custom-tabs .nav-link.active,
.custom-tabs .show>.nav-link {
    color: #ffffff;
    background-color: #000000;
}

.custom-tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-tab-content .content-heading {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
}

.lecture-box {
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
}

.lecture-box .lecture-box-footer {
    position: absolute;
    width: 94%;
    bottom: 10px;
}

.lecture-box img {
    height: 180px !important;
    width: 100% !important;
    object-fit: cover;
}

.lecture-box .lecture_box_content {
    padding: 15px 8px;
    height: 140px;
}

.lecture-box .lecture_box_content .lecture_title {
    font-size: 14px;
}

.lecture-box .lecture_box_content .lecture_info {
    font-size: 10px;
}

.lecture-box .lecture_box_content .lecture-duration {
    font-size: 10px;
}

.btn-custom-sm {
    font-size: 9px;
    padding: 3px 12px;
    border-radius: 0;
}

.btn-theme-blue {
    background: #4315FD;
    border-color: #4315FD;
}

.btn-theme-black-inquiry {
    background: #000000;
    border-color: #000000;
}

.btn-theme-black {
    background: #000000;
    border-color: #000000;
}

.btn-theme-black:hover {
    transition: all 0.5s;
    background: #222222;
    border-color: #222222;
}

.page-sidemenu-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-side-menu-toggle {
    display: none;
}

.w-48 {
    width: 48%;
}

.btn-theme-light {
    color: #808080;
    border-color: #808080;
    background-color: #ffffff;
}

.btn-theme-light:hover {
    transition: all 0.5s;
    color: #ffffff;
    border-color: #ffffff;
    background-color: #808080;
}

.custom_height_phone {
    height: 70px;
    padding-top: 10px;
}

@media only screen and (max-width:991px) {
    .page-side-menu-toggle {
        display: block;
    }

    .lecture_banner_section .banner_text {
        width: 80%;
    }

    .page-side-menu {
        display: none;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #000000;
    }
}

.modal-custom .modal-content {
    border-radius: 0;
}

.modal-custom .modal-title {
    font-size: 18px;
    font-weight: 600;
}

.modal-custom .modal-header {
    padding: 1rem 2rem;
}

.review_modal .modal-header i {
    margin-right: 10px;
}

.text-theme-yellow {
    color: #FFD233;
}

.modal-custom .modal-body {
    padding: 1rem 2rem;
}

.rounded-0 {
    border-radius: 0 !important;
}

/* index page interections */
.banner_area {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: -99999;
}

.interactive-section-1 {
    margin-top: 100vh;
}

.fixed-section {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -999;
}

.fixed-section-2 {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -99;
}

.fixed-section-3 {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -9;
}

.interactive-section-2 {
    margin-top: 200vh;
    border-bottom: 2px solid #f2f2f2;
    border-top: 2px solid #f2f2f2;
}

.courses-detail {
    margin-top: 300vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .courses-type {
    margin-top: 400vh;
} */

.box-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(25, 27, 29, 0.9);
    z-index: 9999999;
    opacity: 0;
    padding: 25px;
    transition: all 0.3s;
    cursor: pointer;
}

.swiper-slide:hover .box-overlay {
    opacity: 1;
}

.box-overlay-description {
    height: 110px;
    overflow: auto;
    margin-bottom: 10px;
}

.tutor-image-container .box-overlay-description {
    height: 160px;
}

.review_video_box_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(25, 27, 29, 0.4);
    z-index: 9999999;
    opacity: 1;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interaction_img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.interactive-section-content .heading-h3 {
    font-size: 22px;
    margin-bottom: 50px !important;
}

.interactive-section-content small {
    display: block;
}

.tutor-image-container {
    position: relative;
    width: 100%;
    margin: auto;
}

.tutor-image-container img {
    height: 310px;
    width: 100%;
    object-fit: cover;
}

.tutor-image-container:hover .box-overlay {
    opacity: 1;
}

.mb-50 {
    margin-bottom: 50px;
}

.notice_tabs .active {
    color: #fff !important;
}

.min-height-90 {
    min-height: 90vh;
}

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

.border-bottom-2 {
    border-bottom: 2px solid #dfdfdf;
}

.faq_tabs .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq_tabs .accordion-button {
    padding: 1.5rem 0rem;
    font-weight: 500;
    font-size: 15px;
}

.faq_tabs .accordion-body {
    padding: 1.5rem 0rem;
    font-size: 13px;
}

.faq_tabs .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    font-weight: 600;
}

.faq_tabs .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faq_tabs .accordion-button::after {
    width: 0.9rem;
    height: 0.9rem;
    background-size: 0.9rem;
}

.pb-100 {
    padding-bottom: 100px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.offline-course-img {
    height: auto;
    width: 100%;
    object-fit: contain;
    background-color: #d9d9d9;
;
}

.text-theme-dark {
    color: #212529;
}

.text-theme-dark:hover {
    color: #464b4f;
}

.classroom_box {
    height: 85vh;
    display: flex;
}

.classroom_box .left-content {
    width: 77%;
    height: 100%;
    background-color: #191B1D;
}

.classroom_box .right-content {
    width: 23%;
    height: 100%;
    background-color: #d9d9d9;
}

.classroom_box .left-content .content-header {
    height: 8%;
    background-color: #373b43;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.classroom_box .right-content .content-header {
    height: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #373b43;
}

.classroom_box .right-content .content-footer {
    height: 8%;
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
    right: 10px;
    bottom: 70px;
}

.classroom_box .right-content .content {
    height: 92%;
    overflow: auto;
}

.classroom_box .left-content .content {
    height: 92%;
}

.lectures_list {
    padding-left: 0;
    margin-bottom: 0;
}

.lectures_list li {
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
}

.lectures_list li a {
    color: #343a40;
}

.lectures_list li a:hover {
    color: #4f565d;
}

.lecture_video_section .plyr--video {
    height: 100% !important;
}

.plyr__poster {
    background-size: cover !important;
}

.font-9 {
    font-size: 9px;
}

.lecture-progress {
    position: absolute;
    bottom: 0px;
    height: 2px;
    background-color: #a10000;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btn-theme-live {
    background-color: #ffffff;
    border-color: #dc3545;
    color: #dc3545;
}

.btn-theme-live:hover {
    background-color: #ffffff;
    border-color: #dc3545;
    color: #dc3545;
}

.btn-theme-live:hover .live-icon {
    background-color: #dc3545;
}

.live-icon {
    height: 5px;
    width: 5px;
    background-color: #dc3545;
    border-radius: 20px;
}

.shopping_cart_btn {
    position: relative;
}

.shopping_cart_count {
    position: absolute;
    padding: 1px 4px;
    background-color: rgb(145, 10, 10);
    color: #ffffff;
    top: 0px;
    border-radius: 20px;
    font-size: 9px;
    right: 12px;
}

.shopping-table tbody tr {
    transition: all 0.3s;
}

.text-theme-light-grey {
    color: #848587 !important;
}

.interactive-section-content-box h2 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
}

.interactive-section-content-box p {
    color: #EA4841;
    font-size: 18px;
}

.interactive-section-content-box small {
    color: #AEAFAE;
}

.courses-detail p {
    line-height: 28px;
}

.courses-type .swiper-slide {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.mb-120 {
    margin-bottom: 120px;
}

.review-section {
    background-color: #191b1d;
    background-size: cover;
    position: relative;
}

.review-section .review-section-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #191B1D 0%, rgba(25, 27, 29, 0.4) 100%);
    z-index: 2;
}

.review-section-container {
    width: 70%;
}

.review-section .container {
    z-index: 3;
    position: relative;
}

.single-review {
    padding: 25px 32px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 5px;
}

.single-review h5 {
    font-weight: 700;
    font-size: 16px;
}

.single-review p {
    line-height: 25px;
    font-size: 12px;
}

.width-75 {
    width: 75%;
}

.tutor-section .tutor-box-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #434546;
    z-index: 9999999;
    opacity: 0;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 10px;
}

.tutor-section .tutor-image-container:hover .tutor-box-overlay {
    opacity: 1;
}

.box-overlay .heading-h5 {
    max-height: 50px;
    overflow: auto;
}

@media only screen and (max-width: 992px) {
    .banner-left-content {
        display: none;
    }

    .interactive-section-logo {
        display: none;
    }

    .interactive-section-content-box h2 {
        font-size: 30px;
    }

    .course-detail-author-content {
        margin-bottom: 30px !important;
    }

    .course-detail-author-content h3 {
        font-size: 18px !important;
    }

    .width-75 {
        width: 100% !important;
    }

    .review-section-container {
        width: 100%;
    }

    .single-review {
        padding: 18px 25px;
        margin-bottom: 20px;
        background-color: #ffffff;
        border-radius: 5px;
    }
}

.h-120 {
    height: 120px !important;
}

.h-130 {
    height: 130px !important;
}

.nav-btn {
    z-index: 999999;
}

.logo_img {
    height: 30px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    header {
        position: fixed;
        top: 0;
        background-color: #ffffff;
        z-index: 999999;
    }

    .page-wrapper {
        padding-top: 40px;
    }

    .margin-mobile-left {
        margin-left: -5px;
    }
}

.about_us_image {
    display: block;
}

.about_us_image_mobile {
    display: none;
}

.review_box_mobile {
    flex-direction: inherit;
}

.review_course_image {
    height: 100px;
}

.notice_mobile {
    flex-direction: inherit;
}

.notice_tabs {
    display: flex;
    align-items: center;
}

.lectures_view {
    display: block !important;
}

.lectures_view_mobile {
    display: none !important;
}

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


@media only screen and (max-width: 767px) {
    .about_us_image {
        display: none;
    }

    .content_wrapper{
        padding-right: 0px;
    }

    .about_us_image_mobile {
        display: block;
    }

    .review_box_mobile {
        flex-direction: column-reverse;
    }

    .review_course_image {
        height: 145px;
        margin-bottom: 20px;
    }

    .review_box_mobile h5 {
        font-size: 1rem;
    }

    .hamburger-menu-container a {
        display: none;
    }

    .w-75 {
        width: 100% !important;
    }

    .notice_mobile {
        flex-direction: column;
    }

    .notice_tabs {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 20px;
        width: 100%;
        margin-left: 4rem;
    }

    .lectures_view {
        display: none !important;
    }

    .lectures_view_mobile {
        display: block !important;
    }

    .course-box .course-info p {
        font-size: 11px;
        font-weight: 500;
    }

    .course-box {
        border: 1px solid #c3c3c3;
        box-shadow: 0px 0px 5px #bbbbbb;
    }

    .course_detail_box{
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 10px;
    }


}

.ckeditor_description img {
    width: 100% !important;
}

.text-bold {
    font-weight: bold !important;
}

@media only screen and (max-width: 440px) {
    .logo_img {
        height: 20px;
        width: auto !important;
    }

    .font-25{
        font-size: 12px;
        opacity: 0.7;
        line-height: 26.5px;
    }
}

.about_us_section_1{
    height: 100vh;
    padding-top: 200px;
    padding-bottom: 100px;
}

.about_us_section_2{
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about_us_section_2 .container .text-white p {
    font-size: 15px;
}

.about_us_section_3 {
    background: #170f2f;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;

}
.my-2
{
    margin: 1rem 0;
}



.breadcrumbarea{
    padding-top: 162px;
    padding-bottom: 150px;
    background: #170f2f;
    position: relative;
}
.bread_crumb_area_register{
    padding-top: 62px;
    padding-bottom: 50px;
    background: #170f2f;
    position: relative;
}

.breadcrumb__content__wraper{
    text-align: center;
    position: relative;
    z-index: 9;
}

.breadcrumb__content__wraper .breadcrumb__title h2{
    font-weight: 700;
    font-size: 55px;
    line-height: 72px;
    color: #fff;
    margin: 0
}
.shape__icon__2 .shape__icon__img.shape__icon__img__1{
    bottom: 60px;
    left: 165px;
    animation: 3s linear 0s infinite normal none running move5;
    position: absolute;
}

.shape__icon__2 .shape__icon__img.shape__icon__img__2{
    top: 100px;
    left: 50px;
    animation: cir-anim 6s linear 0s infinite alternate;
    position: absolute;
}

.shape__icon__2 .shape__icon__img.shape__icon__img__3{
    top: 30px;
    right: 300px;
    animation: 3s linear 0s infinite alternate none running dot-anim;
    position: absolute;
}

.shape__icon__2 .shape__icon__img.shape__icon__img__3_pw{
    top: 80px;
    right: 400px;
    animation: 3s linear 0s infinite alternate none running dot-anim;
    position: absolute;
}

.shape__icon__2 .shape__icon__img.shape__icon__img__4{
    top: 100px;
    right: 45px;
    animation: 3s linear 0s infinite alternate none running dot-anim-2;
    position: absolute;
}

.login_area{
    position: relative;
    background: #140f35;
}

.sp_bottom_100{
    padding-bottom: 100px;
}

.sp_top_100{
    padding-top: 100px;
}

.loginarea__wraper {
    padding: 31px 50px 50px;
    border-radius: 5px;
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
}

.loginarea__wraper .login__heading{
    text-align: center;
}

.loginarea__wraper .login__heading .login__title{
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0 8px;
}

.loginarea__wraper form .login__form{
    margin-top: 25px;
}

.loginarea__wraper form .login__form .common__login__input{
    background-color: transparent;
    border: 1px solid #0c0e2b;
    font-size: 14px;
    font-weight: 400;
    height: 52px;
    padding: 3px 20px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
}

.loginarea__wraper form .login__button{
    margin-top: 25px;
}

.default__button{
    padding: 10px 25px;
    background-color: #5F2DED;
    color: #0c0e2b;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    border: 1px solid #5E2BED;
}

.default__button:hover{
    background-color: #0C0E2B;
    color: #fff;
    border: 1px solid #5E2BED;
}


.loginarea__wraper .login__social__option{
    margin-top: 25px;
    text-align: center;
}
.login__social__btn a
{
    width: max-content;
}
.loginarea__wraper .login__social__option p::before{
    content: "";
    position: absolute;
    height: 1px;
    background: #cacaca;
    width: 40%;
    left: 50px;
    bottom: 8px;
}
.loginarea__wraper .login__social__option p::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #cacaca;
    width: 40%;
    right: 50px;
    bottom: 8px;
}
.loginarea__wraper .login__social__option .login__social__btn li a{
    padding: 10px 44px;
    display: flex;
}
.default__button login__button__1{
    margin-right: 20px;
}

.custom_input{
    background-color: transparent;
    border: 1px solid #0c0e2b;
    font-size: 14px;
    font-weight: 400;
    height: 52px;
    padding: 3px 20px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
}

.dashboard__content__wraper {
    padding: 40px 40px;
    background: #0C0E29;
    margin-bottom: 30px;
    border-radius: 20px;
}

.dashboard__table table{
    width: 100%;
}
.dashboard__table table thead tr {
    width: 100%;
}

.dashboard__table table thead {
    background: #0C0E2B;
}
.dashboard__table table thead tr th {
    padding: 10px 20px;
}

table thead tr{
    background: transparent !important;
}


.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);

    border-bottom-left-radius: calc(.25rem - 1px);

}
.faq_tabs .accordion-button:focus {
    border: none;

    box-shadow: none;

}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);

    border-top-right-radius: calc(.25rem - 1px);

}
button:focus:not(:focus-visible) {
    outline: 0;

}
.faq_tabs .accordion-button-custom{
    padding: 1.5rem 1rem !important;
    background-color: #140f35 !important;
    color: #fff;
}

.faq_tabs .accordion-button-custom:not(.collapsed) {
    color: #fff;
    background-color: #140f35;
    font-weight: 600;
}
.faq_tabs .accordion-body-custom{
    padding: 1.5rem 1rem !important;
    background-color: #140f35;
}

.accordion-item-custom{
    border: 0 !important;
    background-color: #140f35 !important;
}

.custom-faq-card{
    padding: 20px;
    background-color: #0c0e2b !important;
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.15);
    border-radius: 10px;
}

.course_detail_box{
    background: #140f35;
}

.dashboardarea__img{
    position: relative;
    z-index: 2;
}
.dashboardarea__inner.student__dashboard__inner{
    background: #02A7F2;
}
.dashboardarea__inner{
    background-color: #17093e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    border-radius: 20px;
    flex-wrap: wrap;
}

.dashboardarea__left{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dashboardarea__left__img{
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.dashboardarea__left__img img{
    width: 100%;
    border-radius: 100%;
    border: 2px solid #C1BFBF;
    padding: 4px;
}

.dashboard__inner{
    padding: 20px 30px 30px;
    background: #0B0D29;
    border-radius: 10px;
    box-shadow: 0 0 1px 1px rgba(95, 45, 237, 0.2);
}
.dashboard__nav__title{
    margin-bottom: 10px;
    margin-top: 20px;
}

.dashboard__nav ul li{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #302957;
    width: 100%;
    position: relative;
}
.dashboard__nav ul li a{
    color: #fff;
}

.dashboard__nav ul li .active_tab{
    color: #5E2CED;
}

.dashboard__section__title{
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #2f2855;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard__form{
    font-size: 18px;
    line-height: 1.67;
    color: #fff;
}
.dashboard__form__margin {
    margin-top: 15px;
}

.ckeditor_description p {
    color: white !important;
    font-size: 18px !important;
}
