/* ------------------ Footer ------------------ */
footer{
    margin-top: 3rem !important;
    margin-bottom: 0rem !important;
}
.links{
    margin-top: 30px !important;
    padding-right: 100px;
}
.links li{
    text-align: right;
}

.links h5{
    text-align: right;
}

.footer-style{
    background-color: #187BCD; 
    max-width: none !important;
    color: white;
    /* height: fit-content; */
}

.footer-style h5{
    color: white !important;
    margin-bottom: 1rem;

}

.text-muted {
    color: #ffffff !important;
    font-weight: lighter;
}

.footer-detail-row {
    margin-left:100px;
    /* margin-right: 50px; */
}

.contact-details-footer {
    margin-top: 30px;
}

.contact-details-footer a {
    text-decoration: none;
    color: #ffffff;
}


@media screen and (max-width: 570px) {
    .footer-detail-row{
        margin-right: 50px;
    }
}

/* ----------------- Copyright ----------------- */
.footer-bar {
    height: 90px;
    background-color:#051e34;
    text-align: center;
    text-decoration: white;
}

.footer-bar p{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: white;
}

.copyright span {
    font-weight: 700;
}