.footer {
    background-color: rgb(153, 0, 0);
    padding-top: 30px;
    padding-bottom: 30px;
    color:white;
}
.footer .title {
    font-size: 16px;
    font-weight: 500;
}
.footer .company-name {
    font-size: 16px !important;
    font-weight: 700;
    color: #0f173b;
}
.footer .company-address {
    font-weight: 400;

}
.footer i {

    color: #0f173b;
}
.copyright {
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    padding: 5px;
}
