
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

/*body {*/
/*    font-family: "Hind Siliguri", sans-serif;*/
/*}*/


* {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none;
}

body {
    font-family: "Jost", sans-serif;
}


:root {
    --white: #fff;
    --yellow: #FFC019;
    --blue: #2f2d51;
    --gray: #77838F;
}
.mt-40 {
    margin-top: 40px;
}
.py-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.card {
    border-radius: .75rem;
}
.card-img-top {
    padding: 1rem 1rem 0 1rem
}
.border-white {
    border-color: var(--white);
}
a {
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
.p-20 {
    padding: 20px;
}
.pr-10 {
    padding-right: 10px;
}
.pt-60 {
    padding-top: 60px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.p-50 {
    padding: 50px;
}
.mr-10 {
    margin-right: 10px;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mt-60 {
    margin-top: 60px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pr-20{
    padding-right: 20px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}

.end-25{
    right: 25px;
}

.btn {
    padding: 10px 30px;
    border-radius: 8px;
    background-color: #553CDE;
    border: none;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-26 {
    font-size: 26px;
}
.font-35 {
    font-size: 35px;
}
.font-55 {
    font-size: 55px;
    line-height: 75px;
}
.font-75 {
    font-size: 75px;
    line-height: 85px;
}
.text-gray {
    color: var(--gray);
}
.btn:hover {
    color: #fff;
    background-color: #725dea;
    border: none;
}
.black {
    color: #000000;
}
.yellow {
    background-color: #FFC019;
}
.yellow:hover {
    background-color: #ffc219c4;
}
.hover-left {
    transition: 0.5s;
}
.hover-left:hover {
    padding-left: 10px;
    cursor: pointer;
}
.uppercase {
    text-transform: uppercase;
}
.font-weight-600 {
    font-weight: 600;
}
label {
    margin-bottom: 10px;
}
.w-full {
    width: 100%;
}
.bg-bagun {
    background-color: #B8B2FD;
}
.font-30 {
    font-size: 30px;
}
.text-red {
    color: #EC5252;
}
.bg-blue {
    background-color: #4A8F9F;
}

.bg-blue:hover {
    background-color: #4a909fe3;
}
.accordion-body {
    padding: 0;
}

.accordion li {
    cursor: pointer;
}
.accordion li:hover {
    background-color: #F8F8F8;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow{
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
}

.slick-prev::before, .slick-next::before
{
    color: var(--blue);
}

header{
    position: relative;
    background-color: #030f41;
}

header.home {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    padding-bottom: 130px;
}

.white {
    color: var(--white);
}

header .top-header span{
    font-size: 14px;
}

.d-block {
    display: block;
}
.read-more {
    color: #4A8F9F;
    font-size: 18px;
    font-weight: 600;
}

.read-more img {
    background-color: #4A8F9F;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    margin-left: 10px;
}




/* //======= Popular Course =======// */
.popular-course {
    background: var(--blue) url('../images/mask-group.png');
}

.testimonial_slider {
    width: 620px;
    margin: auto;
    background-color: #F7F9FB;
    padding: 50px;
    border-radius: 10px;
    position: relative;
}

.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slick-dots li button::before
{
    font-size: 25px;
}

.slick-dots li.slick-active button::before
{
    color: #090761;
}

footer {
    padding-top: 150px;
    background-color: #F7F9FB;
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
}



/* =========== Order Completed ============ */
.border-dashed {
    border: 1px dashed #4A8F9F;
}

.video-timing {
    font-size: 14px;
    color: #196ECD;
    padding: 5px 10px;
    background-color: #196dcd26;
    border-radius: 6px;
    margin-left: 10px;
    display: table;
}

.feather {
    color: #fff;
    width: 18px;
    margin: 0 5px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e685 !important;
}

.nav-item a{
    color: #fff;
}
.nav-item a img {
    color: #fff
}
.nav-link:hover {
    color: #99b1d7;
}

.course-tab-details {
    margin-top: 25px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 3px var(--gray);
    border-radius: 4px;
}
.nav-pills .nav-link.active{
    background-color: #4A8F9F;
}
.course-tab-details .nav-link {
    color: var(--gray);
    font-weight: 600;
}


/*----------------------------------------------
    # Nav bar
----------------------------------------------*/

.navbar-toggler {
    border: 1px solid white;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/* =========== animation ============= */
.animation-cross {
    top: 10%;
    left: -2%;
    animation: rounded 9s infinite linear;
    width: 50px;
}
.animation-cross img {
    width: 100%;
}

.animation-pencile {
    top: 50%;
    left: -5%;
    width: 60px;
    animation: move 6s infinite linear;
}

.animation-round {
    top: 80%;
    left: -20%;
    width: 60px;
    animation: updown 10s infinite linear;
}

.animation-pencile-big {
    top: 2%;
    left: -20%;
    width: 50px;
    height: 60px;
    animation: leftRight 6s infinite linear;
}

.animation-round-big {
    top: 25%;
    right: -28%;
    width: 140px;
    height: 140px;
    animation: updownBig 20s infinite linear;
}

.animation-pencile img,
.animation-pencile-big img,
.animation-round-big img {
    width: 100%;
}

@keyframes rounded {
    0% {
        transform: rotate(0deg);
}
    100% {
        transform: rotate(360deg);
}
}

@keyframes move {
    0% {
        opacity: 0;
        transform: translateY(40px);
}
    100% {
        opacity: 1;
        transform: translateY(-40px);
}
}

@keyframes updown {
    0% {
        transform: translateY(40px);
}
    50% {
        transform: translateY(-80px);
}
    100% {
        transform: translateY(40px);
}
}

@keyframes updownBig {
    0% {
        transform: translateY(100px);
}
    50% {
        transform: translateY(-200px);
}
    100% {
        transform: translateY(100px);
}
}

@keyframes leftRight {
    0% {
        transform: translateX(20px);
}

    50% {
        transform: translateX(-50px);
}
    100% {
        transform: translateX(20px);
}
}




@media (max-width: 1300px) {
.animation-round-big {
        display: none;
    }
}

@media (max-width: 900px) {
.animation-round,
.animation-pencile-big,
.animation-pencile,
.animation-cross {
        display: none;
    }
}

@media (max-width: 768px) {
.font-55 {
        font-size: 40px;
        line-height: 50px;
    }
    footer .d-flex.justify-content-between.py-10{
        flex-wrap: wrap !important;
    }
    footer .d-flex.justify-content-between.py-10 ul {
        padding-top: 20px;
        flex-wrap: wrap;
    }
.d-flex {
        flex-wrap: wrap;
    }
.mt-sm-10 {
        margin-top: 10px;
    }
.p-50 {
        padding: 10px;
    }
}

.navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}
#navbarSupportedContent .navbar-nav {
    margin-left: 30px;
}
#navbarSupportedContent .navbar-nav .nav-link {
    padding: 10px 20px !important;
    margin: 5px;
    display: inline-block;
}
#navbarSupportedContent .navbar-nav #login_register .nav-link {
    padding: 0 10px !important;
}
#navbarSupportedContent .navbar-nav a:hover,
#navbarSupportedContent .navbar-nav a#active{
    background: #553CDE;
    color: #FFFFFF;
    border-radius: 4px;
}
#navbarSupportedContent .navbar-nav #login_register .nav-link:hover {
    background: transparent;
}


.accordion-item
{
    border: none;
}
label.payment_name{
    display: inline-block;
    width: 90%;
    cursor: pointer;
}

.big-logo.scroll-hide {
    width: 110px;
}
.big-logo.scroll-hide img {
    width: 90%
}

.footer-logo {
    width: 150px;
}
.footer-logo img {
    width: 100%
}

.courseCardFix{
    border-radius: 10px;
    position: sticky;
    top: 100px;
    background: #fff;
    -webkit-box-shadow: -2px 0 8px 0 rgba(24, 24, 24, 0.16);
    box-shadow: -2px 0 8px 0 rgba(24, 24, 24, 0.16);
    z-index: 999;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.billing-title {
    color: #2F2D51;
    font-size: 22px;
    font-weight: 600;
}

.billing-details label {
    color: #2F2D51;
    font-size: 15px;
}

.billing-details .form-control{
    border: 1px solid #E7E7EC;
    padding: 12px 15px;
}
.checkout-page_order {
    border: 1px solid #E7E7EC;
    padding: 20px;
}
.checkout-page_order .title {
    color: #2F2D51;
    font-size: 22px;
    font-weight: 600;
}
.checkout-page_order p  {
    color: #2F2D51;
    font-size: 16px;
    font-weight: 600;

}

.checkout-page_order .accordion p{
    color: #77838F;
    font-size: 14px;
}

.checkout {
    color: #2F2D51;
    font-size: 40px;
    font-weight: 700;
}

.custom_button {
    text-transform: uppercase;
    color: #FFFFFF;
    background: #090761;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px;
    border-radius: 4px;
    display: inline-block;
}
.custom_button:hover {
    color: #FFFFFF;
    background: #2F2D51;
}
.orange_btn {
    background: #FFC78B;
    color: #090761;
}
.orange_btn:hover {
    background: #FFC78B;
    color: #090761;
}
.font-shiliguri {
    font-family: "Hind Siliguri", sans-serif;
}


.custom-search-btn {
    border: 1px solid #E7E7EC;
    background: #ffffff;
}

.custom-search-btn input {
    border: none;
    background: transparent;
    padding: 15px 30px;
    width: calc(100% - 60px);
}
.custom-search-btn button {
    border: none;
    background: transparent;
    width: 60px;
    text-align: right;
    padding-right: 20px;
}
.custom-search-btn input:focus {
    border: inherit !important;
}

@media only screen and (max-width: 1400px) {
    .courseCardFix {
        margin-top: -150px;
    }
}

@media only screen and (max-width: 1200px) {
    .courseCardFix {
        margin-top: -100px;
    }
}

@media only screen and (max-width: 991px) {
    .courseCardFix {
        margin-top: inherit;
        position: inherit;
    }
    .font-75 {
        font-size: 45px;
        line-height: 55px;
    }

}
@media only screen and (max-width: 768px) {
    .billing-details .form-group.mb-3.mx-2.w-50 {
        width: 100% !important;
    }
    .custom_button {
        font-size: 14px;
        padding: 8px 15px;
    }
    #front_end_discount_coupon_apply input.form-control {
        width: 80%;
    }
    #front_end_discount_coupon_apply .custom_button {
        width: 20%;
    }
}

@media (max-width: 450px){
    .course-resume-wrapper.topic-1 {
        margin-top: 120px !important;
    }
    .courseCardFix {
        width: 100%;
    }
    .font-75 {
        font-size: 30px;
        line-height: 35px;
    }
    .font-35 {
        font-size: 25px;
    }
    .font-22 {
        font-size: 18px;
    }
    .white.btn.yellow {
        margin-top: 10px;
    }
    #front_end_discount_coupon_apply input.form-control {
        width: 60%;
    }
    #front_end_discount_coupon_apply .custom_button {
        width: 40%;
    }

}
