.esboss-container {
  padding: 1% 5%;
}
.esboss-header,
.esboss-header a {
  color: white;
}
.bg-esbossorange {
  background: #ff9533;
  color: white;
}
.text-esbossgray {
  color: #555555;
}
.text-esbosswhite,
.text-esbosswhite a {
  color: #ffffff;
  text-decoration: none;
}
.bg-esbosslight {
  background: #e5e5e5;
}
.esboss .input-group-text {
  border-radius: 50px;
}
.esboss-search {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0 20px;
}
.esboss-search-input {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 25px;
}
.service-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}

.page-item {
    padding: 0px !important;
    margin: 0px;
    border: none !important;
}

.pagination {
    display: contents !important;
}

