.post-slide{
    margin: 0 15px;
    background: url(../images/service-back.png);
    background: #f34819;
    
}
/*.post-slide .post-header{
    padding: 15px 0px;
}*/
.post-slide .title{
    margin-bottom: 5px;
    text-align:center;
}
.post-slide .title a{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    font-family: 'Oswald', sans-serif;
}
.post-slide .title a:hover{
    color: #fd6058;
    text-decoration: none;
}
.post-slide .post-bar{
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 20px;
    color: #808080;
}
.post-slide .post-bar li a{
    font-size: 15px;
    color: #808080;
    text-transform: capitalize;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color: #fd6058;
}
.post-slide .post-bar li img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.post-slide .post-bar li i,
.post-slide .post-bar li img{
    margin-right: 5px;
}
.post-slide .pic{
    overflow: hidden;
    position: relative;
}
.post-slide .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    transition: all 0.9s ease 0s;
    border:3px solid #fff;
}
.post-slide:hover .pic:after{
    background: rgba(255,255,255,0.2);
}
.post-slide .pic img{
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1,1);
    transition: all 0.6s ease-in-out 0s;
}
.post-slide:hover .pic img{
    transform: rotate(10deg) scale(1.5,1.5);
}
.post-slide .post-category{
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #261979;
    z-index: 1;
}
.post-slide .post-category li{
    display: inline-block;
    text-transform: uppercase;
}
.post-slide .post-category li:after{
    content: " ,";
    color: #fff;
}
.post-slide .post-category li:last-child:after{
    content: "";
}
.post-slide .post-category li a{
    color: #fff;
}
.post-slide .post-category li a:hover{
    text-decoration: none;
    color: #333;
}
.post-slide .post-description{
    font-size: 16px;
    color: #fff;
    padding: 15px 0px;
    background: #f34819;
}
@media only screen and (max-width: 480px) {
    .post-header .post-bar li{
        margin-right: 5px;
    }
}

/*counter styles*/
.counter-sec{padding:30px 0px;background:#2a1303}
.counter{ text-align: center; }
.counter .counter-icon{
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    border: 3px solid #ffde00;
    font-size: 40px;
    color: #ff6fca;
    margin-bottom: 20px;
    position: relative;
}
.counter .counter-icon:before{
    content: "";
    border: 2px solid #ffde00;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}
.counter .counter-value{
    display: block;
    font-size: 30px;
    color: #f34819;
    margin-bottom: 5px;
    font-family: 'Quicksand', sans-serif;
    font-weight:bold;
}
.counter .title{
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
    
}
.counter.yellow .counter-icon,
.counter.yellow .counter-icon:before,
.counter.yellow .counter-value{
    color: #edd859;
    border-color: #edd859;
}
.counter.blue .counter-icon,
.counter.blue .counter-icon:before,
.counter.blue .counter-value{
    color: #2dc1fb;
    border-color: #2dc1fb;
}
.counter.green .counter-icon,
.counter.green .counter-icon:before,
.counter.green .counter-value{
    color: #3ed35a;
    border-color: #3ed35a;
}
@media only screen and (max-width: 990px){
    .counter{ margin-bottom: 40px; }
}