.home-service-item {
    background: #fff;
    padding: 35px 30px 50px;
    border: 1px solid #ccc;
}
.home-service-item:hover {
	background: #0d3c00;
	border: 1px solid #0d3c00;
	color: #fff !important;
}
.home-service-icon {
    max-width: 64px;
    width: 100%;
    height: 64px;
    background: #e8efe0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0px 0px 0px auto;
}
.home-service-icon img {
    max-height: 38px;
}
.home-sevice-title h2 {
    width: calc(100% - 75px);
    line-height: 27px;
    margin-bottom: 20px !important;
}
.home-sevice-title h2 a {
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #0D3C00;
    height: 54px;
    overflow: hidden;
    display: block;
}
.home-service-item .csc-desc {
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    height: 62px;
    overflow: hidden;
}
.home-service-btn a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    position: relative;
    margin-top: 10px;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    fill: #0D3C00;
    color: #0D3C00;
    display: inline-block;
    line-height: 14px;
}
.home-service-btn a:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    bottom: -3px;
    left: 0;
    right: 21px;
    background-color: #0d3c00;
}
.home-service-btn a span {
    transform: translateX(-10px);
    opacity: 0;
    transition: .5s ease-in-out;
    margin-left: 5px;
    display: inline-flex;
}
.home-service-btn a span svg {
    width: 20px;
    height: 14px;
}
.home-service-btn a span svg path {
    fill: #fff;
}
.home-service-item:hover h2, .home-service-item:hover a{
	color: #fff !important;
}
.home-service-item:hover .home-service-icon{
	background: #ffffff40;
}
.home-service-item:hover .home-service-icon img {
    filter: brightness(0) invert(1);
}
.home-service-item:hover .home-service-btn a span {
    transform: translateX(0px);
    opacity: 1;
    transition: .5s ease-in-out;
}
.home-service-item:hover .home-service-btn a:after {
	background: #fff;
}
.home-service-item {
    border-left: 1px solid #fff;
    height: 100%;
}
.home-service-item:hover .csc-desc {
    color: #fff;
}
.csc-swiper-container .swiper-slide {
    height: auto;
}




