/* ======== Stats Counter =========== */
div.stats-desc > div.counter_prefix, div.stats-desc > div.counter_suffix {
	display: inline;
}
.stats-block, .wpb_row .wpb_column .wpb_wrapper .stats-block {
    display: block;
    margin-bottom: 30px;
}
.stats-block .stats-number {
	font-size: 34px;
	line-height: 1.3em;
	font-weight: 500;
	display: inline;
}
.stats-block .stats-text {
    font-family: handel;
    font-size: 19px;
    width: 92%;
    color: #0e649b;
}

@media ( max-width : 991px) {
	.stats-block, .wpb_row .wpb_column .wpb_wrapper .stats-block {
		width:100%;
		text-align:center;
}


.inner_gauge{
		width:100%;
		text-align:center;
		margin-right:0;
		margin-left:0;
		left:0;
}

}

/*Icon Left*/
.stats-left .aio-icon-left {
	display: table-cell;
	padding-right: 15px;
}
.stats-left .stats-desc {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	box-sizing: content-box;
	width: auto;
}

/*Icon Top*/
.stats-top .aio-icon-top,
.stats-top .stats-desc {
	width: 100%;
	display: block;
	text-align: center;
}
.stats-top .aio-icon,
.stats-top .img-icon {
	margin: 0 auto;
}
.stats-top .aio-icon-img  {
	margin: 0 auto;
}
.stats-top .stats-number {
	padding: 8px 0;
}
/*Icon Right*/
.stats-right.stats-block {
	display: inline-block;
	width: 100%;
}
.stats-right .aio-icon-right {
	display: table-cell;
	padding-left: 15px;
}
.stats-right .stats-desc {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}
/*RTL Fix*/
.stats-block.stats-left,
.stats-block.stats-right {
    direction: ltr;
}