@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/* ---------------------------- footer.css----------------------------------- */

.footer-nav-area {
    /* -webkit-transition-duration: 500ms; */
    transition-duration: 500ms;
    /* background-color: #ffffff; */
    width: 100%;
    /* margin-top: 3vmax; */
    margin: auto;
    background-color: #0A164E !important;
    height: 58px;
    position: fixed;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* -webkit-box-shadow: 0 0 8px rgba(15, 15, 15, 0.15); */
    box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
}

.suha-footer-nav ul {
    width: 100%;
}

.suha-footer-nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    position: relative;
    z-index: 1;
}

ul li {
    list-style: none;
    text-decoration: none;
}

.suha-footer-nav ul li.active a {
    color: #100DD1;
}

.suha-footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
}

.suha-footer-nav ul li a i {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
}
