#sp-header {background: transparent;position: fixed;}

#sp-header.header-sticky,  
#sp-header.header-sticky > .container-fluid 
{animation: spFadeInDown 0.5s;background: rgba(0, 66, 78, 0.92); padding-left:0; padding-right:0; border-bottom:1px solid rgba(3, 111, 126, 0.92);}
#sp-header.header-sticky > .container-fluid:focus,
#sp-header.header-sticky > .container-fluid:hover {background: rgba(0, 66, 78, 0.98);}

#sp-header.header-sticky > .container-fluid >  .container-inner { 
padding-right: 2rem;
padding-left: 2rem;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #850101;
}