p{
    direction: rtl;
}
.navbar{
    direction: rtl;
    font-family: 'Droid Arabic Kufi', Arial, serif;
    letter-spacing: 0rem;
    font-size: 16px;
}
.img-logo{
    position: absolute;
    top: 0px;
    max-height: 67px;
}
/* #header .logo img {
    max-height: 67px;
} */
.navbar {
    font-family: 'Droid Arabic Kufi', Arial, serif;
    letter-spacing: 0rem;
    font-size: 16px;
}

.navbar a, .navbar a:focus {
    font-family: 'Droid Arabic Kufi', Arial, serif;
}
#contact{
    direction: rtl;
}
.btn_send {
    text-align: end;
    margin-top: 15px;    
}


.msgBtn {
    /* background-color: #f1f1f1; */
    border: none;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    padding-bottom: 10px;
}

.dialogTitle {
    font-family: 'Droid Arabic Kufi', Arial, serif;
    direction: rtl;
    width: 100%;
    margin-top: 15px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 40%;
    /* Could be more or less, depending on screen size */
}


.imgcontainer {
    direction: rtl;
    text-align: center;
    /* margin: 10px 0 12px 0; */
    position: relative;
    height: 40px;
    background-color: #ffc800;
    margin-bottom: 25px;
    border-radius: 8px 8px 0 0;
}

.success_list{
    max-width: 335px;
    display: inline-block;
    margin: 15px;
}

.resource_list{
    max-width: 150px;
    display: inline-block;
    margin: 15px;
}
