@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("NotoKufiArabic-Light.ttf");
}
@font-face{
    font-family: "Gulzar";
    src: url("Gulzar-Regular.ttf"); /* use website url */
}
@font-face{
    font-family: "Amiri";
    src: url("Amiri-Regular.ttf"); /* use website url */
}


[dir="rtl"] body {
    font-family: 'Amiri', sans-serif;
    font-size: 22px;
}

[dir="rtl"] .accept_terms{
    font-size: 20px;
}
[dir="rtl"] .header .site-title{
    font-size: 30px;
    font-weight: 600;
}
[dir="rtl"] .section-title::before{
    left: auto;
    right: 0;
}
[dir="rtl"] .alert-dismissible .btn-close{
    left: 0;
    right: auto;
}
[dir="rtl"] .direction-ltr{
    direction: ltr;
}
[dir="rtl"] .section-title::after::before{
    right: 0;
}
[dir="rtl"] .theme-border{
    border-right: none;
    border-left: 1px solid #e1e1e1;
}
[dir="rtl"] .service-link.text-end{
    text-align: left!important;
}
[dir="rtl"] .opinions .comments-description{
    border-left: none;
    border-right: 1px solid #a1a1a1;
}
[dir="rtl"] .header .diwan{
    font-family: 'Gulzar', serif;
    font-weight: 300!important;
}
[dir="rtl"] .information-description * {
    font-family: 'Noto Kufi Arabic', sans-serif!important;
}

@-webkit-keyframes section-title-run {
    0% {right: 0; } 50% { right : 145px; } 100% { right: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { right: 50%; margin-right: -75px; } 50% { right : 50%; margin-right: 45px; } 100% { right: 50%; margin-right: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {right: 0; } 50% { right : 85px; } 100% { right: 0; }
}
[dir="rtl"] .fa-arrow-right::before{
    content: '\f060';
}
[dir="rtl"] .fa-angle-right::before{
    content: '\f104';
}
[dir="rtl"] .s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single{
    direction: rtl;
}
[dir="rtl"] .s003 form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after{
    right: auto;
    left: 30px;
}
[dir="rtl"] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="rtl"] .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 991px) {
    [dir="rtl"] .opinions .comments-description {
        border-right: none;
    }

}
@media (min-width: 640px) {
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        padding-left: 10px!important;
    }

}



[dir="rtl"] .ribbon {
    float: right;
  }

[dir="rtl"] .rotating_background::before{
    right:auto;
    left:50px;
    
  }

  [dir="rtl"]   .ribbon:nth-child(even) {
    margin-left: 4%;
  }
  @media (max-width: 500px) {
    [dir="rtl"] .ribbon:nth-child(even) {
      margin-left: 0%;
    }
  }
  [dir="rtl"] .wrap {
    top: -8px;
    right: 8px;
  }
  [dir="rtl"] .wrap:before {
    left: 100px;
    right:auto;
  }
  [dir="rtl"] .wrap:after {
    left: 0px;
    right:auto;
  }
  [dir="rtl"] .ribbon6{
    top: 30px;
    left: -50px;
    right: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }


  [dir="rtl"] .regulate_font{
    font-size:22px;
}
