@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    direction: rtl;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

header .info {
    background: linear-gradient(to left, #253745, transparent);
    padding: 30px;
}

.about .img{
    right: auto;
    left: 0;
}

.careers_search.contact::before{
    right: 0;
    left: auto;
}

.about .info .cont{
    padding: 30px 0 30px 30px !important;
}

.achievments .achievments_box .icon {
    margin-left: 30px;
    margin-right: 0;
}

.achievments .achievments_box .cont .counter {
    margin-left: 10px;
    margin-right: 0;
}

.about .info p {
    color: #fff;
    line-height: 1.7;
    font-size: 14px;
}

.fixedwhatsapp{
    z-index: 100000;
    left: 30px!important;
    right: unset;
    bottom: 30px;
    background-image: linear-gradient(18deg,#25d366 0%,#25d366 100%);
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0 4px 9px 0 rgb(0 0 0 / 14%);
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    position: fixed;
  
  }
  
  .fixedwhatsapp:hover{
    color: #fff !important;
  }
  .fixedwhatsapp:visited{
    color: #fff !important;
  }
  
  .navbar .navbar-nav .nav-item .nav-link.nav_blog{
    background-color: #253745;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    padding: 35px 20px 35px 50px;
    margin-right: 30px;
    margin-left: -48px;
    width: 200px;
    margin-top: 10px;
  }
  
  .navbar .navbar-nav .nav-item .nav-link.nav_req {
    background-color: #e99105;
    color: #fff;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
    padding: 35px 50px 35px 20px;
    width: 200px;
    margin-top: 10px;
}