a {
  font-family: outfit;
}

.navbar {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.navbar-brand img,
.footer-logo {
  width: 165px;
}

.navbar-nav {
  margin: auto;
}

.nav-item {
  padding: 5%;
}

.nav-link {
  color: #606160 !important;
  font-weight: 400;
  text-transform: UPPERCASE;
}

#getIntouch-img {
  background-color: #012169;
  padding: 12px 24px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  box-shadow: 5px 5px #f9ad00;
  cursor: pointer;
  text-decoration: none;
}

/* #hero-img{
    object-fit: cover;
    width: 1349px;
} */

.active {
  color: #f9ad00 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  text-decoration-color: #012169;
}

/* FOOTER RESPONSIVE */

.browse-service-div {
  width: 150px;
  border: 2px solid;
  background-color: #ffffff;
}

.browse-service-btn {
  text-align: center;
  padding: 5px;
  color: black;
  font-weight: 500;
  cursor: pointer;
}

#footer {
  background-color: #012169;
  color: #ffffff;
  padding: 60px 0 0;
}

.social-links li,
.services-list li,
.quickLink-list li,
.contactUs-list li {
  list-style: none;
}

.services-list li,
.quickLink-list li,
.contactUs-list li {
  margin-bottom: 12px;
}

.social-links li a {
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 4px;
  height: 32px;
  width: 32px;
  line-height: normal;
  display: inline-block;
  margin-right: 10px;
}

.socialMedia-Image {
  height: 24px;
  width: 24px;
}

.footer-title {
  color: #f9ad00;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}

.services-list li a,
.quickLink-list li a,
.contactUs-details {
  color: #f1f1f1;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.contactUs-details {
  margin-left: 3%;
  margin-bottom: 0;
}

.footer-wrap {
  text-align: center;
  padding: 1%;
  color: #ffffff;
  font-weight: 500;
}
/* FOOTER RESPONSIVE */
