.ServiceShowcase {
    padding: 15px 15px 25px;
    margin:40px auto 0;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background:#fff;
    border:1px solid #008b8b;
    border-bottom-width:3px ;
    position:relative;
}
.ServiceShowcase .wlsbp-style5-service-icon{
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:4px;
    border:1px solid ;
    background:#fff;
    /*color:#008b8b;*/
    margin:-48px auto 20px;
}
.ServiceShowcase .wlsbp-style5-service-icon i {
    display: inline-block;
    font-size:3em;
    line-height:70px;
}
.ServiceShowcase:hover .wlsbp-style5-service-icon{
    background:#008b8b;
    color:#fff;
}
.ServiceShowcase .wlsbp-style5-service-title {
    font-size: 20px;
    font-weight:normal;
    letter-spacing:0.7px;
    position: relative;
    margin:20px 0 10px 0;
    padding:10px 0;
    background:none;
    overflow:hidden;
    color:#555;
}
.ServiceShowcase .wlsbp-style5-service-title:before{
    content:"";
    background:#008b8b;
    width:0;
    height:2px;
    position:absolute;
    bottom:0;
    left:50%;
}
.ServiceShowcase .wlsbp-style5-service-title:after{
    content:"";
    background:#008b8b;
    width:0;
    height:2px;
    position:absolute;
    bottom:0;
    right:50%;
}
.ServiceShowcase:hover .wlsbp-style5-service-title:after,
.ServiceShowcase:hover .wlsbp-style5-service-title:before{
    width:100%;
}
.ServiceShowcase,
.wlsbp-style5-service-icon,
.ServiceShowcase .wlsbp-style5-service-icon i,
.ServiceShowcase .wlsbp-style5-service-title:before,
.ServiceShowcase .wlsbp-style5-service-title:after,
.ServiceShowcase .wlsbp-style5-service-readmore{
    transition: all 0.5s ease-in-out;
}
.ServiceShowcase .wlsbp-style5-service-desc {
    font-size: 14px;
    margin:0 0 15px;
}
.ServiceShowcase .wlsbp-style5-service-readmore{
    color:#008b8b;
}
@media screen and (max-width: 990px){
    .ServiceShowcase{
        margin:60px auto 0;
    }
}
.sbp_grid{
    margin-bottom: 15px;
}