/* MAIN MENU ACTIVE CSS  */
.menu_area-light .navbar-nav>li>a.active { color: #F94735; }
.dropdown-divider{ height:1px; background-color: #696969; }

/* FOOTER MENU CSS  */
.footer-links-list { padding-left: 0px; list-style-type: none; }
.footer-links-list li { margin-bottom: 12px; color: rgba(255,255,255,0.6); }
.footer-links-list li a { color: rgba(255,255,255,0.6);  }
.footer-links-list li a:hover { color: #fff;  }

/* GO TO TOP CSS  */
#btn-back-to-top { background-color: #eee; padding:15px; border: 1px solid #F94735; border-radius:50%; position: fixed; bottom: 20px; right: 20px; z-index: 333; display: none; cursor:pointer; }
#btn-back-to-top:hover { background-color: #F94735; color: #fff; }

/* SIDEBAR CSS  */
.sidebar{ width:100%; height: 1100px; border:0px solid red; }


.feature-style01 .feature-box:hover { background-color: #f9f9f9; }


/* Main Menu - MOBILE CSS  */
@media screen and (max-width: 991px) {
    .navbar-nav li {
        width: 100%;
        border-top: 1px solid #e6e6e6;
        position: relative;
        padding: 0;
        margin: 0;
        text-align: left;
        background-color: #0F313A;
    }
    .navbar-nav>li>a , .navbar ul ul li a {
        color: #fff;
    }
    .submenu-button:before , .submenu-button:after { background-color:#fff!important; }
}

.client-item {border: 1px solid #eee!important; }