html,
body {
  color: #384955;
  font-family: "Trebuchet MS", "Trebuchet MS Web", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}
#sp-header-topbar {
  background-color: #054164;
  padding: 16px 0px;
}
#sp-header-topbar .container-inner {
  border-bottom-width: 0px;
}
.sp-megamenu-parent > li > span {
  color: #fff;
}
.sppb-addon-feature.svg-icon img {
  width: 50px;
  height: 50px;
}
.sppb-addon-feature.svg-icon.svg-icon-32 img {
  width: 32px;
  height: 32px;
}
.sppb-addon-feature.svg-icon.svg-icon-40 img {
  width: 40px;
  height: 40px;
}
.sppb-addon-feature.svg-icon.svg-icon-64 img {
  width: 64px;
  height: 64px;
}
#sp-footer2 .menufooter-menu {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
#sp-footer2 .menufooter-menu li {
  margin: 0px 0px;
}
#sp-footer2 .menufooter-menu li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
}
#sp-footer2 .menufooter-menu li a {
  display: inline-block !important;
  color: #ffffffbd;
  transform: translateX(0px);
  transition: transform 0.3s ease;
}
#sp-footer2 .menufooter-menu li a:hover {
  color: #ffffff;
  transform: translateX(8px);
}
