/*
*
=======================================================================+
------------------------------------------------------------------------
FILE NAME : Mobile_Footer
------------------------------------------------------------------------
========================================================================
*
*/

.footer-nav-area:not(.hide-mobile) {
   background-color: #1c171b !important;
   background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) !important;
   height:72px !important;
}

.suha-footer-nav ul li a i{
   display:inline !important;
   font-size:18px !important;
   font-weight:300;
}

.suha-footer-nav ul li a {
   font-size:10px !important;
   color:#9f9d9e !important;
   width:100% !important;
   height: 100% !important;
   display:flex !important;
   justify-content:center;
   align-items:center;
   flex-direction:column;
}

.suha-footer-nav ul li{
   height:100%;
   display:flex;
   justify-content:center;
   align-items:center;
}

.list-unstyled > li > a:hover
{
   background: #2e242a !important;
   color: white !important;
}