@font-face {
    font-family: "Yekan";
    src: url("./../fonts/Yekan.woff");
}
body{
    font-family: Yekan !important;
}
.rtl{
    direction: rtl !important;
   
}
.align{
    text-align: right;
}
.justify{
    text-align: justify;
}
.yekan{
    font-family: Yekan !important;
}
h1 h2 h3 h4{
    font-family: Yekan !important;
}
.list-items-fa li {
    position: relative;
    padding-right: 32px;
    font-size: 15px;
    font-weight: 700;
    color: #1b1a1a;
    margin-bottom: 9px;
  }
  
  .list-items-fa li:before {
    content: "";
    font-family: "Fontawesome";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 10px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background-color: #da2128;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .list-items-fa-white li {
    color: #ffffff;
  }
  
  .list-items-fa-white li:before {
    background-color: #ffffff;
    color: #da2128;
  }
  
  .list-items-fa-layout2 li {
    padding-left: 25px;
  }
  
  .list-items-fa-layout2 li:before {
    background-color: transparent;
    color: #da2128;
  }
  
  @media (max-width: 992px) {
    .list-items-fa-layout2 {
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .list-items-fa-layout2 li {
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  }
  
  /* Extra Small Devices */
  @media (min-width: 320px) and (max-width: 767px) {
    .list-items-fa li {
      font-size: 15px;
      font-weight: 400;
    }
  }