.hub-slider {
  position: relative;
}

.hub-slider ul {
  list-style: none;
}

.hub-slider ul li {
  width: 100%;
  height: 200px;
  background: #deeaee;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
  overflow: hidden;
}

.hub-slider-controls {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

.hub-slider-slides {
  position: relative;
  min-height: 400px;
}

.hub-slider-slides {
  position: relative;
  min-height: 210px;
}

.hub-slider-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.hub-slider-arrow {
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  z-index: 10;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.31);
  background: rgba(155, 155, 155, 0.22);
  border-radius: 999px;
  padding: 7px 18px;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  font-weight: 600;
  line-height: 1;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 10px;
  transition:
    transform 0.15s,
    background 0.2s,
    border-color 0.2s,
    opacity 0.2s;
}

.hub-slider-arrow:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(156, 156, 156, 0.45);
  color: rgb(255, 255, 255);
}

.risbond-card-inner {
  display: flex;
  flex-direction: row;
  padding: 15px 16px;
}

.risbond-card .risbond-card-image {
  width: 170px;
  height: 170px;
  border-radius: 15px;
  overflow: hidden;
}

.risbond-card .risbond-card-image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}

.risbond-card-content {
  display: flex;
  flex: 1;
  padding-right: 25px;
  padding-left: 10px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.risbond-card-content h3 {
  font-family: "Onest", Sans-serif !important;
  line-height: 1.15;
  font-weight: 500;
  font-size: 1.45rem;
}

.risbond-card-content h5 {
  font-size: 0.98rem;
  margin-bottom: 10px;
  font-family: "Onest", Sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #686868;
}

.hub-slider-arrow:focus {
  background-color: #d6aa3b;
  border-color: #d6aa3b;
}

.risbond-card-content a {
  outline: none !important;
}

.risbond-card-content:hover a h3 {
  text-decoration: underline;
}

.home-featured-single
  .uc_post_grid_style_one
  .uc_post_image
  .uc_post_image_overlay {
  background: linear-gradient(
    to bottom,
    rgba(229, 229, 229, 0.04) 20%,
    rgba(17, 17, 17, 0.67) 80%
  ) !important;
}
