@media(min-width: 1366px) {
    .container {
        max-width: 1320px;
        width: 100%;
    }
}

@media(max-width: 1399px) {
    nav.navbar a.nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1365px) {
    .excellence-img-content img {
        width: 385px;
        height: auto;
    }
    .excellence-img-content::after {
        bottom: 10px;
    }
}

@media (max-width: 1280px) {
    nav.navbar li {
        padding: 0 11px;
    }
    nav.navbar a.nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .navbar-collapse {
        z-index: 99;
        background: white;
    }
    nav.navbar ul {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    nav.navbar a.nav-link {
        padding: 10px !important;
    }
    nav.navbar li::after {
        display: none;
    }
    /* menu css eng */
    .benner-section {
        height: auto;
        z-index: 0;
    }
    .bennertext-content {
        margin-top: 70px;
        margin-bottom: 125px;
    }
    .excellence-img-content {
        width: 90%;
        margin-left: auto;
    }
    .excellence-img-content img {
        width: auto;
        height: auto;
    }
    .excellence-img-content::after {
        height: 300px;
        left: -30px;
    }
    .titel-1 {
        font-size: 36px;
    }
    .commercial-section h6 {
        font-size: 18px;
    }
    .commercial-section p {
        font-size: 16px;
    }
    .commercial-service h5 {
        width: auto;
    }
    .benner-section {
        background-size: cover;
    }
    .brand-section li {
        margin: 10px 28px !important;
    }
    .industrial-content .img-content {
        height: 260px;
    }
    .excellence-slider .carousel{
        width: 100%;
    }
    .excellence-slider:after{
            bottom: -40px;
        height: 235px !important;
         left: -50px;
    }
}

@media (max-width: 991px) {
    .bennertext-content h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .bennertext-content p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sevice-img-content {
        height: 200px;
    }
    .excellence-img-content {
        width: 93%;
        margin-left: auto;
        margin-top: 20px;
        text-align: center;
    }
    .excellence-img-content::after {
        height: 200px;
        left: 45px;
        bottom: 0px;
    }
    .footer-section .navbar-footer {
        max-width: 80%;
    }
    .get-in-touch::after {
        bottom: -99%;
        left: 0;
        right: 0;
    }
    .get-in-touch {
        padding: 60px 0 20px 60px;
    }
    .industrial-content{
        margin: 20px 0;
    }
    .navbar-brand {
        max-width: 211px;
        height: 90px;
    }
    .navbar-brand img {
        max-width: 140px;
    }
    nav.navbar {
        top: 0;
    }
    .location {
        max-width: 375px;
    }
    .navbar-light .navbar-toggler {
        margin-top: 0;
    }
    .excellence-slider:after {
            height: 175px !important;
            left: -40px;
            /* bottom: 0px; */
    }

}

@media (max-width: 767px) {
    .commercial-section::before {
        width: 100%;
    }
    .navbar-brand {
        max-width: 211px;
        height: 90px;
    }
    .navbar-brand img {
        max-width: 140px;
    }
    nav.navbar {
        top: 0;
    }
    .excellence-img-content::after {
        left: -35px;
    }
    .excellence-slider:after {
            height: 100% !important;
            left: -70px;
            /* bottom: 0px; */
            width: 50%;
    }
}

@media (max-width: 575px) {
    nav.navbar ul {
        margin: 0;
        padding: 0;
    }
    .navbar-brand {
        padding: 13px 10px;
        height: 90px;
        max-width: 160px;
    }
    .location {
        display: none !important;
    }
    .top-menu .navbar-nav {
        display: block;
    }
    .bennertext-content {
        padding: 0 30px;
    }
    .bennertext-content h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .bennertext-content p {
        font-size: 16px;
    }
    .excellence-section::before {
        width: 60%;
    }
    .titel-1 {
        font-size: 32px;
    }
    .footer-logo {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 25px;
    }
    .footer-section .navbar-footer {
        max-width: 100%;
    }
    .contact-section2 {
        padding: 40px 0;
    }
    .get-in-touch {
        padding: 25px 0 20px 25px;
    }
    .contact-content a {
        max-width: 70%;
    }
    .brand-section li {
        margin: 10px 15px !important;
        width: 38%;
    }
    .excellence-img-content::after {
        left: -35px;
    }
    .top-menu ul li a {
        font-size: 14px;
    }
    .industrial-section,
    .excellence-section {
        padding: 0px 0 60px;
    }
}