/* Mr. Engineering Theme V6.1.2 — Arabic services hub direction correction. */
@media (min-width:1025px){
  html[dir="rtl"] .mre-services-hub-v607__body{
    direction:ltr!important;
    grid-template-columns:minmax(0,1fr) 330px!important;
    grid-template-areas:none!important;
  }
  html[dir="rtl"] .mre-services-hub-v607__mains{
    grid-area:auto!important;
    grid-column:2!important;
    grid-row:1!important;
    direction:rtl!important;
    text-align:right!important;
  }
  html[dir="rtl"] .mre-services-hub-v607__panels{
    grid-area:auto!important;
    grid-column:1!important;
    grid-row:1!important;
    direction:rtl!important;
    text-align:right!important;
  }
  html[dir="rtl"] .mre-services-hub-v607__main,
  html[dir="rtl"] .mre-services-hub-v607__intro,
  html[dir="rtl"] .mre-services-hub-v607__branches,
  html[dir="rtl"] .mre-services-hub-v607__all-section{
    direction:rtl!important;
    text-align:right!important;
  }
}
