@import "../../fonts/Cairo/stylesheet.css";

* {
    font-family: 'Cairo', sans-serif;
}


html {
    scroll-padding-top: 100px; /* Adjust the value for your needs */
}


body{
    background-color:  #F5F5F5;
    background-position: center;
    background-repeat: repeat;
    overflow-x: hidden;
}


#toggleMode
{
    background: transparent;
    color: #fff;
    margin-left: 10px;
    border: 0;
    border-left: 2px solid #767676;
    padding-left: 10px;
}

.iconMobileMneu{
    border: 0!important;
    outline: unset !important;
    box-shadow: unset !important;
}


/* nav-iconMobileMneu-2 */
.nav-iconMobileMneu-2{
    width: 35px;
    height: 30px;
    margin: 10px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.nav-iconMobileMneu-2 span{
    background-color:#ffffff;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2 span:nth-child(1){
    width: 100%;
    height:  3px;
    display: block;
    top: 0px;
    left: 0px;
}
.nav-iconMobileMneu-2 span:nth-child(2){
    width: 100%;
    height:  3px;
    display: block;
    top: 13px;
    left: 0px;
}
.nav-iconMobileMneu-2 span:nth-child(3){
    width: 100%;
    height:  3px;
    display: block;
    bottom: 0px;
    left: 0px;
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(1){
    width: 100%;
    height:  3px;
    display: block;
    top: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(2){
    width: 100%;
    height:  3px;
    display: block;
    top: 13px;
    left: 0px;
    transition: .4s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(3){
    width: 100%;
    height:  3px;
    display: block;
    bottom: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2.open span:nth-child(1){
    left:3px;
    top: 12px;
    width: 30px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(90deg);
    transition-delay: 150ms;
}
.nav-iconMobileMneu-2.open span:nth-child(2){
    left:2px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(45deg);
    transition-delay: 50ms;
}
.nav-iconMobileMneu-2.open span:nth-child(3){
    left:14px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(-45deg);
    transition-delay: 100ms;
}


.header {
    position: relative;
    z-index: 100;
}



.header.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s;
    background: #fff;
}


.navbar-brand img {
    height: 90px;
}


.search-box {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer;

}

.lang-switch {

    color: gray;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.lang-switch span{
    height: 100%;
    font-size:16px;
}

.lang-switch.active {
    background-color: #2A75B8;
    color: white;

}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #2A75B8;
    text-decoration: none;
}
/*Mega Menu Styles */
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 100%;
    visibility: hidden;
    transform: translateY(-10px);
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition:  0.5s;
    opacity: 0;
}



.nav-item.has-mega-menu:hover .mega-menu {
    max-height: 2000px;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    transition:  1s;

}

span.sub_main_menu_list {
    display: block;
    margin-bottom: 18px;
    margin-top: 18px;
    font-weight: bold;
}

span.title_sub_main_menu_list {
    display: block;
    margin-bottom: 18px;
    font-weight: bold;
}

.cardFullMenu
{
    border-top: 2px solid #2A75B8;

}

.nav-item.has-mega-menu {
    position: static;
}
.nav-item.has-mega-menu a i {
    position: relative;
    top: 3px;
}
.mega-menu-list a {
    color: #b2b2b4;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, padding-left 0.3s;
    border-radius: 4px;
    display: inline-block;
}

.mega-menu-list a:hover {
    color: #000000;
}


.menu_dropdown:hover .dropdown-menu {
    display: block;
}

/*@media (min-width:989px ) {*/
/*    .menu_dropdown:hover .dropdown-menu {*/
/*        display: block;*/
/*    }*/
/*}*/



.menu_dropdown .dropdown-menu {
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 4px 0px #00000033;
}


.ul_dropdown {
    border-radius: 0;
    border: 0;
    width: max-content;
}
.ul_dropdown li a {
    padding: 8px 12px;
    color: #464646;
}

.menu_dropdown  .dropdown-toggle::after {

    border: 0;

}




.mega-menu-column h3 {
    color: #2A75B8;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li {
    margin-bottom: 22px;
    position: relative;
}




.department-list li {
    padding: 8px 15px;
}









.dropdown-submenu-sub {
    position: relative;
}

.dropdown-submenu-sub > .dropdown-menu {
    top: 0;
    right:  150%;
    margin-left: 0;
    margin-right: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    width: max-content;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.dropdown-submenu-sub:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    right: 100%;
}

.dropdown-submenu-sub.subSubMenu > .dropdown-item::after {
    content: "\f104";
    float: left;
    font-family: FontAwesome;
}



@media (min-width: 991px) {

    .dropdown-submenu-sub > .dropdown-menu.changeDir {
        top: 0;
        left:  150%;
        margin-left: 0;
        margin-right: 0;
        visibility: hidden;
        position: absolute;
        border-radius: 0;
        width: max-content;
        transition: 0.3s;
        opacity: 0;
        z-index: -1;
        right: unset;
    }

    .dropdown-submenu-sub:hover > .dropdown-menu.changeDir {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        left: 100%;
        right: unset;

    }
}




/*/////sub_menu */

#departments-section {
    overflow: hidden; /* Hide overflow to prevent items from showing off-screen */
}




.itemMenu i
{
    font-size: 15px;
    display: inline-block;
    margin-right: 8px;
    transition: 0.3s;
}

.itemMenu.active
{
    color: #000;
}

.itemMenu.active i
{
    margin-right: 15px;

}


.subItemMenu i{
    opacity: 0;
    transition: 0.3s;
    display: inline-block;
    margin-right: 8px;
}
.subItemMenu:hover i{
    opacity:1;
    margin-right: 15px;
}


.sliderMenu
{

    position: relative;
    height: 100%;
    overflow: hidden;
    transition: height 0.3s ease-in-out;

}


.contentSubMenu {
    height: 100%;
    width: 100%;
    position: absolute;
    right: -1000px;
    transition: right 0.5s ease-in-out;
    margin-top: 29px;
    padding: 0 17px;
    border-right: 2px solid #e3e3e3;
}

.contentSubMenu.openSubMenu {
    right: 0;
}



.social_media {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 100;
    text-decoration: none;
}

.social_media a  {
    text-decoration: none;
    display: block;
    padding-left: 5px;
    width: 126px;
    position: relative;
    margin-bottom: 15px;
    left: -76px;
    transition:0.3s;
    border-radius: 0 25px 25px 0;
    border:1px solid transparent;
    border-right: 0;
}



.social_media a span {
    display: inline-block;
    top: -4px;
    position: relative;
    width: 70px;
    text-align: center;
    color: #000;
}

.social_media a i {
    font-family: FontAwesome;
    padding: 9px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    margin-left: 5px;
    background-color: rgb(25 24 24 / 20%);
    backdrop-filter: blur(12px);
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.social_media a:hover  {
    background: #ffffff;
    left: 0;
    border:1px solid #b4b4b459;
}


.social_media a:hover   i {
    background: #0B4D87;
    border: 1px solid transparent;
}



/*responsive*/


.menuCenterMobile{
    display: none;
}

.menuCenterPc{
    display: block;
}




.topBar {
    padding: 14px 0;
    background: #252d35;
    border-bottom: 1px solid #cacaca2e;
    color: #fff;
}


.socialMediaHeader a
{
    text-decoration: none;
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #434343;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    transition: 0.3s;
    font-size: 13px;
}


/*-----------------*/


.search-container {
    position: relative;
}

.search-field {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 25px;
    padding: 0px 50px 0 5px;
    font-size: 16px;
    color: #666;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition:   0.3s ;
    text-align: right;
}

.search-field:focus {
     background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.search-field::placeholder {
    color: #999;
    font-size: 16px;
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
}

.btn-search {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    background: #666 !important;
    transition: color 0.3s ease;
    color: #fff !important;
    border-radius: 25px;
}




.main-news-import {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.image-card-import {
    height: 400px;
    width: 100%;
    background-size: cover;
    border-radius: 8px;
    position: relative;
}

.main-news-title-import {
    font-size: 22px;
    font-weight: bold;
    color: #585858;
    margin: 15px 0;
}

.main-news-description-import {

    color: #585858;
}

.news-item-import {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.news-title-item-import {
    font-size: 21px;
    color: #585858;
    margin-bottom: 6px;
    font-weight: bold;
}

.news-description-item-import {
    color: #585858;
}

.news-title-list {
    color: #585858;
    font-weight: bold;
}

.news-image-item-import {
    height: 150px;
    width: 100%;
    background-size: cover;
    border-radius: 8px;
    position: relative;
    display: block;
}





.news-card img {
    border-radius: 8px;
    object-fit: cover;
}

.news-title {
    font-size: 22px;
    font-weight: bold;
    color: #585858;
    line-height: 2;
}


.news-card {
    display: block;
    text-decoration: none;
    overflow: hidden;
    background: transparent;
    border: 0;

}

.news-card .card-img-top {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    overflow: hidden;

}


.imageBigNews {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.viewAndDate {
    color: #fff;
    height: 200px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7259278711484594) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 0 13px;
    padding-bottom: 15px;
}

.viewAndDate .row {
    height: 100%;
}

div.text-muted {
    line-height: 2;
    margin-bottom: 15px;
}

.shareNews a {
    color: #0B0D0E;
    text-decoration: none;
    padding: 0 5px;
}


.btnMoreLoad {
    background: #586363 !important;
    color: #fff !important;
}



.title-inPage
{
    margin-bottom: 20px;
}

.title-inPage img{
    width: 20px;
}

.title-inPage span{
    font-size: 25px;
    font-weight: bold;
}




/*-------------------------coruse---------------*/

.backgroundpage {
     height: 500px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.backgroundpage::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #2e2e2d6b;
    position: absolute;
    top: 0;
    z-index: 1;
}


.menuPage
{
    background: transparent;
}

.menuPage ul li a
{
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 0 28px;
}
.InputSearch {
    position: absolute;
    width: 100%;
    bottom: 43%;
}
/*------------courses------------------*/

.card_body_courses
{
    background: #fff;
    padding: 8px 8px !important;
    border-radius: 0 0 10px 10px;
}

.courses-card {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #b5b5b55e;
    border-radius: 15px;
    padding: 10px;
    background: #f3f3f3;
}
.courses-card .card-img-courses {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
}

.courses-title-list {
    color: #585858;
    font-weight: bold;
    margin-bottom: 26px;
}

.courses-description-list {
    margin-bottom: 26px;
}

.dateCourses {
    background: #d3d3d3;
    padding: 2px 9px;
    border-radius: 15px;
    font-size: 13px;
}

/*------------end courses------------------*/
/*------------conferences------------------*/
.card_body_conferences
{
    background: #fff;
    padding: 8px 8px !important;
    border-radius: 0 0 10px 10px;
}

.conferences-card {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #b5b5b55e;
    border-radius: 15px;
    padding: 10px;
    background: #f3f3f3;
}
.conferences-card .card-img-conferences {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
}

.conferences-title-list {
    color: #585858;
    font-weight: bold;
    margin-bottom: 26px;
}

.conferences-description-list {
    margin-bottom: 26px;
}

.dateconferences {
    background: #d3d3d3;
    padding: 2px 9px;
    border-radius: 15px;
    font-size: 13px;
}

/*------------end conferences------------------*/




/*------------index-------------*/



.toolSite
{
    position: fixed;
    z-index: 10;
    left: 10px;
    top: 35%;
    background: #00000036;
     border-radius: 15px;

}

.btn_toolSite
{
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0 5px;
}

.btn_toolSite:nth-child(2)
{
    margin-top: 10px;
}

.btn_toolSite:last-child
{
    margin-bottom: 10px;
}


.btn_toolSite i
{
    color: #fff;
    font-size: 20px;
}
.btn_toolSite span
{
    color: #fff;
    display: block;
    font-size: 10px;

}


#exampleModalSearch
{
    background: transparent;
    border: 0;

}

#exampleModalSearch .modal-content{
    background: transparent;
    color: #fff;
    border: 0;
}
.modal-backdrop.fade {
    opacity: 0.9;
}

#exampleModalSearch   .modal-header
{
    border: 0;
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    width: 100%;
}
#exampleModalSearch   .modal-header button
{
    color: #fff;
}

#exampleModalSearch   .input-group-text
{
    border-radius: 0;
}

#exampleModalSearch .modal-body input
{
    height: 50px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    box-shadow: unset;
    border-radius: 0;
    color: #fff;

}

#exampleModalSearch .modal-body button
{
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
}
#exampleModalSearch .modal-body input::placeholder {
    color: #fff;
    opacity: 1;
}




.controlSlider-next,
.controlSlider-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
}

.swiper-button-prev.controlSlider-prev:after, .swiper-button-next.controlSlider-next:after {
    font-size: 18px;
    color: #fff;
}


a.detailsSlider {
    text-decoration: none;
    color: #fff;
    background: #275ECD;
    padding: 6px 24px;
    font-size: 15px;
    border-radius: 8px;
}

.mainSlideLayer {
    position: relative;
}

.nameSlider {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.overSliderCard {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.72) 35.1%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    text-align: right;
}


.mainSlideWebSite.swiper {
    width: 100%;
    height: 100%;
}

.mainSlideWebSite .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #0d1b3f;
    height: 675px;
}

.mainSlideWebSite .swiper-slide .imageSlider {
    display: block;
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.mainSlideWebSite .swiper-slide video {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -107px;
}


.mainSlideWebSite .swiper-pagination span {

    background: #a8a8a8;
    width: 60px;
    border-radius: 25px;
    opacity: 0.7;
    height: 5px;
}

.mainSlideWebSite .swiper-pagination span.swiper-pagination-bullet-active {

    background: #ddae0f;
    opacity: 1;

}

.cardIndex {
    text-align: center;
    display: block;
    text-decoration: none;
}

.cardIndex span {
    display: inline-flex  ;
    width: 80px;
    height: 80px;
    border: 2px solid #4d4d4d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.cardIndex span img {
    max-width: 50px;
}

.cardIndex .titleCardIndex {
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 20px;
}





.cardNews {
    padding: 30px;
    text-decoration: none;
    display: block;
    width: 100%;
}


.newsSwiper.swiper {
    height: 690px;
    padding-bottom: 46px;
}

.newsSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}

.newsSwiper .swiper-slide {
    background: #fff;
}


.imageCardNews {
    width: 100%;
    height: 450px;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 25px;
    background-position: center;
}

.titleCardNews {
    text-align: right;
    font-size: 21px;
    font-weight: bold;
    color: #535353;
}

.titleCardDescription {
    text-align: right;
    font-size: 20px;
    margin-top: 10px;
    color: #767676;
}


.newsSwiper .swiper-pagination span {

    background: #a8a8a8;
    width: 60px;
    border-radius: 25px;
    opacity: 0.7;
    height: 5px;
}

.newsSwiper .swiper-pagination span.swiper-pagination-bullet-active {

    background: #ddae0f;
    opacity: 1;

}



.allRelease
{
    background: #323e3a;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    margin-top: 15px;
    text-decoration: none;
}


.controlSliderReleases {
    position: relative;
    width: 110px;
    height: 39px;

}

.controlSliderReleases .swiper
{
    padding-top: 46px;
}



.controlSliderReleases .swiper-button-next,
.controlSliderReleases .swiper-button-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color:transparent;
    backdrop-filter: blur(12px);
}

.controlSliderReleases  .swiper-button-prev:after,    .controlSliderReleases .swiper-button-next:after {
    font-size: 18px;
    color: #000;
}
.controlSliderReleases  .swiper-button-prev:after  {
    content: '\f061';
    font-family: FontAwesome;
}

.controlSliderReleases  .swiper-button-next:after  {
    content: '\f060';
    font-family: FontAwesome;
}


.swiperReleases.swiper {
    width: 100%;
    height: 100%;
}

.swiperReleases .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.releasesBar
{
    margin-top: 150px;
}

.nameBook {
    background: #676b58;
    color: #fff;
    padding: 7px 4px;
    border-radius: 5px;
    margin-top: 15px;
}

.imageBook   {

    text-align: center;
}

.imageBook img {
    width: 100%;
    height: 240px;
}

.cardBook
{
     width: 100%;
    overflow: hidden;
    padding: 0 15px;
    text-decoration: none;
}
.boxReleases {
    margin-top: -110px;
}

.releases {
    height: 220px;
    background: #ede1d4;
}


.titleBar {
    position: relative;
}

.titleBar span {
    position: relative;
    color: #535353;
    font-size: 32px;
    font-weight: bold;
}

.titleBar span::before {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    border-top: 4px solid #535353;
    border-right: 4px solid #535353;
    right: -10px;
}

.titleBar.w-color span {
    color: #fff;
}

.titleBar.w-color span::before {
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}


.coursesSwiper.swiper {
    width: 100%;
    padding-bottom: 110px;
}





.coursesSwiper .swiper-pagination span.swiper-pagination-bullet-active {

    background: #ddae0f;
    opacity: 1;

}



.tabCourses
{
    background: #323e3a;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0;
    text-decoration: none;
    border-left: 2px solid #4a5748;
}

.tabCourses:first-child
{
    border-radius: 0 25px 25px 0;
}
.tabCourses:last-child
{
    border-radius:  25px 0 0 25px  ;
}


.cardCourses
{
    text-decoration: none;
    display: block;
}

.imageSliderCourses{

    background-size: cover;
    background-position: center;
    height: 350px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;

}
.imageGridCourses{

    background-size: cover;
    background-position: center;
    height: 175px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;

}

.titleCourses
{
    text-align: right;
    font-size: 21px;
    font-weight: bold;
    color: #535353;
}

.descriptionCourses
{
    text-align: right;
    font-size: 20px;
    margin-top: 10px;
    color: #767676;
    margin-bottom: 15px;

}

.titleGridCourses
{
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #535353;
}

.descriptionGridCourses
{
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
    color: #767676;
    margin-bottom: 15px;

}
.dateCoursesIndex span {
    border-radius: 25px;
    background: #d3d3d3;
    padding: 0 12px;
    font-size: 13px;
    color: #000;
}


.swiper.seminarsSwiper {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}



.seminarsSwiper .swiper-pagination span.swiper-pagination-bullet-active {

    background: #ddae0f;
    opacity: 1;

}


.categoriesSeminars
{
    background: #fff;
    color: #36474c;
    padding: 10px 20px;
    text-decoration: none;
    display: flex ;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}


.categoriesSeminars i
{

    color: #bab98e;
    font-size: 8px;
    padding-left: 8px;
}

.categorySeminar {
    position: absolute;
    background: #fff;
    top: 10px;
    right: 10px;
    padding: 3px 9px;
    border-radius: 25px;
    font-size: 13px;
    color: #000;
}

.titleAndDateSeminars
{
    position: absolute;
    bottom: 8px;
    width: 100%;
    padding: 0 13px;
}
.titleSeminars
{
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.dateSeminars
{
    color: #fff;
    text-align: left;
    font-size: 13px;
}

.seminars
{
    min-height: 500px;
    background: #36474c;
    margin-top: 100px;
    padding: 30px 0;
    background-size: cover;
}


.seminarsCard
{
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
    text-decoration: none;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
}


.shadowCard
{

    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgb(255 255 255 / 0%) 100%);
    height: 75%;
    width: 100%;
    position: absolute;
    bottom: 0;

}



.categoriesConferencesSwiper.swiper {
    width: 100%;
    height: 100%;
}

.categoriesConferences {
    background: #323e3a;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 5px;
}


.conferencesSwiper.swiper {
    width: 100%;
    height: 100%;
    padding: 15px;
    padding-bottom: 50px;
}


.conferencesSwiper .swiper-pagination span.swiper-pagination-bullet-active {
    height: 15px;
    background: #ddae0f;
    opacity: 1;
    border-radius: 5px;
}

.cardConferences {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 #0e0e0e6e;
}
.imageConferences
{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.titleConferences {
    padding: 12px 10px;
    color: #484242;
    font-weight: bold;
}



/*------------end index-------------*/
@media (min-width: 992px) {
     .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}


/*-------------insidePage------------------*/



 .Sidebar-page {
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
}


 .titleSidebar-page
{
    color: #524f4f;

}



.cardAbout
{
    border: 1px solid #e1e1e1;
    padding: 15px;
    background: #f0f0f0;
    border-radius: 15px;
}

.titleAbout i {
    font-size: 27px;
}
.titleAbout span{
    font-size: 20px;

}

.titleAbout img {
    width: 17px;
}

.titleAbout
{
    margin-bottom: 15px;
    color: #646464;
}

.cardAbout .content
{
    line-height: 2;
}


.activities-card img {
    border-radius: 8px;
    object-fit: cover;
}


.sidebar-activities {
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
}
.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.sidebar-item img {
    width: 95px;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar-item  .titleactivitiesTopView {
    color: #0B0D0E;
}


.title-details{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}


.otherMedia   a.imageactivities {
    width: 100%;
    height: 200px;
    display: block;
    background-size: contain;
    border-radius: 8px;
}
.otherMedia video{
    width: 100%;
    height: 200px;
    background-color: #000;
    border-radius: 8px;

}






.content b{
    line-height: 2;
    color: #524f4f;
    text-align: justify;
}


.detailsactivities span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}



.sharePost  a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c2a85  !important;
    font-size: 15px;
}

.poster img
{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}


.detailsactivities span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}


.content img
{

    max-width: 100% !important;

}


.fullFile video{

    width: 100%;
    height: auto;

}


.fullFile video{

    width: 100%;
    height: auto;

}



.content  video
{
    width: 100% !important;
    height: auto !important;
}
.content  iframe
{
    width: 100%;

}


.title_category_details {
    position: absolute;
    width: 100%;
    bottom: 60%;
    text-align: center;
    font-size: 33px;
    color: #fff;
    font-weight: bold;
}




.alriwayat-card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #efefef;
    padding: 15px;
}


.details_alriwayat {
    text-align: center;
    background: #f5f5f5;
    padding: 13px;
    line-height: 2.5;
    font-weight: bold;
}

.details_alriwayat .source {
    text-align: left;
    margin-top: 18px;
    font-size: 13px;
    color: #6b6b6b;
}


.image_alriwayat {
    height: 300px;
    width: 100%;
    border-radius: 50% 50% 10px 10px;
    background-size: cover;
    background-position: center;
    transition: 0.3s;
}


.category_alriwayat:hover .image_alriwayat {
    box-shadow: 0 0 9px 0 #121111;
    transform: scale(0.9);
}

.category_alriwayat {
    display: block;
    border: 1px solid #c8c8c8;
    background: #eaeaea;
    border-radius: 50% 50% 0 0;
    padding: 10px;
    text-decoration: none;
    transition: 0.3s;

}
.category_alriwayat:hover {
    box-shadow: inset 0 0 13px 0px #51515191;

}

.title_category_alriwayat {
    text-align: center;
    padding-top: 17px;
    color: #000;
    font-weight: bold;
}



.alriwayat-card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #efefef;
    padding: 15px;
}


.details_alriwayat {
    text-align: center;
    background: #f5f5f5;
    padding: 13px;
    line-height: 2.5;
    font-weight: bold;
}

.details_alriwayat .source {
    text-align: left;
    margin-top: 18px;
    font-size: 13px;
    color: #6b6b6b;
}




.diagram {
    position: relative;
    margin: 0 auto;

}
.category_conferences {
    position: absolute;
    width: 100%;
    bottom: 42%;

}

/* الـ SVG يغطي الحاوية ليُعرض فيه الخطوط */
#connectors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* يسمح بالنقر على العناصر أعلى الـ SVG */
    overflow: visible;
}


.boxConferences.main_boxConferences
{
    background: linear-gradient(90deg, rgba(32,92,145,1) 0%, rgba(84,151,200,1) 100%);
}



.boxConferences {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 12px 22px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(10, 30, 60, 0.12);
    background: linear-gradient(90deg, #75b798 0%, #3e8947 100%);
    white-space: nowrap;
    font-size: 1.05rem;
    text-decoration: none;
}



/* فرق المسافة بين الصندوق العلوي والأسفل */
.top-wrap {
    display:flex;
    justify-content:center;
    align-items:center;
}

.boxes-row {
    margin-top: 28px;
}

.box-child {
    margin: 0 auto;
}

/* تصغير على شاشات صغيرة */
@media (max-width: 576px) {
    .boxConferences { font-size: 0.95rem; padding: 10px 14px; }
}

.conferences-card img {
    border-radius: 8px;
    object-fit: cover;
}


.sidebar-conferences {
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
}
.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.sidebar-item img {
    width: 95px;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar-item  .titleconferencesTopView {
    color: #0B0D0E;
}


.title-details{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}





.otherMedia   a.imageconferences {
    width: 100%;
    height: 200px;
    display: block;
    background-size: contain;
    border-radius: 8px;
}
.otherMedia video{
    width: 100%;
    height: 200px;
    background-color: #000;
    border-radius: 8px;

}







.content b{
    line-height: 2;
    color: #524f4f;
    text-align: justify;
}


.detailsconferences span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}



.sharePost  a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c2a85  !important;
    font-size: 15px;
}

.poster img
{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}


.detailsconferences span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}


.content img
{

    max-width: 100% !important;

}


.fullFile video{

    width: 100%;
    height: auto;

}


.fullFile video{

    width: 100%;
    height: auto;

}



.content  video
{
    width: 100% !important;
    height: auto !important;
}
.content  iframe
{
    width: 100%;

}


.bgcontact .form-control {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding-right: 40px; /* مساحة للأيقونة */
}
.bgcontact .input-group-text {
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.bgcontact   .input-wrapper {
    position: relative;
    margin-bottom: 15px;
}
.bgcontact  textarea.form-control {
    resize: none;
    height: 120px;
}
.bgcontact .btn-send {
    background-color: #f7941d;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
}
.bgcontact  .btn-send:hover {
    background-color: #e08315;
}
.bgcontact  .dot_and_title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
}
.bgcontact  .dot_and_title img{
    width: 20px;
}
.bgcontact  .dot_and_title span{
    display: block;
}

.info_contact
{
    height: 100%;
}
.info_contact .info-card
{
    height: 100%;
}

.info_contact .map {
    width: 100%;
    height: 445px;
    margin-bottom: 30px;
    border: 1px solid gainsboro;
}
.info_contact .info-card {
    background: #efefef;
    border-radius: 8px;
    padding: 46px 5px;
    text-align: center;
    transition: all 0.3s;
}
.info_contact .info-card i {
    font-size: 40px;
    color: #f7941d;
    margin-bottom: 15px;
}
.info_contact .info-card h5 {
    font-weight: bold;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.info_contact .info-card p {
    margin: 0;
    font-size: 15px;
    color: #888;
}




.errorForm
{
    color: red;
}

.borderError
{
    border: 1px solid red !important;
}

.formField
{
    height: 50px;
    border: 1.9px solid #C9CFD4;
    margin-top: 14px;
}

.formFieldComment
{
    border: 1.9px solid #C9CFD4;
    margin-top: 14px;
}

.btnSendComment button {
    background: #2c825e !important;
    color: #fff !important;
    padding: 7px 52px;
}

.courses-card img {
    border-radius: 8px;
    object-fit: cover;
}


.sidebar-courses {
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
}
.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.sidebar-item img {
    width: 95px;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar-item  .titlecoursesTopView {
    color: #0B0D0E;
}


.title-details{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}


.otherMedia   a.imagecourses {
    width: 100%;
    height: 200px;
    display: block;
    background-size: contain;
    border-radius: 8px;
}
.otherMedia video{
    width: 100%;
    height: 200px;
    background-color: #000;
    border-radius: 8px;

}





.content b{
    line-height: 2;
    color: #524f4f;
    text-align: justify;
}


.detailscourses span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}



.sharePost  a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c2a85  !important;
    font-size: 15px;
}

.poster img
{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}


.detailscourses span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}


.content img
{

    max-width: 100% !important;

}


.fullFile video{

    width: 100%;
    height: auto;

}


.fullFile video{

    width: 100%;
    height: auto;

}



.content  video
{
    width: 100% !important;
    height: auto !important;
}
.content  iframe
{
    width: 100%;

}

.name-departments-centers {
    position: absolute;
    width: 100%;
    bottom: 43%;
}

.iconDep,.nameDep
{
    text-align: center;
}
.iconDep img
{
    max-width: 150px;
}
.nameDep {
    font-size: 25px;
    font-weight: bold;
    margin-top: 18px;
    color: #fff;
}



.breadcrumbTab .breadcrumb-item a
{
     color: #7b7b7b;
    text-decoration: none;
    padding: 7px 28px;
    background-size: 100% 100% !important;
    min-width: 145px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}



.breadcrumbTab a.breadcrumbTab-active{
    color: #fff;
}

.otherMedia
{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 #00000070;
}
.otherMedia .imgprojects
{
    width: 100%;
    height: 250px;
    background-color: #f3f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.otherMedia video
{
    width: 100%;
    height: 250px;
    background-color: #000;

}

.sharePost  a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333333 !important;
    font-size: 15px;
}

.poster img
{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}



.content{
    color: #524f4f;
    text-align: justify;
    margin-top: 19px;
    line-height: 2.7;
}

.content img
{

    max-width: 100% !important;

}


.fullFile video{

    width: 100%;
    height: auto;

}


.fullFile video{

    width: 100%;
    height: auto;

}

.fullFile .imgprojects{

    width: 100%;
    height: 500px;

}


@media (max-width:767px ) {

    .fullFile .imgprojects{

        width: 100%;
        height: 300px;

    }
}


@media (max-width:460px ) {

    .fullFile .imgprojects{

        width: 100%;
        height: 250px;

    }
}


.content  video
{
    width: 100% !important;
    height: auto !important;
}
.content  iframe
{
    width: 100%;

}

.cardDetailsDep {
    background: #f0f0f0;
    padding: 25px;
    border: 2px solid #d8d8d8;
    border-radius: 10px;
}
.titleCard  {
    font-size: 18px;
    font-weight: bold;
    color: #53676b;
}

.downloadFile
{
    background: #323e3a;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    margin-top: 15px;
    text-decoration: none;
}


.image_department_center{
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 10px 10px;
    background-size: cover;
    background-position: center;
}

.image_department_center img{
    max-width: 90px;
}


a.department_center {
    background: #efefef;
    display: block;
    border-radius: 50% 50% 10px 10px;
    padding: 15px;
    border: 2px solid #dad8d8a6;
    text-decoration: none;
    font-weight: bold;
    color: #5c5959;
}
.name_departments_centers {
    text-align: center;
    margin-top: 15px;
}



.otherMedia
{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 #00000070;
}
.otherMedia .imgprojects
{
    width: 100%;
    height: 250px;
    background-color: #f3f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.otherMedia video
{
    width: 100%;
    height: 250px;
    background-color: #000;

}

.sharePost  a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333333 !important;
    font-size: 15px;
}

.poster img
{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}



.content{
    color: #524f4f;
    text-align: justify;
    margin-top: 19px;
    line-height: 2.7;
}

.content img
{

    max-width: 100% !important;

}


.fullFile video{

    width: 100%;
    height: auto;

}


.fullFile video{

    width: 100%;
    height: auto;

}

.fullFile .imgprojects{

    width: 100%;
    height: 500px;

}


@media (max-width:767px ) {

    .fullFile .imgprojects{

        width: 100%;
        height: 300px;

    }
}


@media (max-width:460px ) {

    .fullFile .imgprojects{

        width: 100%;
        height: 250px;

    }
}


.content  video
{
    width: 100% !important;
    height: auto !important;
}
.content  iframe
{
    width: 100%;

}

.cardDetailsDep {
    background: #f0f0f0;
    padding: 25px;
    border: 2px solid #d8d8d8;
    border-radius: 10px;
}
.titleCard  {
    font-size: 18px;
    font-weight: bold;
    color: #53676b;
}


.card-img-library {
    width: 100%;
    height: 255px;
    background-size: cover;
    border-radius: 5px;
}

.library-card {
    padding: 15px;
    background: #f2f2f2;
    position: relative;
    border: 15px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: -2px 2px 2px 0 #f2f2f2;
}

.library-card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ededed;
    position: absolute;
    z-index: -1;
    right: -24px;
    bottom: -24px;
    border-radius: 8px;
}

.library-title-list {
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: 15px;
}


.details-details-list {
    min-height: 95px;
    margin-bottom: 24px;
    overflow: hidden;
}

a.readAndDownload {
    text-decoration: none;
    background: #dddddd;
    color: #696464;
    margin: 0 9px;
    border-radius: 6px;
    padding: 3px 10px;
    display: inline-block;
}



.tabMedia
{
    width: 100%;
    color: #6E767C !important;
    background: #EBEDEF !important;
    padding: 15px 0;


}
.tabMedia.active
{
    color: #fff !important;
    background: #12825F !important;
}
.titlePageMedia
{
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
}

.imageGalleryLoop
{
    width: 100%;
    height: 250px;
    display: block;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 10px 0 #00000059;
    transition: 0.3s;

}

.imageGalleryLoop:hover
{
    transform: scale(1.1);
}




.category-library-card
{
    border: 1px solid #e7e7e7;
    background: #efefef;
    display: block;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}
.image-category-library
{
    background: #cccdc861;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    position: relative;
}


.image-category-library img
{
    max-width: 65%;
}

.title_category_library {
    text-align: center;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -20px;
}
.title_category_library span {
    background: linear-gradient(141deg, rgb(87 111 142 / 51%) 0%, rgb(148 172 200) 37%, rgb(84 115 153 / 77%) 67%, rgb(155 174 192 / 86%) 100%);
    display: inline-block;
    padding: 5px 25px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}

.library-card img {
    border-radius: 8px;
    object-fit: cover;
}


.sidebar-library {
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
}
.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.sidebar-item img {
    width: 95px;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar-item  .titlelibraryTopView {
    color: #0B0D0E;
}


.title-details{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}


.otherMedia   a.imagelibrary {
    width: 100%;
    height: 200px;
    display: block;
    background-size: contain;
    border-radius: 8px;
}
.otherMedia video{
    width: 100%;
    height: 200px;
    background-color: #000;
    border-radius: 8px;

}






.content b{
    line-height: 2;
    color: #524f4f;
    text-align: justify;
}


.detailslibrary span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}



.sharePost  a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c2a85  !important;
    font-size: 15px;
}

.poster img
{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}


.detailslibrary span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}


.content img
{

    max-width: 100% !important;

}


.fullFile video{

    width: 100%;
    height: auto;

}


.fullFile video{

    width: 100%;
    height: auto;

}



.content  video
{
    width: 100% !important;
    height: auto !important;
}
.content  iframe
{
    width: 100%;

}


.card-img-library {
    width: 100%;
    height: 300px;
    background-size: cover;
    border-radius: 5px;
}

.library-card {
    padding: 15px;
    background: #f2f2f2;
    position: relative;
    border: 15px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: -2px 2px 2px 0 #f2f2f2;
}

.library-card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ededed;
    position: absolute;
    z-index: -1;
    right: -24px;
    bottom: -24px;
    border-radius: 8px;
}

.library-title-list {
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: 15px;
}

.details-details-list {
    min-height: 170px;
    margin-bottom: 24px;
    overflow: hidden;

}

a.readAndDownload {
    text-decoration: none;
    background: #dddddd;
    color: #696464;
    margin: 0 9px;
    border-radius: 6px;
    padding: 3px 10px;
    display: inline-block;
}



.news-card img {
    border-radius: 8px;
    object-fit: cover;
}


.sidebar-news {
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
}
.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.sidebar-item img {
    width: 95px;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar-item  .titleNewsTopView {
    color: #0B0D0E;
}


.title-details{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}


.otherMedia   a.imageNews {
    width: 100%;
    height: 200px;
    display: block;
    background-size: contain;
    border-radius: 8px;
}
.otherMedia video{
    width: 100%;
    height: 200px;
    background-color: #000;
    border-radius: 8px;

}





.content b{
    line-height: 2;
    color: #524f4f;
    text-align: justify;
}


.detailsNews span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}



.sharePost  a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c2a85  !important;
    font-size: 15px;
}

.poster img
{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}


.detailsNews span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}


.content img
{

    max-width: 100% !important;

}


.fullFile video{

    width: 100%;
    height: auto;

}


.fullFile video{

    width: 100%;
    height: auto;

}



.content  video
{
    width: 100% !important;
    height: auto !important;
}
.content  iframe
{
    width: 100%;

}



.category-releases-card
{
    border: 1px solid #e7e7e7;
    background: #efefef;
    display: block;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}
.image-category-releases
{
    background: #cccdc861;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    position: relative;
}


.image-category-releases img
{
    max-width: 65%;
}

.title_category_releases {
    text-align: center;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -20px;
}
.title_category_releases span {
    background: linear-gradient(141deg, rgb(87 111 142 / 51%) 0%, rgb(148 172 200) 37%, rgb(84 115 153 / 77%) 67%, rgb(155 174 192 / 86%) 100%);
    display: inline-block;
    padding: 5px 25px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}


.releases-card img {
    border-radius: 8px;
    object-fit: cover;
}


.sidebar-releases {
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
}
.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.sidebar-item img {
    width: 95px;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar-item  .titlereleasesTopView {
    color: #0B0D0E;
}


.title-details{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}

.otherMedia   a.imagereleases {
    width: 100%;
    height: 200px;
    display: block;
    background-size: contain;
    border-radius: 8px;
}
.otherMedia video{
    width: 100%;
    height: 200px;
    background-color: #000;
    border-radius: 8px;

}




.content{
    color: #524f4f;
    text-align: justify;
    margin-top: 15px;
    line-height: 2.7;
}


.content b{
    line-height: 2;
    color: #524f4f;
    text-align: justify;
}


.detailsreleases span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}



.sharePost  a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c2a85  !important;
    font-size: 15px;
}

.poster img
{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}


.detailsreleases span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}


.content img
{

    max-width: 100% !important;

}


.fullFile video{

    width: 100%;
    height: auto;

}


.fullFile video{

    width: 100%;
    height: auto;

}



.content  video
{
    width: 100% !important;
    height: auto !important;
}
.content  iframe
{
    width: 100%;

}

.card-img-releases {
    width: 100%;
    height: 335px;
    background-size: cover;
    border-radius: 5px;
}

.releases-card {
    background: #f2f2f2;
    position: relative;
    border: 15px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: -2px 2px 2px 0 #f2f2f2;
}


.releases-title-list {
    font-size: 18px;
    position: absolute;
    text-align: center;
    width: 90%;
    right: 13px;
    color: #fff;
    background: linear-gradient(90deg, rgb(138 150 160) 0%, rgb(116 125 133) 45%);
    padding: 0 2px;
    border-radius: 12px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -28px;
}


.readAndDownloadReleases{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -60px;
}

.readAndDownloadReleases  a{
    text-decoration: none;
    background: #dddddd;
    color: #696464;
    margin: 0 9px;
    border-radius: 6px;
    padding: 3px 10px;
    display: inline-block;
}

.gsc-adBlock
{
    display: none !important;
}
.gsc-result-info
{
    color: #ffffff;
}

.gsc-control-cse {

    background: #ffffff;
}


.seminars-card img {
    border-radius: 8px;
    object-fit: cover;
}


.sidebar-seminars {
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
}
.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.sidebar-item img {
    width: 95px;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar-item  .titleseminarsTopView {
    color: #0B0D0E;
}


.title-details{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}

.otherMedia   a.imageseminars {
    width: 100%;
    height: 200px;
    display: block;
    background-size: contain;
    border-radius: 8px;
}
.otherMedia video{
    width: 100%;
    height: 200px;
    background-color: #000;
    border-radius: 8px;

}






.content b{
    line-height: 2;
    color: #524f4f;
    text-align: justify;
}


.detailsseminars span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}



.sharePost  a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c2a85  !important;
    font-size: 15px;
}

.poster img
{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}


.detailsseminars span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}


.content img
{

    max-width: 100% !important;

}


.fullFile video{

    width: 100%;
    height: auto;

}


.fullFile video{

    width: 100%;
    height: auto;

}



.content  video
{
    width: 100% !important;
    height: auto !important;
}
.content  iframe
{
    width: 100%;

}
.seminars-card {
    display: block;
    text-decoration: none;
    overflow: hidden;
    padding: 15px;
    background: #f2f2f2;
    position: relative;
    border: 15px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: -2px 2px 2px 0 #f2f2f2;
}

.seminars-card .card-img-seminars {
    height: 335px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
}

.dateseminars {
    background: #d3d3d3;
    padding: 2px 9px;
    border-radius: 15px;
    font-size: 13px;
}




.seminars-title-list {
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: 15px;
}

.details-details-list {
    min-height: 170px;
    margin-bottom: 24px;
}

a.readAndDownload {
    text-decoration: none;
    background: #dddddd;
    color: #696464;
    margin: 0 9px;
    border-radius: 6px;
    padding: 3px 10px;
    display: inline-block;
}


.tabMedia
{
    width: 100%;
    color: #6E767C !important;
    background: #EBEDEF !important;
    padding: 15px 0;


}
.tabMedia.active
{
    color: #fff !important;
    background: #12825F !important;
}
.titlePageMedia
{
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
}

.imageGalleryLoop
{
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 10px 0 #00000059;
    transition: 0.3s;
    position: relative;
    overflow: hidden;

}

.imageGalleryLoop .titleVideo
{
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7259278711484594) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    bottom: 0;
    height: 50%;
    display: flex;
    align-items: end;
    padding: 18px 13px;
    color: #fff;
}


#myVideo {
    width: 100%;
}

.openVideo iframe {
    width: 100%;
    height: 500px;
}

.closeBtn {
    background: #2c825e !important;
    border-radius: 15px;
    color: #fff !important;
    padding: 7px 30px;
}



.copyright {
    text-align: center;
    border-top: 3px solid #979797;
    padding-top: 15px;
    margin-top: 42px;
}


.working_hours_and_location {
    text-align: center;
    font-weight: bold;
}
.footer
{
    min-height: 500px;
    width: 100%;
    background-size: cover;
    padding: 30px 0;
}
.logoFooter
{
    text-align: center;
}

.logoFooter img
{
    width: 185px;
}

.textFooter
{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}


.socialMedia
{
    text-align: center;
}

.socialMedia a
{
    text-decoration: none;
    color: #383f40;
    padding: 0 6px;
    font-size: 28px;
}






.card-img-library_alsadiqain {
    width: 100%;
    height: 255px;
    background-size: cover;
    border-radius: 5px;
}

.library_alsadiqain-card {
    padding: 15px;
    background: #f2f2f2;
    position: relative;
    border: 15px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: -2px 2px 2px 0 #f2f2f2;
}

.library_alsadiqain-card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ededed;
    position: absolute;
    z-index: -1;
    right: -24px;
    bottom: -24px;
    border-radius: 8px;
}

.library_alsadiqain-title-list {
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: 15px;
}



.category-library_alsadiqain-card
{
    border: 1px solid #e7e7e7;
    background: #efefef;
    display: block;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}
.image-category-library_alsadiqain
{
    background: #cccdc861;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    position: relative;
}


.image-category-library_alsadiqain img
{
    max-width: 65%;
}

.title_category_library_alsadiqain {
    text-align: center;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -20px;
}
.title_category_library_alsadiqain span {
    background: linear-gradient(141deg, rgb(87 111 142 / 51%) 0%, rgb(148 172 200) 37%, rgb(84 115 153 / 77%) 67%, rgb(155 174 192 / 86%) 100%);
    display: inline-block;
    padding: 5px 25px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}

.library_alsadiqain-card img {
    border-radius: 8px;
    object-fit: cover;
}


.sidebar-library_alsadiqain {
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
}

.sidebar-item  .titlelibrary_alsadiqainTopView {
    color: #0B0D0E;
}




.otherMedia   a.imagelibrary_alsadiqain {
    width: 100%;
    height: 200px;
    display: block;
    background-size: contain;
    border-radius: 8px;
}



.detailslibrary_alsadiqain span
{

    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
}

