/********************************************
Counter CSS
********************************************/

.hot-counter {
    overflow: hidden;
	font-family: 'Oswald', sans-serif;
	position: relative;
	z-inex: 1;
	width: 100%;
	margin: 0 auto;
	min-height: 300px;
	background: #333333;
	text-align: center;
    background-position: center center !important;
	
}

.hot-counter h2 {
    font-size: 55px;
}

.hot-counter  h5 {
	position: relative;
    z-index: 99;
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 10px;	
    font-size: 1.125rem;
    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: #111111;
    border-radius: 15px;
    box-shadow: 0 2px 6px 1px rgb(0 0 0 / 50%);	
}

.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;
	}
}
