.carousel-wrap {
  width: 100%;
  margin: auto;
  position: relative;
}

.owl-theme .owl-nav {
  margin-top: 0px;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 300px !important;
  z-index: 2;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(/assets/img/carousel/nav-icon.png) no-repeat scroll 0 0;
  filter: opacity(0.8);
  left: 33px;
 /* background-color: white;*/
  border-radius: 0;
}
.owl-carousel .next-slide {
  background: url(/assets/img/carousel/nav-icon.png) no-repeat scroll -24px 0px;
  filter: opacity(0.8);
  right: 33px;
 /* background-color: white;*/
  border-radius: 0;
}
.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}
span.img-text:hover {
  color: #2caae1;
}

.owl-hero-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 5%;
  color: white;
  height: 80%;
  width: 30%;
  padding: 30px;
}

.owl-hero-text {
  font-family: 'Raleway', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.0;
}

.owl-hero-image {
  width: 100%;
  height: 650px;
  object-fit: cover;
  line-height: 0px;
}

.owl-hero-box-violet {
  background-color: rgba(119, 43, 126, 0.6);
}

.owl-hero-box-red {
  background-color: rgba(255, 0, 0, 0.6);
}

.owl-hero-box-yellow {
  background-color: rgba(240, 197, 108, 0.715);
}

.owl-hero-box-blue {
  background-color: rgba(43, 41, 195, 0.515);
}

.owl-hero-box-green {
  background-color: rgba(47, 174, 148, 0.781);
}

.owl-hero-box-orange {
  background-color: rgba(229, 107, 62, 0.781);
}

@media only screen and (max-width: 576px) {
  .owl-hero-screen {
    left: 5%;
    min-width: 90%;
  }
}

@media only screen and (min-width: 576px) {
  .owl-hero-screen {
    left: 2%;
    min-width: 40%;
  }
}
@media only screen and (min-width: 769px) {
  .owl-hero-screen {
    left: 90px;
    min-width: 300px;
  }

  /* .owl-hero-image-move{
    object-position: 0px -140px;
  } */

}
