/*
    Animated Counter CSS
*/

/*
================================================
  anim-counter
================================================
*/
.anim-counter {
	padding: 100px 0 98px;
	width: 100%;
	float: left;
	text-align: center;
}
.anim-counter h2 {
	text-align: center;
	color: #444444;
	/*margin: 0 0 30px 0;*/
	padding: 0;
	position: relative;
	font-weight: 600;
}
.anim-counter h2 span {
	font-size: 1.75rem;
	font-weight: 600;
	color: #6091BA;
}
.anim-counter h2:after {
	background-color: #6091BA;
	content: "";
	display: block;
	height: 2px;
	margin: 14px auto 0;
	width: 80px;
}
.anim-counter .counter .number {
	font-size: 40px;
	margin: 0;
	padding: 5px;
	color: #2f506c;
	font-weight: 700;
}
.anim-counter .counter i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100px;
	font-size: 32px;
	color: #2f506c;
	border: solid 1px #6091ba;
}
.anim-counter .counter p {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #2f506c;
}
.anim-counter .statistics {
	float: left;
	margin: 35px 0 0;
	width: 100%;
}

 