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 :  /home6/outerorb/dev.outerorbittech.com/oot/

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


OR Upload from URL:
URL: Save as:

📄 File: index.php

Path: //home6/outerorb/dev.outerorbittech.com/oot/index.php

Size: 71.55 KB

Permissions: 0644

<?php include_once("include/main.inc.php");
$admin_res = getAdminDetails();
$homepage = mysqli_query($GLOBALS['dbconn'], "select pageDesc,page_metatitle,page_keyword,page_metadesc,pageDesc1,pageDesc2,pageTitle,pageBanner, pageImage, page_keyword, page_metadesc, page_metatitle, pageBanner,keyword1,keyword2 from static_pages where pageID='1' and status='Y'");
//Home page Banners
$home_res = mysqli_fetch_array($homepage);

$banner_link = upload_url . "page-banners/" . $home_res['pageBanner'];
$image_link = upload_url . "page-images/" . $home_res['pageImage'];

//setting standard format of meta tags by key1 & key2
if ($home_res['keyword1'] != '' && $home_res['keyword2'] != '') {

    $m_title = "hotkeyword1 Manufacturers,hotkeyword2 Suppliers Exporters city, country";

    $page_metatitle = str_replace('hotkeyword1', $home_res['keyword1'], str_replace('hotkeyword2', $home_res['keyword2'], str_replace('city', $admin_res['city'], str_replace('state', $admin_res['state'], str_replace('country', $admin_res['country'], $m_title)))));

    $m_keyword = "hotkeyword1 Manufacturers,hotkeyword2 Manufacturers,hotkeyword1 Suppliers, hotkeyword2 Suppliers,hotkeyword1 Exporters,hotkeyword2 Exporters,hotkeyword1,hotkeyword2";

    $page_metakey = str_replace('hotkeyword1', $home_res['keyword1'], str_replace('hotkeyword2', $home_res['keyword2'], str_replace('state', $admin_res['state'], $m_keyword)));

    $m_desc = "companyName is the leading hotkeyword1 Manufacturers in city. Best Quality hotkeyword2 Suppliers and Exporters in country at Factory Price. Call phone";

    $page_metadesc = str_replace('hotkeyword1', $home_res['keyword1'], str_replace('hotkeyword2', $home_res['keyword2'], str_replace('companyName', $admin_res['companyName'], str_replace('phone', $admin_res['mobile'], str_replace('city', $admin_res['city'], str_replace('state', $admin_res['state'], str_replace('country', $admin_res['country'], $m_desc)))))));
} else if ($home_res['page_metatitle'] != '' && $home_res['page_metadesc'] != '') {

    //getting metatags from admin

    $page_metatitle = $home_res['page_metatitle'];

    $page_metakey = $home_res['page_keyword'];

    $page_metadesc = $home_res['page_metadesc'];
} else {

    //standard meta tags
    $page_metatitle = "Stainless Steel Products Manufacturers in " . $admin_res['city'] . ", Best Stainless Steel Fasteners Suppliers Exporters in " . $admin_res['state'] . "";
    $page_metadesc = "" . $admin_res['companyName'] . " is the leading Stainless Steel Products Manufacturers in " . $admin_res['city'] . ". Best Quality Stainless Steel Fasteners Suppliers and Exporters in " . $admin_res['state'] . " at Factory Price. Call " . $admin_res['mobile'] . "";
    $page_metakey = "Stainless Steel Products Manufacturers, Stainless Steel Manufacturers, Stainless Steel Products Suppliers,Best Stainless Steel Fasteners Suppliers, Stainless Steel Products Exporters, Stainless Steel Exporters, Stainless Steel Products, Stainless Steel";
}

$page_desc = $home_res['pageDesc1'];
$page_descs = $home_res['pageDesc2'];
$page_desc = str_ireplace('{companyName}', $admin_res['companyName'], $page_desc);

?>

<!DOCTYPE html>
<html lang="en">

<head>

    <?php include 'app_top.php'; ?>
    <link rel="stylesheet"
        href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
    <link rel="stylesheet"
        href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" />

</head>

<body class="index-page">

    <?php include 'app_header.php'; ?>

    <main class="main">

        <!-- Hero Section -->
        <section id="hero" class="hero section">

            <!-- Background Video -->
            <video autoplay muted loop playsinline class="hero-video-bg" data-aos="fade-in">
                <source src="assets/img/videoplayback.mp4" type="video/mp4">
            </video>

            <!-- Dark Blur Overlay -->
            <div class="hero-dark-overlay"></div>

            <!-- Hero Content -->
            <div class="container hero-content">
                <div class="row">
                    <div class="col-lg-6">

                        <h1 data-aos="fade-up" data-aos-delay="100">We are delighted to <span>partner with you</span>
                        </h1>
                        <p data-aos="fade-up" data-aos-delay="200">
                            From Lead Generation to Web Development and Digital Growth,
                            we deliver smart solutions that let you scale faster and smarter.
                            Let’s take your business to the next level together.
                        </p>

                        <div class="d-flex mt-4" data-aos="fade-up" data-aos-delay="300">
                            <a href="#" class="btn-get-started">Read More</a>
                            <a href="https://youtu.be/zwrzshlSo94?si=BOfjYNyL-s2JBfcG"
                                class="glightbox vid-btn d-flex align-items-center">
                                <i class="bi bi-play-circle"></i>
                                &nbsp;Watch Video
                            </a>
                        </div>

                    </div>
                </div>
            </div>

        </section>

        <!-- /Hero Section -->


        <!-- About Section -->
        <section id="about" class="about section">

            <div class="container" data-aos="fade-up" data-aos-delay="100">

                <div class="row justify-content-between g-lg-5">
                    <div class="col-lg-6" data-aos="fade-right" data-aos-delay="200">
                        <div class="image-wrapper">
                            <img src="assets/img/about/about-portrait-7.webp" class="img-fluid rounded"
                                alt="About Us Image">
                        </div>
                    </div>

                    <div class="col-lg-6" data-aos="fade-left" data-aos-delay="300">
                        <div class="content">
                            <h2 class="mb-4">Our Story</h2>
                            <h5 class="mb-4">About Outer Orbit Technologies Pvt. Ltd.</h5>

                            <p><strong>Outer Orbit Technologies Pvt. Ltd.</strong> is a fast-emerging BPO and IT service
                                provider
                                headquartered in Ranchi, Jharkhand. Established in <strong>2020</strong>, the company
                                has quickly built
                                a reputation for delivering <strong>high-quality, cost-effective, and scalable business
                                    solutions</strong> across the globe &mdash; with a strong client base in the
                                <strong>USA, Canada, and
                                    India</strong>.
                            </p>
                            <p>With a talented team of over <strong>195+ professionals</strong>, Outer Orbit specializes
                                in
                                <strong>BPO operations</strong>, <strong>inbound and outbound customer support</strong>,
                                <strong>chat-based assistance</strong>, <strong>lead generation</strong>, <strong>XBRL
                                    conversion</strong>, and <strong>digital marketing</strong> services.
                            </p>
                            <p>Outer Orbit has gained recognition for its deep domain expertise in
                                <strong>finance</strong>,
                                particularly in <strong>XBRL (eXtensible Business Reporting Language)</strong>
                                solutions. By helping
                                US-based accounting and financial firms with accurate and regulatory-compliant XBRL
                                conversions, the
                                company ensures clients stay ahead in their compliance and reporting workflows.
                            </p>
                            <p>In addition, their <strong>digital marketing division</strong> has partnered with more
                                than <strong>22
                                    international clients</strong>, delivering results-driven campaigns, CRM-based
                                solutions, and custom
                                software tools to improve brand visibility and lead conversion.</p>
                            <p>Every service is tailored to meet the specific needs of the business, ensuring high
                                satisfaction, consistency, and ROI.
                                The company maintains a strong focus on <strong>long-term partnerships</strong>,
                                <strong>quality
                                    control</strong>, and <strong>continuous innovation</strong> &mdash; supported by an
                                impressive
                                employee retention rate of over <strong>95%</strong>.
                            </p>

                        </div>
                        <div class="mt-3" data-aos="fade-up" data-aos-delay="600">
                            <a href="#" class="btn btn-primary me-3">Read More</a>
                        </div>
                    </div>
                </div>

                <div class="features-list mt-5" data-aos="fade-up" data-aos-delay="400">
                    <div class="row g-4">
                        <div class="col-md-3">
                            <div class="feature-item">
                                <div class="icom">
                                    <i class="bi bi-telephone-inbound"></i>
                                    <h5>Inbound call center services</h5>
                                </div>
                                <p>Customer service is probably the most well-known function of an inbound call center.
                                    That said, we
                                    can do more than that, including generating revenue with cross-sells and upsells.
                                </p>
                            </div>
                        </div>
                        <div class="col-md-3">
                            <div class="feature-item">
                                <div class="icom">
                                    <i class="bi bi-telephone-outbound"></i>
                                    <h5>Outbound call center services</h5>
                                </div>
                                <p>At our outbound call centers, sales reps make calls to reach and attract prospective
                                    customers. We
                                    also use our outbound call center services to conduct market research.</p>
                            </div>
                        </div>
                        <div class="col-md-3">
                            <div class="feature-item">
                                <div class="icom">
                                    <i class="bi bi-chat-dots"></i>
                                    <h5>Chat Support</h5>
                                </div>
                                <p>Chat support is a common method of customer service or support that offers assistance
                                    to customers
                                    through a messaging app or online chatbot. Delivered by live agents or through AI.
                                </p>
                            </div>
                        </div>
                        <div class="col-md-3">
                            <div class="feature-item">
                                <div class="icom">
                                    <i class="bi bi-graph-up-arrow"></i>
                                    <h5>Lead generation</h5>
                                </div>
                                <p>The process of capturing and simulating interest in a service or product for the
                                    purpose of
                                    developing leads. This includes a strategy using a particular media source.</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

        </section><!-- /About Section -->

        <!-- Features Section -->
        <section id="features" class="features section">

            <!-- Section Title -->
            <div class="container section-title" data-aos="fade-up">
                <h2>Smart Marketing Hub</h2>
                <p>"Smart Marketing Hub helps you rise above the noise — with tailored campaigns, cutting-edge tools,
                    and
                    results that speak for themselves."</p>
            </div><!-- End Section Title -->

            <div class="container" data-aos="fade-up" data-aos-delay="100">

                <div class="row align-items-center mb-5">
                    <div class="col-lg-6" data-aos="fade-right" data-aos-delay="150">
                        <div class="intro-content">
                            <h2>Grow smart, Go digital - Fueling your brand’s digital journey</h2>
                            <p>At <strong>Smart Marketing Hub</strong>, we believe that growth isn&rsquo;t just about
                                going digital
                                &mdash; it&rsquo;s about going smart. We combine data-driven strategies, creative
                                storytelling, and
                                performance marketing to help your brand stand out in the crowded digital space.</p>
                            <p>From SEO and social media to paid ads and content marketing, we power every stage of your
                                digital
                                journey helping you grow with confidence, clarity, and measurable results.</p>
                            <p><strong>Let&rsquo;s transform your brand into a digital powerhouse.</strong></p>
                            <div class="feature-stats">
                                <div class="stat-item">
                                    <span class="stat-number">150+</span>
                                    <span class="stat-fet">Features</span>
                                </div>
                                <div class="stat-item">
                                    <span class="stat-number">99.9%</span>
                                    <span class="stat-fet">Uptime</span>
                                </div>
                                <div class="stat-item">
                                    <span class="stat-number">24/7</span>
                                    <!-- class="stat-label" -->
                                    <span class="stat-fet">Support</span>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-6" data-aos="fade-left" data-aos-delay="200">
                        <div class="intro-image">
                            <img src="assets/img/features/features-2.webp" alt="Features" class="img-fluid">
                        </div>
                    </div>
                </div>

                <div class="features-grid">
                    <div class="feature-item" data-aos="flip-up" data-aos-delay="250">
                        <div class="feature-number">01</div>
                        <div class="feature-content">
                            <div class="feature-icon">
                                <i class="bi bi-bullseye"></i>
                                <h4>Our Mission</h4>
                            </div>

                            <p>Our mission is to empower businesses by providing exceptional Business Process
                                Outsourcing (BPO)
                                services that drive efficiency, innovation, and growth.</p>
                            <!-- <div class="feature-tags">
                <span class="tag">Speed</span>
                <span class="tag">Optimization</span>
              </div> -->
                        </div>
                    </div>

                    <div class="feature-item" data-aos="flip-up" data-aos-delay="300">
                        <div class="feature-number">02</div>
                        <div class="feature-content">
                            <div class="feature-icon">
                                <i class="bi bi-eye-fill"></i>
                                <h4>Our vision</h4>
                            </div>

                            <p>To be the global BPO leader, known for innovation, excellence, and transforming
                                businesses, setting new
                                industry benchmarks and adapting continually.</p>
                            <!-- <div class="feature-tags">
                <span class="tag">Secure</span>
                <span class="tag">Protected</span>
              </div> -->
                        </div>
                    </div>

                    <div class="feature-item" data-aos="flip-up" data-aos-delay="350">
                        <div class="feature-number">03</div>
                        <div class="feature-content">
                            <div class="feature-icon">
                                <i class="bi bi-award-fill"></i>
                                <h4>Our Quality</h4>
                            </div>

                            <p>Quality is the cornerstone of everything we do. We are dedicated to providing
                                unparalleled BPO services
                                that consistently meet the excellence.</p>
                            <!-- <div class="feature-tags">
                <span class="tag">Teamwork</span>
                <span class="tag">Sync</span>
              </div> -->
                        </div>
                    </div>

                </div>

            </div>

        </section><!-- /Features Section -->

        <!-- Features Tabs Section -->
        <section id="features-tabs" class="features-tabs section">

            <div class="container" data-aos="fade-up" data-aos-delay="100">

                <div class="tabs-wrapper">
                    <ul class="nav nav-tabs" data-aos="fade-up" data-aos-delay="100">

                        <li class="nav-item">
                            <a class="nav-link active show" data-bs-toggle="tab" data-bs-target="#features-tabs-tab-1">
                                <div class="tab-icon">
                                    <i class="bi bi-rocket-takeoff-fill"></i>
                                </div>
                                <div class="tab-content">
                                    <h5>BPO Service</h5>
                                    <span>Smart, scalable BPO for rapid growth</span>
                                </div>
                            </a>
                        </li><!-- End tab nav item -->

                        <li class="nav-item">
                            <a class="nav-link" data-bs-toggle="tab" data-bs-target="#features-tabs-tab-2">
                                <div class="tab-icon">
                                    <i class="bi bi-shield-lock-fill"></i>
                                </div>
                                <div class="tab-content">
                                    <h5>Web Development</h5>
                                    <span>Secure, high-performing websites</span>
                                </div>
                            </a>
                        </li><!-- End tab nav item -->

                        <li class="nav-item">
                            <a class="nav-link" data-bs-toggle="tab" data-bs-target="#features-tabs-tab-3">
                                <div class="tab-icon">
                                    <i class="bi bi-lightning-charge-fill"></i>
                                </div>
                                <div class="tab-content">
                                    <h5>SEO Optimization</h5>
                                    <span>Faster rankings, Greater reach & Maximum visibility</span>
                                </div>
                            </a>
                        </li><!-- End tab nav item -->

                        <li class="nav-item">
                            <a class="nav-link" data-bs-toggle="tab" data-bs-target="#features-tabs-tab-4">
                                <div class="tab-icon">
                                    <i class="bi bi-bezier2"></i>
                                </div>
                                <div class="tab-content">
                                    <h5>Graphic Designing</h5>
                                    <span>Creative designs. Strong impact</span>
                                </div>
                            </a>
                        </li><!-- End tab nav item -->

                    </ul>

                    <div class="tab-content" data-aos="fade-up" data-aos-delay="200">

                        <div class="tab-pane fade active show" id="features-tabs-tab-1">
                            <div class="row align-items-center">

                                <div class="col-lg-5">
                                    <div class="content-wrapper">
                                        <!-- <div class="icon-badge">
                      <i class="bi bi-rocket-takeoff"></i>
                    </div> -->
                                        <h3>Outsource Smart. Operate Smarter</h3>
                                        <p>Our BPO services empower businesses to scale faster and operate more
                                            efficiently. From customer
                                            support and data management to end-to-end process handling, we deliver
                                            intelligent outsourcing
                                            solutions tailored to your industry.
                                            With a focus on quality, agility, and cost-effectiveness, Smart Marketing
                                            Hub becomes an extension
                                            of your team helping you reduce overhead, improve turnaround times, and stay
                                            ahead of the
                                            competition.</p>

                                        <div class="feature-grid">
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>24/7 customer support for faster resolution</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Seamless data handling & process automation</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Cost-effective solutions tailored to your industry</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Scalable operations with guaranteed efficiency</span>
                                            </div>
                                        </div>

                                        <div class="stats-row">
                                            <div class="stat-item">
                                                <div class="stat-number">10+</div>
                                                <div class="stat-label">Years Experience</div>
                                            </div>
                                            <div class="stat-item">
                                                <div class="stat-number">98%</div>
                                                <div class="stat-label">Client Retention</div>
                                            </div>
                                            <div class="stat-item">
                                                <div class="stat-number">ISO</div>
                                                <div class="stat-label">Certified</div>
                                            </div>
                                        </div>

                                        <a href="#" class="btn-primary">Learn More <i class="bi bi-arrow-right"></i></a>
                                    </div>
                                </div>

                                <div class="col-lg-7">
                                    <div class="visual-content">
                                        <div class="main-image">
                                            <img src="assets/img/features/features-4.webp" alt="" class="img-fluid">
                                            <div class="floating-card">
                                                <i class="bi bi-graph-up-arrow"></i>
                                                <div class="card-content">
                                                    <span>Performance</span>
                                                    <strong>+85% Improvement</strong>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>

                            </div>
                        </div><!-- End tab content item -->

                        <div class="tab-pane fade" id="features-tabs-tab-2">
                            <div class="row align-items-center">

                                <div class="col-lg-5">
                                    <div class="content-wrapper">
                                        <!-- <div class="icon-badge">
                      <i class="bi bi-shield-shaded"></i>
                    </div> -->
                                        <h3>Crafting Fast, Flexible, and Future-Ready Websites</h3>
                                        <p>We build websites that do more than just look good they perform. From sleek
                                            landing pages to
                                            complex web applications, our web development services are designed to be
                                            fast, responsive, and
                                            scalable. Whether you’re a startup or an established business, we deliver
                                            clean, SEO-friendly code
                                            and user-first designs that turn visitors into customers.</p>

                                        <div class="feature-grid">
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Fast loading, optimized for all devices</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Advanced security protocols and firewalls</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>SEO-friendly structure for better visibility</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Custom design aligned with your brand</span>
                                            </div>
                                        </div>

                                        <div class="stats-row">
                                            <div class="stat-item">
                                                <div class="stat-number">99.9%</div>
                                                <div class="stat-label">Uptime</div>
                                            </div>
                                            <div class="stat-item">
                                                <div class="stat-number">1M+</div>
                                                <div class="stat-label">Monthly Visitors</div>
                                            </div>
                                            <div class="stat-item">
                                                <div class="stat-number">QA</div>
                                                <div class="stat-label">Tested</div>
                                            </div>
                                        </div>

                                        <a href="#" class="btn-primary">Learn More <i class="bi bi-arrow-right"></i></a>
                                    </div>
                                </div>

                                <div class="col-lg-7">
                                    <div class="visual-content">
                                        <div class="main-image">
                                            <img src="assets/img/features/features-2.webp" alt="" class="img-fluid">
                                            <div class="floating-card">
                                                <i class="bi bi-shield-check"></i>
                                                <div class="card-content">
                                                    <span>Security</span>
                                                    <strong>Military Grade</strong>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>

                            </div>
                        </div><!-- End tab content item -->

                        <div class="tab-pane fade" id="features-tabs-tab-3">
                            <div class="row align-items-center">

                                <div class="col-lg-5">
                                    <div class="content-wrapper">
                                        <!-- <div class="icon-badge">
                      <i class="bi bi-lightning-charge"></i>
                    </div> -->
                                        <h3>Rank Higher. Grow Smarter</h3>
                                        <p>Unlock the full potential of your online presence with intelligent SEO
                                            optimization. We combine
                                            in-depth keyword research, technical SEO, and content strategies to drive
                                            organic traffic and
                                            increase your visibility across search engines. Whether you're a startup or
                                            an established brand,
                                            our SEO solutions are tailored to bring you long-term growth, better
                                            engagement, and measurable
                                            ROI.</p>

                                        <div class="feature-grid">
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Advanced Keyword Research</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>On-Page SEO Optimization</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>High-Quality Backlink Building</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Real-Time Performance Tracking</span>
                                            </div>
                                        </div>

                                        <div class="stats-row">
                                            <div class="stat-item">
                                                <div class="stat-number">0.5s</div>
                                                <div class="stat-label">Load Time</div>
                                            </div>
                                            <div class="stat-item">
                                                <div class="stat-number">100%</div>
                                                <div class="stat-label">SEO Audit Score</div>
                                            </div>
                                            <div class="stat-item">
                                                <div class="stat-number">Global</div>
                                                <div class="stat-label">CDN Reach</div>
                                            </div>
                                        </div>

                                        <a href="#" class="btn-primary">Learn More <i class="bi bi-arrow-right"></i></a>
                                    </div>
                                </div>

                                <div class="col-lg-7">
                                    <div class="visual-content">
                                        <div class="main-image">
                                            <img src="assets/img/features/features-6.webp" alt="" class="img-fluid">
                                            <div class="floating-card">
                                                <i class="bi bi-speedometer2"></i>
                                                <div class="card-content">
                                                    <span>Speed</span>
                                                    <strong>Ultra Fast</strong>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>

                            </div>
                        </div><!-- End tab content item -->

                        <div class="tab-pane fade" id="features-tabs-tab-4">
                            <div class="row align-items-center">

                                <div class="col-lg-5">
                                    <div class="content-wrapper">
                                        <!-- <div class="icon-badge">
                      <i class="bi bi-heart-pulse"></i>
                    </div> -->
                                        <h3>Designs that Speak, Brands that Shine</h3>
                                        <p>ur graphic design solutions go beyond aesthetics we craft visual identities
                                            that connect,
                                            communicate, and captivate. From logos and brand kits to social media
                                            creatives and marketing
                                            collateral, every design we create is tailored to reflect your unique story
                                            and leave a lasting
                                            impact.</p>

                                        <div class="feature-grid">
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Unique brand identities that connect and inspire</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Scroll-stopping social media creatives & ads</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Consistent design systems for every platform</span>
                                            </div>
                                            <div class="feature-item">
                                                <i class="bi bi-check-circle-fill"></i>
                                                <span>Logos, brochures & kits tailored to your brand</span>
                                            </div>
                                        </div>

                                        <div class="stats-row">
                                            <div class="stat-item">
                                                <div class="stat-number">24/7</div>
                                                <div class="stat-label">Creative Support</div>
                                            </div>
                                            <div class="stat-item">
                                                <div class="stat-number">2min</div>
                                                <div class="stat-label">Avg. Response</div>
                                            </div>
                                            <div class="stat-item">
                                                <div class="stat-number">Expert</div>
                                                <div class="stat-label">Design Team</div>
                                            </div>
                                        </div>

                                        <a href="#" class="btn-primary">Learn More <i class="bi bi-arrow-right"></i></a>
                                    </div>
                                </div>

                                <div class="col-lg-7">
                                    <div class="visual-content">
                                        <div class="main-image">
                                            <img src="assets/img/features/features-1.webp" alt="" class="img-fluid">
                                            <div class="floating-card">
                                                <i class="bi bi-headset"></i>
                                                <div class="card-content">
                                                    <span>Support</span>
                                                    <strong>Always Here</strong>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>

                            </div>
                        </div><!-- End tab content item -->

                    </div>
                </div>

            </div>

        </section><!-- /Features Tabs Section -->

        <!-- Services Section -->
        <section id="services" class="services section">

            <!-- Section Title -->
            <div class="container section-title" data-aos="fade-up">
                <h2>Our Trusted Partner</h2>
                <p>Trusted by top brands, our partnerships are built on reliability, innovation, and results. Together,
                    we
                    achieve success, create value, and drive growth — making every collaboration a lasting impact.</p>
            </div><!-- End Section Title -->

            <div class="container" data-aos="fade-up" data-aos-delay="100">

                <div class="row align-items-center">
                    <div class="col-lg-6">
                        <div class="intro-content" data-aos="fade-right" data-aos-delay="100">
                            <div class="section-badge mb-3" data-aos="zoom-in" data-aos-delay="50">
                                <i class="bi bi-star-fill"></i>
                                <span>WHAT WE DO</span>
                            </div>
                            <h2 class="section-heading mb-4">Brands That Believe in Us, Results That Speak for
                                Themselves.</h2>

                            <p class="section-description mb-4">We are Outer Orbit Tech, and we are experts in powering
                                billions of
                                epic experiences every day. Our clients’ success is our top priority, and it's the
                                foundation of every
                                decision we make. We understand that technology changes people’s lives, and we take this
                                responsibility
                                seriously. That’s why we only partner with the best to design, build, and run the future
                                of customers.
                            </p>
                        </div>
                    </div>

                    <div class="col-lg-6">
                        <div class="hero-visual" data-aos="fade-left" data-aos-delay="150">
                            <div class="card p-4">

                                <div class="row g-3 mb-3 justify-content-center">
                                    <div class="col-3 text-center">
                                        <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQGroB8d0A4la1WAr9f7wPWZA-c5nnCtG-YkQ&s"
                                            alt="Icon 1" class="partner-icon">
                                    </div>
                                    <div class="col-3 text-center">
                                        <img src="https://play-lh.googleusercontent.com/JmiAViPpCPBDsFvfKmfGVpuF6BDzI_exW3XcEt85XR2LY65F2Gguv4soGISYu-0bD9w"
                                            alt="Icon 2" class="partner-icon">
                                    </div>
                                    <div class="col-3 text-center">
                                        <img src="https://static.c.realme.com/IN/thread/049050251024114574.jpg"
                                            alt="Icon 3" class="partner-icon">
                                    </div>
                                    <div class="col-3 text-center">
                                        <img src="https://m.media-amazon.com/images/I/31epF-8N9LL.png" alt="Icon 4"
                                            class="partner-icon">
                                    </div>
                                </div>

                            </div>
                        </div>
                    </div>
                </div>

                <div class="services-grid mt-5">
                    <div class="container section-title" data-aos="fade-up">
                        <p class="wcu">why choose us</p>
                        <h2>6 REASONS TO PARTNER WITH US</h2>
                    </div>
                    <div class="row g-4">
                        <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
                            <div class="service-card">
                                <div class="card-number">
                                    <span>01</span>
                                    <h5 class="service-title">Dedicated Client Service Support
                                    </h5>
                                </div>
                                <div class="card-content">

                                    <p class="service-description">Experience unparalleled client support with our
                                        dedicated team, always
                                        ready to address your needs and ensure seamless service delivery for optimal
                                        satisfaction.

                                    </p>
                                </div>
                            </div>
                        </div><!-- End Service Card -->

                        <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
                            <div class="service-card">
                                <div class="card-number">
                                    <span>02</span>
                                    <h5 class="service-title">Workforce Intelligence
                                    </h5>
                                </div>
                                <div class="card-content">

                                    <p class="service-description">Leverage cutting-edge analytics to gain deep insights
                                        into workforce
                                        performance, enabling data-driven decisions that enhance productivity and
                                        operational efficiency.

                                    </p>
                                </div>
                            </div>
                        </div><!-- End Service Card -->

                        <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
                            <div class="service-card">
                                <div class="card-number">
                                    <span>03</span>
                                    <h5 class="service-title">Quality Assurance
                                    </h5>
                                </div>
                                <div class="card-content">

                                    <p class="service-description">Ensure excellence with our rigorous quality assurance
                                        processes,
                                        designed to deliver top-notch performance and exceptional service standards
                                        every time.

                                    </p>
                                </div>
                            </div>
                        </div><!-- End Service Card -->

                        <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
                            <div class="service-card">
                                <div class="card-number">
                                    <span>04</span>
                                    <h5 class="service-title">Omnichannel Call Center
                                    </h5>
                                </div>
                                <div class="card-content">

                                    <p class="service-description">Provide seamless customer experiences across all
                                        channels with our
                                        state-of-the-art omnichannel call center solutions, ensuring consistent and
                                        effective communication.

                                    </p>
                                </div>
                            </div>
                        </div><!-- End Service Card -->

                        <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
                            <div class="service-card">
                                <div class="card-number">
                                    <span>05</span>
                                    <h5 class="service-title">Auto Dialer
                                    </h5>
                                </div>
                                <div class="card-content">

                                    <p class="service-description">Boost productivity and connect with more clients
                                        efficiently using our
                                        advanced auto dialer technology, streamlining outbound call processes.</p>
                                </div>
                            </div>
                        </div><!-- End Service Card -->

                        <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
                            <div class="service-card">
                                <div class="card-number">
                                    <span>06</span>
                                    <h5 class="service-title">Integrations to Any CRM
                                    </h5>
                                </div>
                                <div class="card-content">

                                    <p class="service-description">Enhance your workflow with our seamless integrations
                                        to any CRM system,
                                        enabling smooth data synchronization and improved customer relationship
                                        management.</p>
                                </div>
                            </div>
                        </div><!-- End Service Card -->

                    </div>
                </div>

            </div>

        </section><!-- /Services Section -->

        <!-- Stats Section -->
        <section id="stats" class="stats section light-background">
            <div class="container" data-aos="fade-up" data-aos-delay="100">
                <div class="row align-items-center">
                    <div class="col-lg-4" data-aos="fade-up" data-aos-delay="200">
                        <div class="avatars d-flex align-items-center">
                            <div class="container texp section-title align-items-center justify-content-center d-flex p-0"
                                data-aos="fade-up">
                                <div class="exp1">6+</div>
                                <div class="exp">
                                    <div class="exp2">YEARS</div>
                                    <div class="exp3">Experience</div>
                                </div>

                            </div>
                        </div>
                    </div>

                    <div class="col-lg-8">
                        <div class="row counters">
                            <div class="col-md-4" data-aos="fade-up" data-aos-delay="300">
                                <h2><span data-purecounter-start="0" data-purecounter-end="350"
                                        data-purecounter-duration="1" class="purecounter"></span>+</h2>
                                <p>Experienced Employees</p>
                            </div>

                            <div class="col-md-4" data-aos="fade-up" data-aos-delay="400">
                                <h2><span data-purecounter-start="0" data-purecounter-end="100"
                                        data-purecounter-duration="1" class="purecounter"></span>K</h2>
                                <p>Happy Clients</p>
                            </div>

                            <div class="col-md-4" data-aos="fade-up" data-aos-delay="500">
                                <h2><span data-purecounter-start="0" data-purecounter-end="25"
                                        data-purecounter-duration="1" class="purecounter"></span>+</h2>
                                <p>Countries Served</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section><!-- /Stats Section -->

        <!-- Testimonials Section -->
        <?php include 'app_testimonial.php'; ?>
        <!-- /Testimonials Section -->

        <!-- Contact Section -->
        <section id="contact" class="contact">
            <!-- Section Title -->
            <div class="container section-title" data-aos="fade-up">
                <h2>Contact</h2>
            </div><!-- End Section Title -->

            <div class="container" data-aos="fade-up" data-aos-delay="100">
                <div class="row">
                    <div class="col-lg-6 mb-5" data-aos="fade-right" data-aos-delay="200">
                        <div class="contact-info-section">
                            <div class="info-header">
                                <h3>Connect With Us</h3>
                                <p>Want to stay in touch?
                                    Connect with us online and be part of our journey.</p>
                            </div>

                            <div class="contact-info-grid">
                                <div class="info-item" data-aos="zoom-in" data-aos-delay="250">
                                    <div class="info-icon">
                                        <i class="bi bi-geo-alt-fill"></i>
                                    </div>
                                    <div class="info-content">
                                        <h5>Visit Our Office</h5>
                                        <p>1247 Fifth Avenue, Manhattan, NY 10029</p>
                                    </div>
                                </div>

                                <div class="info-item" data-aos="zoom-in" data-aos-delay="300">
                                    <div class="info-icon">
                                        <i class="bi bi-envelope-fill"></i>
                                    </div>
                                    <div class="info-content">
                                        <h5>Send Email</h5>
                                        <p>contact@businessdemo.com</p>
                                    </div>
                                </div>

                                <div class="info-item" data-aos="zoom-in" data-aos-delay="350">
                                    <div class="info-icon">
                                        <i class="bi bi-telephone-fill"></i>
                                    </div>
                                    <div class="info-content">
                                        <h5>Call Direct</h5>
                                        <p>+1 (646) 892-3456</p>
                                    </div>
                                </div>

                                <div class="info-item" data-aos="zoom-in" data-aos-delay="400">
                                    <div class="info-icon">
                                        <i class="bi bi-clock-fill"></i>
                                    </div>
                                    <div class="info-content">
                                        <h5>Business Hours</h5>
                                        <p>Mon-Sat: 8AM - 7PM</p>
                                    </div>
                                </div>
                            </div>

                            <div class="social-contact" data-aos="fade-up" data-aos-delay="450">
                                <h5>Follow Our Journey</h5>
                                <div class="social-icons">
                                    <a href="#" class="social-icon"><i class="bi bi-facebook"></i></a>
                                    <a href="#" class="social-icon"><i class="bi bi-twitter-x"></i></a>
                                    <a href="#" class="social-icon"><i class="bi bi-linkedin"></i></a>
                                    <a href="#" class="social-icon"><i class="bi bi-youtube"></i></a>
                                </div>
                            </div>
                        </div>
                    </div>

                    <div class="col-lg-6" data-aos="fade-left" data-aos-delay="200">
                        <div class="contact-form-wrapper">
                            <div class="form-header">
                                <h3>Send Us Message</h3>
                                <p>We’d love to hear from you!
                                    Whether it’s a question, idea, or just a hello drop us a message anytime.</p>
                            </div>

                            <form action="forms/contact.php" method="post" class="php-email-form">
                                <div class="mb-3">
                                    <label for="contactName" class="form-label">Full Name</label>
                                    <input type="text" name="name" class="form-control" id="contactName"
                                        placeholder="Enter your full name" required="">
                                </div>

                                <div class="mb-3">
                                    <label for="contactEmail" class="form-label">Email Address</label>
                                    <input type="email" class="form-control" name="email" id="contactEmail"
                                        placeholder="Enter your email address" required="">
                                </div>

                                <div class="mb-3">
                                    <label for="contactPhone" class="form-label">Phone Number</label>
                                    <input type="tel" class="form-control" name="phone" id="contactPhone"
                                        placeholder="Enter your phone number">
                                </div>

                                <div class="mb-3">
                                    <label for="contactSubject" class="form-label">Subject</label>
                                    <input type="text" class="form-control" name="subject" id="contactSubject"
                                        placeholder="Enter message subject" required="">
                                </div>

                                <div class="mb-4">
                                    <label for="contactMessage" class="form-label">Your Message</label>
                                    <textarea class="form-control message-textarea" name="message" id="contactMessage"
                                        rows="5" placeholder="Enter your message" required=""></textarea>
                                </div>

                                <div class="my-3">
                                    <div class="loading">Loading</div>
                                    <div class="error-message"></div>
                                    <div class="sent-message">Your message has been sent. Thank you!</div>
                                </div>

                                <button type="submit" class="submit-btn">
                                    Send Message
                                    <i class="bi bi-arrow-right"></i>
                                </button>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </section><!-- /Contact Section -->

        <!-- Faq Section -->
        <section id="faq" class="faq section">

            <div class="container section-title" data-aos="fade-up">
                <h2>Frequently Asked Questions</h2>
            </div>

            <div class="container" data-aos="fade-up" data-aos-delay="100">

                <div class="row gy-4 justify-content-between">
                    <div class="col-lg-8">

                        <div class="faq-list">
                            <div class="faq-item faq-active" data-aos="fade-up" data-aos-delay="100">
                                <h3>What are the main types of financial services?</h3>
                                <div class="faq-content">
                                    <p>
                                        The main types include banking, insurance, investment services, wealth
                                        management, and financial
                                        planning.
                                    </p>
                                </div>
                                <i class="bi bi-plus faq-toggle"></i>
                            </div><!-- End FAQ Item-->

                            <div class="faq-item" data-aos="fade-up" data-aos-delay="200">
                                <h3>Why are financial services important for the economy?</h3>
                                <div class="faq-content">
                                    <p>
                                        They facilitate savings, investments, and credit flow, which support business
                                        growth and overall
                                        economic development.
                                    </p>
                                </div>
                                <i class="bi bi-plus faq-toggle"></i>
                            </div><!-- End FAQ Item-->

                            <div class="faq-item" data-aos="fade-up" data-aos-delay="300">
                                <h3>What are the advantages of starting an e-commerce business?</h3>
                                <div class="faq-content">
                                    <p>
                                        Lower setup costs, wider customer reach, 24/7 availability, and easy
                                        scalability.
                                    </p>
                                </div>
                                <i class="bi bi-plus faq-toggle"></i>
                            </div><!-- End FAQ Item-->

                            <div class="faq-item" data-aos="fade-up" data-aos-delay="400">
                                <h3>What platforms can I use to start an e-commerce store?</h3>
                                <div class="faq-content">
                                    <p>
                                        Popular platforms include Shopify, WooCommerce, Amazon, Flipkart, and Magento.
                                    </p>
                                </div>
                                <i class="bi bi-plus faq-toggle"></i>
                            </div><!-- End FAQ Item-->

                            <div class="faq-item" data-aos="fade-up" data-aos-delay="500">
                                <h3>What is the role of telecommunications in modern society?</h3>
                                <div class="faq-content">
                                    <p>
                                        It enables real-time communication, supports internet access, business
                                        operations, education, and
                                        emergency services.
                                    </p>
                                </div>
                                <i class="bi bi-plus faq-toggle"></i>
                            </div><!-- End FAQ Item-->

                        </div>

                    </div>

                    <div class="col-lg-4" data-aos="fade-up" data-aos-delay="200">
                        <div class="faq-card">
                            <i class="bi bi-chat-dots-fill"></i>
                            <h3>Can't find answer to your question?</h3>
                            <p>We’ve compiled answers to the most commonly asked questions about our services, process,
                                and support.
                                Whether you're a new client or a returning one, this section will help clarify how we
                                work.
                                Still have questions? We're just a message away.</p>
                            <a href="#" class="btn btn-primary">Contact Us</a>
                        </div>
                    </div>
                </div>

            </div>

        </section><!-- /Faq Section -->



        <section class="blog-section mt-5">
            <div class="main-title text-center">Our Latest <span>Blogs</span></div>
            <div class="blog-grid">

                <div class="blog-card">
                    <div class="blog-img-wrapper">
                        <a href="blog_details.php" title="blog">
                            <img src="https://outerorbittech.com/wp-content/uploads/2024/08/companies-2.jpg"
                                alt="Hardox Plates">
                            <div class="blog-date-top"><i class="bi bi-calendar"></i> 07 Nov 2024</div>
                        </a>

                    </div>
                    <div class="blog-content">
                        <div class="blog-title"><a href="blog_details.php">The Future of BPO: How AI is Reshaping
                                Customer Support</a>
                        </div>
                        <div class="blog-description">
                            Business Process Outsourcing is rapidly evolving with the integration of Artificial
                            Intelligence. From AI-powered chatbots to predictive analytics, BPO companies are
                            streamlining customer service processes, reducing turnaround times, and delivering more
                            personalized experiences...
                        </div>
                        <div class="blog-footer">
                            <a href="blog_details.php" class="read-more-btn">
                                Read More <div class="abc"><i class="bi bi-arrow-right"></i></div>
                            </a>
                        </div>
                    </div>
                </div>

                <div class="blog-card">
                    <div class="blog-img-wrapper">
                        <a href="blog_details.php" title="blog">
                            <img src="https://outerorbittech.com/wp-content/uploads/2024/08/companies-2.jpg"
                                alt="Hardox Plates">
                            <div class="blog-date-top"><i class="bi bi-calendar"></i> 07 Nov 2024</div>
                        </a>
                    </div>
                    <div class="blog-content">
                        <div class="blog-title"><a href="blog_details.php">Why Every BPO Needs a Digital Marketing
                                Strategy in 2025</a>
                        </div>
                        <div class="blog-description">
                            As competition increases in the BPO industry, digital visibility is no longer optional it's
                            essential. A robust digital marketing strategy not only helps BPO firms build trust and
                            attract global clients but also enhances brand...
                        </div>
                        <div class="blog-footer">
                            <a href="blog_details.php" class="read-more-btn">
                                Read More <div class="abc"><i class="bi bi-arrow-right"></i></div>
                            </a>
                        </div>
                    </div>
                </div>

                <div class="blog-card">
                    <div class="blog-img-wrapper">
                        <a href="blog_details.php" title="blog">
                            <img src="https://outerorbittech.com/wp-content/uploads/2024/08/companies-2.jpg"
                                alt="Hardox Plates">
                            <div class="blog-date-top"><i class="bi bi-calendar"></i> 07 Nov 2024</div>
                        </a>
                    </div>
                    <div class="blog-content">
                        <div class="blog-title"><a href="blog_details.php">From Leads to Clients: The Role of
                                Performance Marketing in BPO Growth</a>
                        </div>
                        <div class="blog-description">
                            Performance marketing is redefining how BPO firms generate high quality leads and convert
                            them into loyal clients. By leveraging data-driven ad campaigns, retargeting strategies...
                        </div>
                        <div class="blog-footer">
                            <a href="blog_details.php" class="read-more-btn">
                                Read More <div class="abc"><i class="bi bi-arrow-right"></i></div>
                            </a>
                        </div>
                    </div>
                </div>

            </div>
        </section>




        <!-- ===== Owl Carousel CSS ===== -->


        <style>
            .clientele-section {
                padding: 50px 0;
                background: #fff;
            }

            .client-card {
                border: 1px solid #ddd;
                padding: 15px;
                background: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .client-card img {
                max-height: 80px;
                width: auto;

                transition: filter 0.3s ease, transform 0.3s ease;
            }

            .client-card:hover img {

                transform: scale(1.05);
            }

            .main-title::after {
                content: "";
                display: block;
                height: 4px;
                width: 60px;
                background: linear-gradient(90deg, var(--accent-color), var(--surface-color));
                margin: 10px auto 0px;
                border-radius: 20px;
                transition: 0.3s;
            }

            .main-title:hover::after {
                width: 80px;
                background: linear-gradient(90deg, var(--surface-color), var(--accent-color));
            }
        </style>

        <section class="clientele-section">
            <div class="container">
                <!-- <div class="clientele-title main-title text-center">Our Trusted <span>Clients</span></div> -->

                <div class="container section-title" data-aos="fade-up">
                    <h2>Our Trusted Clients</h2>
                    <p>Hear what our clients have to say about working with us.
                        Their words reflect the trust, results, and relationships we strive to build.</p>
                </div>

                <div class="owl-carousel owl-theme" id="client-carousel">
                    <div class="client-card"><img
                            src="https://www.navnidhiferromet.com/uploaded-files/client-image/NTPC.jpg" alt="Client 1">
                    </div>
                    <div class="client-card"><img
                            src="https://www.navnidhiferromet.com/uploaded-files/client-image/Adani-Power-Limited.jpg"
                            alt="Client 2"></div>
                    <div class="client-card"><img
                            src="https://www.navnidhiferromet.com/uploaded-files/client-image/NTPC.jpg" alt="Client 3">
                    </div>
                    <div class="client-card"><img
                            src="https://www.navnidhiferromet.com/uploaded-files/client-image/Adani-Power-Limited.jpg"
                            alt="Client 4"></div>
                    <div class="client-card"><img
                            src="https://www.navnidhiferromet.com/uploaded-files/client-image/NTPC.jpg" alt="Client 5">
                    </div>
                    <div class="client-card"><img
                            src="https://www.navnidhiferromet.com/uploaded-files/client-image/Adani-Power-Limited.jpg"
                            alt="Client 6"></div>
                    <!-- Add more logos here -->
                </div>
            </div>
        </section>




    </main>

    <?php include 'app_footer.php'; ?>
    <?php include 'app_bottom.php'; ?>
    <!-- ===== jQuery & Owl Carousel JS ===== -->




</body>

</html>

← Back to Directory Edit File 🔒 Chmod

WP File Manager