@media(max-width:1700px){
    #nav .logo h1{
        font-size: 25px;
    }
    #nav .container-fluid {
    padding: 20px 50px;
}
}
@media(max-width:1550px){
    #nav .logo h1{
        font-size: 22px;
    }
    #nav .container-fluid {
    padding: 20px 40px;
}
}
@media(max-width:1450px){
    #nav .logo h1{
        display: none;
    }
    #nav .container-fluid {
    padding: 20px 40px;
}
#banner .ban-text h1 br{
    display: none;
}
#banner .ban-text{
    left: 0;
    padding: 0 24px;
}
#banner img{
    height: 700px;
}
}
@media(max-width:1350px){
    #banner .ban-text h1{
    font-size: 55px;
}
#banner img{
    height: 650px;
}
.pad-all{
    padding: 60px 0;
}
#about .stat-wrap
{
    margin-top: 50px;
}
#products{
    padding: 70px 0;
}
}
@media(max-width:1110px){
    #banner img{
    height: 600px;
}
}
  @media (max-width: 991px) {
    #banner{
        margin-top: 38px;
    }
    #inner-banner{
        margin-top: 38px !important;
    }

    /* =====================================
       EXISTING RESPONSIVE STYLES
    ===================================== */

    #banner img {
        height: 500px;
    }

    #products .p-btn {
        margin-top: 20px;
    }

    #banner .ban-text h1 {
        font-size: 45px;
    }

    #banner .custom-buttons button {
        width: 60px;
        height: 60px;
    }

    #inner-banner {
        margin-top: 80px;
    }


    /* =====================================
       NAVBAR
    ===================================== */

    #nav .container-fluid {
        padding: 10px 24px !important;
    }

    #nav .logo img {
        height: 50px;
    }

    #nav .logo h1 {
        font-size: 18px;
    }


    /* =====================================
       HAMBURGER BUTTON
    ===================================== */

    #nav .menu-toggle {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 48px;
        height: 48px;

        padding: 0;

        border: none;
        background: none;

        color: var(--black);
        font-size: 28px;

        cursor: pointer;
    }


    /* =====================================
       OFF-CANVAS MENU
    ===================================== */

    #nav .menu {
        position: fixed;
        top: 0;
        right: -300px;

        display: block;

        width: 280px;
        max-width: 85%;
        height: 100vh;
        height: 100dvh;

        padding: 90px 10px 20px;

        background-color: var(--white);

        overflow-y: auto;

        z-index: 1002;

        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);

        transition: right 0.4s ease-in-out;
    }


    /* Open menu */
    #nav .menu.active {
        right: 0;
    }


    /* =====================================
       CLOSE BUTTON
    ===================================== */

    #nav .menu-close {
        position: absolute;
        top: 20px;
        right: 20px;

        display: flex;
        justify-content: center;
        align-items: center;

        width: 45px;
        height: 45px;

        padding: 0;

        border: none;
        background: none;

        color: var(--black);
        font-size: 28px;

        cursor: pointer;
    }


    /* =====================================
       MOBILE MENU LIST
    ===================================== */

    #nav .menu ul {
        position: static;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        width: 100%;
        height: auto;

        margin: 0;
        padding: 0;

        gap: 5px;

        background: transparent;
        box-shadow: none;

        text-align: left !important;
    }


    /* =====================================
       MOBILE MENU ITEMS
    ===================================== */

    #nav .menu ul li {
        width: 100%;

        margin: 0;
        padding: 0;

        list-style: none;

        border-bottom: 1px solid #e5e5e5;
    }

    #nav .menu ul li a {
        display: block;

        width: 100%;

        padding: 10px 10px;

        color: var(--black);

        font-size: 17px;
        text-align: left;
        text-decoration: none;
    }


    /* Remove desktop underline animation */
    #nav .menu ul li a::after {
        display: none;
    }


    /* =====================================
       LAST MENU ITEM / GET IN TOUCH
    ===================================== */

    #nav .menu ul li:last-of-type {
        margin-top: 10px;
        border-bottom: none;
    }

    #nav .menu ul li:last-of-type a {
        display: block;

        width: 100%;

        padding: 14px 20px;

        background-color: var(--blue2) !important;
        color: var(--white) !important;

        text-align: center;
    }


    /* =====================================
       MENU OVERLAY
    ===================================== */

    #nav .menu-overlay {
        position: fixed;
        inset: 0;

        display: block;

        width: 100%;
        height: 100vh;
        height: 100dvh;

        background: rgba(0, 0, 0, 0.45);

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        z-index: 1001;

        transition:
            opacity 0.4s ease-in-out,
            visibility 0.4s ease-in-out;
    }


    /* Active overlay */
    #nav .menu-overlay.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #about .a-text h1{
        font-size: 40px;
    }
    #about .a-text p{
        font-size: 16px;
    }
    #inner-about-time2{
        display: block;
    }
    .inner-about-time{
        display: none;
    }
    .ftr-social{
        margin-bottom: 40px;
     }
     #footer p{
        padding: 10px 0 !important;
     }
     #footer h4{
        margin-bottom: 10px !important;
     }
     #footer .menu{
        margin-bottom: 40px;
     }
     #footer .links{
        margin-left: 0;
        margin-bottom: 40px;
     }
     #footer .men a p{
        padding: 0 !important;
     }
     #footer .menu ul li{
        margin-bottom: 5px !important;
     }
     #footer .links ul li{
        margin-bottom: 5px !important;
     }
     #footer .men ul li{
        margin-bottom: 0;
     }
     #footer .contact{
        margin-left: 0;
     }
     #footer .copy{
        padding: 0 !important;
     }

}
@media(max-width:785px){
    #banner{
        margin-top: 24px;
    }
    #inner-banner{
        margin-top: 24px !important;
    }
}
@media(max-width:720px){
         #banner img{
    height: 400px;
}
 #banner .ban-text h1{
    font-size: 40px;
}
.pad-all{
    padding: 60px 0;
}
.pad-all2{
    padding: 60px 0;
}
#products{
    padding: 40px 0;
}
}
@media(max-width:520px){
     #banner img{
    height: 350px;
}
 #banner .ban-text h1{
    font-size: 35px;
}
#about .a-text h1{
        font-size: 30px;
    }
    #about .a-text p{
        font-size: 15px;
    }
    #about .stat-wrap{
        margin-top: 40px;
    }
    #about .stat-item h4{
        font-size: 26px;
        margin-bottom: 0;
    }
    #about .stat-icon img{
        width: 60px;
        height: 60px;
    }
    h5.pr-title.a-font{
        font-size: 30px;
    }
    #why h2{
        font-size: 30px;
    }
     #why p{
        font-size: 15px;
    }
    .para-head{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    #global h2{
        font-size: 30px;
    }
     #global p{
        font-size: 15px;
    }
    #why .why-item .why-icon{
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    #why .why-item{
        padding: 20px;
    }
    #why .why-item h3{
        margin-bottom: 15px;
        font-size: 18px;
    }
    #cont{
        text-align: center;
    }
    #cont h1{
        font-size: 25px;
        line-height: 1.3;
    }
    #cont .c-btn{
        text-align: center !important;
        margin-top: 20px;
    }
     #cont .c-btn a{
        padding: 10px 15px;
        font-size: 15px;
    }
     #cont .c-btn a:hover{
        padding: 10px 15px;
     }
     #cont{
        padding: 30px 0;
     }
     .ftr-social{
        margin-bottom: 40px;
     }
     #footer p{
        padding: 10px 0 !important;
     }
     #footer h4{
        margin-bottom: 10px !important;
     }
     #footer .menu{
        margin-bottom: 40px;
     }
     #footer .links{
        margin-left: 0;
        margin-bottom: 40px;
     }
     #footer .men a p{
        padding: 0 !important;
     }
     #footer .menu ul li{
        margin-bottom: 5px !important;
     }
     #footer .links ul li{
        margin-bottom: 5px !important;
     }
     #footer .men ul li{
        margin-bottom: 0;
     }
     #footer .contact{
        margin-left: 0;
     }
     #footer .copy{
        padding: 0 !important;
     }
     #inner-banner .inner-ban-img{
        height: 180px;
     }
     #inner-banner .inner-ban-text h1{
        font-size: 28px;
     }
     #inner-banner .inner-ban-text .bread span{
        font-size: 14px;
     }
     #inner-about .inner-about-text h2{
        font-size: 30px;
        margin-top: 15px;
     }
     #inner-about .inner-about-text p{
        font-size: 15px;
     }
     #inner-about-mis .inner-about-text img{
        width: 60px;
     }
     #inner-about-mis .inner-about-text .mis{
        padding: 18px;
     }
     #inner-about-mis .inner-about-text h4{
        font-size: 21px;
     }
     #inner-about-mis .inner-about-text .mis ul li{
        font-size: 14px;
     }
     #inner-about-mis .inner-about-text .mis ul li i{
        font-size: 15px;
     }
     #inner-about-mis .inner-about-text p{
        font-size: 14px;
     }
     #inner-about-number h1{
        font-size: 30px;
        margin-bottom: 30px;
     }
     #inner-about-number .info-flex{
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
     }
     #inner-about-number h2{
        font-size: 28px;
        margin-bottom: 0;
        text-align: left;
     }
     #inner-about-number p{
        font-size: 16px;
        margin-bottom: 0;
        text-align: left;
     }
     #inner-about-number{
        padding: 15px 0;
     }
     #inner-about-time span{
        font-size: 18px;
     }
     #inner-about-time h2{
        font-size: 30px;
     }
     #inner-about-time p{
        font-size: 15px;
     }
     #inner-about-time2 .times-wrap p{
        font-size: 15px;
     }
     #inner-about-cert span{
        font-size: 18px;
     }
     #inner-about-cert h2{
        font-size: 30px;
     }
     #inner-about-cert p{
        font-size: 15px;
        margin-bottom: 15px !important;
     }
     #inner-infra h2{
        font-size: 30px;
     }
     #inner-infra p{
        font-size: 15px;
        line-height: 1.6;
     }
     #inner-infra .infra-item h3{
        font-size: 20px;
     }
     #inner-infra .infra-item ul li{
        font-size: 14px;
     }
     #inner-infra .infra-item{
        padding: 15px;
     }
     #inner-infra .infra-item
     {
        margin: 10px 0;
     }
     #inner-career h5{
        font-size: 16px;
        line-height: 1.4;
     }
     #inner-career .form-title{
        font-size: 22px;
     }
     #inner-career .form-title::after{
        width: 90px;
        height: 3px;
        bottom: -5px;
     }
     #inner-career .form-title{
        margin-bottom: 40px;
     }
     #inner-career .form-control{
        padding: 8px;
     }
     #inner-career .form-label{
        font-size: 14px;
     }
     #inner-contact .cont-left .cont-item p{
        margin-bottom: 0;
     }
     #inner-contact .cont-left .cont-item{
        margin-bottom: 25px;
     }
     #inner-contact .cont-left .cont-item h5{
        margin-bottom: 5px;
     }
     #inner-contact .cont-right{
        padding: 20px;
     }
     #pro-fea ul{
        grid-template-columns: repeat(1, 1fr);
     }
     .pad-all{
    padding: 30px 0;
     }
    .pad-all2{
    padding: 30px 0;
}
}