.carousel-wrap {
  margin: 24px auto;
  padding: 0 5%;
  width: 85%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item-2s {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 31%;
  color: #f4501a !important;
  background-color: transparent !important;
  border: none;
}
.owl-nav > div:hover {
  background-color: transparent !important;
}
h1 {
  color: #f4501a;
  text-align: center;
}
.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -37px !important;
  width: 0px !important;
  top: 35%;
}

.owl-nav .owl-next {
  right: -18px !important;
  width: 0px !important;
  top: 35%;
}

.services-header-sub-hero {
  margin-top: 30px;
}
.owl-dots {
  display: none !important;
}
@media only screen and (max-width: 777px) {
}
