.sp-menu-item > a:hover {
    background-color: #fb7036;
    color: #fff!important;
    /* border-bottom: 3px solid #000; */
}

.current-item {
    color: #fff!important;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #fff!important;
    background-color: #fb7036; /*d96f47*/
   /* border-bottom: 3px solid #000; */

}

#sp-footer .container-inner {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}