/* ==================== news style ============================== */
.add-slider.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.add-slider.owl-carousel .owl-nav button.owl-next,
.add-slider.owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  color: #111;
  background-color: #f5f5f5;
  margin: 0;
  border-radius: 0;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
}

.add-slider .img {
  position: relative;
}

.add-slider .img .top-text,
.add-slider .img .bottom-text {
  position: absolute;
  left: 30px;
  width: 80%;
  font-weight: bolder;
  line-height: 2;
  z-index: 20;
  color: #fff;
}

.add-slider .img .top-text {
  top: 30px;
}

.add-slider .img .bottom-text {
  bottom: 30px;
}
/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
