﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
    visibility: hidden;
    background-image: linear-gradient(180deg,rgba(232,232,232,0.9) 0%, rgba(241, 238, 238,0.9) 100%), url('../../Img/SharedLayout/zz.jpg');
    background-repeat: repeat-y;
    background-size: contain;
}


/*Page Header*/
.HeaderWs {
    height: 40px;
    width: 100%;
    background-color: #ccc;
    
}


.HeaderContainer {
    width: 95%;
    margin: auto;
    height: 100%;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.HeaderSocMedia {
    text-align: center;
    justify-content: space-between;
}

    .HeaderSocMedia i {
        margin-left: 20px;
    }


.HeaderContact {
    text-align: center;
    justify-content: space-between;
}

    .HeaderContact .ManuItemSeparator {
        margin-right: 40px;
        margin-left: 30px;
    }




    .HeaderContact i {
        margin-right: 6px;
    }

.ItemAlign {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}



.headerIscon {
    color: #ed4447;
}


.HeaderTXT {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: black;
    text-align: center;
}


@media only screen and (max-width: 700px) {
    .HeaderWs {
        display: none;
    }
}


/*EndHeader*/



/*Preloader*/
.cs-loader {
    position: absolute;
    top: 0;
    left: 5%;
    height: 100%;
    width: 100%;
    visibility: visible;
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100% - 200px);
    color: #fff;
    padding: 0 100px;
    text-align: center;
}

    .cs-loader-inner label {
        font-size: 20px;
        opacity: 0;
        display: inline-block;
        color: #eba100;
    }

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}



/*ene preloader*/



.nav-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    height: 150px;
    width: 97%;
    margin: auto;
    margin-top: 20px;
    /*background-image: url('../../img/sharedlayout/rightcorn.jpg');*/
    background-size: auto;
    background-repeat: no-repeat;
}

    .nav-container a {
        color: #262626;
        text-decoration: none;
    }

    .nav-container ul {
        list-style: none;
    }

.main-nav {
    display: flex;
    align-items: center;
    height: 140px;
    padding: 20px 0;
    font-size: 14px;
    justify-content: space-between;
}


    .main-nav ul {
        display: flex;
        justify-content: space-between;
    }


    .main-nav img {
        min-width: 320px;
        height: auto;
    }







    .main-nav ul li {
        padding: 0 10px;
        font-size: 0.9em;
    }

        .main-nav ul li a:hover {
            border-bottom: 2px solid #f2b430;
            color: #f2b430;
        }

/*Drop down PRod*/
.DropDownProducts {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 4px 8px 0px #eba100;
    z-index: 100;
}

    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        margin-top: 20px;
    }

.DropDownProducts .dropdown-content a:hover {
    background-color: #eba100;
    font-weight: 700;
    color: black;
}

.DropDownProducts:hover .dropdown-content {
    display: block;
}

/*eend drop down Prod*/

.ManuItemSeparator {
    width: 2px;
    height: 20px;
    background-color: #eba100;
    margin-left: 1px;
    margin-right: 1px;
}


.menu-btn {
    cursor: pointer;
    position: absolute;
    top: 90px;
    right: 150px;
    z-index: 2;
    display: none
}

@media(max-width:1378px) {

    .menu-btn {
        display: block;
        right: 10px;
    }

        .menu-btn:hover {
            opacity: 0.5;
        }


    /*.main-menu .main-menu {
        z-index: 1000;
    }*/

    .main-nav img {
        height: auto;
        min-width: 40px;
    }

    .main-nav ul.main-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #f2f2f2;
        width: 50%;
        height: 100%;
        border-right: #ccc 1px solid;
        /*opacity: 1;*/
        padding: 30px;
        transform: translateX(-1150px);
        z-index: 2000;
    }

        .main-nav ul.main-menu li {
            padding: 10px;
            border-bottom: #ccc solid 1px;
        }

        .main-nav ul.main-menu.show {
            transform: translateX(-20px);
        }
}




/* Footer  */


.FooterContainer {
    background-color: gray;
    color: white;
    width: 100%;
    margin: auto;
    /*margin-top : 100px ;*/
    background: url('../../img/sharedlayout/grid.png') repeat #222;
}

    .FooterContainer .Footerbox {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        column-gap: 10px;
        grid-row-gap: 20px;
        width: 100%;
        height: 400px;
        justify-items: left;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

        .FooterContainer .Footerbox .FooterColumn {
            margin-left: 25px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            text-align: left;
            line-height: 7mm;
        }

            .FooterContainer .Footerbox .FooterColumn img {
                margin-right: 40px;
            }

            .FooterContainer .Footerbox .FooterColumn a {
                text-decoration: none;
                color: white;
            }


@media (max-width: 950px) {
    .FooterContainer .Footerbox {
        grid-template-columns: repeat(2,1fr);
    }

        .FooterContainer .Footerbox .FooterColumn img {
            width: 230px;
        }
}


@media (max-width: 550px) {
    .FooterContainer .Footerbox {
        grid-template-columns: 1fr;
        align-content: center;
        justify-content: center;
        text-align: center;
        height: auto;
        margin: auto;
    }
}




.Container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}










@media (min-width:576px) {
    .Container {
        max-width: 540px;
        padding: 0 20px;
    }
}

@media (min-width:768px) {
    .Container {
        max-width: 720px;
        padding: 0 20px;
    }
}

@media (min-width:992px) {
    .Container {
        max-width: 960px;
        padding: 0 20px;
    }
}


@media (min-width:1200px) {
    .Container {
        max-width: 1140px;
        padding: 0 20px;
    }
}

@media (min-width:1400px) {
    .Container {
        max-width: 1380px;
        padding: 0 20px;
    }
}
