@import "../fonts/new/stylesheet.css";

* {
    font-family: 'Readex Pro' ;

}

body
{

    background-repeat: no-repeat;
    background-size: cover;
}
.header {
    width: 100%;
}




.mainMenu
{
    padding: 0;
    padding-top: 19px;
}

.ul_mainMenu
{
    height: 58px;

}

.li_mainMenu {

    padding: 0 16px !important;
    padding-top: 8px !important;
}

.li_mainMenu:hover
{

    color: #d1bb96 !important;

}
.sub_mainMenu.show
{
    background: white;
    color: #d1bb96 !important;
    box-shadow: 0px -2px 4px 0 #d1bb96;
    border-radius: 9px 8px 0 0;
}


a.nav-link.a_mainMenu {
    font-size: 22px;
    padding: 0  !important;
    font-weight: bold;
    color: #14a0a9;
    border-bottom: 1px solid transparent;
    transition:  .2s;
}

.li_mainMenu:hover a.nav-link.a_mainMenu, .li_mainMenu.show a.nav-link.a_mainMenu
{
    color: #d1bb96 !important;
}



/*-----menu mobile ------------*/




.down_fixed_mobile_menu {
    height: 61px;
    display: none;
}


.menu_mobile .navbar-collapse ul li.main_menu_mobile
{
    border-bottom:1px solid #3b7c82 ;

}

.menu_mobile .navbar-collapse ul li.main_menu_mobile:last-child
{
    border-bottom: 0 ;

}


.menu_mobile .navbar-collapse ul li.main_menu_mobile .link_menu
{
    color: #3b7c82 ;
    font-weight: bold;
    padding:  10px  15px;
}



.menu_mobile {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    overflow: auto;
    max-height: 450px;
}

.menu_mobile:focus {
    border: 0;
    box-shadow: unset;
    outline: unset;
}


.line {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}







.icon_menu_padding
{
    padding-right: 10px;
}

.image_mobile_padding
{
    padding-left: 1px;
    display: block;
}
button.btn.icon_search_m {
    background: #21767b;
    height: 57px;
    width: 36px;
    padding: 0;
    border-radius: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn.btn_lang {
    background: #21767b;
    height: 57px;
    width: 36px;
    padding: 0;
    border-radius: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_mobile
{
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.bar_mobile .navbar {
    display: block;
    padding: 0;
}

.bar_mobile  {
    background: #26878e;
}





.sub_menu_mobile
{
    padding: 0;
}

.sub_menu_mobile .card
{
    padding: 0;
    border: 0;
    border-radius: 0;
}
.sub_menu_mobile .card .card-header
{

    background: transparent;
    border-bottom: 1px solid #26878e;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;

}

.sub_menu_mobile .card .card-header .btn_menu_mobile_text
{
    padding: 0;
    color: #26878e;
    font-weight: bold;
    font-size: 18px;
    display: block;
    background: white;
    width: 100%;
    text-align: right;
    box-shadow: unset;
}


.sub_menu_mobile .card .card-header .btn_menu_mobile_icon
{
    padding: 0;
    background: #26878e;
    border-radius: 0;
    height: 40px;
    width: 40px;
    color: white;
}

.sub_menu_mobile .card .card-header .btn_menu_mobile_icon svg
{
    transition: 0.5s;
    transform: rotate(180deg);
}

.sub_menu_mobile .card .card-header .btn_menu_mobile_icon.collapsed svg
{
    transform: rotate(0deg);

}

.menu_mobile .navbar-collapse
{
    background: #FFFFFF;
    border-bottom: 1px solid #26878e;
}

.menu_mobile .navbar-collapse ul li.li_sub_menu
{
    padding-left:0px  !important;
}

.sub_menu_mobile .card-body.item_sub_menu {
    padding: 0;
    background: #dffcff;
}

.sub_menu_mobile .card-body.item_sub_menu  .sub_link_menu
{
    color: #000000 ;
    font-weight: bold;
    padding: 10px  32px;
    padding-left:  4px;
}





.sub_sub_menu_mobile
{
    padding: 0;
}

.sub_sub_menu_mobile .card
{
    padding: 0;
    border: 0;
}
.sub_sub_menu_mobile .card .card-header
{

    background: #dffcff;
    border-bottom: 1px solid #26878e;
    padding-right: 32px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;

}

.sub_sub_menu_mobile .card .card-header .btn_menu_mobile_text
{
    padding: 0;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    display: block;
    background: #dffcff;
    width: 100%;
    text-align: right;
    box-shadow: unset;
}


.sub_sub_menu_mobile .card .card-header .btn_menu_mobile_icon
{
    padding: 0;
    background: #26878e;
    border-radius: 0;
    height: 40px;
    width: 40px;
    color: white;
}

.sub_sub_menu_mobile .card .card-header .btn_menu_mobile_icon svg
{
    transition: 0.5s;
    transform: rotate(180deg);
}

.sub_sub_menu_mobile .card .card-header .btn_menu_mobile_icon.collapsed svg
{
    transform: rotate(0deg);

}


.sub_sub_menu_mobile .card-body.item_sub_menu {
    padding: 0;
    background: #FFFFFF;
    border-top: 1px solid #26878e;
}

.sub_sub_menu_mobile .card-body.item_sub_menu  .sub_link_menu
{
    color: #26878e;
    font-weight: bold;
    padding: 10px 53px;
    padding-left: 4px;
}


.sub_sub_menu_mobile .card
{

    border-bottom: 1px solid #26878e !important;
    border-radius: 0;
}


.close_model_search
{
    left: 0;
    position: absolute;
}


.btn_model_search
{
    color: #ffffff;
    background: #14a0a9;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 0;
}

.title_news_qu p{
    margin: 0;
}




/*----end menu mobile ------------*/



/*a.nav-link.a_mainMenu:hover {*/
/*    color: #d1bb96;*/
/*    border-bottom: 1px solid #d1bb96;*/
/*}*/

/*.sub_mainMenu.show a.nav-link.a_mainMenu {*/
/*    color: #d1bb96 !important;*/
/*    border-bottom: 1px solid #d1bb96 !important;*/
/*}*/


.sub_mainMenu div
{
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    padding: 0;
    top: 60px;
    border: 0;
    box-shadow: 0px 2px 5px 0 #878484;
    width: fit-content;
}

.sub_mainMenu div a
{
    color: #14a0a9;
    font-size: 18px;
    border-bottom: 1px solid #d1bb96;
    padding: 10px;

}
.sub_mainMenu div a:hover
{
    color: #14a0a9;
    background: #d1bb9694;
}
.sub_mainMenu div a:last-child
{

    border-bottom: 0px solid ;

}
.downMenu {
    padding: 0 0;
    border-bottom: 4px solid #d1bb96;
    background: white;
}

.dropdown-menu.listSubMenu {
    background: #157d84;
    border: 0;
    border-radius: 0px 0px 8px 8px;
    padding: 0;
    overflow: hidden;
}
.dropdown-menu.listSubMenu a {
    border-bottom: 1px solid white;
    padding: 8px 13px;
    color: #ffffff;
}

.dropdown-menu.listSubMenu a:hover {
    color: #ffffff;
    background: #14a0a9;
}

.dropdown-menu.listSubMenu a:last-child {
    border-bottom: 0px solid lightgrey;
}


li.nav-item.li_top_menu.submenuTop.dropdown.show {
    background: #1b95d6;
}



.link_page
{
    color: #ffffff;
}

.link_page:hover
{
    color: #ffffff;
}

.topMenu {
    background: #14a0a9;
    padding: 7px 0;
    position: fixed;
    z-index: 15000000;
    width: 100%;
}

.fixed_header_down {
    position: relative;
    z-index: -1;
    height: 49px;
}

.btt_search
{
    padding: 0;
}

.btt_search input {
    border-radius: 6px;
    height: 30px;
    padding: 5px;
    border: 0;
}

.btt_search .input-group-prepend
{
    border: 0;
    background: white;
    padding: 0;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    margin: 0;
}


.btt_search .input-group-text
{
    border: 0;
    background: white;
    padding: 0;
}

.btt_search .input-group-text .btn
{
    background: white;
    border: 0;
    border-right:2px solid #14a0a9;
    border-radius: 0;
    padding: 0 7px;
}


.btt_search .input-group-text .btn  svg {

    fill: #14a0a9;
}


.social_link a
{
    border-radius: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 25px;
    color: #d6cdbd;
    vertical-align: inherit;
    text-align: center;
}

.social_link a img
{
  width: 78%;
}
.social_link a img.facebook
{
  width:42%;

}

.padding_social
{
    padding-left: 0;
}

nav.navbar.navbar-expand-lg.navbar_top_menu {
    padding: 0;
    margin: 0;
}

.li_top_menu {
    border-left: 1px solid #ffffff;
}

.li_top_menu:last-child {
    border-left: 0px solid #ffffff;
}

.li_top_menu .a_top_menu {
    padding: 5px;
    color: #ffffff;
}

.li_top_menu .a_top_menu:hover {

    background: #1b95d6;
}


.upslider,  .bottomslider
{
    background: #d1bb96;
    border-radius: 0;
    color: #fff !important;
    padding: 0 14px;
    box-shadow: unset;
    outline: unset;
}


.upslider:focus, .bottomslider:focus
{
    box-shadow: unset;
    outline: unset;
}



.bar_under_slider {

    background: #e0d1b8;
    padding: 0;
    margin-top: 5px;
}
.title_news_qu
{
    color: black;
    font-size: 26px;
    height: 42px;
    overflow: hidden;
    text-align: center;
}


.image_un_president {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.image_un_president img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}


.about_un_president{
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 25px;
}

.un_president
{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 760px;*/
}


.opacity_un_president
{
    background: #00000063;
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.card_seminars
{
    display: block;
    position: relative;
    text-decoration: none !important;
    box-shadow: 0 0 3px 0px #00000052;
}



.content_card_seminars {
    background: white;
    padding: 15px 10px;
}


.seminars_date {
    position: absolute;
    background: #14a0a9;
    bottom: -19px;
    left: 38px;
    width: 60px;
    height: 63px;
    text-align: center;
    padding: 4px;
    color: white;
}

.seminars_time {
    font-size: 15px;
    color: #bfa984;
}



.seminars_description_title {
    margin-top: 27px;
    color: #bfa984;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    width: -webkit-fill-available;
    width: -moz-available;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.seminars_description {
    color: #14a0a9;
    margin-bottom: 10px;
    height: 100px;
    overflow: hidden;
}

.image_and_date {
    width: 100%;
    height: 340px;
    position: relative;
    box-shadow: 0px 3px 8px 1px #d5d3d3;
    background-position: center;
    background-size: cover;
}

.image_and_date img {
    width: 100%;
    height:100%;
}

.seminars
{
    margin: 30px 0 15px 0;
    background: #d6cdbd;
    padding: 35px 0;
}



.title_research_border {
    font-size: 20px;
    margin: 10px 0;
    color: #4a71a0;
    font-weight: bold;
}
.description_research_border {
    margin-bottom: 5px;
    color: #6d6c6c;
}
.research_collection_border .card_box .image_card {
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.research_collection_border .card_box .image_card img
{
    width: 89px;
}


.research_collection_border .card_box
{

    text-align: center;
}

.research_collection_border
{
    border-left: 1px solid lightgrey;

}

.research_collection_border:last-child
{
    border-left: 0 solid lightgrey;
}

.colorgradient
{
    background: rgb(42,135,141);
    background: linear-gradient(
            0deg
            , rgba(42,135,141,0.8239670868347339) 0%, rgb(206 209 196 / 0%) 71%);
}
.bg_gradient
{
    background: rgb(42,135,141);
    background: linear-gradient(
            0deg
            , rgba(42,135,141,0.8239670868347339) 0%, rgb(206 209 196 / 0%) 71%);
}


.bg_gradient_news
{
    background: rgb(20,160,169);
    background: linear-gradient(0deg, rgba(20,160,169,0.8463760504201681) 0%, rgba(20,160,169,0.3169642857142857) 50%, rgba(20,160,169,0) 100%);
}


.titlesliderJssor {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.textsliderJssor {
    font-size: 18px;
    line-height: 1.9;
    color: #fff;
}





.title_news {
    text-align: right;
    border-bottom: 1px solid #14a0a9;
    font-size: 19px;
    font-weight: bold;
    color: #14a0a9;
    padding: 0 0 10px 0;
    height: 40px;
    overflow: hidden;
    line-height: 1.9;
}
.subContent_news {
    text-align: right;
    line-height: 1.7;
    color: #14a0a9;
}


.readMore {
    color: #ffffff;
    background: #14a0a9;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 0;
}

.readMore:hover {
    color: #ffffff;
    background: #d1bb96;

}

.image_news {
    box-shadow: 2px 2px 7px 0px #858585;
}



button.btn.sendMessage {
    background: #14a0a9;
    color: #fff;
}

.copyright
{
    background: #0B0D0E;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #fff;
}

.social_link_footer
{
    text-align: center;
}

.social_link_footer  a
{
    border-radius: 0;
    padding: 0;
    font-size: 35px;
    color: #d6cdbd;
    vertical-align: inherit;
    margin: 0 10px;
}

.google_map
{
    margin-bottom: 10px;
}
.google_map iframe
{
    width: 100%;
    height: 250px;
}

.un_city_path {
    color: #14a0a9;
    font-weight: bold;
    margin-bottom: 6px;
}
.un_alkefeel_footer {
    background: #d1bb96;
    text-align: center;
    padding: 4px 3px;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.info_text
{
    margin-bottom: 5px;
}
.info_text span
{
    color: #14a0a9;
    font-weight: bold;
}

.input-group.mb-2.textBoxStyle {
    box-shadow: 0px 0px 6px 0 #8e8e8e;
    margin-bottom: 15px !important;
    border-radius: 10px;
}
.format_contact_us {
    background: #bbe0e0;
    padding: 20px;
    box-shadow: 0 0 9px 0 #02020266;
}
.info_un {
    background: #bbe0e0;
    padding: 20px;
    box-shadow: 0 0 9px 0 #02020266;
    margin-bottom: 10px;
}
.icon_contact
{
    background: transparent;
    border: 0;
    padding: 0;
}

.icon_contact div
{
    background: white;
    border-radius: 10px;
}
.icon_contact div i {
    border: 0;
    font-size: 20px;
    color: #bdbdbd;
    display: block;
    width: 10px;
}

.icon_contact div i.fa-envelope {
    font-size: 16px;
}
.icon_contact div i.fa-tablet {
    font-size: 20px;
}

.g-recaptcha
{


    overflow: hidden;
}

.boxContactus {

    margin-bottom: 4px;
    border-right: 0;
    border-radius: 10px;
    height: 50px;
    resize: none;

}

.grid_link_footer {
    margin-bottom: 15px;
}

.boxFooter{
    margin-bottom: 30px;
}

.title_category_link {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 21px;
    color: #decfa1;
}

.listLinkFooter{
    background: transparent;

}

.listLinkFooter a{
    background: transparent;
    border: 0;
    padding: 0;
    color: white;
    margin-bottom: 5px;
}

.listLinkFooter a:hover{
    background: transparent;
    color: #decfa1;
}



.footer
{

    padding: 30px 0;
    background: #14a0a9;

    margin-bottom: 10px;


}
.grid_footer
{
    text-align: center;
    margin-bottom: 30px;
}

.grid_footer span
{
    text-align: center;
    border-bottom: 1px solid white;
    color: white;
}
.grid_footer span {
    text-align: center;
    border-bottom: 1px solid white;
    color: white;
    font-size: 25px;
}


/*news*/

.title_cat {
    text-align: center;
    margin-bottom: 29px;
}
.title_cat .title_this {
    font-size: 27px;
    font-weight: bold;
    color: #14a0a9;
}



.image_box_news
{
    border: 1px solid #56565652;
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-decoration: none !important;
    box-shadow: 0 0 3px 0px #00000052;

}
.boxInfoNew {
    padding: 13px 8px 3px;
}

.title_list_new {
    color: #baa47f;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
    width: -webkit-fill-available;
    width: -moz-available;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.date_news {
    color: #baa47f;

}
.sub_content_list_new {
    height: 145px;
    overflow: hidden;
    color: #12a1a9;
    margin-bottom: 5px;
}

.image_box_news .img_news
{
    width: 100%;
    height:240px;
    background-position: center;
    background-size: cover;
}


/* Load more */
.load-more{
    width: 100%;
    background: #1b95d6;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    padding: 8px 3px;
    font-size: 20px;

}
.load-more span{
    vertical-align: sub !important;
}

.load-more:hover{
    color: #ffffff;
    background: #1b95d6c7;
}



/*-----------*/

.description_page {
    text-align: center;
    padding: 15px;
    color: #14a0a9;
    font-size: 20px;
    font-weight: bold;
}





.datepicker {
    right: unset;
}

.filter_news {
    background: #fff;
    padding: 5px;
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    border-radius: 5px;
}

.filter_btn_today
{
    background: #1b95d6;
    border-radius: 0;
    width: 100%;
    margin-bottom: 10px;
    color: #fff !important;
}

.video_and_img_page img {
    object-fit: cover;
}