
.ServiceCategory {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #cd0b0b;
}
.ServiceCategory .Title {
    position:relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #1f7ed0;
    font-size: 18px;
    height: 40px;
    display:none
}
.ServiceCategory .Title:hover {
    color:#4f4f4f;
}
.ServiceCategory .Title:hover:before {
    left: 15px;
    border:none;
    background: #4f4f4f;
    background: -moz-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4f4f4f),color-stop(100%,#404040));
    background: -webkit-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -o-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -ms-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: linear-gradient(to bottom,#4f4f4f 0%,#404040 100%);
}
.ServiceCategory .Content {
    width: 1170px;
    margin: 0 auto;
}
.ServiceCategory ul {
    list-style: outside none none;
    display: flex;
    margin: 0;
    flex-wrap: nowrap;
    padding: 0;
}
.ServiceCategory ul li {
    transition: 0.3s;
    flex: 25%;
    max-width: 25%;
    margin: 0;
    padding: 10px 0 6px 0;
}
.ServiceCategory ul li a span.article-title{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Fira Sans', Arial;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
}
.ServiceCategory ul li:hover{
    -webkit-box-shadow: 0px 0px 26px 0px rgba(51, 59, 85, 0.18);
    box-shadow: 0px 0px 26px 0px rgba(51, 59, 85, 0.18);
    background: #fff;
}
.ServiceCategory ul li:hover a span.article-title{
    color:#cd0b0b;;
}
.ServiceCategory span.article-icon {
    display:block;
}
.ServiceCategory ul li a {
    overflow: hidden;
    width:100%;
    display:inline-block;
    transition: 0.5s;
}
.ServiceCategory span.article-icon img {

}
.ServiceCategory span.article-icon img:hover {
    transform: scale(1.5);
    transition: transform .3s ease 0s;
    transition-duration: .4s;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.ServiceCategory li:hover img{
    background: #ffffff;
}











