|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/www/ | |
|
Path: /home2/outerorb/www/service-locations.php
Size: 6.17 KB
Permissions: 0666
<?php
$page_title = "BPO Service Locations Across India — PAN India Outsourcing | Outer Orbit Technologies";
$page_description = "Outer Orbit Technologies provides BPO services to businesses across PAN India — Mumbai, Delhi, Bangalore, Chennai, Hyderabad, Pune, Kolkata and Ahmedabad. 40–60% cost savings vs in-house. Get a free quote.";
include 'inc/config.php';
include 'inc/head.php';
include 'inc/header.php';
?>
<?php include 'inc/svc-bfsi-styles.php'; ?>
<section class="bfsi-hero">
<div class="container" style="position:relative;z-index:2;">
<div class="row justify-content-center">
<div class="col-xl-9 col-lg-11 text-center">
<div class="bfsi-hero-eyebrow"><i class="fa-solid fa-location-dot"></i> Locations We Serve</div>
<h1>PAN India BPO Services</h1>
<p class="hero-disc mx-auto">Delivering outsourcing solutions to businesses across every major Indian city — from our operations centre in Ranchi, Jharkhand at 40–60% lower cost.</p>
<div class="bfsi-hero-chips justify-content-center">
<span><i class="fa-solid fa-city"></i> 8 Cities Covered</span>
<span><i class="fa-solid fa-piggy-bank"></i> 40–60% Cost Savings</span>
<span><i class="fa-solid fa-rocket"></i> 3–4 Week Go-Live</span>
<span><i class="fa-solid fa-clock"></i> 24/7 Operations</span>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="bfsi-stat-strip">
<div class="bfsi-stat-strip-inner">
<div class="bfsi-stat"><div class="num">8</div><div class="label">Cities served</div></div>
<div class="bfsi-stat"><div class="num">40–60<span>%</span></div><div class="label">Cost savings</div></div>
<div class="bfsi-stat"><div class="num">3–4 <span>wk</span></div><div class="label">Go-live time</div></div>
<div class="bfsi-stat"><div class="num">24<span>/7</span></div><div class="label">Coverage</div></div>
</div>
</div>
</div>
<div class="rts-service-details-area rts-section-gap">
<div class="container">
<div class="section-title-area-two text-center mb--50">
<h1 class="title">BPO Services Across PAN India</h1>
<p class="disc" style="max-width:680px; margin:12px auto 0;">Outer Orbit Technologies delivers outsourcing services to businesses in every major Indian city from our operations centre in Ranchi, Jharkhand — at 40–60% lower cost than equivalent in-house operations.</p>
</div>
<div class="row g-4">
<?php
$locations = [
['Mumbai', 'India\'s Financial Capital', 'mumbai', 'BFSI, insurance, e-commerce, media and publishing BPO services for Mumbai businesses.'],
['Delhi NCR', 'India\'s Commercial Hub', 'delhi', 'Government BPO, IT support, real estate and FMCG operations for Delhi NCR businesses.'],
['Bangalore', 'India\'s Silicon Valley', 'bangalore', 'SaaS technical support, data processing and startup back-office for Bangalore businesses.'],
['Chennai', 'South India\'s Industrial Capital', 'chennai', 'Automotive, healthcare and IT BPO services for Chennai businesses.'],
['Hyderabad', 'India\'s Pharma and Tech City', 'hyderabad', 'Pharma BPO, tech support and BFSI operations for Hyderabad businesses.'],
['Pune', 'India\'s Education and IT Hub', 'pune', 'IT helpdesk, manufacturing back-office and EdTech BPO for Pune businesses.'],
['Kolkata', 'East India\'s Business Capital','kolkata', 'BFSI, publishing, legal process and manufacturing BPO for Kolkata businesses.'],
['Ahmedabad', 'Gujarat\'s Commercial Capital', 'ahmedabad', 'Textile, pharma, real estate and MSME BPO services for Ahmedabad businesses.'],
];
foreach ($locations as [$city, $tagline, $slug, $desc]): ?>
<div class="col-md-6 col-lg-3">
<div style="background:#fff; border:1px solid #e0e8f8; border-radius:12px; padding:28px 22px; height:100%; transition:box-shadow .2s;" onmouseover="this.style.boxShadow='0 8px 32px rgba(5,122,239,0.12)'" onmouseout="this.style.boxShadow=''">
<div style="width:48px; height:48px; background:#e8f0fe; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:16px;">
<i class="fa-solid fa-location-dot" style="color:#057aef; font-size:20px;"></i>
</div>
<h3 style="font-size:20px; font-weight:700; margin-bottom:4px;"><?php echo $city; ?></h3>
<p style="color:#057aef; font-size:13px; font-weight:500; margin-bottom:12px;"><?php echo $tagline; ?></p>
<p style="color:#555; font-size:14px; margin-bottom:20px;"><?php echo $desc; ?></p>
<a href="<?php echo $base_url; ?>locations/<?php echo $slug; ?>.php" class="rts-btn btn-primary" style="font-size:14px; padding:10px 20px;">BPO in <?php echo $city; ?> →</a>
</div>
</div>
<?php endforeach; ?>
</div>
<!-- CTA -->
<div class="row mt--60">
<div class="col-12 text-center">
<div style="background:#057aef; border-radius:12px; padding:48px 32px; color:#fff;">
<h2 style="color:#fff; margin-bottom:12px;">Ready to Outsource? Get a Free Consultation.</h2>
<p style="color:rgba(255,255,255,0.85); font-size:16px; margin-bottom:24px;">Wherever your business is based in India, we can deploy a dedicated BPO team within 3–4 weeks.</p>
<a href="<?php echo $base_url; ?>contact.php" class="rts-btn btn-white" style="font-size:15px; padding:14px 32px; background:#fff; color:#057aef; border-radius:6px; text-decoration:none; font-weight:600;">Talk to Our BPO Specialists</a>
</div>
</div>
</div>
</div>
</div>
<?php include 'inc/footer.php'; ?>
<?php include 'inc/common-end.php'; ?>