p, h1, h2, h3, h4, h5 {
    font-family: 'Tajawal';
}
.box-row2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
.box-col2{
    width: 30%;
    background-color: #1c3557;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    min-height: 500px;
    align-items: flex-start;
    filter: drop-shadow(2px 2px 3px gray);
    cursor: pointer;
}
.box-col2 img {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 20px;
    margin: unset;
    margin-bottom: 22px;
}
.box-col2 h4{
    color: white;
    text-align: right;
    width: 100%;
    padding: 0px 10px;
    font-size: 16px;
    margin-bottom: 20px;
}
.en-news 
h4{
    text-align: left;
}


.box-col2 p {
    color: white;
    font-size: 15px;
    padding: 0px 10px;
    text-align: right;
}
.en-news .box-col2 p{
    text-align: left;
}
.navbar-light .navbar-nav .nav-link{
    font-family: Tajawal;
}

#section05 .strong-h {
    color: #1C3557;
    text-align: right;
    font-weight: 600 !important;
    margin-bottom: 40px;
}
.modal-body .strong-h{
    color: #1C3557;
    text-align: right;
    font-weight: 600 !important;
    font-size: 20px;
    margin-top: 40px;
}
.h3-modal{
    color: #1C3557;
    text-align: right;
    font-weight: 600 !important;
    font-size: 20px;
    margin-bottom: 20px !important;
}
.en-news  
.h3-modal{
    text-align: left;
}
.en-news  
.strong-h{
    text-align: left !important;
}
.en-news .box-col2{
    min-height: 550px;
}

.modal-body a{
    color: #e63a46;
    font-weight: 600;
}
.more-read{
    text-align: left;
}
.more-read p {
    text-align: center;
    border: unset;
    color: #1c3557;
    display: inline-block;
    padding: 6px 20px;
    font-size: 21px;
    margin-top: 50px;
    font-weight: 500;
    cursor: pointer;
}
.more-read img{
    width: 22px;
    margin-right: 7px;
}
.more-read-p {
    text-align: left;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.more-read-p img{
    width: 16px;
    margin-right: 3px;
    margin-bottom: 0;
}
.modal p{
    font-family: Tajawal;
    font-weight: 500;
    color: #1C3557;
}
.btn-default{
    font-family: Tajawal;

}
.image-head img{
    width: 100%;
}
.modal-body{
    background-color: #F2F8EE;
    padding: 40px
}
.modal-footer{
    background-color: #1C3557;
}
.news-section{
    background-color: #F2F8EE !important;
}
.news-section .box-col2{
    margin-bottom: 30px;
}
.modal-body ::marker {
    color: #1c3557;
}
.modal-body li{
    font-size: 17px;
    text-align: right;
    font-weight: 700;
    line-height: 28px;
    color: #1c3557;
}
.en-news li{
    text-align: left;
} 
.strong-h{
    text-align: right;
}
.en-news .strong-h{
    text-align: left;
}
.en-news .more-read-p img{
    transform: scaleX(-1);
}
.en-news .more-read img{
    transform: scaleX(-1);
}
.en-news .more-read{
    text-align: right;
}
.en-news .modal-body p{
    font-size: 18px;
    text-align: left;

}
.en-news h3{
    text-align: left;
}
@media (max-width: 800px) {
    .box-col2 {
        width: 45%;
    }
   .box-col2{
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .box-col2 {
        width: 100%;

    }
}