    .standard,
    .standard_2 {
        padding: 0 20rem;
    }
    
    .header_right {
        display: none;
    }
    
    html {
        font-size: 4.25%;
        font-size: 0.0825vw;
    }
    
    .header_side .standard {
        align-items: center;
    }
    
    .star {
        height: fit-content;
    }
    
    .footer_main .footer_box:nth-child(2),
    .footer_main .footer_box:nth-child(3) {
        display: none;
    }
    
    .footer_main .standard_2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .address li {
        justify-content: center;
    }
    
    .padding-40 {
        padding: 20rem 0;
    }
    
    .footer_box .btn_ {
        margin: 20rem auto;
        letter-spacing: 2rem;
        min-width: 64%;
        text-align: center;
    }
    
    .banner_txt {
        padding-bottom: 0rem;
    }
    
    .technology .standard {
        grid-template-columns: 2fr 5fr;
    }
    
    .main_mmenu {
        display: block;
    }
    
    .banner_txt h1 {
        font-size: 20rem;
        padding-bottom: 0rem;
    }
    
    .banner_txt h5 {
        font-size: 16rem;
    }
    
    .header_side {
        position: relative !important;
        background: var(--secondary);
    }
    
    .banner_side {
        background: url(../webImages/banners/Banners-bg.jpg) no-repeat;
        background-size: contain;
    }
    
    .fancybox-wrap {
        width: 70% !important;
    }
    
    .footer_main:after {
        height: 50%;
        background-size: cover;
    }
    
    .banner_2.grid-50 {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .banner_side {
        background-size: cover;
    }
    
    .banner_side .col1_right img {
        max-width: 60%;
        margin: 0 auto;
    }
    
    .standard_2.grid-50.banner_1 {
        grid-template-columns: 1fr;
    }
    
    .standard_2.flex_.banner_4 .banner_center_img {
        display: block;
    }
    
    .banner_right_img,
    .banner_left_img {
        display: none;
    }
    
    .banner_side .standard_2 {
        height: auto;
    }
    
    .nij_standard_ {
        width: 100vw;
        overflow: auto;
    }
    
    .nij_standard p {
        font-size: 12rem;
    }
    .col1_index .grid-50 {
    grid-template-columns: 1fr;
    gap: 0;
}