body {
  overflow-x: hidden;
  direction: rtl;
}

.owl-carousel {
  direction: ltr;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots,
.owl-carousel .owl-item {
  direction: rtl;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

.list-unstyled {
  padding-right: 0;
}

.service-one__item svg {
  left: 6px;
  bottom: -6px;
  transform: rotate(90deg);
}

/*# sourceMappingURL=eduact-custom-rtl.css.map */
/* Default styling for mobile screens */
.aboutImgHeight {
  height: 1vh;
}

/* Media query for desktop screens */
@media (min-width: 1024px) {
  .aboutImgHeight {
    height: 10vh;
  }
}