@include('website.partials.include_css') @include('website.partials.header')
@if (isset($heroBanners) && $heroBanners->count()) @foreach ($heroBanners as $heroBanner)
@if ($heroBanner->description)

{{ $heroBanner->description }}

@endif
@endforeach @endif

@if (isset($heroBanners) && $heroBanners->count()) @php $firstBanner = $heroBanners->first(); $words = explode(' ', $firstBanner->title); $count = count($words); @endphp @if ($count > 2) {{ implode(' ', array_slice($words, 0, $count - 2)) }} {{ implode(' ', array_slice($words, -2)) }} @else {{ $firstBanner->title }} @endif @endif

LATEST FROM IRCLASS
@foreach ($latestNews as $news)
news-img
{{ Str::limit($news->description, 80) }}
@endforeach
line-img
ABOUTS US

From India to the World: ISO Leadership Since 1993

Founded in 1993, IRQS is a global ISO certification and training body with 42 offices and 5000+ clients across industries like automotive, healthcare, IT, and education. We help organizations improve quality, sustainability, and safety while strengthening their brand. As one of India’s first ISO certification bodies and Asia’s first RvA-accredited, we’re committed to driving global excellence and compliance

Read More
about-img
12000+
CLIENTS
280+
AUDITORS
1300+
EMPLOYEES
10000+
PROFESSIONALS TRAINED
42+
GLOBAL OFFICES
10000+
PROFESSIONALS TRAINED
42+
GLOBAL OFFICES
line-img
CERTIFICATIONS

Globally recognized ISO certifications for your business

ISO 9001 - Quality Management System

Get a Quote
certification-img

ISO 9001 - Quality Management System

Get a Quote
certification-img

ISO 9001 - Quality Management System

Get a Quote
certification-img

ISO 9001 - Quality Management System

Get a Quote
certification-img

ISO 9001 - Quality Management System

Get a Quote
certification-img

ISO 9001 - Quality Management System

Get a Quote
certification-img

ISO 9001 - Quality Management System

Get a Quote
certification-img

ISO 9001 - Quality Management System

Get a Quote
certification-img
line-img
TRAININGS

Upskill your team with industry-specific training programs

View All
@forelse($latestTrainings as $index => $training)
{{ $training->training_course }}
{{ $training->course_type }} - {{ $training->training_course }}

Duration: {{ $training->duration }} | Date: {{ $training->from_date->format('d M Y') }} - {{ $training->to_date->format('d M Y') }} @if($training->note)
Note: {{ $training->note }} @endif
Learn More
@empty @endforelse

Build a sustainable & responsible future

Ensure environmental and social responsibility with our expert-led sustainability solutions.

01
sustainable-img
Assurance
Assurance
Get globally recognized ISO certifications that strengthen your brand.
02
sustainable-img
Certification
Certification
Get globally recognized ISO certifications that strengthen your brand.
03
sustainable-img
Training
Training
Get globally recognized ISO certifications that strengthen your brand.
line-img
INDUSTRIES WE SERVE

Industry-Specific Certification & Compliance Solutions

icon
01
IT & ITES
01

IT & ITES

Enabling quality, safety, and compliance in the automotive sector.

icon
02
Marine
02

Marine

Enabling quality, safety, and compliance in the automotive sector.

icon
03
Automotive
03

Automotive

Enabling quality, safety, and compliance in the automotive sector.

icon
04
Medical Devices
04

Medical Devices

Enabling quality, safety, and compliance in the automotive sector.

icon
05
Food & Beverages
05

Food & Beverages

Enabling quality, safety, and compliance in the automotive sector.

icon
02
Marine
02

Marine

Enabling quality, safety, and compliance in the automotive sector.

icon
03
Automotive
03

Automotive

Enabling quality, safety, and compliance in the automotive sector.

icon
01
IT & ITES
01

IT & ITES

Enabling quality, safety, and compliance in the automotive sector.

icon
04
Medical Devices
04

Medical Devices

Enabling quality, safety, and compliance in the automotive sector.

icon
05
Food & Beverages
05

Food & Beverages

Enabling quality, safety, and compliance in the automotive sector.

icon
02
Marine
02

Marine

Enabling quality, safety, and compliance in the automotive sector.

icon
03
Automotive
03

Automotive

Enabling quality, safety, and compliance in the automotive sector.

icon
01
IT & ITES
01

IT & ITES

Enabling quality, safety, and compliance in the automotive sector.

icon
04
Medical Devices
04

Medical Devices

Enabling quality, safety, and compliance in the automotive sector.

icon
05
Food & Beverages
05

Food & Beverages

Enabling quality, safety, and compliance in the automotive sector.

10 +
Global Accreditations & Recognitions

Endorsed by leading national and international bodies, IRQS is trusted worldwide for its credibility, compliance, and commitment to quality.

line-img
UPCOMING TRAINING

Advance your expertise with IRQS trainings

@forelse($upcomingTrainings as $training)
{{ $training->training_course }}
{{ $training->from_date->format('d M.') }}{{ $training->from_date->format('Y') }}
{{ $training->course_type }}
{{ $training->training_course }}
@empty @endforelse
line-img
NEWS & INSIGHTS

Stay ahead with industry insights & updates

@foreach ($blogs as $blog)
@if ($blog->image) {{ $blog->title }} @else No Image @endif
BLOG
{{ $blog->updated_at->format('d M.') }}{{ $blog->updated_at->format('Y') }}
{{ $blog->title }}
@endforeach
blogs-bg-img

Let’s get you certified-Start your journey today!

Connect with our experts for a seamless and hassle-free certification process.

Get Certified
background-img
man-img
button
@include('website.partials.footer') @include('website.partials.include_js')