@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* // Large devices (desktops, 992px and up) */


/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1120px) {
    .telno a {

        font-size: 18px;

    }

    .menu ul li a {
        font-size: 14px;
    }

    .banner-text {
        top: 210px;
    }

    .lh-txt {
        padding: 0px 0px 50px;
    }

    .video img {
        width: 70%;
    }

    .video {
        text-align: center;
    }

    .cont p {
        font-size: 36px;
    }

    .cont span {
        font-size: 16px;
    }

    .banner-img {
        background-color: #000;
    }

    .banner-img img {
        opacity: .5;
    }

    .telno {
        padding-top: 55px;
    }

    .telno {

        padding-right: 126px;
    }

    .mobilemenu {
        display: block;
        height: 50px;
    }

    .menu {
        display: none;
    }

    .menu.active {
        display: block;
        background: rgb(0, 0, 0, 0.9);
        position: absolute;
        width: 100%;
        height: 100vh;
    }

    /* body.active {
                    filter: blur(2px);
                } */
    .menu.active ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .menu.active ul li a {
        font-size: 32px;
        padding: 15px;
    }
    .menu.active {
         padding-left: 0px; 
         padding-top: 80px; 
         overflow: scroll;
    }
    .inr-banner {
        height: 250px;}
        .inr-banner .banner-text {
            top: 150px;
        }
        .client-logo-img img {
            max-width: 150px;
        }
        .client-logo-img{
            min-height: 150px;
        }
        .inr-banner {position: relative;
        
            background-position: top right;
            background-color: #000;
            background-size: auto 250px;}
            .inr-banner::before{
                position: absolute; content:"";
                 width:100%; height: 100%;
                background-color: rgb(0, 0, 0, 0.5);
            }

}

@media (max-width: 992px) {
    .banner-img {
        padding-bottom: 50px;
    }
    .cont-no a{ display: block;}
}

@media (max-width: 768px) {
    .banner-text h1 {
        font-size: 32px;
    }

    .banner {
        background-color: #000;
    }

    .banner-img {
        padding-bottom: 50px;
        min-height: 500px;
        background: url("../images/banner.jpg") center right;
        background-size: cover;
        opacity: 0.3;
    }

    .banner-img img {
        display: none;
    }

    .logo {
        padding: 26px 12px;
    }

    .cont {
        text-align: center;
        padding-bottom: 20px;
    }

    .sli {
        margin-top: -100px;
        margin-bottom: 50px;
    }

    .blue-area {
        min-height: 400px;
        padding-top: 60px;
        padding-bottom: 150px;
    }
   
    .client-logo-img{ min-height: 150px;}
}
@media (max-width: 576px) { 
    .telno{ padding-top: 47px;}
     .client-logo-img{ min-height: 100px;}
     .client-logo-img img {
        max-width: 100%;
    }
    }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}