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

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


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

.titleWebsite{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding: 14px 4px;
}
.logo{
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.logo img {
    height: 295px;
}


.menu
{

}

.menu .li{
    border-left:2px solid #ffffff73;
}

.menu .li:last-child{
    border-left:0  solid  #fff;
}



.menu .li .a{
    padding: 7px 27px;
    border-bottom: 2px solid transparent;
    color: #fff;
    font-weight: bold;

}

.menu .li .a:hover{
    color: #fff;
 }

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

.menuAndLogo
{
    padding: 5px 0;
    box-shadow: 0px 3px 9px 0 #0000003d;
    background: #143a54;
}

.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: #fff;
}

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

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





/*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: left;
        margin-top: 7px;
        padding-top: 5px;
    }

}


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

.socialMediaHeader a{
    text-decoration: none;
    color: #fff;
    margin: 0 5px;
}

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




.multi-level, .multi-level2 {
    background: #1b3a55;
    border-radius: 0;
    padding: 0;
    border: 0;
    width: fit-content;
}



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

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




.topBar
{
    background: #0f0f0f;
    color: #fff;
}


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


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

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

.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: #e31730;
}
.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: #fff;
    display: inline-block;
    padding: 16px 36px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 10px;
    background: #bf0000;
}





.title_section {

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

.title_section  span{
    display: inline-block;
    background: #1b3a56;
    position: relative;
    padding: 5px 15px;
    color: #fff;
}

.title_section  span:after{
    content: '';
    background: #ea720e;
    position: absolute;
    width: 24px;
    height: 54px;
    transform: rotate(45deg);
    left: -19px;
    top: -3px;
    z-index: -1;
}


/*------------footer------------*/
.copyrgt
{
    margin-top: 20px;
    padding: 10px 5px;
    text-align: center;
    color: #e9e9e9;
    background: #303030;
}
.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;
}


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

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


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

.noteFooter {
    color: #1a1d20;
    margin: 20px 0;
    padding-left: 36px;
}

.footer
{
    position: relative;
    background: #e5e5e5;
    padding-top: 28px;
    margin-top: 33px;
}




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


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

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

    }


}



.cardNews
{
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    display: block;
    text-decoration: none;
    padding-bottom: 7px;
    overflow: hidden;
}

.imageCardNews
{
    height:250px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


.imageCardNews span
{
    position: absolute;
    bottom: 0;
    background: #039cfa;
    padding: 0 7px;
    min-width: 95px;
    text-align: center;
    color: #fff;
}


.titleCardNews {
    height: 95px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    margin-top: 7px;
    padding: 0 10px;
}

.margin_btn
{
    margin-bottom: 15px;
}

.margin_btn:last-child
{
    margin-bottom: 0;
}

.discretionSubNews{
    color: #767676;
    height: 76px;
    overflow: hidden;
}

.detailsNews
{
    text-decoration: none;
}
.titleSubNews
{
    color: #3e4d9a;
    font-weight: bold;
    margin-bottom: 3px;

}

.thump_imageNews
{
    height:100px;
    width: 100px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.show_moreBigCard
{
    background: white;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 25px;
    color: #3e4d9a;
}


.discretionBigCard {
    color: #aeafb1;
    height: 200px;
    overflow: auto;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}
.titleBigCard {
    color: white;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}
.textBigCardNews {
    background: #ea720e;
    height: 411px;
    padding: 22px;
    overflow: hidden;
}
.p_l{
    padding-left:0 ;
}

.p_r
{
    padding-right:0 ;

}



.imageBigCardNews
{
    height:411px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.titleSection
{
    position: relative;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
    margin-top: 50px;
}

.titleSection span.nameSection
{
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 1px;
    background: #fff;
    padding: 0 11px;
    border-right: 5px solid #162a83;
}





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

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.sliderImage
{
    background: #f7f7f7;
    padding: 0;
    margin-top: 27px;
    border-radius: 7px;
    margin-bottom: 15px;
}








.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: left;
    margin-bottom: 45px;
    overflow: hidden;
    padding: 3px 0;
}


.show_more a
{
    color: #ffffff;
    text-decoration: none;
    background: #143a55;
    padding: 0 12px;

    position: relative;
    border-radius:0 ;
}


/*.show_more a:before*/
/*{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 29px;*/
/*    height: 49px;*/
/*    background: #af0000;*/
/*    right: -23px;*/
/*    top: -17px;*/
/*    transform: rotate(45deg);*/
/*    z-index: -1;*/
/*}*/

/*.show_more a:after*/
/*{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 29px;*/
/*    height: 49px;*/
/*    background: #af0000;*/
/*    left: -23px;*/
/*    top: 0;*/
/*    transform: rotate(45deg);*/
/*    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-left: 45px;
}









@media (max-width: 768px) {

    .p_l {
        padding-left: 12px;
    }
    .p_r {
        padding-right: 12px;
    }


    .logo img {
        height: 188px;
    }

}


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

    .menuAndLogo
    {
        display: none;
    }
}














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

    .showMore {
        background: #ed1d35 !important;
        border-radius: 30px;
        color: #fff !important;
        padding: 2px 18px;
        font-size: 14px;
    }



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


    .logoAndNote img
    {
        width: 100%;
    }


}






