.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 10px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
    width: 245px;
    height: auto;
    margin-top: -10px;
}

.title-bar {
    width: 850px;
}


#why-us {
    padding-bottom: 60px;
}


.pricing-table .frame {
    padding: 20px;
}


.table-header h4 {
    font-size: 18px;
    font-weight: 700;
}

.pricing-table:hover span,
.pricing-table:hover h4 {
    color: #fff;
}

#portfolio .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#contact {
    padding: 10px 0;
}

.mt-5{
    margin-top: 20px;
}