/*===============================
	Courses CSS
=================================*/
.courses {
	background: #f8f8f8;
}
.courses .course-slider {
	margin-top: 30px;
}
.courses .courses-main{
	padding-left:5px;
	padding-right:5px;
}
.courses .single-course {
	padding: 12px;
	background: #fff;
	margin-left: 10px;
	height:95%;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.courses .single-course:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.courses .course-head{
	position:relative;
	overflow:hidden;
}
.courses .course-head::before {
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}
.courses .course-head img{
	height:100%;
	width:100%;
}
.courses .course-head:hover img{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	transform:scale(1.3);
}
.courses .course-head:hover:before{
	opacity:0.8;
	visibility:visible;
}
.courses .course-head a {
	position: absolute;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 10;
	border-radius: 0px;
	left: 50%;
	font-weight: 500;
	text-transform: capitalize;
	margin-left: -58px;
	padding: 12px 22px;
	opacity:0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	border-radius: 50px;
}
.courses .course-head:hover .btn{
	transform: scale(1);
	opacity: 1;
}
.courses .course-body {
	margin: 15px;
	margin-top: 0px;
}
.courses .name-price {
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 333;
	margin-top: -33.5px;
}


/* Price */

.courses .course-body .c-title {
	font-size: 18px;
	text-align: left;
	margin: 25px 0 15px;
	
}
.courses .course-body .c-title a {
	color: #252525;
	font-weight: 700;
    text-decoration:none;
}
.courses .course-body p {
	color: #666;
}
.courses .course-meta {
	background: #fff;
	border-top: 1px solid rgba(204, 204, 204, 0.45);
	overflow: hidden;
	margin: 15px;
	text-align: left;
	padding-top: 15px;
}


/* Courses Archive */
.courses.archive{
	padding:60px 0 90px;
}
.courses.archive .single-course {
	margin: 30px 0 0;
}
/* Course Single */
.courses.single {
	background: #f6f6f6;
	padding: 60px 0 90px;
}
.courses.single .single-main,
.courses.single .course-sidebar{
	margin-top:30px;
}
.courses.single .single-main {
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.courses.single .course-meta {
	background: #fff;
	margin: 0;
	border: none;
	padding: 0;
}
/* Course Head */
.courses.single .course-head img{
	width:100%;
	height:100%;
	transform:none;
}
/* Course Single Gallery */
.courses.single .course-single-gallery{
	height:400px;
	width:100%;
}
.courses.single .course-single-gallery .single-gallery{
	height:400px;
	width:100%;
}
/* Gallery Meta */
.courses.single .owl-carousel .owl-nav div {
	height: 70px;
	width: 45px;
	line-height: 70px;
	top: 50%;
	font-size: 28px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	color: #fff;
	background:rgba(0, 0, 0, 0.55);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: -32.5px 0 0 0;
	border-radius: 100%;
	border-radius: 0px;
}
.courses.single:hover .owl-carousel .owl-nav div{
	opacity:1;
	visibility:visible;
}
.courses.single .owl-carousel .owl-nav div:hover{
	background:#fff;
	border-color:transparent;
}
.courses.single .owl-carousel .owl-prev{
	left:0;
	-webkit-transform:translateX(-100px);
	-moz-transform:translateX(-100px);
	transform:translateX(-100px);
}
.courses.single .course-head:hover .owl-prev{
	transform:translateX(0px);
}
.courses.single .owl-carousel .owl-next{
	-webkit-transform:translateX(100px);
	-moz-transform:translateX(100px);
	transform:translateX(100px);
	right:0;
}
.courses.single .course-head:hover .owl-next{
	transform:translateX(0px);
}
/* Course Single Video */
.courses.single .c-title {
	font-size: 25px;
	margin: 20px 0 20px;
}
.courses.single .c-title a{
	color:#252525;
}
.courses .content {
	margin-top: 30px;
}
.courses.single .course-info {
	overflow: hidden;
	margin: 0;
}
.courses.single .single-info {
	float: left;
	text-align: center;
	overflow: hidden;
	margin-right: 15px;
	box-shadow: none;
	padding: 0;
	padding: 8px 0px;
}
.courses.single .single-info:last-child{
	margin:0;
}
.courses.single .single-info img {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	float: left;
	margin-right: 12px;
	border: 4px solid #f5f5f5;
	position: relative;
	top: -7px;
	margin-bottom: -10px;
}
.courses.single .single-info i {
	float: left;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 100%;
	margin-right: 15px;
	font-size: 29px;
	border: 1px solid #e7e7e7;
	font-size: 15px;
}
.courses.single .single-info h4 {
	font-size: 14px;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: capitalize;
	font-weight: 500;
}
.courses.single .single-info h4 span {
	display: block;
	color: #888;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.courses.single .single-info h4 span:hover{
	color:#00B06A;
}
.courses.single .single-info h4 a{
	display: block;
}
/* Course Tab */
.courses.single .nav-main {
	background: #fff;
	text-align: left;
	margin: 20px 0 25px;
}
.courses.single .nav-tabs {
	display: inline-block;
	text-align: left;
	width: 100%;
	border-bottom: 2px solid rgba(204, 204, 204, 0.45);
	background: #F6F6F6;
}
.courses.single .nav-tabs li{
	display:inline-block;
}
.courses.single .nav-tabs li a {
	color: #252525;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	padding: 14px 15px;
	border: none;
	border-radius: 0px;
}
.courses.single .nav-tabs li a.active,
.courses.single .nav-tabs li a:hover {
	color: #fff;
}
.courses.single .nav-tabs li a i {
	margin-right: 10px;
}
.courses.single .t-title {
	position: relative;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: inline-block;
	font-weight: 500;
}
.courses.single .t-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 45px;
	height: 2px;
	background: #ccc;
}
.courses.single .course-overview {
	margin-top: -25px;
}
.courses.single .single-overview {
	margin-top: 25px;
}
/* Course Required */
.courses.single .course-required li {
	position: relative;
	padding-left: 40px;
	line-height: 30px;
	margin-bottom: 13px;
}
.courses.single .course-required li:last-child{
	margin:0;
}
.courses.single .course-required li span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #20232E;
	line-height: 30px;
	text-align: center;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.courses.single .course-required li:hover span{
	border-color:transparent;
	color:#fff;
}

/* Course Single Sidebar */
.course-sidebar .single-sidebar {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.course-sidebar .single-sidebar:last-child{
	margin:0;
}
.course-sidebar .course-price {
	text-align: center;
}
.course-sidebar .course-price p {
	font-size: 40px;
	font-weight: 700;
}
.course-sidebar .course-price p span {
	font-size: 25px;
	font-weight: 300;
	color: #555;
}
.course-sidebar .course-price .btn {
	color: #fff;
	padding: 12px 30px;
	background: #20232E;
	margin-top: 20px;
}
.course-sidebar .course-price .btn i {
	margin-right:10px;
}
.course-sidebar .course-feature {
	width: 100%;
}
.course-sidebar .course-feature h4 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	position: relative;
	color: #20232E;
}
.course-sidebar .course-feature h4::before {
	position: absolute;
	left: 0;
	width: 50px;
	height: 2px;
	content: "";
	bottom: -1px;
}
.course-sidebar .feature-main {
	color: #fff;
}
.course-sidebar .single-feature {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.45);
	color: #555;
}
.course-sidebar .single-feature:last-child{
	border:none;
	margin:0;
	padding:0;
}
.course-sidebar .single-feature i {
	width: 10px;
	margin-right: 15px;
}
.course-sidebar .single-feature .value {
	float: right;
	font-weight: 600;
}
/*===============================
	End Courses CSS
=================================*/

/*===============================
	Teachers CSS 
=================================*/
.teachers {
	background: #fff;
}
.teachers .teachers-slider{
	margin-top:30px;
}
.teachers .single-teacher {
	position: relative;
	margin-bottom: 30px;
}
.teachers .teacher-head {
	position: relative;
}
.teachers .teacher-head.overlay::before {
	opacity: 0;
	z-index: 1;
	visibility: hidden;
}
.teachers .single-teacher:hover
.teacher-head.overlay:before{
	opacity:0.8;
	visibility:visible
}
.teachers .teacher-head img {
	height:100%;
	width:100%;
	text-align:center;
}

.teachers .single-teacher:hover .social{
	opacity:1;
	visibility:visible;
	transform: translateY(0%);
}
.teachers .social li {
	display: block;
	margin-bottom: 10px;
}
.teachers .social li:last-child{
	margin:0;
}
.teachers .social li a {
	color: #fff;
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 100%;
    text-decoration:none;
}
.teachers .social li a:hover{
	border-color:transparent;
	background:#fff;
}
.teachers .teacher-content {
	background: rgba(255, 255, 255, 0.9);
	padding: 12px;
	text-align: center;
	position: absolute;
	bottom: -15px;
	left: 15px;
	z-index: 33;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.teachers .single-teacher:hover .teacher-content,
.teachers .single-teacher.active .teacher-content{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.teachers .teacher-content:hover h4,
.teachers .teacher-content:hover h4 a,
.teachers .teacher-content:hover span {
	color:#fff;
}
.teachers .teacher-content h4 {
	font-size: 18px;
  margin-top:0;
}
.teachers .teacher-content h4 a {
	text-decoration: none;
    font-weight: 700;
}

.teachers .teacher-content h4 span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	margin-top: 5px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
/* Slider Meta */
.teachers .owl-controls {
	margin-top: 30px;
}
.teachers .owl-controls .owl-nav div {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 100%;
	color: #555;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	margin: 0 10px 0 0;
}
.teachers .owl-controls .owl-nav div:last-child{
	margin:0;
}
.teachers .course-slider:hover .owl-controls .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.teachers .owl-controls .owl-nav div:hover{
	border-color:transparent;
	color:#fff;
}
/* Archive */
.teachers.archive .single-teacher {
	margin: 30px 0 30px;
}
.teachers.archive .single-teacher .social{
	transform:translateY(0%);
}
/*===============================
	End Teachers CSS 
=================================*/