.hot-counter {
overflow: hidden;
font-family: 'Oswald', sans-serif;
position: relative;
z-inex: 1;
width: 100%;
margin: 0 auto;
min-height: 300px;
width: 100%;
background: #333333;
background-repeat: no-repeat;
text-align: center;
background-position: center center !important;
background-size: cover;
}
.hot-counter h2 {
position: relative;
font-size: 55px;
margin-top: 60px;
}
.hot-counter .cont_1,
.hot-counter .cont_2,
.hot-counter .cont_3,
.hot-counter .cont_4 {
position: relative;
}
.hot-counter  h5 {
position: relative;
z-index: 99;
color: #fff;
font-size: 20px;
margin: 0;
padding: 10px;	
font-size: 0.8rem;
text-transform: uppercase;
font-weight: 600;
color: #999999;
}
.hot-counter .count-container {
padding: 30px;
display: inline-block;
width: 250px;
text-align: center;
margin: 40px 20px;
background: rgba(0,0,0,0.8);
border-radius: 15px;
border: 2px dotted #eee;
}
.counter-shadow {
position: absolute;
top: 0;
left: 0;	
background: rgba(0,0,0,0.9);
width: 100%;
height: 100%;
display: inline-block;
}
.hot-counter .counter {
position: relative;
z-index: 99;
display: inline-block;
font-weight: 700;
font-size: 3rem;
padding: 10px;
color: #fff ;
}
.hot-counter .dashicons {
position: relative;
z-index: 99;
font-size: 60px;
display: block;
margin: 0 auto;
padding: 0;
color: #111;
width: 80px;
height: 100%;
background: #fff;
padding: 10px;
border-radius: 50%;
margin-bottom: 15px;	
}
@media only screen and (max-width: 600px) {
.hot-counter .count-container {
width: 90%;
margin: 20px 0;
}
.hot-counter h2 {
font-size: 2em;
}
}