.widget-snippet .services-area {max-width: 1200px;margin:0 auto;padding: 0 15px;}
.services-area {
position:relative;
margin-bottom:30px;
}
.services-area .services-box {
position:relative;
display:block;
}
.services-area .services-box h2 {
    margin-bottom: 20px;
    display: block;
    font-size: 27px;
font-weight: 600;
}
.services-area ul {
overflow: hidden;
}
.services-area ul li {
    width: 33.33%;
    float: left;
}
/*home services*/
.inner-services.container {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
}
body.widget-snippet .services-box {
    margin-top:50px;
}
body.widget-snippet .category-item{
    padding: 10px 6px;
}
.inner-services .all-category-items {
    margin: 26px auto 3px;
    margin-left: -10px;
    margin-right: -10px;
}
.inner-services .content-wrap {
    border-bottom: 3px solid #043ea4;
}
.inner-services .category-item {
    text-align: center;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    padding-left: 0;
    padding-right: 0;
    padding: 0 8px;
    margin-bottom: 30px;
}

.inner-services .item-pics {
    position: relative;
    max-height: 210px;
    overflow: hidden;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.inner-services .item-pics img{
    position:relative;
    width:100%;
    min-height: 210px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}
.inner-services .category-item:hover img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.1);
}
.inner-services .items-content {
    position:relative;
}
.inner-services .items-content h3{
    text-align: left;
    position: relative;
    margin: 16px 0;
}
.inner-services .items-content a:after {
    content: "\f0da";
    position: absolute;
    font-family: "FontAwesome";
    color:#ccc;
    top: 0px;
    right: 0;
    width: 10px;
    height: 14px;
}

.inner-services .items-content p {
    font: 400 16px 'Poppins', sans-serif;
    line-height: 24px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.inner-services .items-content a {
    position: relative;
    display:block;
    color: #000;
    text-decoration:none;
    font-weight:600;
    font-size:17px;
    font-family:'Poppins', sans-serif;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.inner-services .items-content a:hover, .inner-services .items-content a:hover:after {
    text-decoration: none;
    color: #043ea4;
}
