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

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


OR Upload from URL:
URL: Save as:

📄 File: category.php

Path: //home2/outerorb/dev.outerorbittech.com/oot/category.php

Size: 27.48 KB

Permissions: 0644

<?php include_once("include/main.inc.php");
$admin_res = getAdminDetails();
?>
<!DOCTYPE html>
<html lang="en">

<head>
    <?php include 'app_top.php'; ?>
</head>

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

    <section class="heading_banner" style="background-image: url(<?= theme_url; ?>img/Category.jpg)">
        <div id="particles-js"></div>
        <div class="container">
            <div class="row">
                <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 text-center">
                    <h1 class="cat_title">BPO Services</h1>
                    <div class="clearfix"></div>
                </div>
            </div>
        </div>
    </section>

    <div class="inner_breadcrumb hidden_xs">
        <div class="container">
            <div class="row">
                <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
                    <ul class="breadcrumb">
                        <li><a href="" title="Home">Home</a></li>
                        <li class="active">BPO Services</li>
                    </ul>
                </div>
            </div>
        </div>
    </div>



    <style>
        .category_page {
            width: 100%;
            margin: 0;
            padding: 40px 0;
            background: #fff;
        }

        .product_right_image {
            float: right;
            max-width: 400px;
            width: 100%;
            margin: 0 0 15px 15px;
            text-align: center;
        }

        .product_right_image .detail_image {
            width: 100%;
            text-align: center;
            overflow: hidden;
            position: relative;
            height: 400px;
            border: 1px solid #eee;
            margin-bottom: 15px;
        }

        .product_right_image .detail_image img {
            position: absolute;
            max-width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: auto;
            max-height: 100%;
        }

        .oot_right p,
        .right-content p {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        .oot_right h2 {
            font-size: 20px;
            margin-bottom: 10px;
            color: #684a25;
        }

        .oot_right h3 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #000;
        }

        .category_page .oot_right ul {
            margin: 0 0 25px;
            padding: 0;
        }

        .category_page .oot_right ul li {
            display: block;
            list-style: none;
            line-height: 26px;
            color: #423f3f;
            font-size: 16px;
            font-weight: 500;
        }

        .category_page .oot_right ul li:before {
            margin-right: 5px;
            content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkorange' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/></svg>");
        }

        .product_listing {
            width: 100%;
            margin-bottom: 15px;
            box-shadow: 0px 3px 5px rgba(210, 210, 210, 0.75);
            border: 1px solid #eee;
            border-bottom: none;
            background: #fff;
            transition: all 0.35s ease-in-out;
        }

        .product_listing .product {
            width: 100%;
            text-align: center;
            min-height: 200px;
            overflow: hidden;
            border-right: 1px solid #eee;
        }

        .product_listing .image1 {
            width: 100%;
            text-align: center;
            position: relative;
            height: 340px;
            margin-bottom: 10px;
            border-bottom: 1px solid #eee;
        }

        .product_listing .image1 img {
            position: absolute;
            max-width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: auto;
            max-height: 100%;
        }

        .productContentSimple .productHeading a {
            font-weight: 600;
            font-size: 18px;
            color: var(--surface-color);
        }

        .productContentSimple p {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .read_more_1 {
            display: inline-block;
            background: #333;
            color: #fff;
            padding: 8px 20px;
            font-size: 14px;
            border-radius: 4px;
            text-decoration: none;
        }

        .read_more_1:hover {
            background: var(--surface-color);
        }

        @media (max-width: 768px) {

            h2,
            h3 {
                font-size: 18px;
            }

            .read_more_1 {
                font-size: 13px;
                padding: 7px 12px;
            }

            .productHeading {
                font-size: 16px;
            }

            .productPara {
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .row.align-items-center {
                flex-direction: column;
            }

            .product_listing .col-xxl-4,
            .product_listing .col-xxl-8,
            .product_listing .col-xl-4,
            .product_listing .col-xl-8,
            .product_listing .col-lg-4,
            .product_listing .col-lg-8,
            .product_listing .col-md-4,
            .product_listing .col-md-8,
            .product_listing .col-sm-5,
            .product_listing .col-sm-7,
            .product_listing .col-12 {
                width: 100%;
                max-width: 100%;
            }
        }
    </style>



    <section class="category_page">
        <div class="container">
            <div class="clearfix"></div>
            <div class="row">
                <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
                    <div class="zpx_right">
                        <div class="product_right_image">
                            <a class="main-btn main-btn1" href="javascript:void(0);" data-bs-toggle="modal"
                                data-bs-target="#productID"
                                onclick="$('.catName').text('Designer Stainless Steel Sheet'); $('.catImg').attr('src', 'assets/img/services/bpo.webp');">
                                <div class="detail_image">
                                    <img class="img-responsive"
                                        src="assets/img/services/bpo.webp"
                                        alt=""
                                        title="">
                                </div>
                                <span class="read-more-btn ccc"><svg xmlns="http://www.w3.org/2000/svg"
                                        width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
                                        <path
                                            d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z">
                                        </path>
                                    </svg> Get Best Quote</span>
                            </a>
                        </div>

                        <h2>Get Scalable and Reliable BPO Solutions from Industry Experts in Ranchi</h2>
                        <p>At <strong>Outer Orbit Technologies PVT LTD</strong>, we deliver tailored BPO services that
                            help businesses reduce costs, improve efficiency, and scale faster. As one of the
                            <strong>Top BPO Service Providers in Ranchi</strong>, our solutions are designed to support
                            your non-core functions while you focus on strategic growth.</p>
                        <ul>
                            <li><strong>Multi-Domain Expertise:</strong> Specialized in managing BPO projects across
                                healthcare, finance, e-commerce, telecom, and more.</li>
                            <li><strong>24/7 Operational Support:</strong> Round-the-clock services to ensure
                                uninterrupted business processes.</li>
                            <li><strong>Customized Processes:</strong> End-to-end BPO workflows tailored to your
                                business requirements.</li>
                            <li><strong>Data Security & Compliance:</strong> Robust security infrastructure with full
                                adherence to global compliance standards.</li>
                        </ul>
                        <div>Why Businesses Choose Us for Their BPO Needs?</div>
                        <h3>Looking for the Best BPO Services Company in Jharkhand?</h3>
                        <p>We focus on delivering measurable results through streamlined operations and a commitment to
                            quality. As the <strong>Best BPO Services Company in Jharkhand</strong>, we provide scalable
                            solutions that drive operational excellence.</p>
                        <ul>
                            <li><strong>Skilled Workforce:</strong> Experienced professionals trained to handle complex
                                back-office and customer support tasks.</li>
                            <li><strong>Cost-Effective Services:</strong> Optimized processes designed to reduce
                                overhead and improve ROI.</li>
                            <li><strong>Client-Centric Approach:</strong> Dedicated account managers and customized
                                service delivery models.</li>
                            <li><strong>Pan India & Global Presence:</strong> Serving clients across the country and
                                internationally with efficiency and consistency.</li>
                        </ul>
                        <div>What Sets Us Apart as a Leading BPO Exporter?</div>
                        <h3>Trusted BPO Services Exporters in Jharkhand</h3>
                        <p>With technology-enabled solutions and a strong delivery framework, <strong>Outer Orbit
                                Technologies PVT LTD</strong> stands out as a trusted name in the global outsourcing
                            ecosystem. As one of the <strong>Best BPO Services Exporters in Jharkhand</strong>, we help
                            businesses worldwide achieve operational success.</p>
                        <ul>
                            <li><strong>Global Standards:</strong> Compliance with ISO, GDPR, HIPAA, and other
                                international regulations.</li>
                            <li><strong>Advanced Infrastructure:</strong> Modern IT systems with secure networks and
                                real-time monitoring.</li>
                            <li><strong>Flexible Engagement Models:</strong> Scalable service plans to meet diverse
                                client needs.</li>
                            <li><strong>Sustainable Operations:</strong> Digital-first approach with minimal
                                environmental impact.</li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </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 -->





    <section class="category_page">
        <div class="container">
            <div class="clearfix"></div>
            <div class="row">
                <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
                    <div class="zpx_right">

                        <style>
                            .you_may {
                                font-size: 32px;
                                font-weight: 700;
                                color: var(--surface-color);
                                font-family: var(--heading-font);
                                margin: 0rem 0 0.5rem;
                                line-height: 1.2;
                                text-align: center;
                                position: relative;
                                display: inline-block;
                                padding-bottom: 20px;
                            }

                            .you_may::before,
                            .you_may::after {
                                content: "";
                                width: 50px;
                                height: 2px;
                                background: var(--accent-color);
                                display: inline-block;
                                vertical-align: middle;
                            }

                            .you_may::before {
                                margin-right: 15px;
                            }

                            .you_may::after {
                                margin-left: 15px;
                            }
                        </style>

                        <div class="text-center">
                            <div class="you_may">You May Also Like</div>
                        </div>

                        <style>
                            .product_listing .row {
                                display: flex;
                                flex-wrap: wrap;
                                align-items: center;
                                background-color: aliceblue;
                            }

                            
                            /* Optional spacing */
                            .product_listing .product,
                            .product_listing .productContentSimple {
                                padding: 10px;
                                text-align: justify;
                            }
                        </style>

                        <div class="allListing">
                            <div class="product_listing productLayoutSimple">
                                <div class="row align-items-center">
                                    <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4 col-sm-5 col-12">
                                        <div class="product">
                                            <a href="#" title="Financial Services">
                                                <div class="image1 cleanZoomImage">
                                                    <img src="https://www.rmresearchconsulting.com/img/Financial-Services-2.png"
                                                        alt="Financial Services" title="Financial Services">
                                                </div>
                                            </a>
                                        </div>
                                    </div>
                                    <div class="col-xxl-8 col-xl-8 col-lg-8 col-md-8 col-sm-7 col-12">
                                        <div class="productContentSimple">
                                            <div class="productHeading"><a href="#" title="Financial Services">Financial
                                                    Services</a></div>
                                            <p class="productPara">Financial services refer to a broad range of services
                                                provided by the finance industry, including banking, insurance,
                                                investment, and wealth management. These services help individuals and
                                                businesses manage, grow, and protect their money. They play a crucial
                                                role in economic development by facilitating capital flow, financial
                                                planning, and overall financial stability in a country. including banking, insurance,
                                                investment, and wealth management. These services help individuals and
                                                businesses manage, grow, and protect their money. They play a crucial
                                                role in economic development by facilitating capital flow, financial
                                                planning, and overall financial stability in a country.</p>
                                            <a href="#" title="Read More" class="read-more-btn">Read More</a>
                                            <a href="#" title="Get a quote" class="read-more-btn">Get a quote</a>
                                        </div>
                                    </div>
                                </div>
                            </div>

                            <div class="product_listing productLayoutSimple ">
                                <div class="row align-items-center">
                                    <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4 col-sm-5 col-12">
                                        <div class="product">
                                            <a href="#" title="E-commerce Business">
                                                <div class="image1 cleanZoomImage">
                                                    <img src="https://images.yourstory.com/cs/2/fb7ee200-7579-11e9-995c-171c030e4eb8/ecom_website-min1560423119958.jpg?fm=png&auto=format&w=800&blur=500"
                                                        title="E-commerce Business">
                                                </div>
                                            </a>
                                        </div>
                                    </div>
                                    <div class="col-xxl-8 col-xl-8 col-lg-8 col-md-8 col-sm-7 col-12">
                                        <div class="productContentSimple">
                                            <div class="productHeading"><a href="#"
                                                    title="E-commerce Business">E-commerce Business</a></div>
                                            <p class="productPara">E-commerce business involves buying and selling goods
                                                or services over the internet. It allows businesses to reach customers
                                                globally, operate 24/7, and reduce the costs of physical stores.
                                                E-commerce includes online retail, digital payments, and logistics. It
                                                has transformed traditional shopping by offering convenience, wider
                                                product choices, and competitive pricing for consumers. It allows businesses to reach customers
                                                globally, operate 24/7, and reduce the costs of physical stores.
                                                E-commerce includes online retail, digital payments, and logistics. It
                                                has transformed traditional shopping by offering convenience, wider
                                                product choices, and competitive pricing for consumers.</p>
                                            <a href="#" title="Read More" class="read-more-btn">Read More</a>
                                            <a href="#" title="Get a quote" class="read-more-btn">Get a quote</a>
                                        </div>
                                    </div>
                                </div>
                            </div>

                            <div class="product_listing productLayoutSimple">
                                <div class="row align-items-center">
                                    <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4 col-sm-5 col-12">
                                        <div class="product">
                                            <a href="#" title="Telecommunications">
                                                <div class="image1 cleanZoomImage">
                                                    <img src="https://www.ibef.org/assets/images/Telecom-Industry-2.jpg"
                                                        alt="Telecommunications" title="Telecommunications">
                                                </div>
                                            </a>
                                        </div>
                                    </div>
                                    <div class="col-xxl-8 col-xl-8 col-lg-8 col-md-8 col-sm-7 col-12">
                                        <div class="productContentSimple">
                                            <div class="productHeading"><a href="#"
                                                    title="Telecommunications">Telecommunications</a></div>
                                            <p class="productPara">Telecommunications refers to the transmission of
                                                information over long distances using electronic means, such as phones,
                                                internet, radio, and television. It enables instant communication
                                                between individuals and businesses worldwide. The industry includes
                                                services like mobile networks, broadband, and satellite systems, playing
                                                a vital role in global connectivity, economic growth, and digital
                                                transformation. It enables instant communication
                                                between individuals and businesses worldwide. The industry includes
                                                services like mobile networks, broadband, and satellite systems, playing
                                                a vital role in global connectivity, economic growth, and digital
                                                transformation.</p>
                                            <a href="#" title="Read More" class="read-more-btn">Read More</a>
                                            <a href="#" title="Get a quote" class="read-more-btn">Get a quote</a>
                                        </div>
                                    </div>
                                </div>
                            </div>

                            <div class="product_listing productLayoutSimple ">
                                <div class="row align-items-center">
                                    <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4 col-sm-5 col-12">
                                        <div class="product">
                                            <a href="#" title="Digital Marketing">
                                                <div class="image1 cleanZoomImage">
                                                    <img src="https://etimg.etb2bimg.com/thumb/msid-107605460,width-1200,height-900,resizemode-4/.jpg"
                                                        alt="Digital Marketing" title="Digital Marketing">
                                                </div>
                                            </a>
                                        </div>
                                    </div>
                                    <div class="col-xxl-8 col-xl-8 col-lg-8 col-md-8 col-sm-7 col-12">
                                        <div class="productContentSimple">
                                            <div class="productHeading"><a href="#" title="Digital Marketing">Digital
                                                    Marketing</a></div>
                                            <p class="productPara">Digital refers to the transmission of
                                                information over long distances using electronic means, such as phones,
                                                internet, radio, and television. It enables instant communication
                                                between individuals and businesses worldwide. The industry includes
                                                services like mobile networks, broadband, and satellite systems, playing
                                                a vital role in global connectivity, economic growth, and digital
                                                transformation. The industry includes
                                                services like mobile networks, broadband, and satellite systems, playing
                                                a vital role in global connectivity, economic growth, and digital
                                                transformation.</p>
                                            <a href="#" title="Read More" class="read-more-btn">Read More</a>
                                            <a href="#" title="Get a quote" class="read-more-btn">Get a quote</a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <?php include 'app_faq.php'; ?>
    <?php include 'app_bottom.php'; ?>
    <?php include 'app_footer.php'; ?>

   

</body>

</html>

← Back to Directory Edit File 🔒 Chmod

WP File Manager