@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&display=swap');
body {
    font-family: 'Khula', sans-serif;
}

.owl-prev {
    background: unset;
    width: 15px;
    /*height: 100px;*/
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    background: unset;
    width: 15px;
    /* height: 100px;*/
    position: absolute;
    top: 40%;
    right: 0;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.search {
    border: 2px solid #B8B8B8 !important;
    margin-bottom: auto;
    margin-top: auto;
    /*height: 50px;*/
    border-radius: 40px;
    padding: 5px 0;
}

.search_input {
    color: #000;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    transition: width 0.4s linear
}

.search .search_input {
    padding: 0 10px;
    width: auto;
    caret-color: #3664AC;
    transition: width 0.4s linear
}

.search:hover>.search_icon {
    background: #3664AC;
    color: #fff
}

.search_icon {
    height: 20px;
    width: 20px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #3664AC;
    background-color: transparent;
}

.banner>.container,
.banner>.row {
    position: relative;
}

.banner {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 0;
    /*left: 40px;*/
    width: 100%;
}

.banner-content2 {
    position: absolute;
    top: 0;
    right: 0;
}


/*
div main div div div div div .site-mobile-menu{
    display: none;
}

.mobile-menu-open main div div div div div .site-mobile-menu{
    display: block;
}

div main div div div div div .site-mobile-menu .sidemenu{
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100vh;
    padding-top: 50px;
    z-index: 100;
    transition: right 0.5s;
} */


/* .mobile-menu-open div main div div div div div .site-mobile-menu .sidemenu{
    display: block !important;
    background-color: #fff !important;
    position: fixed !important;
    top: 0 !important;
    right: 0px !important;
    width: 200px !important;
    height: 100vh !important;
    padding-top: 50px !important;
    z-index: 100 !important;
    transition: right 0.5s;
} */

.mobile-nav {
    display: none;
}

.mobile-div {
    display: none;
}

.banner-content h1 {
    font-size: 2.5rem;
}

.banner-content .navbar .nav-item .btn-link,
.banner-content .navbar .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.banner-content .navbar-brand {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

.navbar .nav-item .btn-link,
.navbar .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #2F2F2F;
    text-decoration: none;
}

.navbar-brand {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

.btn-primary {
    background-color: rgba(91, 110, 209, 1) !important;
}

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

.btn-black {
    background-color: #000;
    color: #fff;
}

.text-primary {
    color: rgba(91, 110, 209, 1) !important;
}

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

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

.mt-100 {
    margin-top: 200px !important;
}

.b-grey {
    border: 2px solid #E2E2E9;
}

.bl-grey {
    border-left: 2px solid #E2E2E9;
}

.br-grey {
    border-right: 2px solid #E2E2E9;
}

.bt-grey {
    border-top: 2px solid #E2E2E9;
}

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

.border-primary {
    border: 2px solid rgba(91, 110, 209, 1);
}

.border-white {
    border: 2px solid #fff;
}

.bg-primary {
    background-color: rgba(91, 110, 209, 1) !important;
}

.bg-grey {
    background-color: #F4F3F1;
}

.instructor-stats {
    position: relative;
}

.instructor-stats .instructor-img {
    position: absolute;
    bottom: -20px;
    right: -20px;
}


/* Footer  */

footer .underline {
    background-color: #5EA1FC;
    padding: 1px 20px;
    width: 80%;
    float: left;
}

footer .list-unstyled .nav-item .nav-link {
    color: #FFFFFF !important;
}


/* New Update for Classes [27th June 2023: 7:17am] */

.navbar-brand img {
    height: 40px;
}

.bg-green {
    background-color: green !important;
}

.bg-lightgreen {
    background-color: lightgreen;
}

.bg-blue-100 {
    background-color: rgb(24, 116, 245);
}

.mt-10 {
    margin-top: 130px;
}

.-mt-30 {
    margin-top: -400px;
}

.mt-30 {
    margin-top: 200px;
}

.mobile-link {
    padding: 10% 2%;
}

.mobile-link a img {
    height: 70px;
    margin-right: 50px;
}

.p-auto {
    padding: 5% 10%;
}

.height-20 {
    height: 400px;
}

.text-white {
    color: white;
}

.height-slide {
    height: 400px !important;
}

.book-cover {
    max-width: 250px;
    max-height: 500px;
}

.bg-grey-200 {
    background-color: #F6F6F6;
}

.h-20 {
    height: 200px;
}

.text-blue {
    color: blue !important;
}

.person-left {
    height: 300px;
}

.person-right {
    height: 300px;
}

.arrow {
    height: 30px;
    width: 30px;
    padding: 5px 5px;
    text-align: center;
    border-radius: 100%;
    margin-top: 50px;
}

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

.hamburger {
    display: none;
}

@media (max-width: 764px) {
    .height-slide {
        height: 280px !important;
    }
    .iphone {
        display: none;
    }
    .mobile-link {
        display: block !important;
        padding: 20px 20px;
    }
    .mobile-link a img {
        margin-bottom: 10px;
    }
    .mt-30 {
        margin-top: 10px;
    }
    .person-left {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .hamburger {
        display: block;
        cursor: pointer;
        text-align: center;
        align-self: center;
    }
    .hamburger {
        font-size: 30px;
        color: blue;
    }
    .mobile-div {
        display: block;
    }
    .header-search {
        display: none;
    }
    .mobile-flex {
        width: 100vw;
    }
    .mobile-flex div {
        display: flex;
        justify-content: space-between;
    }
    .mobile-nav {
        width: 100vw !important;
        position: fixed;
        right: -2000px;
        width: 200px;
        height: 100vh;
        background-color: #F4F3F1;
        transition: right 0.5s;
        overflow-x: hidden;
        z-index: 10 !important;
        display: block !important;
    }
    .mobile-nav ul {
        display: block !important;
        width: fit-content;
        margin: 0 auto !important;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }
    .mobile-nav ul li a {
        margin-bottom: 12px;
    }
    .activate {
        right: 0 !important;
    }
    .activate ul {
        opacity: 1;
    }
}