body {
  color: #212529;
}

.navbar-brand {
  font-size: 36px;
}

.footer {
  color: rgba(255, 255, 255, 0.5);
}

.btn.btn-primary:hover {
  border: 1px solid #252525;
  background: #252525;
  color: #fff;
}

.hero-text-bg {
  background-color: rgba(37, 37, 37, 0.8) !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.owl-carousel.home-slider,
.owl-carousel.home-slider .slider-item,
.owl-carousel.home-slider .slider-item .slider-text {
  max-height: 80vh;
}

.testimony-wrap {
  background: #ffffff;
  color: #222;
  padding: 28px 20px;
  margin: 0; /* let column gutters provide spacing */
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(15, 15, 15, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 250px;
  text-align: center;
}

.testimony-wrap h3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 1.15rem;
  margin: 0;
  line-height: 1.3;
  padding: 0;
  max-width: 220px;
  word-wrap: break-word;
}

.testimony-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  min-width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: transparent;
  color: #000;
}

.testimony-icon i {
  line-height: 1;
}

.cases-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.cases-wrap h4 {
  font-weight: 600;
}

.cases-wrap .cat {
  font-weight: 600;
}

.heading-section .subheading {
  font-size: 14px;
}

@media (max-width: 767px) {
  .testimony-wrap {
    margin: 10px auto;
    min-height: 90px;
    padding: 18px 14px;
  }
}

@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-brand {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .testimony-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    row-gap: 24px;
  }
  .testimony-section .row > .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
}
