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

* {
    font-family: Tajawal,sans-serif;
}
body
{
    background-repeat: no-repeat;
}


/*-----------header--------------*/



.menu {
    width: 100%;
    padding: 8px 10px;
}

.menu .li .a{
    padding: 3px 16px;
    border-bottom: 2px solid transparent;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 12px;
}

.textNameSite {
    padding: 6px 6px;
    border-radius: 8px;
    font-weight: bold;
    background: #f7f7f700;
    margin-bottom: 6px;
    font-size: 24px;
}


.menu .li .a:hover{
    color: #ffffff;
    border-bottom: 2px solid #e8b600;
    background: #37803b;
}

.menuAndLogo .logo img
{
    height: 108px;
    border-radius: 5px;
    transition: 0.3s;
}




.fixedMenu .logo img
{
    height: 83px;
}

.menuAndLogo
{
    padding: 5px 0;
    box-shadow: 0 3px 9px 0 #c4c4c445;
}

.phoneNumber
{
    color: #fff;
    padding: 11px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.changeLanguage
{
    background: transparent;
    border: none;
}


.multi-level,
.multi-level2
{
    background: #ed1d35;
    border-radius: 0;
    padding: 0;
    border: 0;
    width: -webkit-fill-available;
}

.multi-level li a
{
    color: #000000;
    background: #e6e6e6 !important;
    padding: 10px 14px;
    transition: 0.3s;
}


.multi-level li
{
    border-right: 2px solid #c8c8c8;

}
.multi-level li:last-child
{
    border-right: 0;

}
.multi-level li a:hover
{
    color: #fff;
    background:#29803f !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 6px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;


}

.dropdown:hover> .submenu.multi-level {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f104";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    font-family: FontAwesome;

}

.dropdown-submenu:hover>a:after {
    border-right-color: #fff;
}





/*mobile menu*/

.mainmenu
{
    border-radius: 0;
}
.mobileMenu .offcanvas-header
{
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0px 6px 20px 0 #00000057;
    background: #efefef;
    margin-bottom: 30px;
}

.mainmenu, .submenuMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mainmenu a {
    display: block;
    text-decoration: none;
    padding: 10px 16px;
    color: #000;
}

.mainmenu a:hover {
    background-color: #C5C5C5;
}



.mainmenu li:hover .submenuMenu {
    display: block;
    max-height: 200px;
}


.submenuMenu a {
    background-color: #e5e5e5fc;
    margin-bottom: 5px;
}

.submenuMenu a:hover {
    background-color: #666;
}


.submenuMenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
}

.mainmenu li
{
    border: none;
    padding: 0;
}

.mainmenu li.list-group-item
{
    border-radius: 15px;
    overflow: hidden;
    margin: 3px 0;
    background: #fafafa;
}


@media  (max-width: 511px){

    .mediaMobile
    {
        border-top: 1px solid #954d4d;
        display: block;
        width: 100%;
        flex: unset;
        text-align: right;
        margin-top: 7px;
        padding-top: 5px;
    }

}


.fixedMenu
{
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 1000;
    box-shadow: 0 3px 9px 0 #c4c4c445;
    background: #fff;
    transition: 0.3s;
}

.socialMediaHeader {
    padding-right: 5px;
}

.lang
{
    padding-left: 0;
}



.lang .nav-link
{
    display: inline-block;
    border-right: 2px solid #e2af00;
    margin-right: 7px;
    padding-right: 8px;
 }
.lang i
{
    display: inline-block;
    width: 16px;
}

.emailAndAddress {
    text-align: right;
    font-size: 15px;
}

.emailAndAddress i{
    display: inline-block;
    width: 23px;
}
.emailAndAddress span{
    border-right: 2px solid #ddae00;
    display: inline-block;
    padding-right: 8px;
    max-width: 89%;
}


.socialMediaHeader a{
    text-decoration: none;
    color: #fff;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 20px;
}

.openMenu{
    display: none;
    background: #333333;
    position: fixed;
    top: 12px;
    left: 12px;
    color: #fff;
    padding: 4px 8px;
    font-size: 27px;
    border-radius: 8px;
}



.multi-level, .multi-level2 {
    background: #b0000000;
    border-radius: 0;
    padding: 0;
    border: 0;
    width: fit-content;
    padding-top: 8px;
}



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

/*------- end index css ----------*/




.topBar
{
    background: #29803e;
    color: #fff;
    padding: 5px 0;
}
.nameSite{
    background: linear-gradient(135deg, #d4af37, #f7e199, #b38600);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 30px;
    font-weight: bold;

}


ul.pagination li.more
{
    color: #000;
    font-size: 1px;
    padding: 0px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}


ul.pagination li.page
{
    color: #000;
    border: 1px solid #000;
    padding: 2px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination li.page.active
{
    background: #000;
    border: 1px solid #000;
}

.paddingCell
{
    padding: 5px;
}

.titleAndPrice
{
    height: 108px;
    overflow: hidden;
}
.cardPage
{
    padding-bottom: 5px;
    border: 1px solid gainsboro;
    text-decoration: none;
    display: block;
    text-align: center;
    box-shadow: 0 0 13px 0px #00000014;
    border-radius: 5px;
    transition: 0.3s;
}
.cardPage:hover
{
    box-shadow:0 0 13px 0px #00000069;

}
.titleProduct
{
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
}


.priceProduct
{
    color: #000;
}
.imageCard
{
    padding: 10px;
    height: 280px;
    overflow: hidden;
}
.imageCard img
{
    width: 100%;
    max-height: 280px;
}
.headerPage
{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.overHeaderPage
{
    background: radial-gradient(#0000005c,#00000096);
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overHeaderPage span
{
    color: #000000;
    display: inline-block;
    padding: 16px 36px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 10px;
    background: linear-gradient(135deg, #d4af37, #f7e199, #b38600);
}





/*------------footer------------*/
.copyrgt
{
    margin-top: 20px;
    padding: 10px 5px;
    text-align: center;
    color: #e9e9e9;
    background: #418037;
}
.menuFooter
{
    background: transparent;
}

.menuFooter a
{
    background: transparent;
    border: 0;
    color: #e9e9e9 !important;
    padding: 10px 0;
}

.menuFooter a:hover
{
    background: transparent;
    color: #e9e9e9 !important;
}

.titleMenuFooter
{
    color: #e9e9e9 !important;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
}

.address
{
    text-align: center;
    color: #fff;
}


.socialMedia
{
    margin-top: 20px;
    text-align: center;
}

.socialMedia a
{
    color: #ffffff !important;
    text-decoration: none;
    padding: 0 5px;
}


.phoneAndEmail
{
    color: #fff;
    margin-bottom: 5px;
}

.noteFooter {
    color: #fff;
    margin: 20px 0;
    padding-right: 36px;
}

.footer {
    position: relative;
    background: #724d21;
    padding-top: 28px;
    margin-top: 33px;
    box-shadow: 0  -6px 8px 0 #cdcdcd;
}


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


@media (max-width: 984px) {
    .secondImg {
        height: 373px;
        position: absolute;
        width: 95%;
        top: 32px;
        left: 23px;
    }

    .firstImg {
        height: 373px;
        background-color: ghostwhite;
        width: 95%;

    }


}
@media (max-width: 460px) {

    .tabWorker {
        padding: 5px 12px;
    }

    .secondImg {
        height: 247px;
        position: absolute;
        width: 95%;
        top: 60px;
        left: 20px;
        background-color: ghostwhite;
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 0 11px 0 #0000004f;
    }

    .firstImg {
        height: 247px;
        background-color: ghostwhite;
        width: 95%;
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 0 11px 0 #0000004f;
    }

    .layerSlider {
        height: 335px;
    }
    .email {
        display: none;
    }

    .phoneNumber {
        font-size: 13px;
    }

    .titleLayer {
        font-size: 20px;

    }


    .textLayer {
        font-size: 16px;
        padding-left: 32px;
    }






    .logoAndNote img
    {
        width: 100%;
    }


}




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



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

.mainSlider .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.gradationBlack{

    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.6979166666666667) 100%);
    height: 100%;
}


.titleLayer
{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.textLayer
{
    font-size: 20px;
    color: #fff;

    margin-bottom: 30px;
}
.showMore
{
    background:#37803b !important;
    border-radius: 30px;
    color: #ffffff !important;
    padding: 7px 30px;
}


.layerSlider
{

    height: 700px;
    width: 100%;
    background-color: ghostwhite;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.paginationMainSlider .swiper-pagination-bullet
{
    border: 1px solid #fff;
    width: 30px;
    border-radius: 8px;
    opacity: 1;
    background: transparent;
}
.paginationMainSlider .swiper-pagination-bullet-active
{
    background: linear-gradient(135deg, #d4af37, #f7e199, #b38600);
}

.arrowMainSlider {
    color: #fff;
    height: 40px;
    width: 40px;
    background: linear-gradient(135deg, #d4af37, #f7e199, #b38600);
    border-radius: 50%;
}

.arrowMainSlider:after {
    font-size: 25px;
}


img.image_conferences {
    border-radius: 8px;
    width: 100%;
    height: 445px;
    object-fit: cover;
    display: block;
}

span.conferences {
    text-align: left;
    color: #29803e;
    font-size: 39px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #d4d4d4;
}
.name_conferences {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 21px;
    text-align: left;
}
.details_conferences {
    line-height: 2.3;
    text-align: justify;
    color: #828282;
}

.titleDetailsPage
{
    font-size: 20px;
    margin-bottom: 10px;
}



.vision_mission_goals {
    position: relative;
    background: #fff;
    padding: 12px;
    height: 100%;
    border-radius: 15px;
    padding-top: 60px;
    box-shadow: 0 0 10px 0 #00000040;
}
.vision_mission_goals  .image_vmg
{
    position: absolute;
    top: -55px;
    background: linear-gradient(135deg, #d4af37, #f7e199, #b38600);
    left: 38%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 0 #00000082;
}
.vision_mission_goals  .image_vmg img
{
    width: 80px;
    height: 80%;
    border-radius: 50%;
    background: #fff;
    padding: 12px;
}

.vision_mission_goals  .name_vmg
{
    text-align: center;
    margin-bottom: 6px;

}
.vision_mission_goals  .name_vmg span
{
    text-align: center;
    background: linear-gradient(135deg, #0c0c0b, #b9ac7f, #000000);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 34px;
    font-weight: bold;
}



.vision_mission_goals .details_vmg {
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}





.detailsTitleNews
{

    padding: 0 15px;
}

.cardNews {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 #4040406b;
    background: #fff;
    display: block;
    text-decoration: none;
    min-height: 500px;
    height: 100%;
}
.imageNews {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 20px;
}


.researcher_nameName {
    color: #b38600;
    padding-bottom: 17px;
    display: block;
}

.titleNews {
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.dateNews {
    margin-bottom: 20px;
    color: #838282;
}

.descriptionNews {
    color: #5d5a5a;
    margin-bottom: 30px;
    line-height: 1.7;
}


.MoreDetailsNews {
    color: #ed1d35;
    text-decoration: none;
}





.myProduct
{
    text-align: center;
    margin-bottom: 30px;
}

.myProduct span
{
    text-align: center;
    color: #2a2929;
    font-size: 32px;
    font-weight: bold;
}


.gallery
{
    background: #f5f5f5;
    padding: 8px 0;
    margin-top: 42px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.imageGallery
{
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #b4b4b4;
}

.show_more
{
    text-align: right;
    margin-bottom: 45px;
    overflow: hidden;
    padding: 3px 0;
}


.show_more a
{
    color: #000;
    text-decoration: none;
    background: linear-gradient(135deg, #d4af37, #f7e199, #b38600);
    padding: 0 12px;
    position: relative;
    border-radius:0 ;
    margin-right: 35px;
    font-weight: bold;
}


.show_more a:before
{
    content: '';
    position: absolute;
    width: 29px;
    height: 49px;
    background: linear-gradient(135deg, #d4af37, #f7e199, #b38600);
    left: -23px;
    top: -17px;
    transform: rotate(45deg);
    z-index: -1;
}

.show_more a:after
{
    content: '';
    position: absolute;
    width: 29px;
    height: 49px;
    background: linear-gradient(135deg, #d4af37, #f7e199, #b38600);
    right: -23px;
    top: 0;
    transform: rotate(45deg);
    z-index: -1;
}



.title_section {

    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 2px solid #bc9606;
    color: #000;
    overflow: hidden;
}

.title_section  span{
    display: inline-block;
    background: linear-gradient(135deg, #d4af37, #f7e199, #b38600);
    position: relative;
    padding: 5px 15px;
    color: #000000;
    font-size: 20px;
}

.title_section  span:after{
    content: '';
    background: linear-gradient(135deg, #d4af37, #f7e199, #b38600);
    position: absolute;
    width: 29px;
    height: 64px;
    transform: rotate(45deg);
    right: -22px;
    top: -3px;
    z-index: -1;
}



.CardSite {
    text-decoration: none;
    border: 1px solid #d8d8d8;
    display: block;
    padding: 9px;
    border-radius: 7px;
    box-shadow: 0 0 9px 0 #514e4e61;
}
.CardSite .imgCard {
    height: 275px;
    background-color: #f3f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}

.CardSite .titleCard {
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    height: 70px;
    overflow: hidden;
}
.CardSite .dataCard  {
    margin-bottom: 15px;
    color: #888585;
}




.titlePage
{
    margin-bottom: 30px;
    margin-top: 45px;
}
.titlePage span
{
    color: #333333;
    border-bottom: 2px solid #333333;
    font-size: 26px;
    padding-right: 45px;
}

.services {
    background-color: #30373f;
    padding-top: 45px;
    padding-bottom: 22px;
}


.titleServices {
    color: #fff;
    margin-bottom: 15px;
    font-size: 23px;
}
.we_offer {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}
.RowSriv {
    margin-bottom: 30px;
}
.titleSriv {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.textSriv {
    color: #fff;
}







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

.nameProdect{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.imageCard
{
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #b4b4b4;
}




.detailsProduct
{
    text-align: center;
    margin-bottom: 15px;
}
.detailsProduct span
{

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





.pageDetails
{
    margin-top: 45px;
}



.content img
{

    max-width: 100% !important;

}



.otherMedia
{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 #00000070;
}
.otherMedia .imgNews
{
    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;

}

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



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


.detailsProduct 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;

}

.fullFile .imgNews{

    width: 100%;
    height: 500px;

}


@media (max-width:767px ) {

    .fullFile .imgNews{

        width: 100%;
        height: 300px;

    }
}


@media (max-width:460px ) {

    .fullFile .imgNews{

        width: 100%;
        height: 250px;

    }
}

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

}



.CardSuggestionprojects
{
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
}

.CardSuggestionprojects .imgCardSuggestionDetails
{
    height: 82px;
    width: 140px;
    background-color: #f3f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.CardSuggestionprojects .titleSuggestionprojects
{
    color: #000;
    margin-bottom: 10px;
}


.CardSuggestionprojects .rowDataSuggestionprojects
{
    color: grey;
}



.writer i
{
    border-right: 1px solid #c3c3c3;
    padding-right: 7px;
}

.writer span
{
    width: fit-content;
    display: inline-block;
}
.btnSendComment button {
    background: #333333 !important;
    color: #fff !important;
    padding: 12px 35px;
}





.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;
}


.titleDetailsprojects {
    font-weight: bold;
    color: #333333;
    margin-bottom: 19px;
    font-size: 22px;
    line-height: 1.9;
}




.detailsProduct 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;

}

.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,
.content p,
.content h1,
.content h2,
.content h3,
.content span,
.content b,
.content strong
{
    line-height: 2.5 !important;
}

.content h1
{
    line-height: 2 !important;
    font-size: 25px;
    font-weight: bold;
}

.content h2
{
    line-height: 2 !important;
    font-size: 20px;
    font-weight: bold;
}

.content h3
{
    line-height: 2 !important;
    font-size: 18px;
    font-weight: bold;
}
.content h4
{
    line-height: 2 !important;
    font-size: 16px;
    font-weight: bold;
}

.content h5
{
    line-height: 2 !important;
    font-size: 15px;
    font-weight: bold;
}

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

}

.titleSection.c2 {
    background: #e5e5e5;
    margin-bottom: 17px;
    padding: 4px 15px;
    font-weight: bold;
    border-radius: 5px;
}

.pageContact_us
{
    margin-bottom: 30px;
    margin-top: 45px;
}
.borderError{
    border: 1px solid red;
}

.titleMap {
    text-align: center;
    font-weight: bold;
}

.map iframe
{
    border: 2px solid #efecec !important;
    background: #efecec !important;
    width: 100%;
    height: 300px;
}



a.CardSuggestionDetails {
    background: #e5e5e5;
    display: block;
    margin-bottom: 15px;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}

.imgCardSuggestionDetails {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
}

.titleCardSuggestionDetails {
    margin-bottom: 14px;
}
.rowDataCardSuggestionDetails {
    color: #686868;
}

/*responsive*/
@media (max-width: 991px) {
    .textNameSite {
        display: none;
    }


    .layerSlider {
        height: 500px;

    }

}



@media (max-width: 767px) {

    .vision_mission_goals {
        height: auto;
        margin-bottom: 47px;
    }

}



@media (max-width: 640px) {


    .layerSlider {
        height: 400px;

    }
    .menuAndLogo .logo img {
        height: 75px;
    }

    .setPaddingLft {
        padding-right: 15px;
    }
    .setPaddingRit {
        padding-left: 15px;
    }
}



@media (max-width:1198px ) {
    .menu .li .a {
        padding: 3px 9px;
        font-size: 15px;
    }
}



@media (max-width:768px ) {

    .container{
        max-width: 100%;
    }
    .lang i {
        display: inline-block;
        width: 15px;
    }
}



div#offcanvasWithBothOptions {
    z-index: 10000000;
}

.offcanvas-backdrop.fade.show {
    z-index: 1000000;
}

/*---------------*/
a.btn.downloadFile {
    background: #418037;
    color: #fff;
}




.titleLastNews {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}


.bigImage a {
    display: block;
    height: 504px;
    background-color: #f3f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

a .boxTitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px 13px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32%, rgb(0 0 0 / 87%) 100%);
}

.col_12 a {
    display: block;
    height: 250px;
    background-color: #f3f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 4px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.col_6 a {
    display: block;
    height: 250px;
    background-color: #f3f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}


.setPaddingLft {

    padding-right: 2px;
}

.setPaddingRit {

    padding-left: 2px;
}



.center_activities {
    background: #c4c4c445;
    padding: 38px 0;
}

.mySwiperConferences.swiper {
    width: 100%;
    height: 100%;
    padding: 15px 32px;
}

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



.mySwiperConferences .swiper {
    margin-right: auto;
    margin-left: auto;
}



.swiperConferences {
    color: #fff;
    height: 30px;
    width: 30px;
    background: #754d25;
    border-radius: 50%;
}

.swiperConferences:after {
    font-size: 16px;
}




.swiperConferences.swiper-button-next  {
    right: 1px;
    left: auto;
}

.swiperConferences.swiper-button-prev  {
    left: 1px;
    right: auto;
}

.read_conferences
{
    color: #3975b9;
}




.mySwiperworkshops.swiper {
    width: 100%;
    height: 100%;
    padding-bottom:  45px;
}

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



.mySwiperworkshops .swiper {
    margin-right: auto;
    margin-left: auto;
}



.swiperworkshops {
    color: #fff;
    height: 30px;
    width: 30px;
    background: #754d25;
    border-radius: 50%;
}

.swiperworkshops:after {
    font-size: 16px;
}




.swiperworkshops.swiper-button-next  {
    right: 1px;
    left: auto;
}

.swiperworkshops.swiper-button-prev  {
    left: 1px;
    right: auto;
}


.workshopsCard
{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.overWorkshopCard
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32%, rgb(0 0 0 / 87%) 100%);
    z-index: 100000;
    top: 0;
}
.titleCardWork {
    color: #fff;
    padding: 15px 12px;
    font-weight: bold;
    text-align: left;
}

.dateCardWork {
    color: #ece000bd;
    text-align: left;
    padding: 5px 20px;
}


img.image_research_and_articles {
    border-radius: 8px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.descriptionCatg {
    background: #ffffff;
    height: 100%;
    border-radius: 8px;
    padding: 14px 20px;
    text-align: center;
}

.contentTabResearch_and_articles {
    border: 1px solid #dee2e6;
    padding: 10px 10px 0;
    border-top: 0;
    background: #efefef;
    border-radius: 0 0 10px 10px;
}

.active_research_and_articles button {
    border-bottom: 1px solid transparent;
    padding: 12px 27px;
    color: #2f8344;
}

.active_research_and_articles button.active
{
    background: #efefef !important;
    border-bottom:1px solid #efefef !important;
}
.research_and_articles {
    padding: 0 0 0 15px;
    font-size: 32px;
}























