@import "../fonts/styles.css";

* {
    font-family: 'DroidArabicKufi';

}

body
{
    background-color: #f8f8f8;
}

.header {
    width: 100%;
}






/******   header ****/

.menu_and_social
{
    margin-top:8px;
}

.three_menu li
{
    border-right:1px solid #002147 ;
}
.three_menu li:last-child
{
    border-right:0;
}

.three_menu li a {
    padding: 4px 15px;
    color: #002147;
    border: 1px solid transparent;
}

.three_menu li:first-child a {
    padding-left:  0;
}

.three_menu li a.complaints {
    color: red;
}


.social_media a
{
    padding: 0 5px;
}



.backgroundHeader{
    background: #f0f3f4;
}

.search {
    margin-top: 50px;
}

.search_website input {
    border: 0;
    box-shadow: 1px 2px 3px 0 #5f5f5f24;
    padding: 0;
    outline: none;
    text-align: center;
}
.search_website input:focus {

    box-shadow: 0px 2px 3px 0 #5f5f5f24;


}

.search_website .input-group-prepend
{
    background: #FFFFFF;
    border: 0;
}

.search_website .input-group-prepend .input-group-text
{
    background: #FFFFFF;
    border: 0;
    box-shadow: -1px 1px 2px 0 #5655552b;
    padding: 0;

}

.search_website .input-group-prepend .input-group-text button
{
    padding: 5px 14px;
    outline: none;
    box-shadow: unset;
    background: white;
    border-radius: 0;
}

.search_website .input-group-prepend .input-group-text button svg
{
    color: #0b4158;
}

.toolSite
{
    display: block;
    color: #666666;
    text-decoration: none !important;
}

.toolSite:hover
{
    color: #276e8c;
}

.top_menu {
    background: #e5ebee;
    height: 36px;
    position: relative;
    z-index: 1;
    margin-top: -35px;

}

.logo_img {
    z-index: 2;
    position: relative;
}


.logo_img img {
    box-shadow: 0px 2px 3px 3px #55555533;
}


.down_menu
{
    background: #002147;
    /*height: 36px;*/

}
.logo_text {
    margin-bottom: 35px;
}

.lang_user_login {
    background: #e5ebee;
    padding: 7px 2px;
    border-radius: 0 0 10px 10px;
}

.nav_top_menu {
    margin-left: 25px;
    z-index: 100;
    position: relative;
}


.nav_top_menu li
{

}
.nav_top_menu li a {
    padding: 6px 23px;
    color: #393939;
    transition: 0.2s;
}

.nav_top_menu li a:hover {
    background: #e0af62;
    color: #FFFFFF;
}




.home_page_link {
    text-align: center;
    width: 202px;
    text-decoration: none !important;
    height: 100%;
    background: #54728e;
    padding-top: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}


.home_page_link:hover {
    color: #e0af62;
}


.nav_down_menu {
    margin-left: 24px;
}

.nav_down_menu li{

}

.nav_down_menu li a{
    padding: 6px 5px;
    color: #FFFFFF;
    transition: .2s;
    border-right: 1px solid #e5ebee8a;
}

.nav_down_menu li:last-child a {
    border-right: 0;
}

.nav_down_menu li a:hover{
    background: #54728e;
}

.border_menu{
    height: 15px;
    width: 100%;
    background:#e5ebee;
}

.subdown_menu
{
    padding: 0;
    border-radius: 0;
    min-width: 190px;
    width: fit-content !important;
    top: 33px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown_submenu
{
    padding: 0;
    border-radius: 0;
    min-width: 190px;

}


.subdown_menu .sub_lv1_li
{
    border-bottom: 1px solid #d8d3d3;

}

.subdown_menu .sub_lv1_li a
{
   padding: 6px;
}

.subdown_menu .sub_lv1_li .dropdown-toggle:after
{
    content: '\f0da';
    border: 0;
    font-family: FontAwesome;
    position: absolute;
    right:10px;
    color: #002147;
}

.nav_top_menu li.show a.main_menu   {
    background: #e0af62;
    color: #FFFFFF !important;
}



.subdown_menu .sub_lv1_li:last-child
{
    border-bottom: 0;

}

.subdown_menu .sub_lv1_li ul .sub_lv2_li
{
    border-bottom: 1px solid #d8d3d3;

}

.subdown_menu .sub_lv1_li ul .sub_lv2_li:last-child
{
    border-bottom: 0;

}
.three_menu .subdown_menu .sub_lv1_li
{
    border: 0;
    border-bottom: 1px solid #d8d8d8;
}

.three_menu .subdown_menu .sub_lv1_li:last-child
{
    border-bottom: 0;
}


.three_menu .subdown_menu .sub_lv1_li a
{
    padding: 7px 6px;
}

.three_menu .subdown_menu .sub_lv1_li a:hover
{
    background: #e5ebee;
}

.nav li:hover>ul.dropdown-menu {
    display: block;
}



.nav_down_menu li.show a.main_menu
{
    background: #54728e;
}

.department_college
{
    padding: 0;
    border-radius: 0;
    min-width: 190px;
    width: fit-content !important;
    top: 33px;
}

.department_college .sub_li_depart
{
    border-bottom: 1px solid #d8d3d3;
}

.department_college .sub_li_depart:last-child
{
    border-bottom: 0;
}

.department_college .sub_li_depart a.nav-link
{
    padding: 6px;
    color: #393939;
    transition: 0.2s;
}

.department_college .sub_li_depart a.nav-link:hover
{
    color: #ffffff;
}



/****** end header ****/

/******    index ****/


.title_media {
    color: #565656;
}

.date_add_media {
    color: #c5c5c5;
    font-size: 14px;
    margin-bottom: 3px;
}

.name_category {
    font-size: 15px;
    background: #2d559d;
    color: #fff;
    padding: 0 10px;
    width: max-content;
    margin-top: 10px;
    margin-bottom: 2px;
}

.image_category_media {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 156px;
    width: 100%;
}



.card_media
{
    display: block;
    text-decoration: none !important;
    margin-bottom: 30px;
}

.tab_media_center
{
    border: 0;
    background: transparent;
}

.tab_media_center li
{
    border: 0;
    background: transparent;
}

.tab_media_center li a
{
    background: transparent;
    color: #626161;

}

.tab_media_center li a:hover
{
    border: 1px solid transparent !important;
    background: transparent;
}

.tab_media_center li a.active
{
    border: 1px solid transparent !important;
    border-bottom: 2px solid red !important;
    background: transparent  !important;
    position: relative;
}

.tab_media_center li a.active:after
{
    content: '\f0d7';
    color: red;
    font-family: FontAwesome;
    position: absolute;
    bottom: -15px;
    right: 50%;
    left: 50%;
}




.media_center {
    text-align: center;
    font-size: 30px;
    margin-top: 45px;
    font-weight: bold;
    margin-bottom: 5px;
}

.crsr_padding
{
    padding-left: 5px;
}

.creativity_scientific_research
{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 319px;
    width: 100%;
    display: block;
    position: relative;
}

.creativity_scientific_research_2
{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 18px;
}

.creativity_scientific_research_2 div,
.creativity_scientific_research div
{
    background: rgb(0,0,0);
    background: linear-gradient(
            0deg
            , rgb(0 0 0 / 76%) 53%, rgb(31 29 23 / 0%) 95%);
    color: #fff;
    padding: 7px 2px;
    padding-top: 26px;
    position: absolute;
    width: 100%;
    bottom: 0;
    width: -webkit-fill-available;
    width: -moz-available;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.quote_icon {
    width: 22px;
    height: 22px;
    background: #4b0249;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 7px;
    font-size: 14px;
    border-radius: 5px;
}

.image_user {
    width: 75px;
    height: 75px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 50%;
    top: -35px;
    left: -35px;
    box-shadow: 0 0 4px 2px #04040480;
}

.text_about_un {
    text-align: justify;
    height: 200px;
    overflow: auto;
}

.name_user {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #646665;
}
.occupation_user {
    text-align: center;
    margin-bottom: 19px;
    color: #a6a6a6;
}
.use_say {
    padding: 24px;
    box-shadow: 0 0 8px 0px #00000052;
    overflow: unset;
    background: #ffffff;
}

.say_about_un {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #656565;
    margin-bottom: 15px;
}

.more_news
{
    border: 1px solid gainsboro;
    color: #1930b3 !important;
    border-radius: 0;
}


.title_col_tab {
    color: #696868;
    height: 110px;
    overflow: hidden;
    font-size: 15px;
}

.image_col_tab
{
    height: 110px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.row_col_tab
{
    display: block;
    text-decoration: none !important;
    border-bottom: 1px dashed #858484;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.row_col_tab:last-child
{
    border-bottom: 0;

}

.tab_service {
    background: #002147;
    padding: 10px 0;
}

.tab_service li
{
    border: 0;
    padding: 0;
    border-right: 1px solid #ffffff;
    background: transparent;
}

.tab_service li:last-child
{
    border-right: 0;

}

.tab_service li a
{
    font-size: 15px;
    padding: 0px 3px;
    background: transparent;
    border: 0 !important;
    color: #a3a9b3;
    text-align: center;
}

.tab_service li a.active
{
    font-size: 15px;
    padding: 0px 3px;
    color: #ffffff !important;
    background: transparent !important;
}


.padding_right
{
    padding-left: 2px;
    margin-bottom: 2px;
}
.padding_left
{
    margin-bottom: 2px;
    padding-right: 2px;
}

.service_home_page
{
    text-align: center;
    border: 2px solid #e0e0e0;
    padding: 15px 0;
    margin-bottom: 4px;
    display: block;
    text-decoration: none !important;
    color: #656565;
    transition: 0.2s;
    background: #ffffff;
    height: 100%;
}

.service_home_page:hover
{
    background: #e0af62;
    color: #ffffff;
}

.service_home_page img
{
    max-width:70px;
}

.service_home_page .title_service
{
    margin-top: 9px;

}

.last_news_part {
    font-size: 30px;
    font-weight: bold;
    margin-top: 54px;
    margin-bottom: 22px;
    padding-left: 75px;
    color: #656565;

}

.post_news
{
    height: 181px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    text-decoration: none !important;
    margin-bottom: 15px;
}

.post_news .title_last_news {
    background: rgb(0,0,0);
    background: linear-gradient(
            0deg
            , rgb(0 0 0 / 76%) 53%, rgb(31 29 23 / 0%) 95%);
    color: #fff;
    padding: 10px 13px;
    padding-top: 26px;
    position: absolute;
    width: 100%;
    bottom: 0;

}

.title_last_news_down {

    margin-bottom: 15px;
    height: 51px;
    overflow: hidden;
    color: #626262;


}

.post_news_center
{
    height: 376px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    text-decoration: none !important;
    margin-bottom: 15px;
}


.post_news_center .title_last_news_center {
    background: rgb(0,0,0);
    background: linear-gradient(
            0deg
            , rgb(0 0 0 / 76%) 53%, rgb(31 29 23 / 0%) 95%);
    color: #fff;
    padding: 10px 13px;
    padding-top: 26px;
    position: absolute;
    width: 100%;
    bottom: 0;

}

.center_col{
    padding: 0;
}


.word_un_president {
    background: #fff;
    text-align: justify;
    padding: 6px;
}
.word_un_president div.text_un_pres {
    height: 210px;
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
}

.title_un_president {
    text-align: center;
    padding: 9px 2px;
    font-size: 18px;
    color: #646161;
}

a.more_un_pres {
    color: #000;
    text-decoration: none;
    margin-top: 15px;
    display: block;
    font-weight: bold;
}

.padding_info_un
{
    padding: 4px;
}

.image_un_president
{
    height: 168px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.un_president{
    background: #dee5ea;
    height: 100%;
    padding: 8px;
}


.info_un_data
{
    text-align: center;
    display: block;
    background: #fff;
    padding: 20px 0;
    text-decoration: none !important;
    color: #5e5e5e;
    transition: 0.2s;
    margin-bottom: 5px;
    height: 100%;
}

.info_un_data:hover
{
    background: #71b3d0;
    color: #FFFFFF;
}

.info_un_data .un_t2
{
    font-size: 20px;
    font-weight: bolder;
    padding: 3px 0;
}


.grid_info_un
{
    padding: 4px 19px 4px 19px;
    background: #dee5ea;
}

.information_university {
    text-align: center;
    margin-top: 45px;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #6d6d6d;
}

.about_university
{
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    text-decoration: none !important;
}

.about_university .title_about_un {
    background: rgb(0,0,0);
    background: linear-gradient(
            0deg
            , rgb(0 0 0 / 76%) 53%, rgb(31 29 23 / 0%) 95%);
    color: #fff;
    padding: 10px 13px;
    padding-top: 26px;
    position: absolute;
    width: 100%;
    bottom: 0;

}

.pages_ {
    background: #e12b2b;
    padding: 8px 15px;
    margin-top: 30px;
}

.pages_ .link_page {
    text-decoration: none !important;
    color: #ffff;
}

.prev_slider_news
{

    padding: 0;
    width: auto;
    right: -37px;
    opacity: 1;
    top: -85px;
}

.next_slider_news
{

    padding: 0;
    width: auto;
    left: -37px;
    opacity: 1;
    top: -85px;
}

.prev_slider_news svg
{
    width: 37px;
    height: 37px;
}

.next_slider_news svg
{
    width: 37px;
    height: 37px;
}


.dist_card_news
{
    display: block;
    text-decoration: none !important;
}


.dist_card_news .image_slider_news
{
    width: 100%;
    height:230px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dist_card_news .title_news {
    height: 52px;
    margin: 12px 0;
    color: #fff;
    overflow: hidden;
}

.dist_card_news .date_news span
{
    border-top: 1px dashed;
    color: #fff;
    padding-right: 57px;
}


.backgroundNews
{


    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 10px;
    position: relative;
}

.attachment{

    background: #42536ad6;
    width: 100%;
    height: 100%;
}

.distinguished_news{
    text-align: center;
    color: #ffffff;
    padding: 30px 0;
    font-size: 22px;
}


.date_events {
    width: 65px;
    height: 65px;
    background: #40689b;
    text-align: center;
    padding-top: 2px;
    overflow: hidden;
}

.date_events .number_day {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.date_events .name_month {
    color: #ffffff;
    font-size: 12px;
}


.title_events  {
    color: #925e14;
}

.text_events  {
    color: #5a5555;
    font-size: 13px;
}

.row_events
{
    display: block;
    text-decoration: none !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.backgroundEvent
{
    background: #f6f6f6;
    padding: 1px;
}
a.btn.more_event {
    background: #edf2f6;
    padding: 0 12px;
    border-radius: 0;
    margin: 17px 0 7px 17px;
    border: 1px solid #d8d8d8;
}


.swiper-slide {
    height: auto;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper #results
{
    text-align: center;
}

.end-record-info {
    background: #e0af62;
    color: #fff;
}

/****** end index ****/
.title_page {
    text-align: center;
    font-size: 23px;
    margin-bottom: 21px;
    font-weight: bold;
}

.load-more
{
    border: 1px solid gainsboro;
    color: #1930b3 !important;
    border-radius: 0;
}

