body {
  margin: 0px !important;
  line-height: normal;
  padding: 0px !important;
  font-family: "Roboto Slab";
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888888ad;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scroll {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}


.hidden {
  display: none;
}

.accordion {
  width: 100%;
}

.no-results {
  font-size: 16px;
  color: #888;
  text-align: center;
  margin-top: 10px;
}

.show-more {
  color: #555;
  text-align: center;
  font-size: 0.6rem !important;
  margin-top: 0.2rem;
}

.services-background {
  background-color: rgb(32, 41, 58, 0.89);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.background-blue {
  background-color: #20293A;
}

.background-blue-dark {
  background-color: #161d29;
}

.background-orange {
  background-color: #efe5d8;
}

.background-btn {
  background-color: #cda776;
}

.background-btn-hover {
  background-color: #b98c50;
}