.enable-overlay {
	position: relative;
}

.enable-overlay:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000000;
	opacity: .6;

}

/*=========================
** Counter Css
========================*/

.counter-area {
	background-image: url("assets/images/counter-bg-1.jpg");
	padding: 50px 0;
}

.counter-area.enable-overlay:before {
	opacity: .8;
}

.counter-box-table {
	height: 100px;
	display: table;
	width: 100%;
	text-align: center;
}

.counter-box-cell {
	vertical-align: middle;
	display: table-cell;
}

.count-icon {
	font-size: 50px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -28px;
	opacity: .9;
}

.count-icon i:before {
	font-size: 50px;
}

.count-number,
.count-content span {
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
}

.count-content span {
	margin-left: 5px;
	color: #0a6db7;
}

.count-text {
	margin-top: -10px;
	opacity: .9;
}

.single-counter-box {
	display: inline-block;
	padding-left: 70px;
	position: relative;
	text-align: left;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.counter-box-table {
		text-align: left;
	}
}
