.home-background{
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: relative;	
}

.home-background::before{
	background-image: url(../../img/background.jpg);
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	border-radius: 0px 0px 100px 100px;
}
.home-background-2{
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: relative;	
}

.home-background-2::before{
	background-image: url(../../img/background2.jpg);
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 600px;
	border-radius: 0px 0px 100px 100px;
}
.home div h1{
	margin-top: 270px;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #FFF;
	text-shadow: 0px 3px 10px #00000016;
}
.search-bar form .main-search-bar{
	height: 60px;
	border-radius: 30px;
	border: 0px;
	box-shadow: 5px 0px 10px -8px;
}
.search-bar-icon{
	background-color: #fff;
	border-radius: 30px 0px 0px 30px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 5px;
	cursor: pointer;
	height: 60px;
	border: 0px;
	color: #BDBDBD;
	box-shadow: 0px 5px 10px -8px;
}
.search-bar-icon:hover{
	background-color: #fffaee;
}
/*End home*/





/*Cardt box*/
.card-box-group{
	margin-bottom: 150px;
	margin-top: 90px;
}
.card-box{
	margin-top: 45px;
	padding-left: 62px;
	padding-right: 62px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffffdd;
	text-align: center;

	border-radius: 30px;
	box-shadow: 0px 4px 14px 0px #e0e0e0;
}
.card-box span{
	font-size: 120px;
}
.card-box h5{
	font-size: 20px;
}
.card-box p{
	font-size: 19px;
	color: #7b7b7b;
}
/*End card box*/






/*START CATEGORY*/
.category-section{
	padding-bottom: 150px;
	background-color: #F7F7F7;
}
.category-box-group{
	text-align: center;
}
.category-box-group h1{
	font-size: 45px;
	font-weight: bold;
}
.category-box-group p{
	font-size: 18px;
	color: #7b7b7b;
}
.category-box{
	margin-top: 50px;
	border-radius: 30px;
	box-shadow: 0px 0px 15px -8px #555;
}
.category-box:hover{
	background-color: #FFAC00;
}
.category-box a{
	display: block;
	font-size: 16px;
	color: #7b7b7b;
	padding-bottom: 13px;
}
.category-box a:hover{
	display: block;
	text-decoration: none;
	color: #fff;
	padding-bottom: 13px;
}
.category-box img{
	height: 100%;
	width: 100%;
	min-height: 150px;
	border-radius: 30px 30px 0px 0px;
	margin-bottom: 13px;
}
/*END CATEGORY*/








/*START BLOG-AC*/
.blog-ac-group{
	padding-bottom: 100px;
}
.blog-ac-group h2{
	width: 100%;
	text-align: center;
	font-size: 45px;
	margin-top: 100px;
	margin-bottom: 80px;
}
.blog-ac-group p{
	font-size: 18px;
	color: #7b7b7b;
	line-height: 35px;
}

.blog-ac-group .image img{
	width: 100%;
}
/*END BLOG-AC*/






/*START TOP-COURSE*/
.top-course{
	background-color: #F7F7F7;
}
.top-course-group{
	padding-top: 90px;
	padding-bottom: 100px;
}
.top-course-group h1{
	width: 100%;
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 40px;
}
.top-course-group p{
	font-size: 18px;
	color: #7b7b7b;
	line-height: 35px;
}
/*END TOP-COURSE*/


/*Start slider top courses*/
.slider{
	margin-top: 80px;
	margin-bottom: 50px;
	padding: 0px;
}
.slider-item{
	padding: 14px;
}
.slider-item img{
	border-radius: 20px 20px 0px 0px;
	width: 100%;
	height: 260px;
}
/*End slider top courses*/



/*top course data*/
.top-course-data{
	background-color: #fff;
	border-radius: 0px 0px 20px 20px;
	padding-top: 12px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	height: 100%;
	box-shadow: 0px 0px 27px -20px #000;
}
.str-check{
	color: #FBAD2A;
	font-size: 13px;
	padding: 4px;
}
.str-uncheck{
	color: #c7c7c6;
	font-size: 13px;
	padding: 4px;
}
.top-course-title {
	font-size: 14px;
	line-height: 17px;
}
.top-course-title a{
	margin-top: 6px;
	display: block;
	color: #000;
	text-decoration: none;
}
.top-course-title a:hover{
	color: #FFAC00;
	text-decoration: none;
}
.top-course-desc{
	margin-top: 12px;
	font-size: 12px;
	color: #757575;
	height: 80px;
}
.top-course-lessons-price{
	min-height: 30px;
	margin-top: 10px;
}
.lessons-quantity{
	margin-top: 40px;
	display: block;
	font-size: 12px;
	color: #b1b1b1;
}
.top-course-price{
	margin-top: -40px;
	font-size: 25px;
	float: right;
	color: #8e8e8e;
}
.with_out_discount{
	margin-top: -16px;
	font-size: 25px;
	float: right;
	color: #8e8e8e;
}
.top-course-discount-price{
	margin-right: 3px;
		font-size: 13px;
}
.bottom-btn-field{
	padding-top: 15px;
	border-top: 1px solid #E9E9E4;
}
.bottom-btn-field .active{
	color: #fff !important;
	background-color: #FFAC00 !important;
}
.btn-wishlist{
	color: #FFAC00;
	border-radius: 50px;
	border: 1px solid #FFAC00;
	font-size: 10px;
	margin-top: 5px;
}
.btn-wishlist:hover{
	color: #fff;
	border-radius: 50px;
	border: 1px solid #FFAC00;
	font-size: 10px;
	background-color: #FFAC00;
}
.btn-card{
	color: #FFAC00;
	border-radius: 50px;
	border: 1px solid #FFAC00;
	font-size: 10px;
	margin-top: 5px;
}
.btn-card:hover{
	color: #fff;
	border-radius: 50px;
	border: 1px solid #FFAC00;
	background-color: #FFAC00;
	font-size: 10px;
	margin-top: 5px;
}
.btn-enroll{
	color: #abab03;
	border-radius: 50px;
	border: 1px solid #abab03;
	font-size: 10px;
	width: 100px;
	margin-top: 5px;
}
.btn-enroll:hover{
	color: #fff;
	border-radius: 50px;
	border: 1px solid #abab03;
	background-color: #abab03;
	font-size: 10px;
	width: 100px;
	margin-top: 5px;
}
.btn-buy-done{
	color: #abab03;
	border: 1px solid #abab03;
	font-size: 10px;
	width: 130px;
	margin-top: 5px;
	border-radius: 20px;
}
.btn-buy-done:hover{
	color: #fff;
	border: 1px solid #abab03;
	background-color: #abab03;
	font-size: 10px;
	width: 130px;
	margin-top: 5px;
	border-radius: 20px;
}
/*End top course*/





/*User Slider*/
.user-slider{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.user-slider-item .active img{
	border: 3px solid #feac00;
}
/*.slick-arrow{
	border-radius: 50px !important;
	background-color: #bdbdbd !important;
}
*/





/*course item*/
.course-item{
	padding: 0px;
}
.course-item img{
	border-radius: 20px 20px 0px 0px;
	width: 100%;
	height: 260px;
}







/*all course page*/
.course-search-bar-parent{
	padding-top: 160px;
	padding-bottom: 50px;
	margin-top: 200px;
}
.course-search-bar{
	
}
.filter-search-btn{
	background-color: #FFAC00;
	font-size: 12px;
	width: 80px;
	color: #fff;
}
.filter-search-btn-icon{
	font-size: 12px;
	width: 5px;
}
.filter-search-btn-field .active{
	color: #ffac00;
}
















/*Courses List*/
.card-course{
	box-shadow: 1px 1px 20px -15px;
	border-radius: 20px;
	margin: 20px;
}
.card-course-cover-image{
	padding: 0px;
}
.card-course-cover-image img{
	border-radius: 20px 0px 0px 20px;
	width: 100%;
	height: 100%;
}
.card-course div span{
	display: block;
	font-size: 14px;
	color: #898989;
	padding-bottom: 15px;
}
.course-action{
	border-left: 1px solid #efefef;
	padding: 15px;
}
.course-action .active{
	background-color: #FFAC00;
	color: #fff;
}
.card-course-description a{
	color: #343434;
}
.card-course-description a:hover{
	color: #787878;
	text-decoration: none;
}





/*Order summary*/
.order-summary{
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 20px;
	margin-top: 80px;
	margin-bottom: 20px;
	box-shadow: 0 0 19px 0px #d6d6d6;
}
.order-summary-text-sm{
	font-size: 10px;
	color: #878787;
}
.btn-order-summery-checkout{
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn-order-summery-checkout a{
	padding: 10px;
	background-color: #FE7060;
	color: #FFFFFF;
	width: 100%;
}
/*End Order Summary*/






/*All User Data*/
.user-menu{
	margin-top: 202px;
	width: 100%;
}
.user-menu ul{
	list-style: none;
}
.user-menu ul li{
	float: left;
	height: 50px;
	width: 20%;
}
.user-menu ul li a{
	padding: 10px;
	display: block;
	font-size: 12px;
	color: #fff;
}
.user-menu ul li .active{
	border-bottom: 3px solid #FFAC00;
	color: #FFAC00;
}
.user-menu ul li a:hover{
	border-bottom: 3px solid #FFAC00;
}


.btn-invoice{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #FFAC00;
	color: #FFAC00;
}
.btn-invoice:hover{
	color: #fff;
	background-color: #FFAC00;
}







/*Chat*/
.sms-sender{
	margin-right: auto;
	border-radius: 20px 20px 20px 0px;
	background-color: #B8E9FE;
	max-width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.sms-receiver{
	margin-left: auto;
	border-radius: 20px 20px 0px 20px;
	background-color: #edf0f2;
	max-width: 50%;
	padding: 20px;
	margin-top: 10px;
	/*border: 2px solid #c8e3cb;*/
}
.overflow-y{
	max-height: 500px;
	overflow-y: scroll;
	margin-left: 2px;
	margin-right: 4px;
	box-shadow: 0px 0px 15px -8px;
}
.shodow-15-8{
	box-shadow: 0px 0px 15px -8px;
}





/*Profile*/
.profile-btn a{
	margin: 5px;
	padding: 10px;
	color: #000;
}
.profile-btn a:hover{
	color: #FFAC00;
}
.profile-btn .active{
	color: #FFAC00;
}
.profile-photo a img{
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 15px -8px;
	border-radius: 50px;
}

.profile-data label{
	font-size: 12px;
}
.profile-data input{
	border-radius: 10px;
	border: 0px;
	box-shadow: 0px 1px 10px -5px;
}
.profile-data textarea{
	border-radius: 10px;
	border: 0px;
	box-shadow: 0px 1px 10px -5px;
}
/*Others browser*/
.profile-data input::placeholder{
  color: #E0E0E0 !important;
  font-size: 12px;
}
.profile-data textarea::placeholder{
  color: #E0E0E0 !important;
  font-size: 12px;
}




/*Instructor Image*/
.instructor-image{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 10px 30px #d2d2d2;
}
.instructor-card{
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}
.instructor-card i{
	font-size: 20px;
}
.instructor-card p{
	font-family: 'Poppins', serif;
	font-size: 18px;
}
.course-on-instructor{
	font-size: 15px;
	color: #8E8E8E;
	text-align: left;
	padding-left: 20px;
	min-height: 60px;
	background-color: #F5F5F5;
	padding-top: 20px;
	border: .5px solid #E0E0E0;
}
.course-on-instructor-content{
	border: .5px solid #E0E0E0;
	font-size: 15px;
	color: #8E8E8E;
	text-align: left;
	padding-left: 20px;
	min-height: 60px;
	padding-top: 20px;
}




/*Biography*/
.biography-head{
	font-size: 30px;
}
.biography .biography-description{
	text-align: left;
	font-size: 16px;
}

/*Instructor all course*/
.instructor-all-course p{
	font-size: 30px;
}






/*invoice table*/
.invoice tr th{
	text-align: left;
	width: 25%;
	background-color: #E0E0E0;
	font-size: 12px;
	height: 45px;
}
.invoice tr td{
	text-align: left;
	width: 		25%;
	font-size: 12px;
}

/*404 page*/
.color-bondi{
	color: #71D4FF;
}
.header-font-404{
	font-size: 35px;
}
.color-404{
	color: #FE7060;
}
.font-404{
	font-size: 200px;
}

.btn-rating-edit-publish{
	background-color: #ffac00;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	cursor: pointer;
}
.btn-rating-edit-cancel{
	background-color: #787878;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	cursor: pointer;
}
.btn-rating-edit-publish:hover .btn-rating-edit-cancel:hover{
	color: #787878;
}
.message-new-user{
	border-radius: 50px;
	box-shadow: 0px 3px 10px 0px #00000016;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 73px;
	font-size: 25px;
	font-weight: 10px;
	background-color: #FE7060;
	color: #fff;
}
.message-new-user:hover{
	background-color: #FFF;
	box-shadow: 0px 1px 8px -2px;
	color: #FFAC00;
}





/*Course Details page*/
.course-details-banner{
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	border-radius: 0px 0px 100px 100px;
	margin-top: 90px;
	position: relative;
}
.course-details-banner::after {
  content: "";
  height: 300px;
  width: 100%;
  border-radius: 0px 0px 100px 100px;
  background: url('../../img/course_page.jpg');
  opacity: 0.2;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;   
}
@media only screen and (max-width: 995px) {
	.course-details-banner{
		margin-top: 70px;
	}
	.course-details-page-main-title h1{
		font-size: 25px !important;
	}
}
.course-details-page-main-title{
	margin-top: 70px;
}
.course-details-page-main-title h1{
	font-size: 36px;
}
.course-details-page-by{
	width: 100%;
	margin-top: 25px;
}
.course-details-page-by .created-by, .course-details-page-by .level, .course-details-page-by .language{
	width: 120px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	float: left;
	border-radius: 10px;
	background-color: #ffac00;
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
}
.course-details-page-by .level, .course-details-page-by .language{
	cursor: text;
}

.course-details-page-card-preview{
	width: 100%;
	min-height: 220px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 3px #00000016;
	border: 1px solid #E5E5E5;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	cursor: pointer;
}
.course-details-page-card-preview i{
	margin-top: 40px;
	font-size: 80px;
	color: #00000096;
}
.course-details-page-card-preview:hover i{
	font-size: 90px;
	color: #00000096;
}

.course-details-page-card-preview p{
	margin-top: 20px;
	color: #fff;
}
.course-details-page-card-preview:hover p{
	margin-top: 10px;
}

.course-details-page-card{
	width: 100%;
	min-height: 240px;
	background-color: #FAFAFA;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 3px #00000016;
	border: 1px solid #E5E5E5;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.course-details-page-card p{
	font-size: 12px;
	color: #666666;
}
.course-details-page-card h6{
	padding-bottom: 10px;
	font-size: 18px;
	color: #666666;
}

.course-details-page-card-dark{
	width: 100%;
	min-height: 240px;
	background-color: #1E2637;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 3px #00000016;
	border: 1px solid #E5E5E5;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.course-details-page-card-dark h1{
	font-size: 48px;
	color: #fff;
}
.course-details-page-card-dark .active{
	background-color: #ffac00;
	color: #fff;
}



.course-details-all-button{
	width: 100%;
}
.course-details-all-button a{
	width: 100%;
	max-width: 290px;
	height: 50px;
	background-color: #F5F5F5;
	color: #333333;
	margin-top: 2px;
	margin-left: 2px;
	float: left;
	font-size: 18px;
	line-height: 50px;
	padding-left: 40px;
}
@media only screen and (min-width: 569px) and (max-width: 1200px){
	.course-details-all-button a{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 568px) {
	.course-details-all-button a{
		width: 100%;
		max-width: 1000px;
	}
}
.course-details-all-button a:hover{
	background-color: #ffac00;
	color: #fff;
}
.course-details-all-button .active{
	background-color: #ffac00;
	color: #fff;
	border-bottom: 4px solid #333333;
}







.what_will_i_learn{
	background-color: #fafafa;
	color: #4d4d4d;
	padding-top: 38px;
	padding-right: 38px;
	padding-bottom: 38px;
}
.what_will_i_learn h4{
	margin-left: 38px;
}
.what_will_i_learn ul li{
	font-size: 14px;
	line-height: 40px;
}
.what_will_i_learn ul{
	list-style: none;
}



.course-content-header{
	margin-top: 40px;
	margin-bottom: 10px;
}
.course-content-header .text-lg{
	font-size: 25px;
	margin-top: 5px;
}
.course-content-header .text-sm{
	font-size: 12px;
	margin-top: 5px;
}
.lecture-group-title{
	background-color: #f8f8f8;
	font-size: 12px;
	color: #333;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 5px;
}
.lecture-list{
	font-size: 12px;
	color: #8898d1;
}
.lecture-list ul li{
	list-style: none;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ededed;
}

.course-details-instructor-desc{
	font-size: 12px;
}
.course-details-instructor-desc img{
	width: 100%;
}
.course-details-instructor-image img{
	margin-top: 50px;
	width: 80%;
	border-radius: 50%;
	border: 5px solid #efefef;
}
.student_feedback{
	color: #999;
}
.student_feedback .review{
	margin-top: -10px;
	font-size: 12px;
}

.individual-rating{
	color: #999999;
	font-size: 12px;
}
.individual-rating ul li{
	list-style: none;
}
.individual-rating ul li .row{
	height: 22px;
}
.individual-rating .progress{
	background-color: #f8f8f8;
	height: 10px;
	margin-top: 5px;
}
.individual-rating .progress-bar{
	background-color: #E6E9EC;
	height: 10px;
}
@media only screen and (max-width: 768px) {
	.individual-rating ul li .row{
		height: 40px;
	}
}


.review-user-image img{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: none;
}
.review-user{
	font-size: 12px;
	color: #787878;
	background-color: #fafafa;
	border-radius: 20px;
	padding: 20px;
	margin-top: 20px;
}





.view-more-parent{
   position: relative;
   overflow: hidden;
}
.view-more{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#fff);
   display: block;
   padding: 30px 3px 3px 3px;
   color: #007791;
   cursor: pointer;
   z-index: 5;
}
.view-less{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   display: block;
   padding: 3px 3px 3px 3px;
   color: #007791;
   cursor: pointer;
}
.view-more-parent.expanded{
   max-height: none;
   overflow: visible;
}
.view-more-parent.has-hide{
   padding-bottom: 30px;
}
.description-box {
   max-height: 260px;
   margin-top: 40px;
   margin-bottom: 40px;
}
.description-box ul{
   list-style: disc;
}

.description-box .description-title {
   font-size: 22px;
   font-weight: 600;
   margin: 0 0 10px;
}
.description-box .audience {
   margin-top: 20px;
}
.description-box .audience .audience-title{
   font-size: 18px;
   font-weight: 600;
   margin: 0 0 10px;
}
.description-box .audience ul{
   margin-bottom: 0;
}




/*others*/
@media print {
    nav{
      display: none;
    }
    .footer, .footer-social-group, .copyright, .dark-background-rounded, .btn-print{
      display: none;
    }
    .print{
      width: 100%;
    }
}
.opacity-05{
	opacity: 0.05;
}
.loader_modal{
	position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: #42477077; z-index: 1000; color: #fff; text-align: center; padding-top: 100px;
}
.font-12{
	font-size: 12px;
}
.plyr__video-wrapper{
	height: 450px;
}
.color-check{
	color: #A1A6B2;
}
.color-uncheck{
	color: #FBA435;
}
.h-20-px{
	height: 20px;
}
.h-50-px{
	height: 50px;
}
.div-none{
	display: none;
}
.h-au-70{
	margin: auto;
	width: 70px;
	height: 70px;
}
.h-35-px{
	height: 35px;
}