.tm-toolbar-default {
    background: #141e29;
}
.sp-megamenu-parent > li > a::after{
    border-color: red !important;
}

#sp-bottom1::before {
    content: "";
    background-color: transparent !important;
}

#sp-bottom h3 {
    color: #fff;
}


#sp-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
}

.uk-heading-primary {
    color: #fff;
    z-index: 999999;
    position: relative;
}

.uk-divider-small.red::after {
    border-top: 3px solid red;
}