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

*{

    list-style: none;

    text-decoration: none;

    outline: none;

    font-family: 'Open Sans', sans-serif;

}

a:hover,a:focus{

    text-decoration: none;

}

ul{

    padding: 0;

    margin: 0;

}

h1,h2,h3,h4,h5,h6{

    color: #1d2b4e;

}

p{

    color: #808080;
    font-size: 17px;

}

img{

    max-width: 100%;

}

@font-face {

  font-family: roboto;

  src: url(../fonts/Roboto-Black.ttf);

  font-family: BebasNeue;

  src: url(../fonts/BebasNeue-Regular.ttf);

}

.scrolltop-wrap {position: fixed; bottom: 25px; right: 25px; display: none; width: max-content;}

.back-to-top:hover{color: #fff;}

.back-to-top:focus{outline: none; box-shadow: none;}

.view-more {margin-top: 50px;text-align: center;}

.view-more a {border: none; background: #be1e2d; color: #fff; font-size: 20px; text-transform: capitalize; padding: 8px 40px; border-radius: 6px; outline: none; cursor: pointer;

    transition: 400ms ease-in-out; box-shadow: 5px 5px #ccc;}

    .view-more a:hover {background: #103354; box-shadow: -5px -5px #ccc;}

    .flex-wrap-wrap{flex-wrap: wrap !important;}

    .navbar-light .navbar-nav .nav-link {color: #1d2b4e; font-size: 16px;}

/*==================================================    header section   ==============================================================*/

.my_navbar_custom {padding: 10px 0;box-shadow: 0px 0px 10px rgb(0 0 0 / 15%); position: relative; z-index: 1;}

.mobile_logo {margin-right: 50px;}

.pd-mg-0{padding: 0;}

.drop-down_menu a {display: block;padding: 10px;border-bottom: 1px solid #ccc;}

.drop-down_menu a img{margin-right: 10px; max-width: 25px;}

.drop-down_menu a:last-child {border-bottom: none;}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: rgb(191 30 46);}

.right_navbar li .dropdown-toggle::after {display: none;}

.my_navbar_custom li a {font-weight: 700;}

.my_navbar_custom li .drop-down_menu a {font-weight: normal;}

.right_navbar li.nav-item.dropdown a {display: flex; align-items: center;}

.navbar-light .navbar-nav .nav-link img {margin-right: 5px; max-width: 20px;}

/*==================================================    header section   ==============================================================*/



/*==================================================    hero section   ==============================================================*/



.banner_social ul {margin-top: 20px; margin-left: 0;}

.banner_section {position: relative;}

.banner_section>img {position: absolute; right: 0;}

.banner_image {position: relative; text-align: right;}

img.girl-1 {animation: left-to-right 2s 1s ease-in-out; vertical-align: bottom;}

img.girl-2 {animation: left-to-right 2s 2s ease-in-out; max-width: 150px; margin-left: 60px;}

.girls {display: flex; align-items: self-end; -webkit-align-items: flex-end;}

.girls_and_book {position: relative;top: 120px;;}

.banner_text {margin-top: 120px;}

@keyframes left-to-right{

    0%{

        transform: translateX(-30px);

        opacity: 0;

    }

    100%{

        transform: translateX(0px);

        opacity: 1;

    }

}

.banner_image_container {

    position: absolute;

    bottom: -65px;

    right: 92px;

    max-width: 50%;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.banner_image_container img {max-width: 170px;}

img.book-1 {animation: up-down 10s ease-in-out infinite alternate; margin-right: 70px;}

img.book-2 {animation: up-down 10s 1s ease-in-out infinite alternate; margin-right: 25px; margin-top: 130px;}

img.book-3 {animation: up-down 10s 2s ease-in-out infinite alternate; margin-top: 130px;}

@keyframes up-down{

    0%{

        /*transform: translateY(0px);*/

        transform: scale(1);

    }

    30%{

        /*transform: translateY(40px);*/

        transform: scale(1.2);

    }

    60%{

        /*transform: translateY(-40px);*/

        transform: scale(1.3);

    }

    100%{

        /*transform: translateY(0px);*/

        transform: scale(1);

    }

}

.banner_content h1 {font-size: 3rem; font-weight: 900;}

.banner_content h1 span {color: #c1272d;}

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

.banner_content a {border: none;background: #be1e2d;color: #fff;font-size: 20px;text-transform: capitalize;padding: 8px 40px;border-radius: 6px; outline: none;cursor: pointer;transition: 400ms ease-in-out; box-shadow: 5px 5px #ccc;}

.banner_content a:hover {background: #103354; box-shadow: -5px -5px #ccc;}

.hero-section {float: left;width: 100%; padding-bottom: 100px; position: relative;}

.banner_social {position: absolute;right: 40px;z-index: 1;}

.banner_social ul li {margin-bottom: 10px;}

.banner_social ul li a {font-size: 24px;display: block;text-align: center;color: #fff;}

/*==================================================    hero section   ==============================================================*/



/*==================================================    got your back section   ==============================================================*/

.got-your-back {padding: 0 0 90px 0;float: left;width: 100%;}

.got-your-back h2 {text-align: center;margin-bottom: 40px;font-weight: 600;}

.got_content {text-align: center;}

.got_content h5 {margin-top: 20px;font-size: 24px; font-weight: 600;}

/*==================================================    got your back section   ==============================================================*/



/*==================================================    world classroom section   ==============================================================*/

.world-classroom {float: left;width: 100%;padding: 70px 0;background: radial-gradient(#2e487a, #121b2d);}

.classroom_content {text-align: center;}

.classroom_content p {max-width: 80%;margin: auto auto 30px;color: #fff;font-size: 17px;}

.classroom_content h3 {color: #fff;font-size: 36px;margin-bottom: 35px;display: flex; justify-content: center; align-items: center; font-weight: 600;}

.classroom_content h3 span {border-bottom: 1px solid #fff;position: relative;z-index: 2;}

.classroom_content h3 span:before {content: '';width: 80%;position: absolute;inset: 0;background: #37364c;margin: auto;z-index: 1;}

.room_btn {text-align: center;}

.room_btn a {border: none; background: #be1e2d; color: #fff; font-size: 20px; text-transform: capitalize; padding: 8px 40px; border-radius: 6px; outline: none; cursor: pointer;  transition: 400ms ease-in-out; box-shadow: 3px 3px #ccc;}

.room_btn a:hover {box-shadow: -3px -3px #ababab;}

.classroom_span {position: relative;z-index: 9; padding: 0 40px;}

.classroom_content h3 span span.classroom_span:before {display: none;}

.classroom_content h3 img {margin-left: 30px; border-bottom: 1px solid #fff; padding: 0 20px;}

/*==================================================    world classroom section   ==============================================================*/



/*==================================================    selected credentials section   ==============================================================*/

.selected_credentials {float: left; width: 100%; padding: 70px 0;}

.selected_credentials h2 {margin-bottom: 50px; text-align: center;font-weight: 600;}

.credentials_content{text-align: center; border: 1px solid #ccc; height: 212px; display: flex; justify-content: center; align-items: center; padding: 12px;}

/*.credentials_content img {max-width: 100% !important; width: 130px !important; display: initial !important;}*/

.credentials .owl-nav button {position: absolute;top: 40%; outline: none;}


.credentials .owl-nav button.owl-prev {left: -25px; width: 50px; height: 50px; background: #fff !important; box-shadow: 0px 0px 10px rgb(0 0 0 / 20%); display: flex; justify-content: center; align-items: center; font-size: 50px !important; line-height: 0; border-radius: 50%;}
.credentials .owl-nav button span {line-height: 0; margin-top: -9px;}
.credentials .owl-nav button.owl-next {right: -25px; width: 50px; height: 50px; background: #fff !important; box-shadow: 0px 0px 10px rgb(0 0 0 / 20%); display: flex; justify-content: center; align-items: center; font-size: 50px !important; line-height: 0; border-radius: 50%;}

/*==================================================    selected credentials section   ==============================================================*/



/*==================================================    course categories section   ==============================================================*/

.coursea_content {transition: 400ms ease-in-out; border-radius: 10px;}

.coursea_content:hover {box-shadow: 0px 0px 16px rgb(0 0 0 / 20%); top: -4px;}

.coursea_content:hover h4 {color: #c1272d;}

.popular_course_content:hover h4 {color: #c1272d;}

.course-categories {float: left;width: 100%;padding: 0 0 70px 0;}

.course-categories_title {text-align: center;}

.course-categories_title h3 {font-size: 36px;text-transform: capitalize;font-weight: 600;}

.course-categories_title p {margin-bottom: 50px; font-size: 17px;}

.course_image h4 {font-size: 16px; text-align: center; padding: 15px; margin-bottom: 0; font-weight: 600; text-transform: capitalize;}
.course_image p{font-size: 16px; text-align: center; padding-bottom: 15px; margin-bottom: 0;}

/*==================================================    course categories section   ==============================================================*/



/*==================================================    popular courses section   ==============================================================*/

.popular_course_content {transition: 400ms ease-in-out; position: relative; top: 0; border-radius: 10px;}

.popular_course_content:hover {box-shadow: 0px 0px 16px rgb(0 0 0 / 20%); top: -4px;}

.mt-50{margin-top: 50px;}

.popular_course_title {text-align: center;}

.popular_course_title h3 {font-size: 36px;text-transform: capitalize;margin-bottom: 50px;font-weight: 600;}

.popular_image h4 {font-size: 17px; text-align: center; padding: 15px; margin-bottom: 0; text-transform: capitalize;}

/*==================================================    popular courses section   ==============================================================*/



/*==================================================    skills portfolio section   ==============================================================*/

.skills_portfolio {float: left;width: 100%;padding: 70px 0 0;}

.skills_portfolio_title {text-align: center;margin-bottom: 50px;}

.skills_portfolio_title h2 {font-size: 36px;text-transform: capitalize;font-weight: 600;}

.enroll-action {background: #f2f2f2;padding: 24px;box-shadow: 10px 10px #e6e6e6;border-radius: 10px;transition: 400ms ease-in-out;}

.skills_enhancement {background: #103354;padding: 15px;border-radius: 7px;text-align: center;}

.skills_enhancement h5 {color: #fff;margin-bottom: 0;font-weight: 700;font-size: 22px;}

.skills_enhancement p {color: #fff; margin: 0;}

.skills_usd {margin: 24px 0 10px;text-align: center;}

.skills_usd span {font-size: 24px;font-weight: 800;}

.skills_usd span small {font-size: 60%;}

.skills_points ul li {margin-bottom: 20px;list-style: disc; font-weight: 500; font-size: 17px; color: #808080;}

.skills_points {padding: 0 25px;}

.skills_enrol-btn {text-align: center;}

.skills_enrol-btn a {background: #c1272d;color: #fff;font-size: 20px;padding: 8px 0px;border-radius: 7px;width: 160px;display: inline-block;transition: 400ms ease-in-out; box-shadow: 5px 5px #ccc;}

.skills_enrol-btn a:hover {background: #103354; box-shadow: -5px -5px #ccc;}

/*==================================================    skills portfolio section   ==============================================================*/



/*==================================================    plan section   ==============================================================*/

.master-subject {float: left;width: 100%;padding: 70px 0;}

.master_subject_title {text-align: center;margin-bottom: 50px;}

.master_subject_title h2 {font-weight: 600;}

.plan_card {background: #f2f2f2;padding: 24px;box-shadow: 10px 10px #e6e6e6;border-radius: 10px; transition: 400ms ease-in-out; margin-bottom: 30px;}

.plan_card .skills_enrol-btn a:hover {background: #103354;}

.plan_header {background: #103354; border-radius: 7px; min-height: 125px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column;}

.plan_header h4,.plan_header {color: #fff;}

.plan_header h4 {margin-bottom: 0; font-size: 20px; text-transform: uppercase;}

.plan_price {margin: 50px;text-align: center;}

.plan_price p {font-size: 24px;font-weight: 800;}

.plan_price p span {margin-right: 7px;}

.plan_price p small {font-size: 60%;}

/*==================================================    plan section   ==============================================================*/





/*==================================================    quick form section   ==============================================================*/

.quick_form {float: left;width: 100%;padding-bottom: 70px;}

.quick_form_title {text-align: center;margin-bottom: 60px;}

.quick_form_title h2{font-weight: 600;}

.quick_col ul li {margin-bottom: 25px;border-bottom: 1px solid #ccc;width: max-content;font-size: 24px;font-weight: 500;}

.quick_col h4 {margin-top: 30px;text-align: center; font-weight: 600;}

.accordion button{text-decoration: none !important;}

.accordion .card-header {padding: 0;background: none;border: none;border-bottom: 1px solid #ccc;width: max-content;margin-bottom: 20px;}

.accordion .card {border: none;}

.accordion .card-header button {padding: 0;font-size: 20px;color: #000; white-space: break-spaces;}

.accordion .card .card-body {padding: 0;}

.quick_form_list ul li {border-bottom: 1px solid #878787;margin-bottom: 35px;max-width: max-content;}

.quick_form_list ul li a {padding: 0 0px 4px;display: block;font-size: 20px;color: #000; font-weight: 600;}

/*==================================================    quick form section   ==============================================================*/



/*==================================================    fun fact section   ==============================================================*/

.counter{text-align: center;}

.counter-count{position: relative; color: #000000; text-align: center; display: inline-block;}

.fun_box_basis {flex: 0 0 20%;max-width: 20%;border-right: 1px solid #fff;}

.fun_box_basis:last-child {border-right: none;}

.fun_fact {float: left;width: 100%;padding: 70px 0;background: radial-gradient(#2e487a, #121b2d);}

.fun_box {text-align: center;}

.fun_box h6 {color: #fff;font-weight: 700;margin: 0 10px 0; font-size: 28px;}

.fun_box span {color: #fff; font-weight: 600;}

.fun_box p {color: #fff;font-weight: 700;}

.percent_box {text-align: center; font-style: italic;}

.percent_box h6,.percent_box p {color: red;font-size: 36px;font-weight: 500; margin-bottom: 0;}

.percent_box h6 {margin-bottom: 0;line-height: 20px;}

/*==================================================    fun fact section   ==============================================================*/



/*==================================================    community wall section   ==============================================================*/

.community_wall {float: left;width: 100%;padding: 70px 0;}

.community_wall_title {text-align: center;margin-bottom: 50px;}

.community_wall_title h2{font-weight: 600;}

.notes_points ul {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;border-bottom: none;}

.notes_points ul li{flex: 0 0 30%;max-width: 30%;margin-bottom: 30px !important;background: #f1f1f1;}

.notes_points ul li a.nav-link.active {background: #f1f1f1 !important;}

.notes_points ul li a {border: none !important;padding: 0;background: #f1f1f1 !important;}

.tab-pane img {max-width: initial; width: 148%;}

.big_notes{background: #ffe255; height: 93%; padding-top: 20px;}

.big_notes h5 {color: #a50000;text-align: center;font-size: 36px;margin-bottom: 25px; font-weight: 600; margin-top: 10px;}

.big_notes p {font-size: 17px;margin-bottom: 30px;color: #2b2762; padding: 0 30px;}

.teacher_name h4{padding: 0 30px; font-weight: 500;}

.teacher_name p {margin-bottom: 0;}

.sticky_notes:nth-child(4) {margin-bottom: 0;}

.sticky_notes:nth-child(5) {margin-bottom: 0;}

.sticky_notes:nth-child(6) {margin-bottom: 0;}

/*==================================================    community wall section   ==============================================================*/



/*==================================================    footer section   ==============================================================*/

.my_footer {float: left;width: 100%;padding: 70px 0 30px;background: #103354;}

.footer_link ul li {font-size:16px; color: #fff;margin-bottom: 30px;display: flex;}

.footer_link ul li i {margin-right: 10px;margin-top: 8px;}

.footer_copy_right ul li {color: #fff;float: left; list-style: none;}

.footer_copy_ul ul li a {border-right: 1px solid #fff;color: #fff;padding: 0 10px;}

.footer_copy_right ul li:last-child a {border-right: none;}

.footer_text {text-align: center; margin-top: 0px;}

.footer_text p {font-size: 30px;color: #fff;}
.footer_text p span{
    font-size: 20px;
}
/*==================================================    footer section   ==============================================================*/





/*==================================================    photo gallery section   ==============================================================*/

.photo-gallery {color:#313437;}

.photo-gallery p {color:#7d8285;}

.photo-gallery h2 {font-weight:bold;margin-bottom:40px;padding-top:40px;color:inherit;}

.photo-gallery .intro {font-size:16px;max-width:500px;margin:0 auto 40px;}

.photo-gallery .intro p {margin-bottom:0;}

.photo-gallery .photos {padding-bottom:20px;}

.photo-gallery .item {padding-bottom:30px;}

.light_box_gallery {border: 1px solid #ccc;height: 255px;margin-bottom: 30px;display: flex;justify-content: center;align-items: center;border-radius: 6px;}

.light_box_gallery a {display: flex;height: 100%;align-items: center;padding: 20px;}

/*==================================================    photo gallery section   ==============================================================*/



/*==================================================    most popular courses section   ==============================================================*/

.popular_courses_page {padding: 70px 0;}

/*==================================================    most popular courses section   ==============================================================*/



/*==================================================    about us page section   ==============================================================*/ 

.about_content h2 {color: #cc0001;font-weight: 800; font-size: 28px; text-transform: capitalize;}

span.arrows_icon {width: 20px;height: 20px;display: inline-block;border: 2px solid #000;}
.carousel-control-prev {
    left: 35px;
    height: 65px;
    top: 50%;
    width: 65px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 50%;
}
.carousel-control-next {
    right: 35px;
    height: 65px;
    top: 50%;
    width: 65px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 50%;
}

span.arrows_icon.prev_icon {border-bottom: none;border-right: none;transform: rotate(-45deg);}

span.arrows_icon.next_icon {border-bottom: none;border-left: none;transform: rotate(45deg);}

.about_content p {position: relative; bottom: -130px; text-transform: uppercase; color: #000; font-weight: 600;}

.skillz_future {padding: 70px 0; margin-top: 60px;}

.future_title h2 {text-align: center;font-weight: 600;color: #bf2432; margin-bottom: 40px; font-size: 36px;}

.future_content {position: relative;background: #bf2432;border-radius: 50px;padding: 40px;box-shadow: 10px 10px #dcdcdc;}

.future_content p {text-align: center;color: #fff;}

.future_content img {position: absolute;bottom: 45px;max-width: 15%;right: -35px;}

.future_boxes {margin-top: 50px;}

.future_boxes_content img {max-width: 120px;margin-bottom: 10px;}

.future_boxes_content {text-align: center; margin-top: 50px;}

.future_boxes_content p {max-width: 80%;margin: 0 auto;}

.job_globe_image {position: relative; text-align: center;}

img.learn_book {position: absolute;top: 50%;left: 13%; margin-left: 0 !important;}

img.bite-sized_book {position: absolute; bottom: -52px; left: 48%; transform: translateX(-50%); z-index: 1; margin-left: 0 !important;}

img.courses_book {position: absolute;bottom: 40px;right: 17%; margin-left: 0 !important;}

.stairs_content_text_1 {flex: 0 0 30%; max-width: 30%;}

.stairs_content_text_2 {flex: 0 0 30%; margin-left: -70px; max-width: 30%;}

.center_staires {flex: 0 0 40%; position: relative; margin-left: -25px; max-width: 40%;}

.job_globe_image img {margin-left: 75px;}

/*.center_staires img {position: relative; left: 40%; transform: translateX(-50%); z-index: -1; max-width: 110%;}*/

.stairs_content h4 {color: #bc222a;font-weight: 600; font-size: 20px;}

.content_text_1_2 {position: relative;top: 50px;}

.content_text_1_3 {position: relative;top: 75px;}

.content_text_1_4 {position: relative;top: 100px;}

.content_text_1_3 p {max-width: 345px;}

.content_text_2_1 {position: relative;}

.stairs_content_text_2 .whylearn_us h4 {    line-height: 1.2;font-size: 50px;text-align: right;color: #da7229; font-weight: normal; margin: 20px 0;}

img.stairs_up_man {position: absolute;bottom: 22%;max-width: 21%;left: 65px;}

.stairs_content_text_2 p {text-align: right;}

.stairs_content_text_2 h4 {text-align: right; font-size: 22px;}

.we_support {padding: 70px 0 0;}

.we_support_title h2 {text-align: center;margin-bottom: 30px;font-weight: 600;color: #2f497c;}

.we_support_content {background: #2f497c;padding: 30px;border-radius: 25px;box-shadow: 10px 10px #dcdcdc; max-width: 80%; margin: 0 auto;}

.we_support_content p {color: #fff;text-align: center;max-width: 75%;margin: 0 auto;}

.development_container {background: url(../images/development-goal.png) no-repeat; background-size: 57%; background-position: center; position: relative; padding: 70px 0; padding-bottom: 150px;}

/*.development_container:before {content: '';width: 700px;height: 700px;display: inline-block;position: absolute;border: 5px solid #f00;border-radius: 50%;left: 19%;top: 6%;}*/

.development_goal {padding-top: 70px;}

.development_card_1,.development_card_2,.development_card_3,.development_card_4 {max-width: 30%;padding: 25px;border-radius: 25px; flex: 0 0 30%; margin-bottom: 30px; position: relative;}


.development_card_1 {top: -100px; left: 30px; background: #c31723;}

.development_card_2 {top: -100px; right: 30px; background: #e6371a;}

.development_card_3 {bottom: -110px; left: 20px; background: #d80661;}

.development_card_4 {bottom: -110px; right: 20px; background: #aa2749;}

.development_card_1 h2 {color: #fff;text-align: center; font-size: 20px; font-weight: 600;}

.development_card_1 p {color: #fff;text-align: center;}

.development_card_2 h2 {color: #fff;text-align: center; font-size: 20px; font-weight: 600;}

.development_card_2 p {color: #fff;text-align: center;}

.development_card_3 h2 {color: #fff;text-align: center; font-size: 20px; font-weight: 600;}

.development_card_3 p {color: #fff;text-align: center;}

.development_card_4 h2 {color: #fff;text-align: center; font-size: 20px; font-weight: 600;}

.development_card_4 p {color: #fff;text-align: center;}

.stairs_content_text_3 {flex: 0 0 100%;max-width: 100%;}

.stairs_content_text_3 .stairs_content.content_text_3_1 {max-width: 48%;margin-top: 50px;float: left;}

.stairs_content_text_3 .stairs_content.content_text_3_2 {max-width: 45%;float: right;text-align: right;margin-top: 50px;}

/*==================================================    about us page section   ==============================================================*/



/*==================================================    how it work page section   ==============================================================*/

.start_how_it_work {padding: 70px 0;}

.how_it_work_banner h1 {text-align: center;margin-bottom: 30px;text-transform: capitalize;font-weight: 600;color: #2b2762;}

.banner_card {padding: 30px;background: #bf1e2e;border-radius: 25px;box-shadow: 11px 10px #dcdcdc;margin-bottom: 70px;}

.banner_card p {color: #fff;text-align: center;font-size: 17px;max-width: 80%;margin: 0 auto;}

.girls_students {margin-bottom: 70px;}

.action_button {text-align: center;}

.action_button a {background: #bf1e2e;color: #fff;padding: 12px 30px;font-size: 20px;border-radius: 10px;box-shadow: 5px 5px #dcdcdc; transition: 400ms ease-in-out;}
.action_button a:hover {box-shadow: -5px -5px #dcdcdc;}

.category_title h2 {text-align: center;text-transform: capitalize;font-weight: 600;color: #2b2762;}

.category_title p {text-align: center; font-size: 17px;}

.category_card {padding: 30px;background: #eba222;border-radius: 25px;box-shadow: 11px 10px #dcdcdc;margin-bottom: 70px;}

.category_card p {color: #fff;text-align: center;font-size: 17px;max-width: 80%;margin: 0 auto;}

.earn_cirtificate {padding: 70px 0;}

.cirtificate_title h3 {text-align: center;text-transform: capitalize;font-weight: 600;color: #2b2762;}

.cirtificate_title p {text-align: center; font-size: 17px;}

.how-it-work-bg {background: url(../images/how-it-work-bg.png) no-repeat; max-width: 1600px; margin: 0 auto; background-position: center;  padding: 70px 0; height: 550px; margin-bottom: 70px;}



.how_it_steps {position: absolute; text-align: center;}

.steps_1 {left: 17%; bottom: -220px;}

.steps_2 {left: 45%; bottom: 80px;}

.steps_3 {left: 32%; bottom: -350px;}

.steps_4 {right: 28%; bottom: -70px;}

.steps_5 {right: 40%; bottom: -525px;}

.steps_6 {right: 15%; bottom: -210px;}

.steps_container {position: relative;}

.how-it-work-bg .steps_container {height: 100%;}

.how-it-work-bg .container-fluid {height: 10%;}

.how_it_steps h4 {font-size: 28px;font-weight: 800;}

.steps_1 h4 {color: #eba222;}

.how_it_steps p {font-size: 18px;font-weight: 800; color: #01044b;}

.steps_1 h4,.steps_3 h4,.steps_5 h4{color: #eba222; margin-bottom: 0;}

.steps_2 h4,.steps_4 h4,.steps_6 h4{color: #bc222a; margin-bottom: 0;}

.course_for_everyone {padding: 70px 0 0;}

.course_everyone_title h2 {text-align: center;text-transform: capitalize;font-weight: 600;color: #2b2762;}

.course_everyone_title p {text-align: center; font-size: 17px;}

.course_student {padding: 0px 0 70px;}

.course_student h4 {text-align: center;font-size: 36px;text-transform: uppercase;font-weight: 600; margin-bottom: 30px;}

.student_column img {position: relative; z-index: 1;}

img.arange_left.arange_professional {

    top: -110px;

    left: -120px;

}

img.arange_left {

    left: -32%;

    top: 110px;

}

img.arange_right {

    left: 82%;

    top: 90px;

}

.student_column {position: relative;}

.everyone_content {background: #eba222;border-radius: 10px;padding: 20px; display: flex; align-items: center; min-height: 260px; position: absolute; top: 0px; width: 100%;}
.everyone_content ul {margin-left: 0;}

.everyone_content p {text-align: center;font-size: 24px;color: #fff;margin: 0 auto;}

.everyone_content li {color: #fff;margin-bottom: 25px;display: flex; align-items: flex-start; font-size: 17px; position: relative; padding-left: 40px; width: 80%;}


.everyone_content li:before {content: '\f00c';width: 30px;height: 30px;font-family: "Font Awesome 5 Free";-moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1;font-weight: 900;background: white;color: #eba222;display: flex;justify-content: center;align-items: center;border-radius: 50%; position: absolute; left: 0;}
.professional li::before {
    color: #bc222a;
}
.entrepreneurs li::before {
    color: #103354;
}

/*.everyone_content li i {flex: 0 0 8%;height: 24px;font-size: 9px;background: #fff;border-radius: 50%;color: #eba222;display: inline-flex;justify-content: center;align-items: center;margin-right: 10px;}*/

.everyone_content li:last-child {margin-bottom: 0;}
.career_button a{
    color: #fff;
    border: none;
    padding: 15px 50px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 5px 5px #e6e6e6;
    background: #eba222;
}


.career_button {margin-top: 100px;text-align: center;}

.career_button button {color: #fff;border: none;padding: 15px 50px;font-size: 20px; cursor: pointer;border-radius: 10px;box-shadow: 5px 5px #e6e6e6;}

.professional {background: #bc222a; padding: 40px 19px;}

.entrepreneurs {background: #103354;padding: 45px 20px;}

.launch_career button {background: #eba222;}

.upgrade_career button {background: #bc222a;}

.Dream_career button {background: #103354;}

img.arange_right.arange_professional {

    left: 84%;

    top: -110px;

}

.professional li i {color: #bc222a;}

.future_certificate_title h2 {text-align: center;font-weight: 600;}

.future_certificate_title p {text-align: center;font-size: 17px;margin-bottom: 30px;}

.certificate_box h5 {margin: 10px 0;text-align: center;font-weight: 600;}

.certificate_box {flex: 0 0 100%; max-width: 100%;}

.master_category {padding: 70px 0 0;}

.entrepreneurs li i{color: #103354;}

/*==================================================    how it work page section   ==============================================================*/









/*=====================================================================================    11-05-2022    ============================================================*/

.coursea_image{position: relative;}

.coursea_image span {position: absolute;bottom: 30px;right: 0;border: 1px solid #fff;padding: 3px 15px;color: #fff;font-size: 18px;}

span.available_course {background: #bf1e2e;}

span.coming_course {background: #eba222;}

.view-more.quick_read_form {max-width: max-content; margin: 0 auto 0 100px;}

.career_button.upgrade_career {margin-top: -80px;}

.career_button.Dream_career {margin-top: -50px;}

img.arange_left.arange_entrepreneurs {top: -90px; left: -150px;}

img.arange_right.arange_entrepreneurs {left: 74%; top: -160px;}

/*=====================================================================================    11-05-2022    ============================================================*/





/*=====================================================================================    17-05-2022    ============================================================*/
.skills_portfolio_title p {font-size: 17px;}
/*.for_student ul li:first-child i {width: 24px;}*/
/*=====================================================================================    17-05-2022    ============================================================*/
.img_100 img {
    width: 100%;
}

/*=====================================================================================    30-05-2022    ============================================================*/
.right_navbar {
    align-items: center;
}
.credentials .owl-nav button.owl-prev:hover {
    color: black;
}
.credentials .owl-nav button.owl-next:hover {
    color: black;
}
/*.credentials_content img {
    max-height: 130px;
}*/
/*=====================================================================================    30-05-2022    ============================================================*/


/*=====================================================================================    01-06-2022    ============================================================*/
.terms_of_use p{font-size: 16px;color: #808080;}
.policy_page h2{font-weight: 600;}
.policy_page p {font-size: 16px;}
.policy_page h2, .policy_page h3, .policy_page h4,.policy_page h5 {color: #c02131;}
.policy_page table.table_data_list {width: 65%;}
.policy_page table.table_data_list td {padding: 0;vertical-align: initial;}
.policy_page table.table_data_list td ul {margin: 0 !important;padding: 10px 40px;}
.policy_page table.table_data_list td ul li {font-size: 16px;margin-bottom: 10px;list-style: disc;}
.policy_page td {font-weight: normal !important;font-size: 16px;color: #808080; }
.policy_page td strong {font-weight: 600;}
.policy_page p strong {font-weight: 700; color: #000;}
.policy_page ol li,.policy_page ul li {font-size: 17px; margin-bottom: 15px; color: #808080;}
.terms_of_use ol li,.terms_of_use ul li {font-size: 16px; margin-bottom: 15px; list-style: decimal; color: #808080;}
.terms_of_use h1, .terms_of_use h2, .terms_of_use h3, .terms_of_use h4,.terms_of_use h5 {color: #c02131;}
/*=====================================================================================    01-06-2022    ============================================================*/


/*=====================================================================================    06-06-2022    ============================================================*/
.help_desk h2,.help_desk h3 {color: #c02131;}
.help_desk h3 {font-weight: 600;}
.help_desk h4 {font-size: 16px; font-weight: 800; margin-bottom: 0;}
.help_desk P {FONT-SIZE: 15px;}
/*=====================================================================================    06-06-2022    ============================================================*/


/*=====================================================================================    07-06-2022    ============================================================*/
.blog_subtitle p strong {
    margin-top: 15px;
    display: inline-block;
}
/*=====================================================================================    07-06-2022    ============================================================*/


.custom-content ol, ul{margin-left: 0 !important;}
.bg_profe+.custom-content ol, ul{margin-left: 20px !important;}
.blog_subtitle ul {margin-left: 20px !important;}
ul.sub_list li {list-style: decimal;}
.breaf_check ol li,.breaf_check ul li {color: #fff;}
.breaf_check ol, .breaf_check ul {padding-left: 40px;}






/*=====================================================================================   08-07-2022    ===============================================================*/
.application {
    padding: 70px 0;
}
.primid {
    margin-bottom: 50px;
}
.primid > h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.primid h6{
	font-weight: 600;
}
.application_box {
    border: 1px solid #ccc;
    padding: 30px;
    margin-bottom: 50px;
}

.application_date {
    text-align: right;
    margin-bottom: 50px;
}

.application_to p {
    margin-bottom: 30px;
}
.box-title h2 {
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
}
.arrow_sign ul li {
    position: relative;
    margin-bottom: 95px;
    top: 40px;
    font-weight: 600;
    font-size: 14px;
}

.arrow_sign ul {
    margin-top: 50px;
}

.arrow_sign ul li:before {
    content: '';
    width: 55px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -40px;
    top: 5px;
}

.arrow_sign ul li:nth-child(4) {top: 60px;}

.arrow_sign ul li:nth-child(3) {
    top: 125px;
}

.arrow_sign ul li:nth-child(2) {top: 160px;}

.arrow_sign ul li:nth-child(1) {
    top: 110px;
}
.arrow_sign ul li:after {
    content: '';
    border-top: 6px solid transparent;
    border-left: 7px solid #000;
    border-bottom: 6px solid transparent;
    border-right: 0px solid transparent;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: -50px;
}

.solution_para p {
    margin: 0;
    line-height: 30px;
}

.list_solution_left h5{margin-left: 150px; font-weight: 600;}
.list_solution_left ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.list_solution_left ul li span {
    position: relative;
    width: max-content;
    display: inline-block;
    font-weight: 600;
    margin-right: 70px;
}

.list_solution_left ul li span:before {
    content: '';
    border-top: 4px solid transparent;
    border-left: 6px solid #000;
    border-bottom: 6px solid transparent;
    border-right: 0px solid transparent;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: -55px;
    top: 9px;
}

.list_solution_left ul li span:after {
    content: '';
    width: 24px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -45px;
    top: 13px;
}
.list_solution_right h5{margin-right: 150px; font-weight: 600;}
.list_solution_right h6{margin-right: 150px;}
.list_solution_right ul li {
    margin-bottom: 15px;
}

.list_solution_right ul li span {
    position: relative;
    width: 150px;
    display: inline-block;
    font-weight: 600;
    text-align: right;
    color: #000;
}
.list_solution_right {
    margin-top: 50px;
    text-align: right;
}
.list_solution_right ul li span:before {
    content: '';
    border-top: 4px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #000;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 9px;
}

.list_solution_right ul li span:after {
    content: '';
    width: 24px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 15px;
    top: 13px;
}
.no-flex{display: block !important;}
ul.list_counting {
    padding-left: 200px;
    margin-top: 15px;
}

ul.list_counting li {
    list-style: decimal;
    display: list-item;
}
ul.Summary {
    max-width: 35%;
    margin: 0 auto 30px auto !important;
    text-align: left;
    position: relative;
}
ul.Summary li span {
    position: absolute;
    left: 0;
}
ul.Summary li {
    text-align: justify;
    padding-left: 31px;
}
ul.condition {
    max-width: 59%;
    margin: 0 auto 30px auto !important;
    position: relative;
}
ul.condition li span{
    position: absolute;
    left: 0;
}

ul.condition li {
    padding-left: 30px;
    text-align: justify;
}
ul.replacement {
    max-width: 80%;
    text-align: justify;
    margin: 0 auto !important;
}
ul.replacement li:nth-child(3) {
    max-width: 70%;
    margin: 15px auto 0;
}

ul.replacement li:nth-child(4) {
    max-width: 70%;
    margin: 0 auto;
}

ul.replacement li {
    padding-left: 30px;
    position: relative;
}

ul.replacement li span {
    position: absolute;
    left: 0;
}

ul.Conclusion {
    max-width: 37%;
    margin: 20px auto 0 auto !important;
}

ul.Conclusion li {
    padding-left: 30px;
    position: relative;
    text-align: justify;
}

ul.Conclusion li span {
    position: absolute;
    left: 0;
}

ul.Conclusion li:last-child {
    max-width: 65%;
    margin: 0 auto;
    text-align: center;
}




.original_message {
    margin-top: 50px;
}

.original_message ul {
    max-width: 50%;
    margin: 0 auto;
}

.original_message ul li {
    margin-bottom: 20px;
}

.flexible_row {display: flex;margin-top: 40px; flex-wrap: wrap;}

.left_part {
    flex: 0 0 25%;
    max-width: 25%;
}

.right_part {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 10px;
}

.left_part h5 {
    text-align: center;
    font-size: 16px;
}

.original_message h3 {
    font-size: 18px;
    padding-left: 50px;
    margin: 50px 0;
    font-weight: 600;
}
.amis h5 {
    text-align: center;
}
.amis {
    max-width: 1170px;
    margin: 50px auto;
}

.amis h5 {
    text-align: center;
}
.grapich_display {max-width: 1170px;margin: 0 auto;}

.grapich_display h3 {
    text-align: center;
}

.grapich_display p {
    text-align: right;
}
.write_concisely {
    max-width: 1170px;
    margin: 0 auto;
}

.arange_left {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
}

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

.arange_right {
    flex: 0 0 50%;
    max-width: 50%;
}

.arange_left p {
    text-align: right;
    font-weight: 600;
    color: #000;
}

.arange_right h5 {
    padding: 0 30px;
    font-weight: 600;
    color: #000;
}
.note_how {
    max-width: 1170px;
    margin: 0 auto;
}

.arange_left ul li {
    margin-bottom: 15px;
    list-style: disc;
}

.arange_left ul {
    padding-left: 40px;
}
.arange_right h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    color: #000;
}
.arange_right h4:before {
    content: '';
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 100%;
}

.arange_right h4 span:before {content: '';width: 51px;height: 1px;background: #000;position: absolute;top: 50%;right: 106%;transform: rotate(-10deg);margin-top: 5px;}

.arange_right h4 span:after {
    content: '';
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid black;
    position: absolute;
    top: 50%;
    left: -21%;
    transform: rotate(-20deg);
    margin-top: 6px;
}
.Writing_outcome {
    max-width: 1170px;
    margin: 30px auto;
}

.Writing_outcome h5 {
    color: #000;
    font-weight: 600;
}

.Writing_outcome p strong {
    color: #000;
}

.Writing_outcome ul li {
    list-style: disc;
    margin-bottom: 15px;
}

.Writing_outcome ul {
    padding-left: 20px;
}

.recommendation h6 {
    text-align: right;
    font-weight: 600;
    color: #000;
    position: relative;
    width: max-content;
    margin-left: auto;
}

.recommendation p {
    max-width: 65%;
    margin: 0 auto;
}

.recommendation {
    margin-bottom: 30px;
}

.recommendation h6:before {
    content: '';
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 100%;
    top: 10px;
}

.recommendation h6 span {
    position: relative;
}

.recommendation h6 span:after {
    content: '';
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid black;
    position: absolute;
    top: 7px;
    left: -81px;
    transform: rotate(-20deg);
    margin-top: 8px;
}

.recommendation h6 span:before {
    content: '';
    width: 45px;
    height: 1px;
    background: #000;
    position: absolute;
    left: -70px;
    transform: rotate(-10deg);
    top: 14px;
}
.left_side_request {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.right_side_request {
    flex: 0 0 50%;
    max-width: 50%;
}

.right_side_request h6 {
    position: relative;
    color: #000;
    font-weight: 600;
    width: 50%;
    margin-left: auto;
}

.right_side_request h6:before {
    content: '';
    width: 75%;
    height: 1px;
    background: #000;
    position: absolute;
    right: 100%;
    top: 10px;
    margin-right: 10px;
}

.right_side_request h6:after {
    content: '';
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid black;
    position: absolute;
    top: 50%;
    left: -84%;
    margin-top: -17px;
}
.topic_sentance {
    max-width: 1170px;
    margin: 0 auto;
}

.left_topic {
    flex: 0 0 20%;
    max-width: 20%;
}

.left_topic h6 {
    text-align: right;
    position: relative;
}

.right_topic {
    flex: 0 0 74%;
    max-width: 74%;
    margin-left: auto;
}

.left_topic h6:before {
    content: '';
    width: 11px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 5px;
    left: 100%;
    margin-left: 7px;
}

.left_topic h6 span:before {
    content: '';
    width: 22px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 10px;
    transform: rotate(-30deg);
    left: 109%;
}
.left_topic h6 span:after {
    content: '';
    border-top: 6px solid transparent;
    border-left: 6px solid black;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 50%;
    left: 120%;
    transform: rotate(-45deg);
    margin-right: -50px;
    margin-top: 18px;
}
.left_topic_2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.left_topic_2 h6 {
    text-align: right;
    position: relative;
}
.left_topic_2 h6:before {
    content: '';
    width: 26px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 5px;
    left: 100%;
    margin-left: 7px;
}
.left_topic_2 h6:after {
    content: '';
    border-top: 6px solid transparent;
    border-left: 6px solid black;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 50%;
    left: 120%;
    margin-top: 32px;
}
.right_topic span {
    text-decoration: underline;
}
/*=====================================================================================   08-07-2022    ===============================================================*/



/*=================================================   11-07-2022    ==============================================*/
.button_start .btn-primary:hover {background: #bf1e2e;}
.faq li.q.active:before{content: "\f068";}
.faq li.q.active:before{content: "\f067"; display: none;}
/*=================================================   11-07-2022    ==============================================*/




/*=================================================   13-07-2022    ==============================================*/
.onscroll-sticky .learn-this{
    color: #fff;
    padding:10px;
    display: block;
}

.include-course h3 {
    color: #bf1e2e;
}

.faq-section h3 {
    color: #bf1e2e;
}

.certificate-section h3 {
    color: #bf1e2e;
}
.certificate-section-slider {
    margin: 0 -15px;
}
.modal-body img {
    max-width: 100%;
    width: 100%;
}
a.certificate-box {
    display: block;
    padding: 0 15px;
}
.certificate-section-slider .owl-nav button {
    width: 50px;
    height: 50px;
    background: #ffffff !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0px 0px 10px #ccc;
}
.certificate-section-slider button.owl-prev {
    left: 0;
}
.certificate-section-slider button.owl-next {
    right: 0;
}
.certificate-section-slider .owl-nav button span {
    font-size: 40px;
    margin-top: -12px;
    color: #c02131;
}
.faq-section {
    margin: 30px 0 70px;
}
ul.faq {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 0 !important;
}
.faq li {
    padding: 15px;
}

.faq li.a {
    font-weight: bold;
    color: #6f6f6f;
    background: #f3f3f3;
    display: none;
    border-top: none;
    margin-bottom: 10px;
}
.btn-top {
    text-align: center;
}

.my_btn {
    padding-bottom: 10px;
    font-weight: 600;
    background: #bf1e2e;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    min-width: 80%;
    font-size: 20px;
    transition: 400ms ease-in;
}
.my_btn:hover {
    color: #fff;
    background: #082e50;
}

.right-side-bar-search {
    background: #F9F9F9;
    padding: 0 15px;
    margin-bottom: 30px;
}

.inner-service-page {
    padding: 60px 0;
}

.my_form textarea {
    border: none;
    resize: none;
    width: 100%;
    height: 100px;
    padding-left: 15px;
    padding:10px;
}

.main-media .media img {
    max-width: 110px;
    margin-right: 12px;
}


.your-h3-Message {
    padding: 20px 0;
    margin-bottom: 0;
    color: #bf1e2e;
}

.time {
    display: inline;
    padding-left: 5px;
}

.word {
    float: right;
    display: inline;
}

.time-2 {
    display: inline;
    padding-left: 5px;
}

.word-2 {
    float: right;
    display: inline;
}

.h3-Course {
    padding-bottom: 18px;
    color: #bf1e2e;
}
.main-media h4 {
    color: #bf1e2e;
}

.praposel-h3 {
    background: #bf1e2e;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}



.praposel-h3-2 {
    background: #082e50;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.praposel-h3-Course {
    background: #082e50;
    color: #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
}

.bussiness {
    display: block;
    padding-top: 15px;
}

.business-span {
    color: #082e50;
    font-size: 18px;
}

.col-praposel {
    position: relative;
    margin-bottom: 30px;
    height: 150px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    padding: 20px;
    transition: 250ms ease-in;
    top: 0px;
}
.col-praposel:hover {
    top: -10px;
}

.col-praposel:before {
    content: "Lessons";
    background: #bf1e2e;
    position: absolute;
    right: -12px;
    color: white;
    top: 25px;
    padding: 0 5px 2px;
}

.col-praposel:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #922f38;
    top: 10px;
    right: -12px;
}

.Lessons-p {
    position: absolute;
    right: 18px;
    top: 13px;
    color: #fff;
    right: 0;
}

.Improve-div {
    margin-bottom: 30px;
}

.form-control {
    border: none;
    padding: 10px;
}

.main-media {
    background: #f9f9f9;
    padding: 15px;
}

.media {
    margin-bottom: 20px;
}

.main-media .media h5 {
    font-weight: normal;
    color: #082e50;
    font-size: 18px;
}

.skills-courses-feature {
    padding: 20px;
    background: #f9f9f9;
}

.course-feature ul {
    padding: 0;
    margin: 0;
}

.course-feature ul li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.course-feature ul li span img {
    margin-right: 10px;
    max-width: 20px;
}
.more_course_for_you a {
    display: flex;
    text-decoration: none;
}

.more-course-title h5 {
    color: #082e50;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
}
.more_course_for_you a:hover .more-course-title h5 {
    color: #bf1e2e;
}
.hover-image {
    max-width: 120px;
    margin-right: 12px;
    overflow: hidden;
}
.more_course_for_you a:hover .hover-image img {
    transform: scale(1.1);
}

.more_course_for_you a .hover-image img {
    transition: 400ms ease-in-out;
}
.more_course_for_you {
    margin-bottom: 20px;
    background: #fff;
}
.left-side-bar-course-details h3 {
    color: #bf1e2e;
    font-size: 2rem;
    font-weight: bold;
}
.course-objective {
    margin-top: 60px;
}
.include-course {
    margin-top: 60px;
}
.faq li.q{position:relative; background: #ccc; margin-bottom: 10px; cursor: pointer;}
.faq li.q:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f067";
    padding-right: 5px;
}
.faq li.q.collapsed:before {
    display: none;
}
.faq li.q.collapsed:after {
    display: initial;
}
.faq li.q.:after {
    content:"\f067";
    display: none;
}
ul.sub_list {
    margin-left: 0 !important;
}
/*=================================================   13-07-2022    ==============================================*/


.woocommerce div.product {
    padding: 0 30px;
}
.woocommerce div.product form.cart .variations label {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: initial;
    margin-bottom: 25px;
}
.woocommerce div.product form.cart .variations label input {
    margin-top: 5px;
}


.woocommerce-billing-fields {
    box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
    padding: 20px 20px 0;
    margin-bottom: 50px;
}
.woocommerce-billing-fields input {
    padding-left: 10px;
    box-shadow: none !important;
    height: 40px !important;
    border: none !important;
    background: #ddd;
}
.woocommerce-additional-fields {box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);padding: 20px 20px 1px;}

.woocommerce-additional-fields textarea {
    border: 1px solid #ccc;
    height: 100px !important;
    resize: none;
    border-radius: 4px;
    padding: 10px;
}
@media (max-width:799px){
    .view-more {margin-top: 0px;}
}