
.main-slider-three {
  position: relative;
  /* background-color: #f4f3f8; */
  z-index: 4;
  text-align: center;
}
.main-slider-three__carousel {
  position: relative;
  width: 100%;
}
.main-slider-three__carousel.owl-carousel .owl-nav {
  margin: auto 0;
  position: absolute;
  display: flex;
  justify-content: space-between;
  right: 60px;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.main-slider-three__carousel.owl-carousel .owl-nav img {
  width: inherit;
}
.main-slider-three__carousel.owl-carousel .owl-nav button {
  transition: all 400ms ease;
  width: 52px;
  height: 52px;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: var(--modins-white, #fff);
  border-radius: 50%;
  display: block;
  color: var(--modins-primary, #2b2b5e);
  line-height: 53px;
  font-size: 16px;
  margin: 9px 0;
  text-align: center;
  display: none;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .main-slider-three__carousel.owl-carousel .owl-nav button {
    display: inline-block;
  }
}
.main-slider-three__carousel.owl-carousel .owl-nav button:hover {
  opacity: 1;
  color: var(--modins-primary, #2b2b5e);
  background-color: var(--modins-white, #fff);
}

.main-slider-one__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
}
