.counter-container
{
	margin-left: -40px;
    width: calc(100% + 80px);
    padding: 95px 40px;
    box-sizing: border-box;
    text-align: center;
    background:url('img/counter.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.counter-container::before
{
	content: '';
	position: absolute;
	top:0px;
	left:0px;
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.counter_ct
{
	width: 300px;	
	height: 100px;
	display: inline-block;
}
.counter_ct div
{
	text-align: center!important;
	font-size:40px;
	font-weight: bold;
	color:white;
}
.count-text 
{
	margin:5px 0px !important;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}