|
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/public_html/ | |
|
Path: /home2/outerorb/public_html/esg.php
Size: 5.4 KB
Permissions: 0666
<?php
include 'inc/config.php';
$page_title = "ESG | Outer Orbit Technologies Ranchi";
$page_description = "Environmental, Social & Governance policy and commitments of Outer Orbit Technologies Pvt Ltd.";
include 'inc/head.php';
?>
<body>
<?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-leaf"></i> Responsible Business</div>
<h1>ESG Framework</h1>
<p class="hero-disc mx-auto">Our Environmental, Social and Governance commitments reflect our dedication to sustainable, ethical, and transparent business practices across all operations.</p>
<div class="bfsi-hero-chips justify-content-center">
<span><i class="fa-solid fa-seedling"></i> Environmental</span>
<span><i class="fa-solid fa-people-group"></i> Social</span>
<span><i class="fa-solid fa-landmark"></i> Governance</span>
</div>
</div>
</div>
</div>
</section>
<div class="bfsi-stat-strip">
<div class="container">
<div class="row justify-content-center g-4">
<div class="col-6 col-md-3"><div class="bfsi-stat-item"><span class="bfsi-stat-number">100%</span><span class="bfsi-stat-label">Renewable Energy Goal</span></div></div>
<div class="col-6 col-md-3"><div class="bfsi-stat-item"><span class="bfsi-stat-number">50%+</span><span class="bfsi-stat-label">Women in Workforce</span></div></div>
<div class="col-6 col-md-3"><div class="bfsi-stat-item"><span class="bfsi-stat-number">Zero</span><span class="bfsi-stat-label">Tolerance for Corruption</span></div></div>
<div class="col-6 col-md-3"><div class="bfsi-stat-item"><span class="bfsi-stat-number">ISO</span><span class="bfsi-stat-label">Compliance Standards</span></div></div>
</div>
</div>
</div>
<div class="privacy-policy-wrapper rts-section-gapTop pb--40">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="inner-content">
<div class="top">
<h2 class="title">Our ESG Approach</h2>
<p class="disc">At <?php echo $company_name; ?> we embed Environmental, Social and Governance principles across our operations to build a resilient, responsible business serving clients across India and internationally.</p>
</div>
<div class="mid-content">
<h3 class="title">Environmental Stewardship</h3>
<p class="disc">We focus on energy efficiency, waste reduction, and responsible resource usage across our facilities. Initiatives include energy audits, moving to energy-efficient infrastructure, and reducing single-use plastics.</p>
<h3 class="title">Social Responsibility</h3>
<p class="disc">Our people-first approach prioritises employee wellbeing, fair workplace practices, diversity and inclusion. We invest in training, health & safety, and community engagement programs in Ranchi and across our delivery centers.</p>
<h3 class="title">Governance & Ethics</h3>
<p class="disc">Strong governance underpins our ESG work. We maintain clear policies on ethics, anti-bribery, data protection and supplier due diligence, and report transparently on progress to stakeholders.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="privacy-policy-wrapper rts-section-gapBottom">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="inner-content">
<div class="mid-content pt--0">
<h3 class="title">Measurement & Reporting</h3>
<p class="disc">We set measurable targets and publish periodic updates on our ESG performance, including energy consumption, diversity metrics and community program outcomes. We welcome stakeholder feedback to continuously improve.</p>
<h3 class="title">Partnerships & Impact</h3>
<p class="disc">We collaborate with NGOs, local bodies and industry partners to amplify impact—particularly in digital literacy, skill development and local employment initiatives in Jharkhand and other regions.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include 'inc/cta-section.php'; ?>
<?php include 'inc/footer.php'; ?>
<?php include 'inc/common-end.php'; ?>
<div id="side-bar" class="side-bar header-two">
<button class="close-icon-menu"><i class="far fa-times"></i></button>
<?php include 'inc/sidebar.php'; ?>
</div>
<?php
// End of esg.php
?>