a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}


/* Hero CSS */
.hero{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #163C66;
}
.hero_content h2{
    color: #ffffff;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
}
.hero_content p{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: Raleway, sans-serif;
}
.hero_search ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
}
.hero_search ul li .hero_search_box{
    outline: none;
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}
.hero_search ul li .hero_submit{
    background-color: #F1699C;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    outline: none;
    border: none;
    padding: 10px 24px;
    border-radius: 5px;
}
.hero_search ul li .hero_submit:hover{
    transform: scale(1.1);
    transition-duration: 1500ms;
}
.hero_image_area{
    max-width: 100%;
}

.hero_img{
    height: 124px;
    width:183px;
}

/* Trustpilot Reviews */
.pilot_review_area{
    width: 80%;
    border-radius: 20px;
    box-shadow: 3px 2px 30px rgba(179, 179, 179, 0.7);
    padding: 15px;
}
.trustpilot_reviews_image{
    width: 100%;
}
.trustpilot_reviews_image img{
    width: 50%;
    margin-bottom: 10ex;
    margin-right: 10px;
}

.pilot_review_text p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #565656;
    font-family: poppins, sans-serif;
}
.see_more_reviews{
    font-family: poppins, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #04b679;
    text-decoration: underline;
}

/* Offer Section */
.offer_section{
    background-color: #222454;
}
.offer_content_text_box{
    background-color: #4c4d74;
    border-radius: 15px;
}
.offer_content_text_box h4{
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    font-family: Poppins, sans-serif;
}
.offer_content_text_box h2{
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
    color: #fbf10a;
    font-family: Poppins, sans-serif;
    text-shadow: -5px 0px 10px rgba(23.047826086956526, 32.14304347826076, 113.99999999999999, 0.6);
}
.offer_content_text_box h6{
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
}
.offer_content_text_box h6 span{
    color: #fbf10a;
}
.offer_content_text_box p{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    font-family: Poppins, sans-serif;
}
.offer_countdown_box{
    width: 60%;
}
.offer_countdown h2{
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #fbf10a;
    font-family: Poppins, sans-serif;
}
.countdown_area h4{
    font-family: Poppins, sans-serif;
    color: #fbf10a;
    font-size: 54px;
    line-height: 54px;
    font-weight: 600;
}
.countdown_area p{
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}


/* Special Deal */
.special_deal{
    background-color: #163C66;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.special_deal_content h4{
    color: #fff;
    font-size: 43px;
    line-height: 52px;
    font-weight: 600;
    font-family: poppins, sans-serif;
}
.special_deal_content h4 span{
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    border-bottom: 2px solid red;
}
.special_deal_content p{
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: poppins, sans-serif;
}
.special_deal_content h2{
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}
.special_deal_content h6{
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    font-family: poppins, sans-serif;
}
.special_deal_content h6 del{
    color: #acb7b7;
}
.special_deal_content h6 span{
    color: #ff6565;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    font-family: poppins, sans-serif;
    text-decoration: underline;
}
.special_deal_btn{
    background-color: #39587C;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 30px;
}

/* Discount Course */
.discount_course_box img{
    border-radius: 10px;
}
.discount_course_box h4{
    color: #54595f;
    font-size: 35px;
    line-height: 53px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.discount_course_box h4 span{
    color: #009992;
    border-bottom: 2px solid red;
}
.discount_course_box_area a img{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.discount_course_text_box .discount_course_title{
    color: #555555;
    font-size: 20px;
    line-height: 21px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.students_number{
    color: #747474;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.students_count p i{
    color: #fcc501;
}
.students_number i{
    color: #18a496 !important;
}
.special_countdown_box_area{
    display: flex;
    justify-content: center;
    align-items: center;
}
.special_countdown_box{
    width: 50%;
}
.special_countdown_area h4{
    color: #747474;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    font-family: poppins, sans-serif;
}
.special_countdown_area p{
    color: #314b02;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    font-family: poppins, sans-serif;
}
.discount_course_box_area hr{
    margin: 0px;
}
.discount_course_footer p{
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    background-color: #e8504c;
    padding: 10px;
    border-radius: 5px;
}
.discount_course_btn{
    padding: 10px;
    background-color: transparent;
    color: #7e7e7e;
    border: 1px solid #7e7e7e;
    border-radius: 30px;
}
.discount_course_btn:hover{
    background-color: #18a496;
    color: #fff;
    border-color: #e8504c;
    transition-duration: 1500ms;
}
.discount_course_box_area{
    border-radius: 10px;
}

/* Popular Course */
.popular_courses h2{
    color: #212121;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
}
.popular_course_categories h6{
    color: #196ae5;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.popular_filter_box p{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
    font-family: Poppins, sans-serif;
}
.popular_filter_box{
    background-color: #fff8f6;
}
.popular_filter_box:hover{
    background-color: #1950D1;
    transition-duration: 500ms;
}
.popular_course_box{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
}
.popular_course_box a img{
    border-radius: 10px 10px 0px 0px;
}
.popular_course_title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    color: #555555;
}
.popular_course_title:hover{
    color: #1E50F2;
}
.popular_course_box_text p{
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.popular_course_info_btn a{
    display: inline-block;
    background-color: #1E50F2;
    color: #fff;
    padding: 5px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.popular_course_footer .old_price{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: poppins, sans-serif;
    color: #b2b2b2;
    text-decoration: line-through;
}
.popular_course_footer .new_price{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: poppins, sans-serif;
    color: #000000;
}
.popular_course_footer span i{
    color: #ffcb10;
}
.popular_courses_more_btn a{
    background-color: #1E50F2;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 30px;
    font-family: Raleway, sans-serif;
    display: inline-block;
    padding: 20px 30px;
}
.popular_courses_more_btn a:hover{
    transform: scale(1.1);
    transition-duration: 1500ms;
}

/* Trustworthy */
.trustworthy_box{
    background-color: #043a58;
    border-radius: 10px 0px 0px 10px;
}
.trustworthy_box h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    font-family: poppins, sans-serif;
}
.trustworthy_box p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    font-family: poppins, sans-serif;
}
.trustworthy_box a{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    font-family: Raleway, sans-serif;
    display: inline-block;
    padding: 15px 30px;
    background-color: #009992;
    border: 2px solid #fff;
    border-radius: 30px;
}
.trustworthy_box img{
    display: block;
    margin-top: 15px;
}
.trustworthy_image_box{
    background-color: #ebfbfd;
    height: 50%;
    border-radius: 0px 10px 0px 0px;
}
.trustworthy_text_box{
    background-color: #dcecf3;
    height: 50%;
    border-radius: 0px 0px 10px 0px;
}

/* Excellence Section */
.excellence_content h2{
    color: #54595f;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}
.excellence_content h2 span{
    color: #1E50F2;
}
.excellence_content p{
    color: #54595f;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.excellence_content a{
    background-color: #1E50F2;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 30px;
    padding: 20px 30px;
    display: inline-block;
    margin: 5px 0px;
}

/* Why Choose Us */
.w_c_u{
    background-color: #163C66;
}

.w_c_u_content h2{
    color: #fff;
}

.w_c_u_box{
    border-radius: 10px;
}
.w_c_u_text h4{
    color: #fff;
    font-size: 25px;
    line-height: 34px;
    font-weight: 800;
    font-family: Raleway, sans-serif;
    margin-bottom: 3px;
}
.w_c_u_text p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    margin-bottom: 3px;
}

/* Testimonial Area */
.testimonial{
    background-color: #e9f3fa;
}
.testimonial_content{
    border-radius: 10px;
}
.testimonial_content h2{
    color: #282828;
    font-size: 20px;
    line-height: 27px;
    font-family: Poppins, Sans-serif;
    text-align: center;
}
.testimonial_text p{
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    color: #575555;
}
.testimonial_text h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    font-family: Releway, sans-serif;
}
.testimonial_text h6{
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #9c9c9c;
    font-family: Releway, sans-serif;
}