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

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


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


.socialMediaHeader {
    padding-right: 30px;
}


.menu {
     width: 100%;
}

.menu .li{

}
.menu .li .a{
    padding: 7px 15px;
    border-bottom: 2px solid transparent;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.3s;
}

.menu .li .a:hover{
    color: #ffffffc2;

}


/*div#navbarSupportedContent {*/
/*    margin-top: 8px;*/
/*}*/


.menuAndLogo .logo img {
    max-height: 64px;
}

.menuAndLogo
{
    padding: 5px 0;
    box-shadow: 0px 3px 9px 0 #0000003d;
    background: #000000b5;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

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


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

.multi-level li a
{
    color: #fff;
}

.multi-level li a:hover
{
    color: #fff;
    background: #c02338;
}

.dropdown-submenu {
    position: relative;
}

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


}

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

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

}

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



.openMenu
{
    height: 100%;
}

.btnMenu{
    display: none;
}


.icon{
    box-shadow: none !important;
    border: 0 !important;
}

/* nav-icon-2 */
.nav-icon-2{
    width: 35px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.nav-icon-2 span{
    background-color:#ffffff;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-icon-2 span:nth-child(1){
    width: 100%;
    height:  4px;
    display: block;
    top: 0px;
    left: 0px;
}
.nav-icon-2 span:nth-child(2){
    width: 100%;
    height:  4px;
    display: block;
    top: 13px;
    left: 0px;
}
.nav-icon-2 span:nth-child(3){
    width: 100%;
    height:  4px;
    display: block;
    bottom: 0px;
    left: 0px;
}
.nav-icon-2:not(.open):hover span:nth-child(1){
    width: 100%;
    height:  4px;
    display: block;
    top: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-icon-2:not(.open):hover span:nth-child(2){
    width: 100%;
    height:  4px;
    display: block;
    top: 13px;
    left: 0px;
    transition: .4s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-icon-2:not(.open):hover span:nth-child(3){
    width: 100%;
    height:  4px;
    display: block;
    bottom: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-icon-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-icon-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-icon-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;
}





@media  (max-width:991px ) {
    .btnMenu{
        display: inline-block;
    }

    div#navbarSupportedContent {

        margin-top: 16px;
    }
    .socialMediaHeader {
        margin-top: 45px;
    }
}


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



.address
{
    margin-top: 10px;
}
.address span
{
    font-size: 18px;
    color: grey;
}

.address div
{
    margin-top: 5px;
 }



.iconAndAddress i
{
    font-size: 23px;
}

.iconAndAddress span
{
    font-size: 20px;
    font-weight: bold;
}


.mapSite iframe
{
    margin-top: 30px;
}
.mapSite iframe
{
    width: 100%;
    height: 400px;
}

.noteContactus
{
    font-size: 20px;
    text-align: center;
}

.contactus
{
    font-size: 30px;
    color:#005b4a;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}


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


.cardNews
{
    text-decoration: none;
    border: 1px solid #faf3f3;
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 6px;
    box-shadow: 0 0 12px 0 #dddddd;

}




.imageNews
{
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 20px;

}


.dateNews
{
    margin-bottom: 8px;
    color: #d0d0d0;
    font-size: 13px;
}

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

.sectionNews
{
    background: #e3e3e3;
    padding: 35px 0;
}


.imageWorker
{
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 13px 0 #0000001c;
}

.imageWorker img
{
    width: 100%;
    height: 100%;
}

.tabWorker
{
    border: 1px solid #005b4a;
    color: #005b4a;
    padding: 6px 26px;
}
.tabWorker:hover
{
    border: 1px solid #005b4a;
    color: #fff;
    background-color: #005b4a;
}

.tabWorker.active
{

    border: 1px solid #005b4a;
    color: #fff;
    background-color: #005b4a;
}


.discoverDesign
{
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}


.discoverDesignText
{
    font-size: 20px;
    text-align: center;
}


.our_business
{
    font-size: 30px;
    color:#005b4a;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}

.RowSriv
{
    margin-bottom: 30px;
}

.titleSriv {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.textSriv {
    color: #fff;

}

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

.services
{
    background-color: #30373f;

    padding-top: 45px;
    padding-bottom: 22px;
    margin-top: 170px;
}

.aboutCompany
{
    color:#005b4a;
    margin-bottom: 15px;
    margin-top: 75px;
}

.groupCompany
{
    font-size: 22px;
    font-weight: bold;
    color:#000;
    margin-bottom: 30px;
}
.textGroupCompany
{
    margin-bottom: 30px;
}

.imageAboutCompany
{
    position: relative;
}
.firstImg
{

    height: 400px;
    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;

}


.firstImg:hover ~ .secondImg{

    z-index: -1;
    transition: 3s;
}

.secondImg
{

    height: 450px;
    position: absolute;
    width: 95%;
    top: 71px;
    right: 66px;
    background-color: ghostwhite;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 11px 0 #0000004f;
}



.arrowMainSlider
{

    color: #fff;
    background: #000;

    height: 30px;
}

.arrowMainSlider:after
{

    font-size: 20px;
}

.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,
.showMore:hover,
.showMore:focus
{
    display: inline-block;
    color: #fff;
    padding: 9px 43px;
    border-radius: 5px;
    text-decoration: none;
    background: linear-gradient(266.43deg, #287757 0.87%, #3fc08b 100%);
}

.layerSlider
{

    height: 750px;
    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: 0;
    opacity: 1;
    background: transparent;
}
.paginationMainSlider .swiper-pagination-bullet-active
{
    background: #fff;
}








.mores{
    text-align: left;
    margin-top: 15px;
}

.mores a{
    display: inline-block;
    color: #fff;
    padding: 9px 43px;
    border-radius: 5px;
    text-decoration: none;
    background: linear-gradient(266.43deg, #287757 0.87%, #3fc08b 100%);
}


.title_part
{
    margin-bottom: 15px;
    display: inline-block;
}
.title_part span
{
    display: inline-block;
    background: #005b4a;
    color: #fff;
    padding: 2px 17px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;

}

.newsIndexBig{

    display: block;
    min-height: 508px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #f6f4f4;
}
.newsIndexBig .titleNews{
    background: #195b4aab;
    position: absolute;
    width: 98%;
    bottom: 7px;
    right: 6px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 13px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}


.newsIndexSmall{

    display: block;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 5px;
    border: 1px solid #f6f4f4;
}
.newsIndexSmall .titleNews{
    background: #195b4aab;
    position: absolute;
    width: 96%;
    bottom: 7px;
    right: 6px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 13px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;

}




.newsIndexBig:hover .titleNews{

    bottom: 0;
    width: 100%;
    right: 0;

}
.newsIndexSmall:hover .titleNews{

    bottom: 0;
    width: 100%;
    right: 0;

}



.aboutMgzn {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 24px;
}


.about
{
    text-align: center;
    font-size: 20px;
}







.swiper-button-next, .swiper-button-prev {
    position: relative;
    top: 50%;
    width: 45px;
    height: 30px;
    margin-top: -43px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #f3ebdf;
    font-size: 24px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}








.imgCardWorks {
    width: 100%;
    height: 255px;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}

.descriptionCardWorks {
    color: #000;
    height: 70px;
    overflow: hidden;
    font-size: 15px;
}

.titleCardWorks {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    height: 74px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.works {
    position: relative;
    padding: 60px 0;
    padding-top: 10px;

}
.worksbg {
    width: 100%;
    height: 100%;
    background-position: top;
    opacity: 0.7;
    position: absolute;
    background-color: #f8f8f8;
    z-index: -1;
}

.bgChartbg {
    width: 100%;
    height: 100%;
    background-position: top;
    opacity: 0.1;
    position: absolute;
    background-color: #f8f8f8;
    z-index: -1;
}


.cardWork
{
    display: block;
    width: 100%;
    background: #f6ede2;
    text-decoration: none;
    padding: 15px;
    border-radius: 15px;
}


.titlePartWork {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 62px;
    margin-top: 23px;
    padding: 0 1px;
}

.mySwiperSlider.swiper {
    width: 100%;
    height: 650px;
}

.mySwiperSlider .swiper-slide {
    background: #fff;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.mySwiperSlider .swiper-slide .blackBackground {
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgb(0 0 0 / 37%) 35.1%, rgba(0, 0, 0, 0.00) 100%);
}

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

.nameSlider {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
.detailsSlider {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}


.mySwiperSlider .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left: 10px !important;
    right: unset !important;
}
.mySwiperSlider  .swiper-pagination-bullet {

    background: #ffffff;
    opacity: 1;
}
.mySwiperSlider .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}


@media  (max-width:991px ) {
    .mySwiperSlider.swiper {
        width: 100%;
        height: 350px;
    }
}



.backColorBody {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
}

.contentCardSG {
    padding: 15px;
    line-height: 2;
    color: #fff;
}


.detailsSG {
    text-align: left;
    padding: 10px 20px;
    margin-top: 30px;
}
.detailsSG a{
    color: #fff;
    text-decoration: none;
}


.bodyCardSG
{
    position: relative;
}

.headerCard {
    padding: 5px 10px;
    font-size: 25px;
    color: #fff;
}

.headerCard  img{
    max-height: 64px;
    padding-left: 15px;
}

#showDetailsSG
{
    display: none;
}



.mySwiper_sustainability_about.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 34px;
}

.mySwiper_sustainability_about .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}

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

.title_sustainability_about {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}
.details_sustainability_about {
    text-align: justify;
    line-height: 2;
}

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

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

.mySwiperWorks .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*------- end index css ----------*/






.topBar
{
    background: #005b4a;
    color: #fff;
}


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


ul.pagination li.page
{
    background: linear-gradient(266.43deg, #287757 0.87%, #3fc08b 100%);
    border: 1px solid #287757;
    padding: 2px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


ul.pagination li.page.active
{
    background: linear-gradient(266.43deg, #287757 0.87%, #3fc08b 100%);
    border: 1px solid #287757;

}


ul.blade-pagination li.page:hover {
    background: #EEE;
    color: #367a58;
}

.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: #005b4a;
}
.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
{
    border: 1px solid #eaeaea8f;
    color: #fff;
    display: inline-block;
    padding: 16px 36px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 10px;
}




/*------------footer------------*/
.copyrgt
{
    margin-top: 30px;
    padding: 10px 5px;
    text-align: center;
    color: #e9e9e9;
    border-top: 2px solid #808080;
}
.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;
}

.titleMenuFooter span:before
{
    content: '';
    width: 52px;
    position: absolute;
    display: block;
    border-bottom: 4px solid;
    bottom: -11px;
    color: #005b4a;
}



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




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


.phoneAndEmail
{
    color: #e9e9e9;
    margin-bottom: 5px;
}
.noteFooter {
    color: #e9e9e9;
    margin: 20px 0;
    padding-left: 36px;
}
.footer
{
    position: relative;
    padding-top: 30px;
    padding-bottom: 55px;
    background: linear-gradient(266.43deg, #287757 0.87%, #3fc08b 100%);
}

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


.menuFooter
{
    border: 0;
}

.menuFooter a
{
    border: 0;
    text-align: right;
    background: transparent !important;
}


.menuFooter a i
{
    font-size: 8px;
    margin-left: 5px;
}


.footerSg
{
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}



.smaleCard {
    margin-bottom: 2px;
    width: 125px;
    height: 100px;
    display: block;
    text-decoration: none;
}
.SN1
{
    width: 30px;
    color: #fff;
    font-weight: bold;
}
.SN2
{
    padding: 0;
    color: #fff;
    font-size: 10px;
    width: 103px;
    height: 38px;
    overflow: hidden;
}


.ImageSC
{
    text-align: center;
    margin-top: 3px;
}
.ImageSC img
{
    width: 50px;
}

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


@media (max-width: 984px) {
    .secondImg {
        height: 373px;
        position: absolute;
        width: 95%;
        top: 32px;
        right: 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;
        right: 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-right: 32px;
    }

    .imageWorker {
        height: 140px;
        overflow: hidden;
        border-radius: 5px;
        box-shadow: 0 0 13px 0 #0000001c;
    }

    .newsIndexBig {
        display: block;
        min-height: 300px;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        text-decoration: none;
        border-radius: 5px;
        border: 1px solid #f6f4f4;
    }


    .newsIndexBig .titleNews {
        background: #195b4aab;
        position: absolute;
        width: 96%;
        bottom: 7px;
        right: 6px;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 13px;
        color: #fff;
        border-radius: 5px;
    }

    .menuAndLogo .logo img {
        height: 95px;
        margin-top: 8px;
    }

}


