div[class="top-bar-area inc-pad bg-gradient text-light"], div[class="fun-fact-area text-light text-center default-padding bg-gradient"] {
    background: linear-gradient(90deg, rgba(0, 16, 45, 1) 0%, rgba(0, 89, 252, 1) 56%);
}

.top-bar-area.inc-pad {
    padding: 10px 0;
}

.about-area .thumb img {
    border-radius: 0%;
}
@media (min-width: 768px) {
  .top-bar-area .col-lg-6.info ul,
  .top-bar-area .col-lg-6.item-flex ul {
    margin: 0;
  }
}

footer[class="bg-dark text-light"]{
    background: #101c3d !important;
}
