/**************************************** MENU EDIT ****************************************************/
.sp-megamenu-parent > li > a {
  text-transform: none;
}
.sp-megamenu-parent > .active > a {
    color: #00a6ff!important;
}
body:not(.solid-header) #sp-header.header-sticky {
  background: #002C5d;
}
body:not(.solid-header) #sp-header.header-sticky .sp-megamenu-parent > li > a {
  color: #fff;
}
body:not(.solid-header) #sp-header.header-sticky .sp-megamenu-parent > li > a:hover, body:not(.solid-header) #sp-header.header-sticky .sp-megamenu-parent > li > a:focus {
  color: #00aeff;
}
body:not(.solid-header) #sp-header.header-sticky .sp-megamenu-parent > li.active > a {
  color: #00aeff;
}
body:not(.solid-header) #sp-header.header-sticky {
  box-shadow: 0 1px 1px 0 rgba(80, 80, 80, 0.5);
}
body:not(.solid-header) #sp-header .sp-megamenu-parent > li.active > a {
  color: #00afec!important;
}
body:not(.solid-header) #sp-header .sp-megamenu-parent > li > a:hover, body:not(.solid-header) #sp-header .sp-megamenu-parent > li > a:focus {
  color: #00aeff;
}
/**************************************** FOOTER EDIT ****************************************************/
#sp-footer .container-inner {
  padding: 35px 0;
  border-top: 0px solid rgba(184, 184, 184, 0.2)!important;
}

/**************************************** offcanvas edit ****************************************************/
body:not(.solid-header) #sp-header.header-sticky #offcanvas-toggler > i {
  color: #00aeff !important;
}