
/* body {
  font-family: Arial;
  padding: 25px;
  background-color: #f5f5f5;
  color: #808080;
  	text-align: center;	
} */

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */


.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;
	display: inline-block;
}
.end { margin-right: 0 !important; }
/* Column Grids End */




.wrapper { 
	width: 100%;
	background: #333333;
    display: flex;
    justify-content: space-between;
    padding: 2.5% 0;
}


.counter{
	text-align: center;
	display: inline-block;
	width: 25%;
}
.counter .fa-2x { margin: 0 auto; float: none; display: table; }
.counter .fa-2x img{
	display: inline-block;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.counter:hover .fa-2x img {
	transform: scale(1.2);
}

.count-title { 
	display: inline-block;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.5rem;
	margin-top: 10px;
}

.add{
	font-size: 20px;
       color: #fff;
       letter-spacing: 0.5rem;
       margin-top: 10px;
}

@media(max-width:1200px){
	.count-title,.add {
		font-size: 18px;
		letter-spacing: 0.3rem;
	}
	.counter .fa-2x img {
		width: 55px;
	}
}
@media (max-width: 990px){
	.counter .fa-2x img {
		width: 50px;
	}
	.count-title,.add{
		font-size: 16px;
		letter-spacing: 0.2rem;
		margin-top: 5PX;
	}
}
@media (max-width: 760px){
	.counter .fa-2x img {
		width: 45px;
	}
	.count-title,.add {
		font-size: 12px;
		letter-spacing: 0.05rem;
	}
}




