/* 	 countTo */
.flat-row .topnumber ,.countTo-v1 {
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.flat-row .topnumber .countTo-v1:hover{
	font-size: 60px;
	color: #2cba69;
}

.flat-row .topnumber ,.countTo-v2 {
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.flat-row .topnumber .countTo-v2:hover{
	font-size: 60px;
	color: #2cba69;
}

/* .chart{
	display: inline-block;
	margin-left: 15px;
	float: right;
	
} */
	
/* .topcountnumber {
	margin-top: 8.25rem;
	float: right;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.1;
} */