/*===============================================
    Count 01
=================================================*/
.counter-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.counter-card i {
	font-size: 70px;
	line-height: 70px;
	margin-right: 25px;
}
.counter-info h3 {
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 13px;
}
.counter-info p {
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
}
.count-1 i {
	background: -webkit-linear-gradient(#38ef7d, #35df76);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.count-2 i {
	background: -webkit-linear-gradient(#fc4a1a, #f7b733);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.count-3 i {
	background: -webkit-linear-gradient(#ADD100, #a1c004);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
