body{
    direction: rtl;
    color: #808080;
    }
    /*
    @font-face {
        font-family: 'NotoKufiArabic-regular';
        src: url('../fonts/ArbFONTS-22015-notokufiarabic-regular.ttf');
        src: local('☺'),  url('../fonts/ArbFONTS-22015-notokufiarabic-regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        }
        */
.SystemSection{
    padding-top:px;
    padding-bottom:50px;
    text-align: center;
    color:#ced4d6;
    
}
.SystemSection .title-sys h5{
    margin-bottom: 50px;
    font-weight: bolder;
    font-size: 30px;
    margin-top:40px;
    color:#000;


}

.bg-dark {
    background-color: #ffffff!important;
}
.card{
    padding: 15px;
    background: #fff;
    border-radius:20px;
    /*box-shadow: 4px 4px 4px rgb(248, 233, 246);*/
    border: 2px solid #bad9f2;

}

.card:hover.card .featuresIcon{
    border: 1px solid #ffffff;
    
}

.featuresIcon{
    font-size:37px;
    background: #fff;
    height: 80px;
    width: 80px;
    display: flex;
    margin: 0 auto;
    color:#ffffff;
    text-align: center;
    justify-content: center;
    line-height: 80px;
    border-radius: 50%;
}
.det h2:hover{
    text-decoration: underline;
    color: #ccc;
}
.featuresDesc  a h2{
    font-size: 11px;
    margin-top:15px;
    color:#000;
line-height: 20px;

}
.navbar-brand img{
    width:130px;
    height: 130px;
}
.box-icon .card{
    padding: 8px 15px;
    background: #6a9264;
    border-radius:10px;
    box-shadow: 2px 2px 2px rgb(248, 233, 246);
    border: 1px solid #ffff;
    height: 70px;
    color:#ffffff;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.box-icon .card  a i{
    font-size: 30px;
    color:#fff;

}
.box-icon .card h6{
    font-size: 15px;
   
}

.box-icon .card p{
    display: none;
}
@media (max-width: 992px) {   /* responsive mobiles and small devicess*/
 .row1{
     margin-top:10px;
 }

}








