.text-dark {
  color: #4d4d4d !important;
}

.text-orange {
  color: #e67c28;
}

.section-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.mini-text {
  font-size: 12px;
  line-height: 1;
}

.btn-orange {
  background-color: #e67c28;
  border: none;
  color: #ebebeb;
}
.btn-orange:hover {
  background-color: #ebebeb;
  color: var(--dark);
}

.btn-orange-inverted {
  background-color: #ebebeb;
  border: none;
  color: var(--dark);
}
.btn-orange-inverted:hover {
  background-color: #e67c28;
  color: #ebebeb;
}

.hover-orange {
  position: relative;
}
.hover-orange::before {
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  transition: width 0.1s linear;
}
.hover-orange:hover::before {
  width: 100%;
  background-color: #e67c28;
}

.bg-orange {
  background-color: #e67c28;
  color: #ebebeb;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.bg-orange-hover:hover {
  background-color: #ebebeb;
  color: var(--dark);
}
.bg-orange-hover:hover .btn-orange-inverted {
  background-color: #e67c28;
  color: #ebebeb;
}

#nav-bar > .navbar {
  transition: all 0.2s ease-out;
}
#nav-bar > .navbar > .navbar-brand {
  display: inline-block;
  background-image: url(../assets/volcanic.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 130px;
}

#landing {
  height: 100vh;
  border-radius: 0;
}
#landing::before {
  background-image: url(../assets/landing-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(60%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
}
#landing > #landing-container {
  z-index: 2;
  margin-bottom: 5rem;
}
#landing #feature-wheel {
  z-index: 2;
  align-self: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
}
#landing #feature-wheel .slick-carousel > .slick-next {
  right: -15px;
}
#landing #feature-wheel .slick-carousel > .slick-prev::before,
#landing #feature-wheel .slick-carousel > .slick-next::before {
  font-size: 2rem;
  font-family: unset;
  line-height: unset;
}
#landing #feature-wheel .slick-carousel .slick-carousel-item > .bird-icon-container {
  width: 5rem;
  height: 5rem;
  transition: background-color 0.15s linear;
  cursor: pointer;
}
#landing #feature-wheel .slick-carousel .slick-carousel-item > .bird-icon-container:hover {
  background-color: #ebebeb;
}
#landing #feature-wheel .slick-carousel .slick-carousel-item > .bird-icon-container:hover .bird-icon {
  filter: invert(30%) sepia(24%) saturate(4252%) hue-rotate(350deg) brightness(95%) contrast(90%);
}
#landing #feature-wheel .slick-carousel .slick-carousel-item > .bird-icon-container > .bird-icon {
  color: #ebebeb;
  width: 2rem;
  transition: filter 0.15s linear;
}

#latest-jobs .jobs-carousel .jobs-card:not(:last-child) {
  margin-right: 5px;
}
#latest-jobs .jobs-carousel .jobs-card .job-title {
  font-size: 24px;
}

#about-us::before {
  background-image: url(../assets/aboutus-bg.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(60%);
}
#about-us > .container {
  top: 0;
  left: 0;
  z-index: 2;
}
#about-us > .container > .about-us-desc {
  font-size: 18px;
}
#about-us > .container .about-us-stats > .stat-heading {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
}
#about-us > .container .about-us-stats > p {
  font-size: 1.2rem;
  font-weight: 500;
}

#testimonials > .quoted-by img {
  height: 4rem;
  width: 4rem;
}
#testimonials > .quoted-by .quote-giver {
  font-size: 20px;
  line-height: 1;
}

#work-for-us > .work-for-us-image {
  position: relative;
}
#work-for-us > .work-for-us-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/workforus.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: grayscale(100%);
}

footer .separator {
  background-color: rgba(235, 235, 235, 0.3);
  margin-top: 5px;
  margin-bottom: 5px;
  flex-shrink: 1;
  width: 1px;
}
footer .social-icons-container .social-icon {
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #7b8294;
  color: #ebebeb;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.15s linear;
}
footer .social-icons-container .social-icon:hover {
  text-decoration: none;
  background-color: #e67c28;
}
footer .social-icons-container .social-icon:not(:last-child) {
  margin-right: 0.5rem;
}

#latest-insights .insight-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--dark);
  position: relative;
  transition: opacity 0.15s linear;
}
#latest-insights .insight-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
  background-image: linear-gradient(to bottom, rgba(230, 124, 40, 0), rgba(230, 124, 40, 0.99));
  opacity: 0;
}
#latest-insights .insight-bg:hover::before {
  opacity: 1;
}
#latest-insights .insight-bg .insight-details {
  opacity: 0;
  transition: inherit;
}
#latest-insights .insight-bg:hover > .insight-details {
  opacity: 1;
}

@media (min-width: 768px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .nav-link {
    display: inline-flex;
    height: 6rem;
    align-items: center;
  }
}
@media (max-width: 576px) {
  #latest-jobs .jobs-carousel .jobs-card:not(:last-child) {
    margin-right: unset;
    margin-bottom: 5px;
  }

  #latest-insights .insight-bg::before, #latest-insights .insight-bg .insight-details {
    opacity: 1;
  }
}

/*# sourceMappingURL=index.css.map */
