@media (min-width: 1600px){
    .container {
        max-width: 1540px;
        margin: 0 auto;
    }

    .category-menu ul li a {
        font-size: 16px;
        padding: 11px 8px;
    }
}


@media (min-width:992px) {
    .toggleMenu{
        display: none;
    }
	
}

@media screen and (max-width:991px){
	.header-middle {
		position: relative;
	}
    
    .hamBugarmenuBlock{
        position: absolute;
		right: 40px;
		top: 50%;
        text-align: center;
        z-index: 9;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .toggleMenu img {
		width: 25px;
	}
    .closeMenu,
    .togglehamburgar .openMenu{
        display: none;
    }
    .togglehamburgar .closeMenu{
        display: block;

    }
	
.menu {
    position: fixed;
    width: 300px;
    right: -100%;
    top: 128px;
    display: block;
    height: 100%;
    z-index: 999;
    background-color: #ddddddf2;
    padding: 5px 10px 10px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0,0,0.58,1);
    -webkit-transition-timing-function: ease-out;
    border-top: 1px solid #4b654b;
}
	
.menu ul li {
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, .9);
    width: 100%;
    padding: 4px 0px !important;
}

.header-middle .menu ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 34px;
}

.slider {
    margin-top: 20px;
}

.accordion1 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.panel1 {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.mega-menu {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0px 0px;
    background: #4b654b;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.head-title {
    width: 100%;
}

.our-solution-icon {
    margin-top: 20px;
}



}





@media screen and (max-width:767px) {
    .header-top {
        display: none;
    }

    .menu {
        top: 92px;
    }

    .hamBugarmenuBlock {
        right: 35px;
    }

    .main-slider-area {
        margin-top: 110px;
    }

    .our-solution-section {
        padding: 25px 0px;
    }

    .our-solution-content p {
        text-align: justify;
    }

    .our-solution-content {
        margin-bottom: 10px;
    }

    .head-title {
        width: 100%;
    }

    .head-title p {
        padding-right: 0px; 
        text-align: justify;
        margin-bottom: 15px;
    }

    .industrie-section {
        padding: 20px 0px;
    }

    .contact-area {
        margin-top: 108px;
    }
}


@media screen and (max-width:575px) {

    .header-middle {
        height: 54px;
    }

    .header-middle .logo {
        line-height: 54px;
    }

    .header-text-animation a marquee a {
        font-size: 14px;
    }

    .toggleMenu img {
        width: 20px;
    }

    .hamBugarmenuBlock {
        right: 15px;
    }

    .menu {
        top: 86px;
        width: 100%;
    }

    .header-middle .logo a img {
        width: 40px;
    }

    .header-middle .logo a {
        font-size: 18px;
        line-height: 50px;
    }

    .main-slider-area {
        margin-top: 102px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .our-solution-section {
        padding: 20px 0px;
    }

    .our-solution-content h2 {
        font-size: 20px;
    }

    .head-title h2 {
        font-size: 20px;
    }

    .product-area {
        padding: 15px 0px;
        background: rgb(247 247 247 / 80%);
    }

    .footer-static-title a {
        font-size: 22px;
    }

    .footer-static-title h3 {
        font-size: 22px;
    }

    .our-solution-icon h4 {
        font-size: 18px;
        margin: 12px 0px;
    }

    .our-solution-icon .button_blk a {
        padding: 3px 10px;
        border: 1px solid #4b654b;
        font-size: 15px;
    }

    .industrie {
        padding: 15px 15px 0;
    }

    .industrie-icon {
        margin-bottom: 5px;
    }

    .footer_button a.accordion {
        font-size: 16px;
    }

    .contact-area {
        margin-top: 102px;
    }

}