b{
    font-weight: bold;
}
.site-brand h5 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.thumb h5 {
    margin: 0;
    padding: 0;
    margin-left: 55px;
    font-size: 14px;
    font-weight: 700;
    color: #fefefe;
}

.client-logos {
    background-color: #fefefe !important;
}

.products-section {
    background-color: #eeeeee;
    padding: 50px 0px;
}

.product-heading{
    padding: 10px;
    margin-bottom: 15px;
    background-color: #0a53be;
}
.product-heading h3{
    color: #fefefe;
    font-size: 19px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.tm-portfolio-inner {
    background-color: #fff;
    padding: 15px;
}

.tm-portfolio-content-wrapper {
    background-color: #0a53be;
    padding: 4px 10px;
}

.thumb a img {
    width: 100%;
    height: 300px;
}

.title-holder .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fefefe;
}

.title-holder .title:hover a{
    color: #000;
}