/* Course Categories
---------------------------------------------------------------------------- */
.course-categories .card a span {
	font-size: 13px;
	letter-spacing: 1px;
}

.course-categories .card a span i {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
}

.hover-effect {
	-webkit-transition:  transform .25s ease, box-shadow .3s ease;
	-o-transition:  transform .25s ease, box-shadow .3s ease;
	transition:  transform .25s ease, box-shadow .3s ease;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	box-shadow: none;
	border: 0;
}

.hover-effect:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.course-card .card-footer { border-top-color: #EEE; }

.rating-stars i { color: #f4c150; }

.course-card .card-title a { color: #333; }

.course-card .card-title a:hover { color: var(--themecolor); }

.course-card  .card-title-sub { font-size: 11px; }

.course-header {
	background-color: #29303b;
    color: #fff;
    padding: 60px 0;
    margin-bottom:10px;
}
.course-header a {color:#fff;}
.course-header > div > span {
	margin-right: 12px;
    margin-bottom: 7px;
    font-size: 15px;
}

.course-header h1 {
	color: #fff;
}

.course-header .subtitle {
	font-size: 21px;
    line-height: 27px;
    margin-bottom: 7px;
}

.course-sidebar {
	background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
	margin-top:-250px;
	border-radius: 4px;
	color: #505763;
	padding: 3px;
	z-index: 10;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 60px;
}
@media (max-width: 576px) {
	.course-sidebar {
		margin-top:-0px;
	}
}

.course-sidebar-text-box {
	padding: 15px 30px;
}

.lms .title {
	font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.course-photo {
	position:relative;
	background-size:cover;
	background-position:center center;
}

#accordion {
	margin-bottom:40px;
}

