/*******
Project/Template Name:  Edumy - LMS Online Education Course & School HTML Template
Template Url:  
Author: CreativeLayers
Author Url: https://themeforest.net/user/creativelayers/portfolio
Version: 1.0
Description: Edumy - LMS Online Education Course & School HTML Template
Tag:    academy, college, coursera, courses, education, elearning, kindergarten, lms, lynda, online course, online education, school, training, udemy, university

********/
/* CSS Document */
@import url(jquery-ui.min.css);
@import url(font-awesome.min.css);
@import url(font-awesome-animation.min.css);
/* @import url(menu.css); */
/* @import url(ace-responsive-menu.css); */
/* @import url(megadropdown.css); */
/* @import url(bootstrap-select.min.css); */
/* @import url(simplebar.min.css);
@import url(progressbar.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(slider.css);
@import url(magnific-popup.css);
@import url(timecounter.css);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,500,600,700|Open+Sans); */
/* Table of contents */


/*== Typography ==*/
/* Search Overlay */
/*== Header Top Style ==*/
/* Header Top Search Field css home2 */
/*== Menu Style For Home V1 & V2 ==*/
/*== Menu Style For Home V2 ==*/
/*== Menu Style For Home V3 ==*/
/*== Menu Style For Home V4 ==*/
/*== Menu Style For Home V5 ==*/
/*== Menu Style For Home V6 ==*/
/*== Menu Style For Home V7 ==*/
/*== Mobile Menu Css ==*/
/*== Home Css ==*/
/* ==== Home 2 Main Sliders === */
/*== Home Icon Box ==*/
/*== Home Five Overlay Slider ==*/
/*== School Category Courses ==*/
/*== School Category Top Courses ==*/
/*== Popular Job Categories => Icon Hover Image Box ==*/
/*== Funfact Counter ==*/
/*== Footer Social Widget ==*/
/*== 1st Layout Footer ==*/
/*== Footer Widget ==*/
/*== Inner Pages Breadcrumb ==*/
/*== About Page About Content ==*/
/*== About home3 ==*/
/*== Testimonials Grid ==*/
/*== Blog Post Home V1 ==*/
/*== Team Slider Code ==*/
/*== Pricing Table Four ==*/
/*== Our Partners ==*/
/*== Error/404 Page ==*/
/*== Invoice Page ==*/
/*== LogIn Register Page ==*/
/*== SignUP Form ==*/
/* Create a custom checkbox */
/*== Search Widget Faq Page ==*/
/*== Question Widget Faq Page ==*/
/*== Tab Widget UI Page ==*/
/*== Table Widget UI Page ==*/
/*== Message Box Widget UI Page ==*/
/*== Form Input Widget UI Page ==*/
/*== Form Textarea Widget UI Page ==*/
/*== Form Tooltip Widget UI Page ==*/
/*== Select Search Box Widget UI Page ==*/
/*== Radiobox, Checkbox, Switch Widget UI Page ==*/
/*== CheckBox Widget UI Page ==*/
/*== SwithcBox Widget UI Page ==*/
/*== Select Box Widget UI Page ==*/
/*== MultiSelect CheckBox Widget UI Page ==*/
/*== Blog Post Main Page ==*/
/*== Blog Grid Post ==*/
/*== Search Widget Blog Page ==*/
/*== Category Widget Blog Page ==*/
/*== Recent Post Widget Blog Page ==*/
/*== Tag Widget Blog Page ==*/
/*== BlokQuote Blog Sinlge Page ==*/
/*== Next Prev Pagination Blog Sinlge Page ==*/
/*== Commenting Blog Sinlge Page ==*/
/*== Commenting Form Blog Sinlge Page ==*/
/*== Dashbord details Page ==*/
/*== Header User Notification & User ID ==*/
/*== Header User Setting ID ==*/
/*== Candidate Job Review Page Table ==*/
/*== My Resume Page ==*/
/*== Message Page ==*/
/*== DashBoard Pages ==*/
/*== sidebar about widget ==*/
/*== Pricing SLider ==*/
/*== Profile Avatar ==*/
/*== UI Page Elements ==*/
/*== Alpha v2 Page ==*/
/*== Testimonials Slider ==*/
/*== Testimonials Home V3 ==*/
/*== Contact Page ==*/
/*== Maximage_slider ==*/
/*== Color Area ==*/
/*== Button Area ==*/
/*== Fonts Size, Font Weights, Height, Display & Position ==*/
/*== Custome Margin Padding ==*/
/*== BackGround Images ==*/
/*== BackGround Color White Overlay ==*/
/*== Parallax Css ==*/
/*== Divider Css ==*/
/*== Chart Js Css ==*/
/*== Tags Bar Css ==*/
/*== arrow fontawesome icon to the right */
/*== Shop Page Style ==*/
/*== Shop Order Page Style ==*/
/*== Shop Chaeckout Page Style ==*/
/*== Shop Single Page Style ==*/

/*== Typography ==*/

/*== School Category Courses ==*/
.pb-35
{
  padding-bottom: 35px !important;
}
.pt-35
{
  padding-top: 35px !important;
}
.position-top
{
    position: relative;
    top: -70px;
}
.position-top_quiz{
  position: relative;
  top: -65px;
}
.img_hvr_box{
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 60px 30px 55px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.img_hvr_box:before {
  background-color: rgba(10, 10, 10, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_hvr_box:hover{
  cursor: pointer;
  margin-top: -10px;
}
.img_hvr_box:hover:before {
  background-color: rgba(36, 65, 231, .8);
}
.img_hvr_box.home3:hover:before {
  background-color: rgba(54, 159, 219, .8);
}
.img_hvr_box .overlay .details{
  display: block;
  position: relative;
}
.img_hvr_box .overlay .details h5,
.img_hvr_box .overlay .details p{
  color: #ffffff;
  margin-bottom: 0;
}
.img_hvr_box .overlay .details h5{
  font-size: 18px;
  font-weight: bold;
}
.img_hvr_box .overlay .details p{
  font-size: 15px;
}
.home7_row{
  margin-top: -105px;
}
.img_hvr_box.home7{
  height: 200px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  width: 307px;
}
.img_hvr_box.home7 .overlay{
  margin-top: 30px;
}
.img_hvr_box.home7 .overlay .details h4{
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.img_hvr_box.home7:before {
  background-color: rgba(236, 208, 111, .9);
}
.img_hvr_box.home7.two:before {
  background-color: rgba(255, 16, 83, .9);
}
.img_hvr_box.home7.three:before {
  background-color: rgba(0, 167, 142, .9);
}
.img_hvr_box.home7.four:before {
  background-color: rgba(0, 188, 228, .9);
}
.courses_all_btn .btn{
  border: 2px solid;
  border-radius: 25px;
  font-size: 15px;
  height: 50px;
  line-height: 47px;
  margin-top: 30px;
  padding: 0 60px;
}
.courses_all_btn.home3 .btn{
  border-color: #369fdb;
  color: #369fdb;
}
.courses_all_btn.home3 .btn:hover,
.courses_all_btn.home3 .btn:active,
.courses_all_btn.home3 .btn:focus{
  background-color: #369fdb;
  color: #ffffff;
}
.course-single2{
  background-color: #f9fafc;
}
.courses_single_container{
  position: relative;
  width: 100%;
}
.cs_row_one .cs_instructor{
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
}
.cs_row_one .cs_instructor .cs_instrct_list li{
  margin-right: 15px;
}
.cs_row_one .cs_instructor .cs_instrct_list li .thumb{
  height: 50px;
  width: 50px;
}
.cs_row_one .cs_instructor .cs_instrct_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_instrct_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: #fff;
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_watch_list li a,
.cs_row_one.csv3 .cs_watch_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: #fff;
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_watch_list li:first-child a{
  font-size: 20px;
}
.cs_row_one .cs_instructor .cs_watch_list li:last-child a,
.cs_row_one.csv3 .cs_watch_list li:last-child a{
  border-radius: 20px;
    background-color: rgb(31 56 107);
    color: #ffffff;
    display: block;
    /* padding: 10px; */
    height: 33px;
    text-align: center;
    width: 93px;
}
.cs_row_one .cs_instructor .cs_watch_list li:last-child a span,
.cs_row_one.csv3 .cs_watch_list li:last-child a span{
  font-size: 13px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 2.5;
}
.cs_row_one .cs_title{
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
}
.cs_row_one .cs_review_seller{
  margin-bottom: 15px;
}
.cs_row_one .cs_review_seller li{
  margin-right: 4px;
}
.cs_row_one .cs_review_seller li a{
  font-size: 13px;
  font-family: "FontAwesome";
  color: rgb(208, 210, 60);
  line-height: 1.2;
}
.cs_row_one .cs_review_seller li:first-child{
  margin-right: 15px;
}
.cs_row_one .cs_review_seller li:first-child a{
  border-radius: 5px;
  background-color: #ed1c22;
  color: #ffffff;
  display: block;
  height: 30px;
  text-align: center;
  width: 90px;  
}
.cs_row_one .cs_review_seller li:first-child a span{
  font-size: 13px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 2.2;
}
.cs_row_one .cs_review_seller li:last-child a{
  font-size: 14px;
  font-family: "Open Sans";
  color: #fff;
  line-height: 1.2;
}
.cs_row_one .cs_review_enroll{
  margin-bottom: 30px;
}
.cs_row_one .cs_review_enroll li{
  margin-right: 15px;
}
.cs_row_one .cs_review_enroll li a{
  font-size: 14px;
  font-family: "Open Sans";
  color:#fff;
  line-height: 1.2;
}
.cs_row_one .cs_review_enroll li a span{
  padding-right: 6px;
}
.cs_row_one .courses_big_thumb{
  margin-bottom: 30px;
}
.cs_row_one .courses_big_thumb .thumb{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.cs_ins_container .courses_big_thumb .iframe_video{
  border-radius: 5px;
  min-height: 350px;
  /* max-width: 960px; */
}
.cs_row_one .courses_big_thumb .thumb img{
  border-radius: 5px;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon:before{
  bottom: 0;
  background-color: rgba(0,0,0, .3);
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon a,
.cs_row_one .courses_big_thumb .thumb .overlay_icon .title{
  color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon .title{
  top: 58%;
}
.cs_row_one.csv3 .cs_review_enroll{
  display: inline;
}
.cs_row_two .cs_overview{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(42, 53, 59, 0);
  margin-bottom: 30px;
  padding: 30px;
}
.cs_row_two.csv2 .cs_overview,
.cs_row_three.csv2 .course_content,
.cs_row_four.csv2 .about_ins_container,
.cs_row_five.csv2 .student_feedback_container,
.cs_row_six.csv2 .sfeedbacks,
.cs_row_seven.csv2 .sfeedbacks{
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
  border-width: 0px;
  margin-top: 30px;
}
.cs_row_two .cs_overview .title{
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 22px;
}
.cs_row_two .cs_overview h4{
  font-family: "Nunito";
  font-size: 18px;
  color: rgb(59, 59, 59);
  line-height: 1.333;
  margin-bottom: 10px;
}
.cs_row_two .cs_overview p{
  font-family: "Open Sans";
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.cs_row_two .cs_overview ul.cs_course_syslebus{
  margin-bottom: 17px;
  margin-right: 100px;
}
.cs_row_two .cs_overview ul.cs_course_syslebus,
.cs_row_two .cs_overview ul.cs_course_syslebus2{
  display: inline-block;
}
.cs_row_two .cs_overview ul.cs_course_syslebus li p,
.cs_row_two .cs_overview ul.cs_course_syslebus2 li p{
  font-family: "Open Sans";
  font-size: 15px;
  color: rgb(126, 126, 126);
  display: inline;
  line-height: 2.8;
  margin-bottom: 0;
  padding-left: 10px;
}
.cs_row_two .cs_overview ul.list_requiremetn li i{
  font-size: 10px;
  color: rgb(126, 126, 126);
}
.cs_row_two .cs_overview ul.list_requiremetn li p{
  color: rgb(126, 126, 126);
  font-family: "Open Sans";
  font-size: 15px;
  display: inline;
  line-height: 2.667;
  margin-bottom: 0;
  padding-left: 13px;
}
.cs_row_three .course_content{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(42, 53, 59, 0);
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
}
.cs_row_three .course_content .cc_headers{
  position: relative;
}
.cs_row_three .course_content h4.title{
  font-size: 20px;
  color: #0a0a0a;
  float: left;
  line-height: 1.2;
  font-weight: 600;
}
.cs_row_three .course_content .details{
  display: inline-block;
  position: relative;
  width: 100%;
}
.cs_row_three .course_content .details .cc_tab{
  margin-top: 10px;
}
.cs_row_three .course_content .details .cc_tab h4.panel-title{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(59, 59, 59);
  line-height: 1.7;
  border-radius: 5px;
  background-color: rgb(237, 239, 247);
  height: 50px;
  padding: 10px 20px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li{
  border-bottom: 1px solid #eeeeee;
  padding: 20px 25px;  
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:last-child{
  border-bottom: none;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  line-height: 1.6;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span{
  padding-right: 4px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_preiew{
  float: right;
  margin-right: 50px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:hover a{
  color: #2441e7;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_time{
  float: right;
}
.cs_row_four .about_ins_container,
.cs_row_five .student_feedback_container,
.cs_row_six .sfeedbacks,
.cs_row_seven .sfeedbacks{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(42, 53, 59, 0);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.cs_row_six .sfeedbacks .sspd_review_liked{
  background-color: rgb(237, 239, 247);
  border-radius: 20px;
  height: 40px;
  text-align: center;
  max-width: 200px;
}
.cs_row_six .sfeedbacks .sspd_review_liked a{
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 2.714;
}
.cs_row_six.csv2.style2{
  overflow: hidden;
}
.cs_row_four .about_ins_container .aii_title,
.cs_row_five .student_feedback_container .aii_title{
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 25px;
  line-height: 1.2;
}
.cs_row_four .about_ins_container .about_ins_info{
  float: left;
}
.cs_row_four .about_ins_container .details{
  padding-left: 160px;
}
.instructor_pricing_widget {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 20px 30px;
  text-align: center;
}    
.instructor_pricing_widget.csv2{
margin-top: -300px;
box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
border-width: 0px;
}
.blog_tag_widget {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  margin-bottom: 30px;
  padding: 30px;
}
.blog_tag_widget .tag_list li {
  border-radius: 15px;
  background-color: rgb(237, 239, 247);
  height: 30px;
  margin-bottom: 15px;
  padding: 0px 25px;
}
.selected_filter_widget {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  display: inline-block;
  height: auto;
  margin-bottom: 30px;
  padding: 30px 30px 25px !important;
  position: relative;
  width: 100%;
}
.selected_filter_widget.style2 {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  display: inline-block;
  height: auto;
}
.feature_course_widget.csv1,
.blog_tag_widget.csv1{
box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
border-width: 0px;
background-color: #FFF;
}
.feature_course_widget ul li {
  border-bottom: 1px solid #eeeeee;
  color: #0a0a0a;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 2.667;
  padding: 0 30px;
}
.cart_btnss {
border-radius: 27px;
  background-color: rgb(237 28 34);
  display: block;
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  height: 50px;
  line-height: 3.2;
  margin-bottom: 23px;
  margin-top: 23px;
  /* max-width: 234px; */
  border: 2px solid #ed1c22;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart_btnss:hover {
  background-color: #ffffff;
  border: 2px solid #ed1c22;
  color: #ed1c22;
}
.cart_btnss_white {
  background-color: #ffffff;
  border: 2px solid #ed1c22;
  border-radius: 27px;
  color: #ed1c22;
  display: block;
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 3.2;
  margin-bottom: 23px;
  height: 50px;
  /*max-width: 234px;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.feature_course_widget h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  padding-left: 30px;
}
.feature_course_widget {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  padding: 30px 0 15px;
  margin-bottom: 30px;
}
.instructor_pricing_widget .price{
font-size: 30px;
font-family: "Nunito";
color: #0a0a0a;
font-weight: bold;
line-height: 1.2;
}
.instructor_pricing_widget .price span{
font-size: 15px;
font-family: "Open Sans";
color: rgb(79, 79, 79);
line-height: 2.667;
}
.instructor_pricing_widget .price small{
font-size: 14px;
font-family: "Open Sans";
color: rgb(193, 193, 193);
line-height: 2.857;
}
.instructor_pricing_widget h5{
font-size: 15px;
font-family: "Open Sans";
color: rgb(79, 79, 79);
/*line-height: 2.667;*/
}
.instructor_pricing_widget .price_quere_list li a{
font-size: 15px;
font-family: "Open Sans";
color: rgb(126, 126, 126);
line-height: 2.667;
}
.instructor_pricing_widget .price_quere_list li a span{
color: #0a0a0a;
font-size: 18px;
padding-right: 5px;
}
.list-inline-item {
  display: inline-block;
}
.float-right {
  float: right!important;
}
.float-left {
  float: left!important;
}
.cs_row_one .cs_instructor {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
}
.mb0 {
  margin-bottom: 0px !important;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.mr20 {
  margin-right: 20px;
}
.cs_row_four .about_ins_container .details h4{
  font-size: 20px;
  font-family: "Nunito";
  color: #0a0a0a;
  margin-bottom: 0;
  line-height: 1.5;
}
.cs_row_four .about_ins_container .details .subtitle{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(137, 137, 137);
  margin-bottom: 15px;
  line-height: 1.714;
}
.cs_row_four .about_ins_container .details p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .about_ins_list li:first-child p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  margin-bottom: 0;
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .about_ins_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .review_list{
  float: left;
  margin-right: 80px;
}
.cs_row_four.csv2 .about_ins_container .details .review_list{
  margin-right: 50px;
}
.cs_row_four.csv2 .about_ins_container .details .about_info_list li{
  margin-right: 15px;
}
.cs_row_four .about_ins_container .details .review_list li{
  margin-right: 4px;
}
.cs_row_four .about_ins_container .details .review_list li i{
  font-size: 13px;
  color: rgb(208, 210, 60);
  line-height: 1.2;
}
.cs_row_four .about_ins_container .details .about_info_list li{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
  margin-right: 30px;
}
.cs_row_four .about_ins_container .details .about_info_list li:last-child{
  margin-right: 0;
}
.cs_row_four .about_ins_container .details .about_info_list li span{
  padding-right: 10px;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar{
  border-radius: 5px;
  max-width: 470px;
  padding-left: 100px;
}
.cs_row_five .student_feedback_container .s_feeback_content ul.skills{
  margin-bottom: 30px;
}
.cs_row_five .student_feedback_container .s_feeback_content ul.skills li{
  color: rgb(79, 79, 79);
  font-size: 14px;
  font-family: "Open Sans";
  float: left;
  line-height: 1.2;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar{
  background-color: #d0d23c !important;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar-container{
  border-radius: 5px;
  height: 10px !important;
  overflow: hidden;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar p.title{
  float: right;
  margin-right: -50px;
  margin-top: -10px;
}
.my_course_content_list .mc_content_list .s_feeback_content .sonny_progressbar{
  border-radius: 5px;
  max-width: 170px;
  padding-left: 100px;
}
.my_course_content_list .mc_content_list .sonny_progressbar .bar-container{
  margin-left: -190px;
  margin-right: 130px;
  margin-top: 10px;
}
.my_course_content_list .mc_content_list .sonny_progressbar p.title{
  float: right;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: -10px;
}
.cs_row_five .student_feedback_container .aii_average_review{
  border-radius: 5px;
  background-color: rgb(237, 239, 247);
  height: 180px;
  position: absolute;
  right: 30px;
  top: 45px;
  width: 230px;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content{
  margin-top: 45px;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content h2{
  font-size: 50px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 0.6;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content .aii_rive_list li{
  font-size: 13px;
  font-family: "FontAwesome5FreeSolid";
  color: rgb(208, 210, 60);
  margin-right: 3px;
  line-height: 1.2;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  line-height: 1.2;
}
.r_course_title{
  font-size: 26px;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 30px;
}
.mbp_first.media.csv1.style2{
  position: relative;
}
.mbp_first.media.csv1.style2:before{
  bottom: -30px;
  background-color: #dedede;
  content: "";
  position: absolute;
  height: 1px;
  left: -30px;
  right: -30px;
  width: 105%;
}
/*== School Category Top Courses ==*/
.top_courses {
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_courses.home2 {
  
  border:none;
}

.top_courses.home2 .details .tc_content h5{
  height: 46px;
}


.top_courses .thumb{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.top_courses .thumb:before{
  background-color: rgba(0,0,0, .3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top_courses .thumb .overlay{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top_courses .thumb .overlay .tag{
  background-color: #c75533;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  height: 30px;
  line-height: 10px;
  margin-top: 15px;
  margin-left: 20px;
  padding: 10px;
  text-align: center;
  width: 90px;
}
.top_courses .thumb .overlay .icon{
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.top_courses .thumb .overlay .tag,
.top_courses .thumb .overlay a.tc_preview_course{
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);  
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top_courses:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses:hover .thumb .overlay:before{
  background-color: rgba(0,0,0,.4);
  bottom: 0;
  content:"";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses.home8:hover .thumb .overlay:before{
  background-color: rgba(25, 38, 117, .7);
}
.top_courses.home8 .wc_age_seat li a {
  color: #7e7e7e;
  font-size: 13px;
}
.top_courses:hover .thumb .overlay .tag,
.top_courses:hover .thumb .overlay a.tc_preview_course{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses .thumb .overlay a.tc_preview_course {
  bottom: 0;
  color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.top_courses .details{
  position: relative;
}
.top_courses .details .tc_content{
  padding: 20px;
}
.top_courses .details .tc_content p{
  color: #7e7e7e;
  font-size: 15px;
  margin-bottom: 5px;
}
.top_courses .details .tc_content h5{
  font-size: 18px;
  font-weight: 600;
}
.top_courses.home2 .details .tc_content h5{
  color: #0a0a0a;
  font-family: "Nunito";
  line-height: 1.333;
}
.top_courses .details .tc_content .tc_review{
  margin-bottom: 0;
}
.top_courses .details .tc_content .tc_review li a i{
  color: #d0d23c
}
.top_courses .details .tc_content .tc_review li{
  margin-right: 4px;
  font-size: 14px;
}
.top_courses .details .tc_footer {
  border-top: 1px solid #eeeeee;
  display: flow-root;
  padding: 10px 20px;
  position: relative;
}
.top_courses .details .tc_footer .tc_meta{
  margin-bottom: 0;
}
.top_courses .details .tc_footer .tc_meta li {
  margin-right: 4px;
}
.top_courses .details .tc_footer .tc_meta li a {
  font-size: 14px;
}
.top_courses .details .tc_footer .tc_meta li:nth-child(2){
  margin-right: 10px;
}

.top_courses .details .tc_footer .tc_meta li .flaticon-comment{
  position: relative; 
  top: 3px;
  font-size: 16px;
}

.top_courses .details .tc_footer .tc_price{
  color: #c75533;
  font-size: 18px;
  font-weight: 600;
}
.top_courses.home2 .details .tc_footer .tc_price{
  color: #192675;
}
.container-fluid.style2{
  max-width: 1720px;
  width: 90%;
}
.courses-list{
  background-color: #f9fafc;  
}
.my_course_content{
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 20px 0 0;
}
.courses_list_heading,
.my_course_content_header{
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
}
.my_course_content_header{
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 20px 20px 30px;
}
.my_course_content_list{
  position: relative;
}

.my_course_content_list h5.title{
  font-size: 18px;
    font-weight: 600;
        font-family: 'Nunito', sans-serif;
}

.my_course_content_list .mc_content_list{
  border-bottom: 1px solid #eeeeee;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px;
}
.my_course_content_list .mc_content_list:hover{
  background-color: #f9fafc;
}
.my_course_content_list .mc_content_list:hover .view_edit_delete_list{
  opacity: 1;
}
.my_course_content_list .mc_content_list:last-child{
  border-bottom: none;
}
.my_course_content_list .mc_content_list .thumb{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-right: 20px;
  min-height: 150px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
}
.my_course_content_list .mc_content_list .thumb .overlay{
  background-color: rgba(0,0,0, .5);
  border-radius: 5px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.my_course_content_list .mc_content_list:hover .thumb .overlay{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  text-align: center;
}
.my_course_content_list .mc_content_list .thumb .overlay ul{
  margin-top: 110px;
}
.my_course_content_list .mc_content_list .thumb .overlay ul li{
  border-radius: 17.5em;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  background-color: transparent;
  height: 35px;
  text-align: center;
  width: 100px;
}
.my_course_content_list .mc_content_list .thumb .overlay ul li a{
  color: #ffffff;
  font-size: 14px;
  line-height: 2.2;
}
.my_course_content_list .mc_content_list .thumb img{
  border-radius: 5px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul{
  display: inline;
}
.my_course_content_list .mc_content_list .details .mc_footer ul:first-child{
  margin-right: 25px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li{
  margin-right: 3px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.tc_price{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(199, 85, 51);
  font-weight: bold;
  line-height: 1.2;
  margin-left: 15px;
}
.my_course_content_list .mc_content_list .details .mc_footer{
  margin-top: 23px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.tc_price a{
  color: rgb(199, 85, 51);
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li:nth-child(6) a{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li a i{
  color: rgb(208, 210, 60);
  line-height: 1.2;
}
.my_course_content_list .mc_content_list .details .mc_content .subtitle{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
  margin-bottom: 5px;
}
.my_course_content_list .mc_content_list .details .mc_content .subtitle .title{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(10, 10, 10);
  line-height: 1.333;
}
.my_course_content_list .mc_content_list .details .mc_content h5.title span{
  border-radius: 5px;
  background-color: rgb(27, 213, 75);
  display: inline-block;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 90px;
}
.my_course_content_list .mc_content_list .details .mc_content h5.title span.style2{
  background-color: #ff1053;
}
.my_course_content_list .mc_content_list .details .mc_content h5.title span .tag{
  color: #ffffff;
  font-size: 13px;
  font-family: "Open Sans";
  line-height: 2.2;
}
.my_course_content_list .mc_content_list .details .mc_content p{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.714;
}
.my_setting_content{
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  position: relative;
}
.my_setting_content_header{
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
}
.my_setting_content_details{
  padding: 30px;
}
.my_profile_setting_input label,
.my_profile_setting_input2 label{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(10, 10, 10);
  line-height: 1.2;
}
.my_profile_setting_input .form-control,
.my_profile_setting_input2 .form-control{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgba(196, 14, 117, 0);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  height: 48px;
  margin-bottom: 30px;
}
.my_profile_setting_input .form-control:focus,
.my_profile_setting_input2 .form-control:focus{
  outline: none;
}
.my_setting_savechange_btn{
  border-radius: 5px;
  background-color: rgb(36, 65, 231);
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  height: 55px;
  width: 150px;
}
.view_edit_delete_list {
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.view_edit_delete_list li:hover{
  cursor: pointer;
}
.view_edit_delete_list li:first-child {
  background-color: #8e9298;
}
.view_edit_delete_list li:nth-child(2) {
  background-color: #2441e7;
}
.view_edit_delete_list li:last-child {
  background-color: #ff1053;
}
.view_edit_delete_list li {
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.view_edit_delete_list li a span{
  color: #ffffff;
  font-size: 20px;
}
.courses_list_heading.style2{
  box-shadow: none;
}
.courses_container{
  position: relative;
}
.courses_container.style2{
  box-shadow: none;
}
.courses_container .courses_list_content{
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  position: relative;
}
.courses_container .courses_list_content:hover{
  background-color: #f9fafc;
}
.courses_list_content .top_courses.list{
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0;
}
.courses_list_content .top_courses.list{
  background-color: transparent;
}
.courses_list_content .top_courses.list:hover{
  box-shadow: none;
}
.courses_list_content .top_courses.list .details .tc_content p{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.714;
}
.courses_list_content .top_courses.list:hover .details .tc_content h5{
  color: #2441e7;
}
.original_price{
  font-size: 13px;
  font-family: "Nunito";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review{
  margin-bottom: 0;
  margin-right: 20px;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review li{
  margin-right: 4px;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review li a{
  font-size: 13px;
  color: rgb(208, 210, 60);
  line-height: 1.2;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review li:last-child a{
  color: #7e7e7e;
}
.courses_list_content .top_courses.list .details .tc_content{
  padding: 0px 0px 20px 15px;
}
.courses_list_content .top_courses.list .details .tc_footer{
  padding: 0 20px;
}
.courses_list_content .top_courses.list .thumb{
  border-radius: 5px;
  overflow: hidden;
  width: 450px;
}
.courses_list_content .top_courses.list .details .tc_footer{
  border: none;
}

/*== sidebar about widget ==*/
.siderbar_contact_widget h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
}
.col-lg-12.col-sm-12.col-12.column {
  /* padding: 0px !important; */
  /* margin-top: -20px !important;
  margin-bottom: -10px !important; */
}
.m-auto
{
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pt-45
{
  padding-top: 45px;
}
textarea.form-control {
    line-height: 15px;
    padding-top: 14px !important;
}