/*=========================================================
NexEra CMS
Footer
=========================================================*/

footer {

    background: #081826;

    color: #fff;

    position: relative;

    margin-top: 80px;

}

.footer-top {

    padding: 80px 0 50px;

}

footer h4,
footer h5 {

    color: #fff;

    font-weight: 700;

    margin-bottom: 25px;

}

footer p {

    color: #C8D1DA;

    line-height: 1.9;

}

footer ul {

    margin: 0;
    padding: 0;
    list-style: none;

}

footer ul li {

    margin-bottom: 12px;

}

footer ul li a {

    color: #C8D1DA;

    transition: .35s;

}

footer ul li a:hover {

    color: #FF6B00;

    padding-left: 8px;

}

footer img {

    max-height: 70px;

}

/*=================================
Contact Info
=================================*/

.footer-contact li {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 18px;

}

.footer-contact i {

    color: #FF6B00;

    margin-top: 5px;

    width: 20px;

}

/*=================================
Social Icons
=================================*/

.social-icons {

    margin-top: 25px;

}

.social-icons a {

    width: 44px;

    height: 44px;

    border-radius: 50%;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, .08);

    color: #fff;

    margin-right: 10px;

    transition: .35s;

}

.social-icons a:hover {

    background: #FF6B00;

    transform: translateY(-4px);

}

/*=================================
Footer Bottom
=================================*/

.footer-bottom {

    border-top: 1px solid rgba(255, 255, 255, .12);

    padding: 22px 0;

    margin-top: 30px;

}

.footer-bottom p {

    margin: 0;

    color: #C8D1DA;

}

.footer-bottom a {

    color: #fff;

}

.footer-bottom a:hover {

    color: #FF6B00;

}

/*=================================
Tablet
=================================*/

@media(max-width:991px) {

    .footer-top {

        text-align: center;

    }

    .footer-contact li {

        justify-content: center;

    }

    .social-icons {

        justify-content: center;

        display: flex;

    }

}

/*=================================
Mobile
=================================*/

@media(max-width:767px) {

    footer {

        margin-top: 60px;

    }

    .footer-top {

        padding: 60px 0 30px;

    }

    footer h4,
    footer h5 {

        margin-top: 30px;

    }

    .footer-bottom {

        text-align: center;

    }

}

/*=================================
Small Mobile
=================================*/

@media(max-width:575px) {

    .social-icons a {

        width: 40px;

        height: 40px;

        margin: 5px;

    }

    footer img {

        max-height: 55px;

    }

}