﻿.counter-bg
{
	padding:60px 0;
}


.level {
  margin: 0 ;
}

.level-item
{
    display: inline-block;
    width: 224px;
    margin: 10px 0px;
    border: 1px #e9e9e9 solid;
    padding:55px 10px 10px 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.level-item:hover
{
    border:1px #ee753c solid;
    background: rgb(248,201,179);
background: -moz-linear-gradient(158deg, rgba(248,201,179,1) 0%, rgba(255,255,255,1) 47%);
background: -webkit-linear-gradient(158deg, rgba(248,201,179,1) 0%, rgba(255,255,255,1) 47%);
background: linear-gradient(158deg, rgba(248,201,179,1) 0%, rgba(255,255,255,1) 47%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8c9b3",endColorstr="#ffffff",GradientType=1);    
-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.heading
{
	font-size: 20px;
    height: 75px;
    overflow: hidden;
    color: #0c0a0a;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 0px;
}


.counter-text
{
	font-size: 13px;
    color: #6e777d;
    font-weight: 400;
    text-transform: capitalize;
    margin:0;
    padding: 0px 0px;
    height:280px;
    overflow:hidden;
}



.title-counter {
    color: #0c0a0a;
    font-size: 60px;
    padding:5px 0;
    font-weight: 700;
    margin:0;    
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom:1px #ee753c solid;
}