.statistics{padding: 0;}
.statistics .stat{display: inline-block; margin: 35px; line-height: 1.4;}
.statistics h2{text-align: center;}
.statistics .stat span{margin-bottom: 10px;}
#statistics{padding: 20px 0; background: #f8f8f8 !important; }
#statistics .stat{display: inline-block; margin: 35px 65px 35px 15px; line-height: 1.4;}
#statistics h2{text-align: center;}
#statistics .stat span{margin-bottom: 10px;}
.stat .stat-icon, .stat .number, .stat .count-title{display: block; width: 100%; text-align: center;}
.stat .number, .stat .count-title{font-size: 1.4em}
.statistics .stat .number{color: #71a4d3; font-size: 48px;}
#statistics .stat .number{color: #333; font-size: 48px;}
.statistics-inner{padding: 0; text-align: center;}
.statistics .stat .fa, .statistics .stat .count-title{color: whitesmoke;}
.statistics .sec-title{margin-bottom: -20px;}
#statistics .stat .fa, .statistics .stat .count-title{color: whitesmoke;}
#statistics .sec-title{margin-bottom: -20px;}
.stat .fa{font-size: 36px}
.statistics .stat .count-title {color: #666; font-size: 18px}
#statistics .stat .count-title {color: #111 !important; font-size: 18px;}
.statistics .inline-num{
	float: right;
	margin-top: -33px;
	margin-right: -18px;
	color: #767c7f;
}
#statistics .inline-num{
	float: right;
	margin-top: -33px;
	color: #111;
}
@media screen and (max-width: 768px){
	#statistics .stat{display: block; margin: 30px auto; line-height: 1.4;}
	#statistics img {
      margin-top: 0px !important;
	}
}