
/* @import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Harmattan:wght@400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Harmattan:wght@400;500;600;700&family=Mirza:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

header.vs-header{
    direction: rtl !important;
}
.arbanner, .arfooter{
    direction: rtl !important;
}
.feature-style1 .feature-body .icon-box1 {
    position: absolute;
    left: -16%;
    top: 50%;
    transform: scaleX(1) translateY(-50%);
    padding: 10px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    transition: all 0.5s ease;
  }

  .feature-content {
    padding: 20px 50px 20px 50px;
  }
  p{
    font-family: "Almarai", serif !important;
    font-weight: 700;
    font-style: normal;
    text-align:justify !important;
    font-size: 18px !important;
  }
  h1,h2,h3,h4,h5,h6, ul, ol{
    font-family: "Almarai", serif !important;
    /* font-family: "Harmattan", serif !important; */
    font-weight: 700;
    font-style: normal;
  }

  .footer_quick_link{
    text-align: right !important;
  }
  .news_ar{
    /* text-align: left !important; */
    margin-right: 3px !important;;
  }
  .news_ar::before{
    right:0 !important; 
  }