body,
html {
  /* direction: rtl; */
}
/* header */
#megaone .rtl {
  margin: 0 auto 0 -30px !important;
}
/* slider-section */
.rtl,
.slider-section h1,
.slider-section p,
.slider-section a,
.skill-box *,
.pricing-list li {
  direction: rtl !important;
}
.scroll-down i {
  padding-right: 8px;
}
/* stats-bg */
.float-right {
  float: left !important;
}
@media screen and (min-width: 992px) {
  .stats-bg,
  .blog-bg {
    background-position: right;
    background-size: 100%;
  }
  .rtlFlex {
    flex-direction: row-reverse;
  }
}
.pricing-list {
  display: block;
}
.pricing-para {
  margin: 0 10px 0 0 !important;
}
.textRight {
  text-align: right !important;
}
