/* Start custom CSS for html, class: .elementor-element-dfb55b3 *//* =========================================================
   FOOTER
   ========================================================= */

.rj-footer {
    background: #102A2E;
    color: #FFFFFF;
    padding: 45px 0 25px;
}

.rj-footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.rj-footer-logo {
    width: 170px;
    height: auto;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
}

.rj-footer-contact {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
}

.rj-footer-contact a {
    color: #CFE5DD;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.rj-footer-contact a:hover {
    color: #FFFFFF;
}

.rj-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 20px;
    width: 100%;
    font-size: 14px;
    color: #A9BCB8;
}

/* Mobile */

@media(max-width:600px){

    .rj-footer-contact {
        flex-direction: column;
        gap: 12px;
    }

    .rj-footer-logo {
        width: 145px;
    }

}/* End custom CSS */