.top-image {
  background-image: url("../../assets/img/images/About-us.jpg");
  min-height: 786px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-image-contact-us {
  background-image: url("../../assets/img/images/contact-us.jpg");
  min-height: 786px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.USA-Flag-Top {
  position: absolute;
  background-image: url("../../assets/img/Flag/USA-Flag-Cornor.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 134px;
  height: 100px;
  top: 0px;
  right: 4px;
  z-index: 100;
}

