body, html{
    font-family: irs;
    font-style: normal;
    font-weight: bold;
    direction: rtl;
    font-size: 18px;
    line-height: 45px;
    box-sizing: border-box;
}

.bg-primary{
    height: 284px;
    line-height: 0;
}

/* .complain{

} */


@media (max-width: 1000px) {

body, html{
    font-size: 14px
}

.row{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: solid red; */
    padding: 0;
    margin: 0%;
    width: 100%;
}

    .seirosafar{
        display: flex;
        flex-direction: column;
        /* margin: 0; */
        width: 100%;
    }
    .seir{
        display: block;
        /* flex-direction: column; */
        padding: 0;
        /* position: relative; */
        margin-bottom: 20px;
        /* border: solid red; */
        /* padding: auto; */
        /* padding-bottom: 0; */
    }
    .safar{
        /* border: solid red; */
        position: relative;
        padding: 0;
        height: auto;
    }

    .safarimg{
        /* padding: 0; */
        display: block;
        /* width: 100%; */
        /* padding: auto; */
        /* position: relative; */


    }

    .media{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .certificates{
        display: flex;
       
    }

    .mediawidget{
        padding-top: 4rem;
    }

  .mediaimg{
      padding: 0 !important;
  }

  .mediamenu{
      display: flex;
      flex-direction: column !important;
      align-items: center;
  }

  .logo{
      margin: auto;
      /* display: flex !important;

      justify-content: center !important;
      align-items: center !important; */
  }

}