.fit-cover {
  object-fit: cover;
}

.my-logo {
  width: 400px;
  height: auto;
}

@media (max-width: 578px) {
  .my-logo {
    width: 250px;
    height: auto;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
}

hr {
  width: 50px;
  border-width: 3px;
  border-color: #f05f40;
  border-top: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  border-style: solid;
  opacity: 1;
}

my-icon {
}

.my-icon {
  width: 50px;
  height: auto;
  color: #f05f40;
}

.main-heading {
  margin-top: 10px;
}

section#contact {
  background-color: #212529;
  background-repeat: no-repeat;
  background-position: center;
}

a {
  text-decoration-line: none;
}

.thumbnail {
  margin-bottom: 10px;
}

.world-map {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

