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/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: csr.php

Path: /home2/outerorb/www/csr.php

Size: 9.59 KB

Permissions: 0666

<?php
include 'inc/config.php';
$page_title = "CSR | Outer Orbit Technologies Ranchi";
$page_description = "Corporate Social Responsibility initiatives 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-heart-pulse"></i> Giving Back</div>
                    <h1>Corporate Social Responsibility</h1>
                    <p class="hero-disc mx-auto">At Outer Orbit Technologies, we invest in communities, promote digital inclusion, and support skill development initiatives across Ranchi and beyond.</p>
                    <div class="bfsi-hero-chips justify-content-center">
                        <span><i class="fa-solid fa-graduation-cap"></i> Education &amp; Skills</span>
                        <span><i class="fa-solid fa-wifi"></i> Digital Inclusion</span>
                        <span><i class="fa-solid fa-tree"></i> Environment</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">500+</span><span class="bfsi-stat-label">Beneficiaries Reached</span></div></div>
                <div class="col-6 col-md-3"><div class="bfsi-stat-item"><span class="bfsi-stat-number">10+</span><span class="bfsi-stat-label">Community Programs</span></div></div>
                <div class="col-6 col-md-3"><div class="bfsi-stat-item"><span class="bfsi-stat-number">5+</span><span class="bfsi-stat-label">NGO Partnerships</span></div></div>
                <div class="col-6 col-md-3"><div class="bfsi-stat-item"><span class="bfsi-stat-number">3+</span><span class="bfsi-stat-label">Cities Impacted</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">CSR Policy</h2>
                            <p class="disc">Our CSR programs reflect a long-term commitment to social development in Ranchi and across the regions we serve. We focus on sustainable initiatives that generate measurable community benefits.</p>
                        </div>
                        <div class="mid-content">
                            <h3 class="title">Focus Areas</h3>
                            <p class="disc">We prioritise education & skill development, digital inclusion, livelihoods and environmental stewardship. Programs are chosen after local needs assessments and in partnership with trusted NGOs and institutions.</p>
                            <h3 class="title">Programs & Impact</h3>
                            <p class="disc">Examples of our CSR initiatives include scholarship schemes, vocational training programs, digital literacy camps, health & hygiene drives, and environment conservation projects in communities where we operate.</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">
                            <p class="disc">We measure and publish outcomes for major CSR projects and maintain transparent records of partner organisations and expenditure. We invite NGOs, educational institutions and corporate partners to collaborate on scalable programs.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- CSR Activity: Maher Girls' Orphanage Initiative -->
    <div style="background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 60px 0;">
        <div class="container">
            <div class="row mb--30">
                <div class="col-lg-12">
                    <div style="text-align: center; margin-bottom: 40px;">
                        <span style="display: inline-block; background: #5D666F; color: white; padding: 8px 16px; border-radius: 50px; font-size: 12px; font-weight: 600; letter-spacing: 1px; margin-bottom: 15px;">SPOTLIGHT</span>
                        <h2 class="title" style="margin: 0; color: #1a1a1a;">Our Journey of Impact</h2>
                        <p class="disc" style="color: #666; margin-top: 10px; max-width: 600px; margin-left: auto; margin-right: auto;">Celebrating our commitment to transforming lives through meaningful community initiatives</p>
                    </div>
                </div>
            </div>
            
            <div class="row" style="align-items: stretch; gap: 30px;">
                <div class="col-lg-6">
                    <div style="position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); height: 100%;">
                        <img src="<?php echo $base_url; ?>assets/images/csr/CSR-1.jpg" alt="Maher Girls' Orphanage CSR Initiative" style="width: 100%; height: 100%; object-fit: cover;">
                        <div style="position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.7), transparent); padding: 30px 20px 20px; color: white;">
                            <p style="margin: 0; font-size: 14px; font-weight: 600;">Maher Girls' Orphanage, Ranchi</p>
                        </div>
                    </div>
                </div>
                
                <div class="col-lg-6">
                    <div style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); height: 100%; display: flex; flex-direction: column; justify-content: space-between;">
                        <div>
                            <h3 class="title" style="color: #5D666F; margin-top: 0; margin-bottom: 20px; font-size: 24px;">Empowering Young Minds</h3>
                            
                            <p class="disc">We are honored to share a glimpse of our recent Corporate Social Responsibility initiative at <strong>#Maher</strong>, a girls' orphanage in Ranchi. At Outer Orbit Technologies, we believe that our responsibility extends beyond business.</p>
                            
                            <div style="background: #f0f2f5; padding: 20px; border-radius: 8px; margin: 20px 0; border-left: 4px solid #5D666F;">
                                <p class="disc" style="margin: 0; color: #333;">It was a privilege for our <a href="<?php echo $base_url; ?>team/svp.php" style="color: #5D666F; font-weight: 600; text-decoration: none;">Senior Vice President, <strong>#AniketSahay</strong></a>, to participate in the <strong>"#MelodyActivity"</strong> and the traditional lamp-lighting ceremony, marking a commitment to support and uplift these bright young minds.</p>
                            </div>
                            
                            <p class="disc">A special thanks to <strong>Mr. Raj Kumar Pathak</strong>, renowned for his social activism, for providing us with the opportunity to contribute to this noble cause.</p>
                            
                            <blockquote style="border-left: 4px solid #d4a574; padding-left: 20px; margin: 25px 0; font-style: italic; background: #fef9f3; padding: 20px; border-radius: 8px;">
                                <p class="disc" style="margin: 0; color: #555;"><strong>"Your past doesn't define your future; your hard work today does."</strong><br><span style="font-size: 12px; color: #999; margin-top: 8px; display: block;">— Aniket Sahay during his address to the children</span></p>
                            </blockquote>
                            
                            <p class="disc" style="color: #5D666F; font-weight: 500;">Together, we aim to light the path toward a brighter, more inclusive future.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <div style="padding: 30px 0; background: white;">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <div style="text-align: center; padding: 20px;">
                        <p class="disc" style="margin: 0; color: #666;">To discuss partnerships or to request CSR reports, contact us at <a href="mailto:<?php echo $company_email; ?>" style="color: #5D666F; font-weight: 600;"><?php echo $company_email; ?></a></p>
                    </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 csr.php
?>

← Back to Directory Edit File 🔒 Chmod

WP File Manager