@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

#ar{
    font-family: "Noto Kufi Arabic", sans-serif;
}
#en{
    font-family:Arial, Helvetica, sans-serif;
}
nav{
    background-color: #ffffff;
    border-bottom: 5px solid #085991;
}
section{
    padding: 100px 0;
}
.title .img{
    transform: translateY(-50%) rotate(180deg);
    width: 25px;
}
.title h2{
    font-weight: 400;
    color: #181818;
    padding: 0 20px;
    line-height: 1.3;
}
span.page-title-divider {
    display: block;
    width: 100%;
    height: 2px;
    background: #9F8165;
    margin: 20px 0 ;
}

.content h6{
    color: #9f8165;
    line-height: 1.2;
    font-weight: 700;
}
.content p{
    text-align: justify;
    line-height: 2;
    color: #00000a;
    font-size: 16px;

}