 .compliance-box::before {
     content: '';
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    background: white url('../images/shield.png') no-repeat center;
    background-size: contain;
    padding: 0.5rem;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}
#sec-banner{
  background: linear-gradient(180deg,#1A5F7A 0,#0D3B52) !important;
}

#bg-wwd{
  background:linear-gradient(90deg,#1A5F7A 0,#4A5859 50%,#0D3B52) !important;
}
#bg-wp{
  background:linear-gradient(90deg,#1A5F7A 0,#4A5859 50%,#0D3B52) !important;
}
#footer{
  background: linear-gradient(180deg,#1A5F7A 0,#0D3B52) !important;
}
#sec-hiw i{
  font-size: 40px;
}
#btnScrollTo{
  display: none !important;
}

@media only screen and (max-width: 991px) {

  #sec-hiw i{
    font-size: 80px !important;
  }
}