@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-top {
        display: none;
    }

    .header-middle-text {
        display: none;
    }

    .main-slider-area {
        margin-top: 86px;
    }

    .contact-area {
        margin-top: 86px;
    }

	.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: 66px;
    display: block;
    height: 100%;
    z-index: 999;
    background-color: #fffffffa;
    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 #0a00a369;
}
	
.menu ul li {
    display: block;
    border-bottom: solid 1px rgb(54 77 160);
    width: 100%;
    padding: 4px 0px !important;
}

.header-middle .menu ul li a {
    color: #364da0;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 34px;
}

.slider {
    margin-top: 20px;
}

.mega-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    left: 0px;
    background: #364da0;
    padding: 5px 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}


}





@media screen and (max-width:767px) {
    .header-top {
        display: none;
    }

    .menu {
        top: 66px;
    }

    .hamBugarmenuBlock {
        right: 35px;
    }

    .main-slider-area {
        margin-top: 86px;
    }

    .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;
    }
}


@media screen and (max-width:575px) {

    .contact-area {
        margin-top: 74px;
    }

    .single-banner-image {
        margin: 10px 0px;
    }

    .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: 54px;
        width: 100%;
    }

    .header-middle .logo a img {
        width: 40px;
    }

    .header-middle .logo a {
        font-size: 18px;
        line-height: 50px;
    }

    .main-slider-area {
        margin-top: 74px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .our-solution-section {
        padding: 20px 0px;
    }

    .our-solution-content h2 {
        font-size: 24px;
    }

    .head-title h2 {
        font-size: 24px;
    }

    .product-area {
        padding: 15px 0px;
        background: rgb(247 247 247 / 20%);
        text-align: center;
    }

    .footer-static-title a {
        font-size: 20px;
    }

    .footer-static-title h3 {
        font-size: 20px;
    }

    .banner-content h3 {
        font-size: 20px;
    }

    .footer_button a.accordion {
        font-size: 16px;
    }

    .footer_brand {
        font-size: 16px;
    }


}