.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 20px; 
	margin-top: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 1200px; margin: 0 auto; position: relative;height: 250px;}
.counter { background-color: #ffffff; border-radius: 5px;}
.count-title { color: #000; font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { color: #000; font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }
.counter .num{ text-align: center; margin-top: 20px;}
.counter .unit{    position: relative;
    top: -10px;
    left: 3px;
    font-size: 14px;
    vertical-align: top;}
