/* ===========================================
   FOOTER
=========================================== */

.footer{

    background:#081f45;

    color:#d7dce5;

}

.footer-top{

    padding:80px 0 50px;

}

.footer-logo{

    height:70px;

    margin-bottom:20px;

}

.footer-widget p{

    line-height:1.9;

    color:#cfd7e4;

}

.footer-widget h4{

    color:#fff;

    font-size:22px;

    margin-bottom:25px;

    font-weight:700;

}

.footer-widget ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-widget ul li{

    margin-bottom:14px;

}

.footer-widget ul li a{

    color:#cfd7e4;

    text-decoration:none;

    transition:.3s;

}

.footer-widget ul li a:hover{

    color:#ffc107;

    padding-left:6px;

}

.footer-contact li{

    display:flex;

    gap:12px;

    align-items:flex-start;

}

.footer-contact i{

    color:#ffc107;

    margin-top:4px;

    min-width:20px;

}

.footer-social{

    display:flex;

    gap:12px;

    margin-top:25px;

}

.footer-social a{

    width:44px;

    height:44px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.3s;

    text-decoration:none;

}

.footer-social a:hover{

    background:#ffc107;

    color:#111;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    padding:22px 0;

    font-size:15px;

}

.back-to-top{

    position:fixed;

    right:25px;

    bottom:25px;

    width:52px;

    height:52px;

    border-radius:50%;

    background:#0b4ea2;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

    z-index:999;

    transition:.3s;

}

.back-to-top:hover{

    background:#ffc107;

    color:#111;

    transform:translateY(-5px);

}

@media(max-width:768px){

    .footer-bottom{

        text-align:center;

    }

    .footer-bottom .text-md-end{

        text-align:center!important;

        margin-top:10px;

    }

}