/* ===== FOOTER ===== */

footer {
    background: #fff !important;
    color: #333;
    text-align: left;
    margin-top: 0px;
}

footer .container-fluid {
    position: relative;
    padding: 50px 0px 15px 0px;
}

.footer-top {
    padding-bottom: 20px;
    border-bottom: solid 1px #CCC;
    margin-bottom: 35px;
    display: flex;
}

footer .copyrights {
    color: #444;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 15px;
    margin-top: 40px;
    border-top: solid 1px #CCC;
}

footer h5 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

footer p {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 400;
}

footer a {
    color: #333 !important;
}

footer ul {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none !important;
}

footer ul li {
    margin-bottom: 10px !important;
}

footer .logo {
    display: inline-block;
    margin-right: 40px;
}

footer .logo img {
    width: 130px;
}

.copyrights, .copyrights a {
    color: #545454 !important;
    font-size: 13px;
}

.made-by, .made-by a {
    color: #545454 !important;
    font-size: 13px;
}

.footer-newsletter {
    padding: 45px 0px 40px;
    text-align: center;
    background: #0775C0;
}

.footer-newsletter h2 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-newsletter p {
    text-align: center;
    color: #fff;
}

.footer-top .text {
    margin-top: 10px;
}

#footer-text-3 a {
    color: #F85201 !important;
}