#sp-header {
    background-color: #000e1e;
    
    /*color: #ffffff; */
  }
  
 #sp-header.header-sticky {
     background: rgba(0,14,30,0.7);
 }
 /*Top Bar */
 #sp-top-bar {
     background: #ffffff;
     color: #61707D;
     font-size: 1rem;
 }
  #sp-top-bar a {
      color: #61707D;
     font-size: 1rem;
  }

.sp-pre-loader img {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}

 /* Main Menu */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span  {
    display: inline-block;
    padding: 0 30px;
    line-height: 90px;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#40F99B;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #40F99B;
  text-transform: uppercase;
  font-size: 14px;
  
}
 .sp-megamenu-parent > li > a::before {
    content: '';
    background-color: #40F99B;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .sp-megamenu-parent > li > a:hover::before {
    opacity: 1;
    width: 70%;
  }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active> a{
    color: #6bfab3;
  font-weight: 800;
}
    
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #000e1e;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #6bfab3;
  font-weight: 800;
}
.sp-megamenu-parent > li:hover > a {
  color: #6bfab3;
  font-weight: 800;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 5px;
  position: relative;
}

/* Coming Soon */
html.coming-soon .coming-soon-position {
    display: none !important;
}
/* Article Template */
.com-content.view-article #sp-main-body .article-body {
    max-width: 870px;
    margin: 0 !important;
}