/*home services*/
.home-services.container {
    width: 1420px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
body.widget-snippet .all-category-items {
    margin-top:50px;
}
body.widget-snippet .category-item{
    padding: 30px;
}
.home-services .all-category-items {
    margin: 36px auto 3px;
    margin-left: -10px;
    margin-right: -10px;
}
.home-services .content-wrap {
    border-bottom: 3px solid #043ea4;
}
.home-services .category-item {
    text-align: center;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    vertical-align: top;
    position: relative;
    border-bottom: 0px;
    padding: 0 10px;
}

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

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

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

@media only screen and (max-width: 1400px) {
    .home-services.container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) {
.home-services.container {
    width:100%;
}
.home-services .category-item {
    margin: 15px 0px 25px 0;
}
.home-services .category-item:nth-child(even){
}
.home-services .all-category-items {
    margin: 0 -10px;
}
.home-services .items-content a {
    font-size:18px;
}

}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.home-services .all-category-items {
	    margin-left: -10px;
	    margin-right: -10px;
}
    .home-services .category-item {
}
}
@media only screen and (max-width: 479px) {
.home-services .category-item {
    width: 100%;
    margin: 20px 0 20px 0;
}
.home-services .items-content h3{
    padding: 0px 0px;
    margin: 5px 0;
}
.home-services .items-content a {
    font-size: 18px;
    font-weight:normal;
}
.home-services .category-item:nth-child(even){
    margin-left: 0px;
}
}
