.studentsOne .studentScroll .studentCardOne {
	max-width: 200px;
}

.videoCardOne video {
	object-fit: cover;
}

.courseCardOne .videoSec video {
	max-height: 350px;
	object-fit: cover;
}

.quizOne {
	background-color: #28293d;
}

.quizOne .sectionTitle img {
	height: 60px;
}

.quizOne .sectionTitle .titleL {
	color: #fff;
	position: relative;
	margin-top: 32px;
}

.quizOne .sectionTitle p {
	color: #fff;
	margin-top: 24px;
}

@media (max-width:991px) {
	.quizOne .sectionTitle .titleL {
		padding-left: 80px;
	}

	.quizOne .sectionTitle .titleL img {
		height: 60px;
	}

}

@keyframes slideLeft {
	0% {
		transform: translateX(50%)
	}

	100% {
		transform: translateX(-100%)
	}

}

@keyframes slideRight {
	0% {
		transform: translateX(-50%)
	}

	100% {
		transform: translateX(100%)
	}

}
