@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

.nav-link.active {
  background: #ff9b07 !important;
  color: #fff !important;
}
.nav-link {
  color: #ff9b07 !important;
  border-radius: 5px !important;
}
.btn-primary {
  background: #ff9b07 !important;
  border: 1px solid #ff9b07;
  color: #fff !important;
}
.btn-primary:hover {
  color: #ff9b07 !important;
  border: 1px solid #ff9b07 !important;
  background: #fff !important;
}
@media (min-width: 992px) {
  .col-custom {
    flex: 0 0 12.5%;
    max-width: 10%;
  }
}
.text-bg-primary {
  background: #ff9b07 !important;
}
.btn-outline-primary {
  color: #ff9b07 !important;
  border: 1px solid #ff9b07 !important;
  background: #fff !important;
}
.btn-outline-primary:hover {
  background: #ff9b07 !important;
  border: 1px solid #ff9b07;
  color: #fff !important;
}

.about_sub {
  font-weight: 400;
  font-size: 14px !important;
}

.text-primary {
  color: #ff9b07 !important;
}

/* Contact Us  */

.borderline {
  border-left: 1px solid #4f4f4f;
}

@media screen and (max-width: 768px) {
  .borderline {
    border-left: none;
  }
}

.contact-heading {
  font-size: 2em;
}
.active-address {
  display: block;
  padding-top: 16px;
}
.mediaIconBgIcon:hover {
  background: #ff9b07;
}
.mediaIconBgIcon {
  width: 50px;
  height: 50px;
  background-color: #ff9b07;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5%;
  margin: 5px;
  font-size: 22px;
  padding: 14px;
}
.contact-button {
  background-color: #ff9b07 !important;
  color: #fff !important;
}
.contact-button:hover {
  background-color: #ff9b07 !important;
  color: #fff !important;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.contact-icon-group {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #a7a7a7;
  font-size: 14px;
}
