/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    color: #ffff;
    font-size: 14px;
}

.footer .footer-content {
    background: #485664;
    padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
    margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
    color: #0ea2bd;
    ;
}

.footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffff;
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffff;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.footer .footer-content h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #0ea2bd;
    ;
    bottom: 0;
    left: 0;
}

.footer .footer-content .footer-links {
    margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-content .footer-links ul i {
    padding-right: 2px;
    color: #ffff;
    font-size: 12px;
    line-height: 1;
}

.footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-content .footer-links ul a {
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
    color: #ffff;
}

.footer .footer-content .footer-social-networks form {
    margin-top: 30px;
    background: #ffff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

.footer .footer-content .footer-social-networks form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

.footer .footer-content .footer-social-networks form input[type=email]:focus-visible {
    outline: none;
}

.footer .footer-content .footer-social-networks form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #0ea2bd;
    color: #ffff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.footer .footer-content .footer-social-networks form input[type=submit]:hover {
    background: rgba(14, 162, 189, 0.85);
}

.footer .footer-legal {
    padding: 30px 0;
    background: #3a4753;
}

.footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: #ffff;
}

.footer .footer-legal .credits a {
    color: #1ec3e0;
}

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #ffff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #0ea2bd;
    ;
    text-decoration: none;
}

@media (max-width: 720px) {


    .footer-info {
        text-align: center;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-links ul li {
        justify-content: center;
    }

    .footer-links h4::after,
    .footer-content h4::after {
        transform: translate(45px, 0px);
    }

    .footer-social-networks {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bi-chevron-right {
        display: none;
    }

    .footer-social-networks form {
        margin-top: 0 !important;
        width: 100% !important;
    }
}