.services{
	padding: 40px 0;
}
.all_services_link{
	text-transform: uppercase;
    z-index: 1;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 15px;
    margin-bottom: 0;
    top: 32px;
	color: #06ae19;
}
.services .container {
    position: relative;
	max-width: 1314px;
}
.services .heading{
	color: #212121;
    margin-bottom: 48px;
    position: relative;
    font-size: 30px;
    padding-bottom: 19px;
}
.services .heading h2{
	font-weight: 400;
	font-size: 1em;
}
.services .heading:after {
    content: "";
    background: #06ae19;
    border-radius: 4px;
    width: 75px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.services_subheading{
	font-size: 28px;
    margin-bottom: 38px;
    color: #212121;
    font-weight: 400;
}
.services_desc{
	color: #212121;
    font-size: 14px;
    margin-bottom: 32px;
    line-height: 25px;
}
.services .btn{
	padding: 14px 26px;
    border-radius: 4px;
    background: #06ae19;
    color: #fff;
    font-size: 14px;
}
.sections_services [class*="col-"] {
    padding: 10px;
}
.sect_service_cnt {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 230px;
    overflow: hidden;
}
.total_content .sect_service_heading {
    border-radius: 0 0 3px 3px;
}
.sect_service_heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(6,174,25,0.8);
    font-size: 1.0714285em;
    line-height: 1.2857142;
    color: #fff;
    padding: 16px 20px;
    transition: 0.9s;
}
.sect_service_bg {
    background: #06ae19;
    opacity: .8;
    height: 100%;
    z-index: 1;
}
.sect_service_bg {
    visibility: hidden;
    opacity: 0;
    background: #06ae19;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 182px;
    transition: top .3s, visibility .3s, opacity 10s;
    left: 0;
    right: 0;
    bottom: 0;
}
.sect_service_desc {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    color: #fff;
    align-items: center;
}
.sect_service_cnt:hover .sect_service_desc {
    display: flex;
}
.sect_service_cnt:hover .sect_service_heading {
    display: none;
}
.sect_service_cnt:hover .sect_service_bg {
    visibility: visible;
    opacity: .8;
    top: 0px;
    transition: top .3s, visibility .3s, opacity .3s;
}