Skip to main content

Our people

The open secret
to our growth

Celebrating the minds that help APAR lead the innovation curve

One of our fundamental beliefs is that a group of passionate and empowered individuals can accomplish absolutely everything. Meet the people who have fuelled our growth over the years.

In focus: COVID warriors

When the pandemic hit, SOPs were no longer applicable. There was no rulebook for a global pandemic. Yet, we saw extraordinary leadership emerge at all levels

Performance under pressure
Prakash Yadav is our Quality Assurance Manager. During the pandemic, he managed A&I production, the entire production unit in Rabale, met our production targets under pressure and handled customer complaints with utmost detail.This multi-tasking manager was definitely a huge contributing factor to our Rabale factory’s success despite the lockdown.
Performance under pressure

Humans at APAR: the stories that shape lives

Read about the lives, challenges and learnings of the people that make up APAR.

' + '
'+escapeHtml(p.message)+'
'; grid.appendChild(card); });// --- Life at APAR image carousel (new) --- var lifeImages = [ "https://apar.com/wp-content/uploads/2021/02/human-img1.jpg", "https://apar.com/wp-content/uploads/2021/02/human-img2.jpg", "https://apar.com/wp-content/uploads/2021/02/human-img3.jpg", "https://apar.com/wp-content/uploads/2021/02/human-img4.jpg", "https://apar.com/wp-content/uploads/2021/02/human-img5.jpg", "https://apar.com/wp-content/uploads/2021/02/human-img6.jpg" ];var viewport = document.getElementById('life-viewport'); var track = document.getElementById('life-track'); var prev = document.getElementById('life-prev'); var next = document.getElementById('life-next'); var dotsContainer = document.getElementById('life-dots');var slidesPerView = 1; var current = 0; var autoLifeTimer = null;function getSlidesPerView() { var w = window.innerWidth; if (w >= 1200) return 4; if (w >= 992) return 4; if (w >= 768) return 3; if (w >= 640) return 2; return 1; }function buildSlides() { track.innerHTML = ''; lifeImages.forEach(function(src, i){ var slide = document.createElement('div'); slide.className = 'carousel-slide'; slide.setAttribute('role','listitem'); slide.innerHTML = 'Life at APAR '+(i+1)+''; track.appendChild(slide); }); }function updateLayout() { slidesPerView = getSlidesPerView(); var slides = track.children; for (var i=0;i maxIndex) current = maxIndex; updatePosition(); buildDots(); }function updatePosition() { var pct = (current * (100 / slidesPerView)); track.style.transform = 'translateX(-' + pct + '%)'; updateDots(); // hide arrows if not needed var maxIndex = Math.max(0, lifeImages.length - slidesPerView); if (maxIndex <= 0) { prev.style.display = 'none'; next.style.display = 'none'; } else { prev.style.display = ''; next.style.display = ''; } }function buildDots(){ dotsContainer.innerHTML = ''; var pages = Math.max(1, lifeImages.length - slidesPerView + 1); for (var i=0;i= maxIndex) ? 0 : current + 1; updatePosition(); } function prevLife(){ var maxIndex = Math.max(0, lifeImages.length - slidesPerView); current = (current <= 0) ? maxIndex : current - 1; updatePosition(); }prev.addEventListener('click', function(){ prevLife(); resetAutoLife(); }); next.addEventListener('click', function(){ nextLife(); resetAutoLife(); });function startAutoLife(){ if (autoLifeTimer) clearInterval(autoLifeTimer); autoLifeTimer = setInterval(nextLife, 4500); } function resetAutoLife(){ startAutoLife(); }// Initialize life carousel buildSlides(); updateLayout(); window.addEventListener('resize', function(){ updateLayout(); });// small keyboard support prev.addEventListener('keyup', function(e){ if(e.key === 'Enter') prevLife(); }); next.addEventListener('keyup', function(e){ if(e.key === 'Enter') nextLife(); });startAutoLife();// initial render for covid stories renderStory(0);// small helper to avoid XSS when inserting content into HTML strings function escapeHtml(str){ if(!str && str !== 0) return ''; return String(str).replace(/[&<>"'`=\/]/g, function(s) { return { '&': '&', '<': '<', '>': '>', '"': '"', "'": ''', '/':'/', '`':'`', '=':'=' }[s]; }); } })();