﻿                .template2 li .item_content .content_inner a span {
   margin-top: 0px;
    color: #0099a7;
    font-size: 18px;
    text-transform: uppercase;
}
.template2 li {
    padding-left: 0px !important;
    margin: 10px 0px;
	
}
.template2 li .item_content .content_inner .bgr-title{
	margin-bottom: 25px;
	position: relative;
}
.template2 li .item_content .content_inner .bgr-title:after{
	content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #ec1d24;
    display: block;
}
._services_public .frpanel-heading .frpanel-title{
    padding-bottom: 13px;
    background: url(/UploadImages/line.png) no-repeat bottom center !important;
    margin-top: 10px;
    font-size: 23px;
    text-transform: uppercase;
    color: #0099a7;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}
ul.template2 li .item_content ._image{
	overflow: hidden;
}
ul.template2 li .item_content ._image img{
    
    transition-property: opacity, transform;
}
ul.template2 li:hover .item_content ._image img{
	
    opacity: .7;
}


