/* Write Custom Css Here */
.img-effect1 {
    position: relative;
    height: 220px;
    background-color: #EEE;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.img-effect1 .service-plus {
    background: #6AB33E;
    color: #FFF;
    top: 20px;
    font-size: 13px;
    font-weight: 700;
    left: 20px;
    padding: 2px 10px;
    position: absolute;
    z-index: 12;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.img-effect1 .service-name{
    margin: 0;
    color: #FFF;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
     padding: 10px 20px;
    z-index: 1;
    font-size:18px
}

.overlay-bg {
    position: relative;
}
.overlay-bg:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    opacity: 0.3;
    z-index: 1;
}
.overlay-bg:hover:before, .sf-element-bx:hover .img-effect1:before {
    opacity: 0.5;
}
.show_more_main {
    clear: both;
    padding-top: 20px;
}
 
.show_more_main .show_more {
	background-color: #6AB33E;
	color:#fff;
	border-radius:unset;
	padding: 10px 20px;
}
.green_bg {
	background-color: #6AB33E !important;
}