@media screen and (max-width: 768px) { 

    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }
 


    .top-bar {
        padding: 5px 0; 
    }

    .top-bar-content {
        flex-direction: column !important; 
        padding-right: 0 !important; 
        gap: 8px; 
        text-align: center;
    }


    .top-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .top-left a {
        margin-right: 0 !important;
        font-size: 13px; 
    }

  
    .top-right {
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }

    .top-right a {
        margin-left: 10px !important;
        margin-right: 10px !important;
        font-size: 15px !important; 
    }
    
    .sticky-header {
        justify-content: space-between !important;
       padding: 10px 12px !important;
    }

    .is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
     padding: 10px 20px !important;
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.4s ease;
}
    .logo { 
        width: 160px; 
    }


    .menu-toggle {
         display: block !important;
         font-size: 15px;
        
        }


    .ul-reset {
        display: none !important;
        flex-direction: column !important;
        position: absolute;
        top: 100%; left: 0; width: 100%;
        background: #fff; z-index: 1000;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }
    .ul-reset.active { display: flex !important; }
    .ul-reset li { width: 100% !important; margin: 0 !important; }
    .ul-reset li a { padding: 15px 20px !important; border-bottom: 1px solid #eee; }


  
    .droppable:hover .mega-menu {
        display: none;
    }


    .banner {
        height:115px;
    
    }
    
    .mega-menu {
        position: static !important; 
        width: 100% !important;
        top: 0 !important;
        border-radius: 0;
        padding: 10px;
        background: #f9f9f9;
        box-shadow: none;
    }

    
    .aboutus-drop {
        margin-left: 0 !important; 
        padding: 0 15px;
        text-align: left;
    }

  
    .product-cards {
        flex-direction: column !important; 
        align-items: center;
        padding: 20px 0;
        gap: 15px;
    }

    /*
    .product-card {
        width: 90% !important; 
        margin: 0 auto;
    }

    .product-card img {
        height: auto; 
        
    }
*/

    .product-card img {
        display: none;
    }
    .product-card {
        width: 81%;
        /* padding: 15px; */
        background: none;
        box-shadow: none;
        border: none;
    }


   
    .droppable.open .mega-menu {
        display: block !important;
    }



    p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}

/*
    .section-wrapper .patten-text {
        flex-direction: column;
        margin: -30px 15px 2rem;
        padding: 2rem 10px;
    }
    .section-wrapper .patten-text .col-lg-3 { width: 100%; margin-bottom: 25px; }

    .section-wrapper .icon-pattern p {
    margin: 0;
    font-size: 17px;
    margin-left: 5rem;
}*/




    .custom-caption-left {
        width: 90%;
        top: 10%;
        left: 2% !important;
    }
    .carousel-text1 {
        font-size: 15px;
    }
    .custom-caption-left h3 {
        font-size: 12px;
    }




    .custom-caption-right {
        width: 80%;
        top: 10%;
    }
    .carousel-text2 {
        font-size: 15px;
    }
    
    .custom-caption-right h3 {
        font-size: 10px;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }
   
   
    /*
   .carousel-item:first-child::after {
        width: 100%;  
        background: linear-gradient(to bottom, 
            rgba(255, 255, 255, 0.95) 0%, 
            rgba(255, 255, 255, 0.7) 100%);
    }*/
    
    

    .btn-view-products {
        display: inline-block;
        width: auto;
        padding: 6px 6px;
        font-size: 7px;
        margin-top: -25px;
        
    }

.section-wrapper .patten-text {
        margin-top: 20px; 
        padding: 1rem;
    }
    
    
    .section-wrapper .patten-text .col-lg-3 {
        width: 50%; 
        margin-bottom: 15px;
    }

    .section-wrapper .icon-pattern {
        flex-direction: column; 
        text-align: center;
    }

    .section-wrapper .icon-pattern i {
      margin-right: 0;
        margin-bottom: 8px;
        font-size: 19px;
    }

    

        .section-wrapper .icon-pattern p {
        font-size: 10px;
    }

   
    

         .industrial-about {
        margin: 1rem 0;
        padding: 0 15px;
    }


.industry-para {
    color: #4b4f52 !important;
    text-align: justify;
    padding: 30px 6px;
}

    .about-headline {
    font-size: 20px;
    font-weight: 300 !important;
    margin-bottom: -2rem !important;
    margin-top: -1rem;
    padding: 23px 0px;
    color: #34344A;
}
    .features-list .row {
    --bs-gutter-x: 1.5rem;
    margin-left: 2rem;
}


.about-btn{
    margin-left:5rem;

}
    .industrial-left { padding-left: 0 !important; text-align: center; }
    .about-img, .feature-img { position: relative; height: 300px; margin-bottom: 30px; }
    .about-img img, .feature-img img { position: relative; width: 100%; height: 100%; }

.btn-learn-orange {
    text-decoration: none;
    /* border: 2px solid #640606; */
    padding: 6px 8px;
    font-size: 13px;
    border-radius: 12px;
    margin-left: 6rem;
    color: #212529;
    /* font-weight: 700; */
    display: flex;
    align-items: center;
    margin-top: -3rem;
    
    /* margin-bottom: 0rem; */
    transition: 0.3s;
    box-shadow: 1px 1px 17px rgb(0 0 0 / 24%);
}


    .mega-menu ul li {
        padding: 10px 20px !important;
    }

/*
    .about-img {
        display: flex;
        flex-direction: column; 
        height: auto !important;
        gap: 15px; 
    }

   
    .about-img img {
        position: relative !important; 
        width: 100% !important;
        height: auto !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
    }


    .about-img img:last-child, 
    .feature-img img:last-child {
        margin: 0 !important; 
    }
*/


.about-img {
        position: relative !important;
        display: block !important;
        width: 100%;
        height: auto;
        padding: 20px 0; 
    }

/*
    .about-img img:first-child {
        width: 100% !important;
        height: auto !important;
        margin-left: 1rem;
        position: relative !important;
        z-index: 1;
        border-radius: 10px;
    }
*/

.about-img img:first-child {
        width: 47% !important;
        height: 231px !important;
        margin-left: 1rem;
        position: relative !important;
        z-index: 1;
        border-radius: 10px;
    }

    .about-img img:last-child {
        position: absolute !important;
        width: 140px !important;   
        height: auto !important;
        bottom: 0 !important;     
        right: 10px !important;    
        z-index: 2 !important;  
        border: 5px solid #fff;    
        border-radius: 8px;
        box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
        transform: none !important;
    }

    
/*
    .exp-badge-float { top: 10px; right: 10px; padding: 10px; }*/
    
    .exp-badge-float {
        top: 13px;
        right: 43px;
        padding: 8px;
    }

    .exp-badge-float h2 {
        font-size: 17px;
    }
  

    .exp-badge-float p {
    font-weight: 600;
    line-height: 1.2;
    font-size: 10px;
    margin: 0;
}


    .sub-title1 { font-size: 24px; text-align: center;
    
    }

   /* .stats {
    color: var(--default-color);
    background-color: #3333331a;
    padding-top: 1rem;
    padding-bottom: 7rem;
    scroll-margin-top: 90px;
    overflow: clip;
}
    .stats .stats-item { margin-top: 30px; margin-bottom: 40px; }
    .stats i { font-size: 2.5rem; margin-bottom: -35px; margin-left: auto; margin-right: auto; }*/


    .stats {
        padding-bottom: 2rem !important; 
        padding-top: 1rem;
        padding: 30px 10px;
    }

 
    .stats .row.gy-4 {
        display: flex !important;
        flex-wrap: wrap !important;
        --bs-gutter-y: 1rem; 
    }


 
    .stats .col-lg-3.col-md-6 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
   

        .stats .stats-item {
        background-color: #ffffff63;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 20px 10px !important;
        width: 100%;
        text-align: center;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 9%);
        border-radius: 11px;
        min-height: 92px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .stats i {
        font-size: 2rem !important;
     margin-bottom: -41px !important;
        z-index: 5;
        position: relative;
    }

    .stats .stats-item span {
        font-size: 24px !important;
        font-weight: 700;
        display: block;
    }

    .stats .stats-item p {
        font-size: 13px !important;
        margin: 0 !important;
        line-height: 1.2;
    }

 
   /* .product-section { flex-direction: column; display: block; min-height: auto; }*/




    .product-section {
        display: block !important; 
        min-height: auto !important; 
        padding: 40px 25px !important;
        background-attachment: scroll; 
        overflow: hidden;
    }


    .product-title {
        font-size:26px; 
        text-align: center;
        top: 10%; 
      
    }


        .product-left, .product-right {
        width: 100% !important;
        position: relative !important;
        height: auto;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        margin-bottom: 30px;
    }





  /*  .product-left { position: relative; width: 100%; transform: none; padding: 40px 20px; text-align: center; top: 0; }
    .product-right { position: relative; width: 100%; transform: none; top: 0; margin-top: 30px; }*/
    
        .product-grid {
        margin-left: 0;
        padding: 0 15px;
        overflow-x: auto;
        margin-top: -3rem;
    }

    .product-block { width: 85%; min-width: 280px; }

      .slider-arrows {
        position: relative;
        left: 0;
        justify-content: center;
        margin-top: -159px;
    }
 
    .rpi-capabilities { background-attachment: scroll; padding: 4rem 0; }

    .rpi-capabilities .icon-container .icon-item p {
    font-size: 19px;
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
}

.rpi-capabilities .icon-container .number-icon i {
    font-size: 19px;
}


.features-list .feature-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
   
    /* text-align: center; */
}

.cap-title {
            margin-top: 7rem;
        left: 1rem;
        width: 90%;
        font-size: 1rem;
}

    .rpi-capabilities .icon-container .icon-item { width: 45%; }
    .rpi-capabilities .number-icon { width: 120px; height: 70px; font-size: 30px; }

  /*  .industry-served .card { width: 90% !important; margin: 0 auto 20px; }
    .industry-served .card-img-top { margin: 0 auto !important; display: block; width: 60%; }
*/





 

    .industry-served {
        padding: 3rem 0 !important;
    }


    
    .industry-served {
        padding: 3rem 0 !important;
    }

   
    .industry-served .row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        margin: 0 !important;
    }


    .industry-served .row > div {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 8px !important; 
    }


    .industry-served .card {
        width: 100% !important; 
        margin: 0 !important;
        padding: 1.5rem 5px !important;
        box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
        border-radius: 10px;
        height: 100%; 
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
    }


    .industry-served .card-img-top {
        width: 60% !important;
        height: 60px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
        object-fit: contain;
        display: block;
    }


    .industry-served .card-body {
        padding: 0 !important;
        text-align: center;
    }

    .industry-served .card-body h5 {
        font-size: 14px !important; 
        margin: 0 !important;
        padding-top: 5px !important;
        color: #a50505;
        line-height: 1.3;
    }









.customer-section {
    padding: 51px 11px;
    background-color: #f3f3f3;
}
  
    
    
    
    .customer-middle-btn {
        margin-left: -8px !important;
        margin-top: 4rem;
     
        width: 100%;
       
    }

    .testimonial {
    padding: 8rem 8px;
}
    .slider .slide { width: 150px; }

   
    .call-to-action .d-flex { flex-direction: column; text-align: center; }
    .cta-icon { margin-right: 0 !important; margin-bottom: 10px; }

    .cta-icon i {
    font-size: 20px;
    color: #ffffff;
}



.cta-text {
    letter-spacing: 0.5px;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    font-size: 13px;
}


  /*  .cta-btn { width: 100%; max-width: 300px; margin: 10px auto; display: block; }*/


    .cta-btn {
        width: 100%;
       
        margin: 10px auto;
        display: block;
        max-width: 197px;
    }

.cta-wp {
    background-color: #25D366;
    color: white;
    border-radius: 1rem;
    font-size: 13px;
}

    .cta-no{
        font-size: 13px;
    }









    .aboutInner {
        padding: 4rem 15px !important; 
    }

    .lead {
        font-size: 1.1rem;
        text-align: center; 
        text-align: justify;
        padding: 0px 11px;
    }

    .title-flex {
        flex-direction: column;
        gap: 10px;
    }

    .aboutInner .aboutwrap {
        padding-left: 0 !important; 
        text-align: center;
      
    }

    .aboutwrap i.fas {
        margin-bottom: 15px;
    }

    .aboutInner .aboutwrap h4 {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .aboutInner .aboutwrap p {
        text-align: center;
        font-size: 16px;
          text-align: justify;
    }

  
    .quality-section {
        padding: 60px 15px !important;
    }

    
    .bg-watermark {
        font-size: 29px !important;
        top: 40px;
    }

    .quality-title {
        font-size: 1.6rem;
        margin-top: 3rem; 
        text-align: center;
    }

    .cards-wrapper {
        gap: 15px;
    }

   
    .quality, .qualiity {
        max-width: 100% !important; 
        padding: 30px 20px;
        min-height: auto;
    }

    .quality {
        clip-path: polygon(0% 0%, 90% 0, 100% 15%, 100% 100%, 0% 100%) !important;
    }





    
    .abt-intro-section {
        padding: 2rem 15px 0 15px !important;
    }

    
    .directors-img {
        width: 200px; 
        margin: 0 auto 20px;
    }

    .believe {
        font-size: 1.5rem; 
        margin-bottom: 1rem;
    }

  
    .blockquote {
        padding: 40px 15px 20px !important;
        text-align: center;
    }

    .blockquote:before {
        font-size: 60px !important;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
    }

    .blockquote::after {
        width: 100px !important; 
        margin-left: -50px !important;
    }

  
    .blockquote p {
        font-size: 24px !important; 
        line-height: 1.3;
        margin-top: 20px;
    }

  
    .director-para {
        margin-top: 1.5rem !important;
        text-align: center; 
        font-size: 16px;
        text-align: justify;
    }

    .believe-data {
        padding: 10px;
    }


    .comp-details {
        padding: 3rem 15px !important; 
    }

 
    

    .comp-details .comp-heading {
        font-size: 16px !important;
    
        line-height: 28px;
        padding-bottom: 0rem;
    }

    .comp-details p {
        text-align: center;
        line-height: 26px;
        font-size: 16px;
        text-align: justify;
    }


    .choose-us {
    background-color: #2b2b2b;
    color: #ffffff;
    padding: 0px 15px;
}

    .our-legacy {
        margin-bottom: 20px;
        text-align: center;
        padding: 20px 15px;
    }

    .our-legacy:hover {
        transform: scale(1.02); 
    }

    
    .icon-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .icon-text i {
        margin-bottom: 10px;
    }

 
    .img-wrapper {
        margin-top: 2rem;
        text-align: center;
    }

    .img-wrapper img {
        max-height: 300px !important; 
        width: 100%;
        object-fit: cover;
        border-width: 4px !important;
    }

        .btn-maroon {
        width: 98%;
        padding: 12px;
        font-size: 14px;
        margin-top: -4rem;
    }

  
    .main-container {
        flex-direction: column !important;
        padding: 0 15px;
        gap: 10px;
    }

   
    .sidebar {
        width: 100% !important;
        overflow-x: auto; 
    }

    .menu-list {
        flex-direction: row !important; 
        max-height: none !important;
        border-bottom: 2px solid #eee;
    }

    .tab-btn {
        flex: 0 0 auto; 
        padding: 12px 15px !important;
        border-bottom: none !important;
        border-right: 1px solid #eee;
        white-space: nowrap; 
    }

    .tab-btn.active {
        border-right: none !important;
        border-bottom: 3px solid #003366 !important; 
    }

  
    .details-card {
        padding: 20px 15px !important;
        min-height: auto !important;
    }


    
    .details-card p{
     text-align:justify;
    }



    .product-layout {
        flex-direction: column !important;
        text-align: center;
    }

    .img-box {
        width: 100% !important; 
        height: auto !important;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .content-side {
        margin-left: 0 !important;
        width: 100%;
    }

    .heading-box {
        padding: 5px 0 !important;
        display: block;
    }


    .heading-box h3 {
        font-size: 1.3rem !important;
    }


    .application-box {
        margin-left: 0 !important; 
        padding: 10px !important;
        max-width: 100% !important;
    }

    .application-box p {
        font-size: 0.95rem;
        text-align: center;
    }

.clients-logo-grid{
padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding: 0px 12px;
}


  
    .hero {
        display: flex !important;
        flex-direction: column-reverse !important; 
        padding: 2rem 1.5rem !important;
        gap: 2rem !important;
        text-align: center;
    }


    .hero__heading {
        font-size: 2rem !important;
    }

    .hero__heading span {
        font-size: 0.6em !important;
    }

    .hero__caption {
        font-size: 1rem !important;
        min-height: auto !important; 
        margin: 1rem 0 !important;
        text-align: justify;
    }

    
    .hero__image-wrapper {
        height: 300px !important; 
        width: 100% !important;
        overflow: hidden;
    }

    .hero__image-wrapper img {
        padding: 10px !important; 
        object-fit: contain !important;
        height: 100% !important;
        width: 100% !important;
        position: relative !important; 
    }

  
    .controls {
        justify-content: center !important;
        width: 100%;
        margin-bottom: 2rem;
    }

    .btn-custom {
        padding: 10px 20px !important;
        font-size: 14px !important;
        flex: 1; 
    }


.form-section{
    padding: 0px 10px;
}
    
    .address-section-container {
        margin: 10px auto;
        padding: 0 15px;
    }

    .address-section-card {
        flex-direction: column !important; 
        text-align: center !important;
        justify-content: center !important;
        padding: 20px 10px;
        margin-bottom: 15px;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

   
    .address-section-card-body {
        flex-direction: column !important; 
        gap: 8px !important;
        width: 100%;
    }

   
    .address-section-text-center .address-section-card i {
        width: 45px;
        height: 45px;
        font-size: 22px;
        margin-bottom: 5px;
    }


    .address-section-card-body p, 
    .address-section-card-body h5 {
        margin: 0;
        font-size: 15px;
        line-height: 1.4;
    }

    .contact-btn{
        margin-bottom: 2rem;

    }

    
.border-right-custom {
  border: none; padding-right: 0rem !important;
}

    .footer-sec .opacity { text-align: center; padding: 2rem 15px; }
    .footer-sec .col-md-3, .footer-sec .col-md-4 { margin-bottom: 30px; width: 100%; }

    .register-title{
        text-align: center;
    }

    .our-comp-list {
    list-style-type: none;

   
    margin-left: 6rem;
    
    
}






    .footer-sec p {
        color: #ffffff;
        text-align: center;
        font-size: 14px;
  }
  
   .footer-sec h4
 {
      text-align: center;
 }

  .designer-link {
    text-decoration: none;
    color: #3391f5;
    font-weight: bold;
    
   /* font-size: 7px;*/
}

.footer-sec li {
    padding: 10px 0;
    text-align: initial;
    font-size: 15px;
    margin-left:1rem;
}


.cta-wp:hover{
    background-color: transparent;
}


.footer-logo{
     
        margin-left: 2rem;
}



    .our-company {
   text-align: center !important;
}


.rpi-capabilities .icon-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -6rem;
    margin-bottom: -3rem;
}








}





@media (max-width: 1200px) {


    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }
 


    .top-bar {
        padding: 5px 0; 
    }

       .top-bar-content {
        /* flex-direction: column !important; */
        padding-right: 0 !important;
        gap: 8px;
        text-align: center;
    }


    .top-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .top-left a {
        margin-right: 0 !important;
        font-size: 13px; 
    }

  
    .top-right {
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }

    .top-right a {
        margin-left: 10px !important;
        margin-right: 10px !important;
        font-size: 15px !important; 
    }
    
    .sticky-header {
        justify-content: space-between !important;
       padding: 10px 12px !important;
    }

    .is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
     padding: 10px 20px !important;
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.4s ease;
}
    .logo { 
        width: 160px; 
    }


    .menu-toggle {
         display: block !important;
         font-size: 15px;
        
        }


    .ul-reset {
        display: none !important;
        flex-direction: column !important;
        position: absolute;
        top: 100%; left: 0; width: 100%;
        background: #fff; z-index: 1000;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }
    .ul-reset.active { display: flex !important; }
    .ul-reset li { width: 100% !important; margin: 0 !important; }
    .ul-reset li a { padding: 15px 20px !important; border-bottom: 1px solid #eee; }


  
    .droppable:hover .mega-menu {
        display: none;
    }


    .banner {
        height:116px;
    }

    
    .mega-menu {
        position: static !important; 
        width: 100% !important;
        top: 0 !important;
        border-radius: 0;
        padding: 10px;
        background: #f9f9f9;
        box-shadow: none;
    }

    
    .aboutus-drop {
        margin-left: 0 !important; 
        padding: 0 15px;
        text-align: left;
    }

  
    .product-cards {
        flex-direction: column !important; 
        align-items: center;
        padding: 20px 0;
        gap: 15px;
    }

    /*
    .product-card {
        width: 90% !important; 
        margin: 0 auto;
    }

    .product-card img {
        height: auto; 
        
    }
*/

    .product-card img {
        display: none;
    }
    .product-card {
        width: 81%;
        /* padding: 15px; */
        background: none;
        box-shadow: none;
        border: none;
    }


   
    .droppable.open .mega-menu {
        display: block !important;
    }



    p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}

/*
    .section-wrapper .patten-text {
        flex-direction: column;
        margin: -30px 15px 2rem;
        padding: 2rem 10px;
    }
    .section-wrapper .patten-text .col-lg-3 { width: 100%; margin-bottom: 25px; }

    .section-wrapper .icon-pattern p {
    margin: 0;
    font-size: 17px;
    margin-left: 5rem;
}*/




    .custom-caption-left {
        width: 90%;
        top: 10%;
        left: 2% !important;
    }
    .carousel-text1 {
        font-size: 15px;
    }
    .custom-caption-left h3 {
        font-size: 12px;
    }




    .custom-caption-right {
        width: 80%;
        top: 10%;
    }
    .carousel-text2 {
        font-size: 15px;
    }
    
    .custom-caption-right h3 {
        font-size: 10px;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }
   /*
   
   .carousel-item:first-child::after {
        width: 100%;  
        background: linear-gradient(to bottom, 
            rgba(255, 255, 255, 0.95) 0%, 
            rgba(255, 255, 255, 0.7) 100%);
    }
    */
    

    .btn-view-products {
        display: inline-block;
        width: auto;
        padding: 6px 6px;
        font-size: 7px;
        margin-top: -25px;
        
    }

.section-wrapper .patten-text {
        margin-top: 20px; 
        padding: 1rem;
    }
    
    
    .section-wrapper .patten-text .col-lg-3 {
        width: 50%; 
        margin-bottom: 15px;
    }

    .section-wrapper .icon-pattern {
        flex-direction: column; 
        text-align: center;
    }

    .section-wrapper .icon-pattern i {
      margin-right: 0;
        margin-bottom: 8px;
        font-size: 19px;
    }

    

        .section-wrapper .icon-pattern p {
        font-size: 10px;
    }

   
    

         .industrial-about {
        margin: 1rem 0;
        padding: 0 15px;
    }


.industry-para {
    color: #4b4f52 !important;
    text-align: justify;
    padding: 30px 6px;
}

    .about-headline {
    font-size:18px;
    font-weight: 300 !important;
    margin-bottom: -2rem !important;
    margin-top: -1rem;
    padding: 23px 0px;
    color: #34344A;
}
    .features-list .row {
    --bs-gutter-x: 1.5rem;
    margin-left: 2rem;
}


.about-btn{
    margin-left:5rem;

}
    .industrial-left { padding-left: 0 !important; text-align: center; }
    .about-img, .feature-img { position: relative; height: 300px; margin-bottom: 30px; }
    .about-img img, .feature-img img { position: relative; width: 100%; height: 100%; }

.btn-learn-orange {
    text-decoration: none;
    /* border: 2px solid #640606; */
    padding: 6px 8px;
    font-size: 13px;
    border-radius: 12px;
    margin-left: 6rem;
    color: #212529;
    /* font-weight: 700; */
    display: flex;
    align-items: center;
    margin-top: -1rem;
    /* margin-bottom: 0rem; */
    transition: 0.3s;
    box-shadow: 1px 1px 17px rgb(0 0 0 / 24%);
}


    .mega-menu ul li {
        padding: 10px 20px !important;
    }

/*
    .about-img {
        display: flex;
        flex-direction: column; 
        height: auto !important;
        gap: 15px; 
    }

   
    .about-img img {
        position: relative !important; 
        width: 100% !important;
        height: auto !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
    }


    .about-img img:last-child, 
    .feature-img img:last-child {
        margin: 0 !important; 
    }
*/


.about-img {
        position: relative !important;
        display: block !important;
        width: 100%;
        height: auto;
        padding: 20px 0; 
    }

/*
    .about-img img:first-child {
        width: 100% !important;
        height: auto !important;
        margin-left: 1rem;
        position: relative !important;
        z-index: 1;
        border-radius: 10px;
    }
*/

.about-img img:first-child {
        width: 47% !important;
        
        height: 128px !important;
        margin-left: 1rem;
        position: relative !important;
        z-index: 1;
        border-radius: 10px;
    }

    .about-img img:last-child {
        position: absolute !important;
        width: 140px !important;   
        height: auto !important;
        bottom: 0 !important;     
        right: 10px !important;    
        z-index: 2 !important;  
        border: 5px solid #fff;    
        border-radius: 8px;
        box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
        transform: none !important;
    }

    
/*
    .exp-badge-float { top: 10px; right: 10px; padding: 10px; }*/
    
    .exp-badge-float {
        top: 13px;
        right: 43px;
        padding: 8px;
    }

    .exp-badge-float h2 {
        font-size: 17px;
    }
  

    .exp-badge-float p {
    font-weight: 600;
    line-height: 1.2;
    font-size: 10px;
    margin: 0;
}


    .sub-title1 { font-size: 24px; text-align: center;
    
    }

   /* .stats {
    color: var(--default-color);
    background-color: #3333331a;
    padding-top: 1rem;
    padding-bottom: 7rem;
    scroll-margin-top: 90px;
    overflow: clip;
}
    .stats .stats-item { margin-top: 30px; margin-bottom: 40px; }
    .stats i { font-size: 2.5rem; margin-bottom: -35px; margin-left: auto; margin-right: auto; }*/


    .stats {
        padding-bottom: 2rem !important; 
        padding-top: 1rem;
        padding: 30px 10px;
    }

 
    .stats .row.gy-4 {
        display: flex !important;
        flex-wrap: wrap !important;
        --bs-gutter-y: 1rem; 
    }


 
    .stats .col-lg-3.col-md-6 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
   

        .stats .stats-item {
        background-color: #ffffff63;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 20px 10px !important;
        width: 100%;
        text-align: center;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 9%);
        border-radius: 11px;
        min-height: 92px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .stats i {
        font-size: 2rem !important;
     margin-bottom: -41px !important;
        z-index: 5;
        position: relative;
    }

    .stats .stats-item span {
        font-size: 24px !important;
        font-weight: 700;
        display: block;
    }

    .stats .stats-item p {
        font-size: 13px !important;
        margin: 0 !important;
        line-height: 1.2;
    }

 
   /* .product-section { flex-direction: column; display: block; min-height: auto; }*/




    .product-section {
        display: block !important; 
        min-height: auto !important; 
        padding: 40px 25px !important;
        background-attachment: scroll; 
        overflow: hidden;
    }


    .product-title {
        font-size:26px; 
        text-align: center;
        top: 10%; 
      
    }


        .product-left, .product-right {
        width: 100% !important;
        position: relative !important;
        height: auto;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        margin-bottom: 30px;
    }





  /*  .product-left { position: relative; width: 100%; transform: none; padding: 40px 20px; text-align: center; top: 0; }
    .product-right { position: relative; width: 100%; transform: none; top: 0; margin-top: 30px; }*/
    
        .product-grid {
        margin-left: 0;
        padding: 0 15px;
        overflow-x: auto;
        margin-top: -3rem;
    }

    .product-block { width: 85%; min-width: 280px; }

      .slider-arrows {
        position: relative;
        left: 0;
        justify-content: center;
        margin-top: -159px;
    }
 
    .rpi-capabilities { background-attachment: scroll; padding: 4rem 0; }

    .rpi-capabilities .icon-container .icon-item p {
    font-size: 19px;
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
}

.rpi-capabilities .icon-container .number-icon i {
    font-size: 19px;
}


.features-list .feature-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
   
    /* text-align: center; */
}

.cap-title {
            margin-top: 7rem;
        left: 1rem;
        width: 90%;
        font-size: 1rem;
}

    .rpi-capabilities .icon-container .icon-item { width: 45%; }
    .rpi-capabilities .number-icon { width: 120px; height: 70px; font-size: 30px; }

  /*  .industry-served .card { width: 90% !important; margin: 0 auto 20px; }
    .industry-served .card-img-top { margin: 0 auto !important; display: block; width: 60%; }
*/





 

    .industry-served {
        padding: 3rem 0 !important;
    }


    
    .industry-served {
        padding: 3rem 0 !important;
    }

  .industry-served h5

    {
        margin-bottom: -3rem;
        margin-top: -1rem;
    }

    .industry-served .row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        margin: 0 !important;
    }


    .industry-served .row > div {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 8px !important; 
    }


    .industry-served .card {
        width: 100% !important; 
        margin: 0 !important;
        padding: 1.5rem 5px !important;
        box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
        border-radius: 10px;
        height: 100%; 
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
    }


    .industry-served .card-img-top {
        width: 60% !important;
        height: 60px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
        object-fit: contain;
        display: block;
    }


    .industry-served .card-body {
        padding: 0 !important;
        text-align: center;
    }

    .industry-served .card-body h5 {
        font-size: 14px !important; 
        margin: 0 !important;
        padding-top: 5px !important;
        color: #a50505;
        line-height: 1.3;
    }









.customer-section {
    padding: 51px 11px;
    background-color: #f3f3f3;
}
  
    
    /*
    
    .customer-middle-btn {
        margin-left: -8px !important;
        margin-top: 4rem;
     
        width: 100%;
       
    }*/



    .customer-middle-btn {
        margin-right: -14rem !important;
       
        margin: auto;
        margin-top: 4rem;
        width: 100%;
    }





    .testimonial {
    padding: 8rem 8px;
}
    .slider .slide { width: 150px; }

   
    .call-to-action .d-flex { flex-direction: column; text-align: center; }
    .cta-icon { margin-right: 0 !important; margin-bottom: 10px; }

    .cta-icon i {
    font-size: 20px;
    color: #ffffff;
}



.cta-text {
    letter-spacing: 0.5px;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    font-size: 13px;
}


  /*  .cta-btn { width: 100%; max-width: 300px; margin: 10px auto; display: block; }*/


    .cta-btn {
        width: 100%;
       
        margin: 10px auto;
        display: block;
        max-width: 197px;
    }

.cta-wp {
    background-color: #25D366;
    color: white;
    border-radius: 1rem;
    font-size: 13px;
}

    .cta-no{
        font-size: 13px;
    }









    .aboutInner {
        padding: 4rem 15px !important; 
    }

    .lead {
        font-size: 1.1rem;
        text-align: center; 
        text-align: justify;
        padding: 0px 11px;
    }

    .title-flex {
        flex-direction: column;
        gap: 10px;
    }

    .aboutInner .aboutwrap {
        padding-left: 0 !important; 
        text-align: center;
      
    }

    .aboutwrap i.fas {
        margin-bottom: 15px;
    }

    .aboutInner .aboutwrap h4 {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .aboutInner .aboutwrap p {
        text-align: center;
        font-size: 16px;
          text-align: justify;
    }

  
    .quality-section {
        padding: 60px 15px !important;
    }

    
    .bg-watermark {
        font-size: 29px !important;
        top: 40px;
    }

    .quality-title {
        font-size: 1.6rem;
        margin-top: 3rem; 
        text-align: center;
    }

    .cards-wrapper {
        gap: 15px;
    }

   
    .quality, .qualiity {
        max-width: 100% !important; 
        padding: 30px 20px;
        min-height: auto;
    }

    .quality {
        clip-path: polygon(0% 0%, 90% 0, 100% 15%, 100% 100%, 0% 100%) !important;
    }





    
    .abt-intro-section {
        padding: 2rem 15px 0 15px !important;
    }

    
    .directors-img {
        width: 200px; 
        margin: 0 auto 20px;
    }

    .believe {
        font-size: 1.5rem; 
        margin-bottom: 1rem;
    }

  
    .blockquote {
        padding: 40px 15px 20px !important;
        text-align: center;
    }

    .blockquote:before {
        font-size: 60px !important;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
    }

    .blockquote::after {
        width: 100px !important; 
        margin-left: -50px !important;
    }

  
    .blockquote p {
        font-size: 24px !important; 
        line-height: 1.3;
        margin-top: 20px;
    }

  
    .director-para {
        margin-top: 1.5rem !important;
        text-align: center; 
        font-size: 16px;
        text-align: justify;
    }

    .believe-data {
        padding: 10px;
    }


    .comp-details {
        padding: 3rem 15px !important; 
    }

 
    

    .comp-details .comp-heading {
        font-size: 16px !important;
    
        line-height: 28px;
        padding-bottom: 0rem;
    }

    .comp-details p {
        text-align: center;
        line-height: 26px;
        font-size: 16px;
        text-align: justify;
    }


    .choose-us {
    background-color: #2b2b2b;
    color: #ffffff;
    padding: 0px 15px;
}

    .our-legacy {
        margin-bottom: 20px;
        text-align: center;
        padding: 20px 15px;
    }

    .our-legacy:hover {
        transform: scale(1.02); 
    }

    
    .icon-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .icon-text i {
        margin-bottom: 10px;
    }

 
    .img-wrapper {
        margin-top: 2rem;
        text-align: center;
    }

    .img-wrapper img {
        max-height: 300px !important; 
        width: 100%;
        object-fit: cover;
        border-width: 4px !important;
    }

        .btn-maroon {
        width: 98%;
        padding: 12px;
        font-size: 14px;
        margin-top: -4rem;
    }

  
    .main-container {
        flex-direction: column !important;
        padding: 0 15px;
        gap: 10px;
    }

   
    .sidebar {
        width: 100% !important;
        overflow-x: auto; 
    }

    .menu-list {
        flex-direction: row !important; 
        max-height: none !important;
        border-bottom: 2px solid #eee;
    }

    .tab-btn {
        flex: 0 0 auto; 
        padding: 12px 15px !important;
        border-bottom: none !important;
        border-right: 1px solid #eee;
        white-space: nowrap; 
    }

    .tab-btn.active {
        border-right: none !important;
        border-bottom: 3px solid #003366 !important; 
    }

  
    .details-card {
        padding: 20px 15px !important;
        min-height: auto !important;
    }


    
    .details-card p{
     text-align:justify;
    }


/*
    .product-layout {
        flex-direction: column !important;
        text-align: center;
    }

    .img-box {
        width: 100% !important; 
        height: auto !important;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .content-side {
        margin-left: 0 !important;
        width: 100%;
    }*/

    

.product-layout {
        display: flex !important;
        flex-direction: column !important; 
        text-align: center;
    }

    .img-box {
        width: 100% !important; 
        order: 1; 
        height: auto !important;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .content-side {
        width: 100% !important;
        order: 2; 
        margin-left: 0 !important;
    }




    

    .heading-box {
        padding: 5px 0 !important;
        display: block;
    }


    .heading-box b{
     /* margin: 0; */
        text-align: center;
        font-weight: bold;
        margin-left: -3rem;
        font-size: 17px !important;
        color: #8b263a;
}
  

    /*
    .heading-box h3 {
        font-size: 1.3rem !important;
    }
*/

    
          .heading-box h3 {
        /* margin: 0; */
        text-align: center;
        font-weight: bold;
        margin-left: -3rem;
        font-size: 18px !important;
        color: #8b263a;
    }

    .application-box {
        margin-left: 0 !important; 
        padding: 10px !important;
        max-width: 100% !important;
    }

    .application-box p {
        font-size: 0.95rem;
      
        text-align: justify;
    }

.clients-logo-grid{
padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding: 0px 12px;
}


  
    .hero {
        display: flex !important;
        flex-direction: column-reverse !important; 
        padding: 2rem 1.5rem !important;
        gap: 2rem !important;
        text-align: center;
    }


    .hero__heading {
        font-size: 2rem !important;
    }

    .hero__heading span {
        font-size: 0.6em !important;
    }

    .hero__caption {
        font-size: 1rem !important;
        min-height: auto !important; 
        margin: 1rem 0 !important;
        text-align: justify;
    }

    
    .hero__image-wrapper {
        height: 300px !important; 
        width: 100% !important;
        overflow: hidden;
    }

    .hero__image-wrapper img {
        padding: 10px !important; 
        object-fit: contain !important;
        height: 100% !important;
        width: 100% !important;
        position: relative !important; 
    }

  
    .controls {
        justify-content: center !important;
        width: 100%;
        margin-bottom: 2rem;
    }

    .btn-custom {
        padding: 10px 20px !important;
        font-size: 14px !important;
        flex: 1; 
    }


.form-section{
    padding: 0px 10px;
}
    
    .address-section-container {
        margin: 10px auto;
        padding: 0 15px;
    }

    .address-section-card {
        flex-direction: column !important; 
        text-align: center !important;
        justify-content: center !important;
        padding: 20px 10px;
        margin-bottom: 15px;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

   
    .address-section-card-body {
        flex-direction: column !important; 
        gap: 8px !important;
        width: 100%;
    }

   
    .address-section-text-center .address-section-card i {
        width: 45px;
        height: 45px;
        font-size: 22px;
        margin-bottom: 5px;
    }


    .address-section-card-body p, 
    .address-section-card-body h5 {
        margin: 0;
        font-size: 15px;
        line-height: 1.4;
    }

    .contact-btn{
        margin-bottom: 2rem;

    }

    
.border-right-custom {
  border: none; padding-right: 0rem !important;
}

    .footer-sec .opacity {
        text-align: center;
        padding: 2rem 15px 3rem;
    }





    .footer-sec .col-md-3, .footer-sec .col-md-4 { margin-bottom: 30px; }

    .register-title{
        text-align: center;
    }

    /*
    .our-comp-list {
        list-style-type: none;
        
        margin-left: 8rem;
    }*/

    .footer-sec p {
        color: #ffffff;
        text-align: center;
        font-size: 14px;
  }
  
   .footer-sec h4
 {
      text-align: center;
 }

  .designer-link {
    text-decoration: none;
    color: #3391f5;
    font-weight: bold;
    
   /* font-size: 7px;*/
}

.footer-sec li {
    padding: 10px 0;
    text-align: initial;
    font-size: 15px;
    margin-left:1rem;
}


.cta-wp:hover{
    background-color: transparent;
}

/*
.footer-logo{
     
        margin-left:14rem;
}*/



    .our-company {
   text-align: center !important;
}


.rpi-capabilities .icon-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -6rem;
    margin-bottom: -3rem;
}


    .footer-floating-icons {
        position: fixed;
        bottom: -5rem;
        left: 25px;
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 121px;
        z-index: 9999;
    }


    .cta-btn-vertical {
        background-color: #a50505;
        color: white !important;
        padding: 15px 10px;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        border-radius: 8px;
        text-transform: uppercase;
        writing-mode: vertical-rl;
        transform: rotate(270deg);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        cursor: pointer;
    }


    .scroll-top {
    position: fixed;
    bottom: 167px;
    right: 25px;
    width: 45px;
    height: 45px;
    background-color: #000;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    z-index: 9999;
    text-decoration: none;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}



.designer-link {
        text-decoration: none;
        color: #3391f5;
        text-align: center;
        font-weight: bold;
        /* font-size: 7px; */
    }
.design-section{
    font-size: .875em;
    display: flex;
    flex-direction: column;
    text-align: center;
}



    .footer-social-icons {
        margin-bottom: 0 !important;
        justify-content: center;
        
        padding-left: 0;
        gap: -4px;
        display: flex;
        list-style: none;
    }

 .intro-data-1 p{
    text-align: justify;
 }


}