
/*about custom style*/
.lead {
    color: #a11e29;
}


.aboutlink:hover {
    background-color: rgba(0,0,0,0.04) !important;
    color: #777 !important;
}

.aboutlink:focus {
    background-color: #a11e29 !important;
    color: #fff !important;
}

.inews-content-inner h3 > a, div.side-nav ul > li.active > a {
    background-color: #a11e29 !important;
    color: #fff !important;
}


/*end about custom style*/

/*services index custom style*/   
    p.threerows {
        height: 60px;
        line-height: 20px; /* Height / no. of lines to display */
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
/*end services index custom style*/