body {
    text-align: right;
    direction: rtl;
}




  .title-center h2::after,
  .title-start h2::after {
    right: -20px;
  }


  .title-center h2::before,
  .title-start h2::before {
    right: -20px;

  }



  .img-aboutus-index {
    padding-left: 50px;
  }





  .sub-features::after {

    left: 0px;
  }



  .owl-dots {
    left: 0;
  }



  .text-clinet-index p::after {
    right: 0;
  }

  .text-clinet-index p::before {
    content: "";

    left: 0px;

  }





  .clinet-index::after {
    left: 0;
    background-position: top left;
  }
  .clinet-index::before {
    right: 0;
    background-position: 1px -125px;
  }
  /* loding repon */






  .main-download-app-section::after {
    right: 0;
  }






  .btn-contactus {
    text-align: end;
  }

  .img-contactus-inde {

    text-align: end;
  }



  .img-contactus-inde .bg-img-aboutus-index,
  .img-contactus-inde .bg-img-aboutus-index2 {
    right: -50px;
  }









  .top-par {
    background-color: var(--color-white);
    padding: 10px 0;
    display: flex;
    align-items: center;
    height: 120px;
    box-shadow: 0px 9px 12px rgba(117, 117, 117, 0.1);
  }
  .element ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .element ul li a {
    font-size: 17px;
    transition: all 0.3s linear;
  }

  .element ul li a:hover {
    color: var(--bg-2);
  }
  .ctm-btn {
    height: 45px;
    padding: 7px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    min-width: 140px;
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s linear;
    color: var(--color-white);
    background-color: var(--color-main);
  }
 
  .dropdowm-language {
    left: 0;
  }




  .header::after {
    left: 0;
  }





  .img-sub-header img:nth-of-type(1) {
    right: 0;
  }
  .img-sub-header img:last-of-type {
    left: 0;
  }

