﻿.counter-bg {
  background:url('../images/counter.png') no-repeat fixed center center;
  color: #ffffff;
  padding:30px 10px;
}

.level {
  margin: 0 ;
  text-align:center;
}

.level-item
{
	display:inline-block;
}


.heading
{
	font-size: 26px;
    color: #56a98e;
    font-weight: 600;
    text-transform: capitalize;
    float:left;
    margin:0;
    padding: 10px 15px;
}

.title-counter {
    width: 130px;
    color: #FFFFFF;
    font-size: 35px;
    padding:5px 0;
    text-align: center;
    font-weight: 600;
    float: right;
    margin:0;
    background: url(../images/counter-line.png) no-repeat left center;
}