.service_process {
  position: relative;
  display: block;
  top: -132px;
  padding: 2rem;
}

.service_process .card {
  height: 17rem;
}

.bar {
  background-color: #75EA4E;
  height: 6px;
  border-radius: 50px;
  margin: 20px auto;
  width: 30%;
}

.hero {
  background: url("hero_img.jpg") center bottom no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.nav-link {
  padding: 0.5rem 1rem;
  font-weight: 600;
  color: #ffffff;
}

.floating_element {
  position: absolute;
  top: 24rem;
  left: 5rem;
}

.floating_bottn {
  position: absolute;
  right: 50px;
  top: -180px;
  z-index: -1;
}

#services h2 {
  color: #ffffff;
}

#services .row p.h4 {
  margin-top: 24px;
}

#services .row p {
  color: #ffffff;
}

#about {
  padding: 7.5rem 0;
}

#contact {
  padding: 7.5rem 0;
}

.txt-sm {
  font-size: 14px;
}

.bg-black {
  background: #121212;
}

@media (max-width: 768px) {
  .floating_element {
    position: absolute;
    top: 20rem;
    left: 3rem;
    width: 150px;
  }
  .floating_bottn {
    position: absolute;
    right: 50px;
    top: -80px;
    z-index: -1;
    width: 150px;
  }
}

@media (max-width: 500px) {
  .floating_element {
    position: absolute;
    top: 43rem;
    left: -4rem;
  }
  .floating_bottn {
    position: absolute;
    right: 50px;
    top: -80px;
    z-index: -1;
  }
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2.2rem;
  }
}
/*# sourceMappingURL=custom.css.map */