#custom-top-bar, #custom-top-bar-center{
  background: #003366;
}
.header-logo-bg{
background-image: url(/FishTest/images/logos/flagBG.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 30px 0px 0px 0px;
}
.body-wrapper{
background-color: #00264c;
}
.body-innerwrapper{min-height: 100vh;}
#sp-header-topbar a{
  color:white!important;
}
#sp-header-topbar a:hover {
  color:black !important;
}
.sp-menu-separator{
  color:white !important;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
  color: #fff;
  background-color: #1c6dd0;
}
.sp-megamenu-parent>li:hover>a {
  color: #fff;
background-color: #1c6dd0;
}
.bg-default-ag{
background-color: #05264b;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #279ed4;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a{
font-weight: bold;
}

#sp-header {
  background: #0a3365;
}

/*body**/

.fl-right-side{
  float:right;
  }
  .social-icons{
    padding-top:20px !important;
  }
  .social-icons>li>a{
    color:#fff;
  }
  
  .social-icons>li>a>span{
    font-size:1.5rem;
  }
  #sp-footer .container-inner {
    padding: 10px 5px !important;
  border:none;
  }
  #sp-main-body{
    background-color: #ffffff;
  }
  #sp-header-topbar {
    position: relative;
    z-index: 111;
    background-color: white;
}
  /*.layout-boxed .body-innerwrapper{
   margin-bottom:30px; 
  } */
  .layout-boxed .body-innerwrapper {
    background: #00264c !important;
    box-shadow: none !important;
}
  .center-main-logo>div>a>img{
  margin:auto;
  }
  .center-auto-margin>nav>ul{
    margin:auto;
  }
  
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
    color:black !important;
  }
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover{
    color:white!important;
  }
  #sp-main-body{
    padding: 20px 40px;
  }
  
  .website-header-text{
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .website-header-text>div>div>div>p{
    margin:0px!important;
  line-height: 2.2rem;
  }

  /*footer**/
  #sp-footer{
    bottom: 0;
    /* position: absolute; */
    width: 100%;
    max-width: 1240px;
   
      background: #0a3365;
 
  }
  .footer-logo > img{
    float:right;
  }

  
  .social-share-block{
    display:none;
  }