* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Mulish', sans-serif;
}

.main_service_box {
  margin-top: 50px;
}

.nav-link {
  font-size: 16px !important;
  color: #0f172a !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 0 16px;
}

.navbar-brand img {
  width: 22%;
}

/*About Us*/
.main_service_box h2 {
  color: #0f172a;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 28px !important;
}

.about_us p {
  font-size: 16px;
  color: #1f2937;
}

.about_us h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #334155;
  font-weight: 700;
  margin-top: 28px !important;
}

/* Contact Details */
.contact_details p span {
  font-weight: bold;
}
.contact_details p a {
  text-decoration: none;
  color: inherit;
}

/* Footer */
.footer_lists li a {
  color: #087895;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .navbar-brand img {
    width: 45%;
  }

  .navbar-brand {
    flex-basis: 75%;
  }
}
