
.section-articles{     background: #0C4664;
    padding: 12px;}
.section-header{ height: 366px; position: relative;}
.speech-bg-section.article .article-img img{ width: 100% !important;}
.bg-color-div{
    background-color: #F5F5F5;
    width: 50%;
    height: 100%;
    display: inline-block;
    float: right;
}
.bg-img-div{
    background-image: url("../../images/header-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 5%;
    float: right;
}
.header-bg-opacity{
    position: absolute;
    top: 0;
    background-color: #378BCC;
    opacity: 0.51;
    width: 100%;
    height: 100%;
}
.about-title{
    font-family: ElMessiri-Bold, sans-serif;
    font-size: 20px;
    color: #fff;
}
.about-text{
    font-family:ElMessiri-Regular, sans-serif;
    font-size: 17px;
    color: #fff;
    line-height: 2.3;
}
.article-title{
    font-family: ElMessiri-Bold, sans-serif;
    font-size: 18px;
    color: #0C4664;
}
.article-text{
    font-family:ElMessiri-Regular, sans-serif;
    font-size: 17px;
    color: #8D8D8D;
    line-height: 2.3;
}
.border-about-div{
    display: inline-block;
    border-bottom: 5px solid #FAEA2D;
    border-radius: 3px;
    width: 6%;
}
.news-card-style{
    border-radius: 5px;
    box-shadow: 0 0 12px #00000012;
}

.card_box_shadow{box-shadow: 0px 0px 8px #00000019; border-radius: 8px !important; border: 0;}
.collapse_text{
    font-family:ElMessiri-Regular;
    color: #8D8D8D;
    font-size: 18px;
    direction: rtl;
    text-align: right;
}
.collapse_bg{
    background: none;
    border-bottom: 1px solid #ccc;
}
.button_style_concept{
    width: 100%;
    height: 50px;
}
.button_style_concept:hover{
    text-decoration: none;
}
.card_collapse_icon{
    width: 45px;
    background-color: #378BCC;
    border-radius: 25px;
}
.button_style_concept:focus{
    outline: 0;
    box-shadow: none !important;
}
.flip_arrow{
    transform:rotateZ(180deg)
}

.date { color: #666; font-size: 16px; font-family:ElMessiri-Regular,sans-serif;    margin: 0 4px;}
.date span{ color: #378BCC;}

.gamma-gallery li{ direction: rtl !important; float: right !important;}
.gamma-description{ font-size: 250%; }

@media (max-width: 900px) {
    .collapse_text{
        text-align: center;
    }

    .section-articles {
        background: #378BCC;
    }
}
