
.uc_hex_counter * { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.uc_hex_counter .uc_hex_counter_col{ width:100%; text-align: center; clear:both; overflow:hidden;}


.uc_hex_counter .uc_hex_counter_col .uc_counter_box{
	width: 100%; 
	margin: 0 1%;
	position:relative;
}



.uc_hex_counter .uc_hex_counter_col .uc_counter_box .uc_hex_icons{
    position: relative;
	width: 180px; 
	height: 100px;
	background: #26d3d2;
	margin: 50px 0;
	display:inline-block;
	font-size:55px;
	line-height:70px;
}
.uc_hex_counter .uc_hex_counter_col .uc_counter_box .uc_hex_icons:before,
.uc_hex_counter .uc_hex_counter_col .uc_counter_box .uc_hex_icons:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	left:0;
}

.uc_hex_counter .uc_hex_counter_col .uc_counter_box .uc_hex_icons:before {
	bottom: 100%;
	border-bottom: 50px solid #26d3d2;
}

.uc_hex_counter .uc_hex_counter_col .uc_counter_box .uc_hex_icons:after {
	top: 100%;
	width: 0;
	border-top: 50px solid #26d3d2;
}





.uc_hex_counter .uc_hex_counter_col .uc_counter_box .uc_hex_icons i{
	display:block;
	font-size:50px;
	line-height:100px;
	font-family: "FontAwesome";
    color:#fff !important;
}
.uc_hex_counter .uc_hex_counter_col .uc_counter_box h2{
	font-size:25px;
	font-weight:500;
    color:#7f8187;
	margin-top:23px;
}
.uc_hex_counter .uc_hex_counter_col .uc_counter_box span.bbb{
	font-size:25px;
	font-weight:500;
	display:inline-block;
	text-transform:uppercase;
    color:#7f8187;
    margin-bottom:33px;
}



