#footer {
    background-color: #4ac0e6 !important;
    color: #ffffff;
}

#footer h4 {
    color: #ffffff !important;
}

#footer a, #footer p, #footer .list li a {
    color: #ffffff !important;
}

#footer .copyright-content {
    background-color: #1f4680 !important;
}

.text-justify{
    text-align:justify !important;
}
.footer-form, .footer-form:focus {
    background-color: #1a427f;
    color: #ffffff;

}
.footer-form, .footer-form::placeholder {
    color: #ffffff;
}
.text-blue {
    color: #1a427f !important;
}
.full-radius {
    border-radius: 20px !important;
}
.fs-2 {
    font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
    .radius-right {
        border-radius: 0 20px 20px 0;
    }
    .radius-left {
        border-radius: 20px 0 0 20px;
    }
}

.rounded-custom {
    border-radius: 20px;
}