.logos .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.logos .owl-carousel img {
  filter: grayscale(1);
  height: 50px;
  width: auto;
  margin: auto;
}
.testimonial-style-3 blockquote {
  min-height: 216px;
}
.testimonial-style-3 .testimonial-author-thumbnail img {
  display: none;
}

#header
  .header-nav.header-nav-links
  .header-nav-main
  nav
  > ul
  > li
  .nav-link-btn {
  background: #ff5e1a !important;
  border-color: #ff5e1a;
  color: #fff;
  display: flex;
  font-size: 0.8rem;
  cursor: pointer;
  font-weight: 600;
  height: auto;
  padding: 4px 8px !important;
  min-height: 0;
  border-radius: 4px !important;
}

#header
  .header-nav.header-nav-links
  .header-nav-main
  nav
  > ul
  > li
  .nav-link-btn:hover {
  background-color: #ce4c16 !important;
  color: #fff !important;
	  border-color: #ce4c16 !important;
}
@media (min-width: 1200px) {
  #header .header-nav.header-nav-links nav > ul > li > a {
    padding: 0 0.5rem;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #header .header-nav.header-nav-links nav > ul > li > a {
    padding: 0 0.4rem;
    font-size: 13px;
  }
}
.owl-carousel.nav-transparent:not(.nav-style-1):not(.nav-style-2):not(
    .nav-style-3
  ):not(.show-nav-title):not(.nav-arrows-1)
  .owl-nav
  .owl-prev,
.owl-carousel.nav-transparent:not(.nav-style-1):not(.nav-style-2):not(
    .nav-style-3
  ):not(.show-nav-title):not(.nav-arrows-1)
  .owl-nav
  .owl-next {
  background-color: transparent !important;
  border-color: #9f9d9d !important;
  color: #9f9d9d !important;
}