ul{
	padding:0;
	list-style: none;
}

.carousel-card:hover{
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
	transition-property: box-shadow, -webkit-box-shadow;
	transition-duration: 0.4s, 0.4s;
	transition-timing-function: ease, ease;
	transition-delay: 0s, 0s;
	box-shadow: 0 0 30px 0 rgb(139, 130, 130);
}

/* 
.statistic-card {
	display: flex;
	width: 100%;
	padding: 10px 5%;
	margin-bottom: 100px;
	text-align: center;
	background-image: url('/online-practise-pic/statistic-card-background.png');
	background-size: auto 100%;
	background-attachment: fixed;
	position: relative;
}

.statistic-box {
	width: 33.33%;
	color: #fff;
}

.statistic-box h1 {
	color: #ffffff;
	text-shadow: #fff 0px 0px 5px, #6ab3f8 0px 0px 10px, #6ab3f8 0px 0px 15px, #2d99ff 0px 0px 20px, #2d99ff 0px 0px 30px,
    #2688e4 0px 0px 40px, #2688e4 0px 0px 50px, #237ed3 0px 0px 75px;
}



.side-card-body{
	
	height: 100%;
	padding:auto auto;
}
.side-card-list{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	
	display: flex;
	flex-direction:column;
	align-items: center;
	height: 100%;
}

.side-card-item{
	height: 25%;
	width: 90%;
	text-align: right;
	color: rgb(153, 147, 147);

	display: flex;
	justify-content: space-between;
	align-items: center;

}



.side-card-header{
	font-size: 18px;
	color: rgb(70, 164, 201);
	text-align: left;
}

.left-side-card-header{
	font-size: 18px;
	color: rgb(124, 119, 119);
	padding: 5px;
}

.left-side-card-body{
	font-size: 16px;
	color: rgb(153, 147, 147);
	padding: 30px 30px;
}
 */