{"id":45,"date":"2026-02-14T12:33:40","date_gmt":"2026-02-14T12:33:40","guid":{"rendered":"https:\/\/bismillahassignment.com\/?page_id=45"},"modified":"2026-04-26T11:08:30","modified_gmt":"2026-04-26T11:08:30","slug":"about-us","status":"publish","type":"page","link":"https:\/\/bismillahassignment.com\/?page_id=45","title":{"rendered":"About Us"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\">\n    <title>About Us | Bismillah Assignment<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', 'Poppins', 'Roboto', system-ui, -apple-system, sans-serif;\n            background: #FEFCF5;   \/* warm off-white, earthy and clean *\/\n            color: #2D3A1F;\n            line-height: 1.5;\n            scroll-behavior: smooth;\n        }\n\n        \/* Olive Green & White Premium Scheme *\/\n        :root {\n            --olive-dark: #4A5D23;\n            --olive-medium: #6B7F3A;\n            --olive-soft: #8A9A5B;\n            --cream-white: #FFFFFF;\n            --warm-bg: #FCF9EF;\n            --soft-green-bg: #F4F8EA;\n        }\n\n        .page-wrapper {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 2rem 1.8rem 4rem;\n        }\n\n        \/* Header \/ Navbar - Olive Green with White text, company name prominent *\/\n        .top-nav {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            align-items: center;\n            background: var(--olive-dark);\n            padding: 0.8rem 2rem;\n            border-radius: 2rem;\n            margin-bottom: 2.5rem;\n            box-shadow: 0 12px 28px rgba(74, 93, 35, 0.15);\n        }\n\n        .logo-area {\n            font-size: 1.7rem;\n            font-weight: 800;\n            letter-spacing: -0.3px;\n            color: #FFFFFF;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            flex-wrap: wrap;\n        }\n        .logo-icon {\n            background: #F9EEC1;\n            color: #4A5D23;\n            border-radius: 50px;\n            padding: 0 10px;\n            font-size: 1.2rem;\n        }\n        .company-name {\n            background: linear-gradient(135deg, #FFFFFF, #E9F0D0);\n            background-clip: text;\n            -webkit-background-clip: text;\n            color: transparent;\n            font-weight: 800;\n        }\n        .domain {\n            font-size: 0.75rem;\n            background: rgba(255,255,210,0.2);\n            padding: 4px 10px;\n            border-radius: 40px;\n            font-weight: normal;\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 2rem;\n        }\n        .nav-links a {\n            text-decoration: none;\n            font-weight: 600;\n            color: #FDFAE9;\n            transition: 0.25s;\n            font-size: 1.05rem;\n            padding: 0.4rem 0;\n            border-bottom: 2px solid transparent;\n        }\n        .nav-links a:hover, .nav-links a.active {\n            border-bottom-color: #D4E2B5;\n            color: #FFFAE6;\n        }\n\n        \/* About Hero Section *\/\n        .about-hero {\n            background: var(--cream-white);\n            border-radius: 2rem;\n            padding: 2.2rem 2.8rem;\n            margin-bottom: 2.5rem;\n            box-shadow: 0 12px 30px rgba(74, 93, 35, 0.06);\n            border: 1px solid #E2EAD5;\n        }\n        .about-hero h1 {\n            font-size: 2.8rem;\n            font-weight: 800;\n            color: var(--olive-dark);\n            margin-bottom: 0.5rem;\n        }\n        .company-badge {\n            display: inline-block;\n            background: var(--soft-green-bg);\n            padding: 0.25rem 1rem;\n            border-radius: 40px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            color: #4A5D23;\n            margin-bottom: 1rem;\n        }\n        .tagline {\n            font-size: 1.2rem;\n            color: var(--olive-medium);\n            border-left: 5px solid var(--olive-soft);\n            padding-left: 1.2rem;\n            margin: 1rem 0 1.5rem 0;\n            font-weight: 500;\n            background: #FCFAF5;\n            border-radius: 0 12px 12px 0;\n        }\n        .about-hero p {\n            font-size: 1.05rem;\n            color: #3B4236;\n            margin-bottom: 1rem;\n            line-height: 1.65;\n        }\n\n        \/* Features \/ mission grid *\/\n        .info-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n        .card {\n            background: var(--cream-white);\n            border-radius: 1.8rem;\n            padding: 1.8rem;\n            box-shadow: 0 10px 25px rgba(74, 93, 35, 0.05);\n            transition: transform 0.25s, box-shadow 0.25s;\n            border: 1px solid #E2ECCF;\n        }\n        .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 32px rgba(74, 93, 35, 0.1);\n            border-color: #C2D6A2;\n        }\n        .card-icon {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }\n        .card h3 {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: var(--olive-dark);\n            margin-bottom: 1rem;\n            border-left: 5px solid var(--olive-soft);\n            padding-left: 0.75rem;\n        }\n        .ceo-name {\n            font-size: 1.6rem;\n            font-weight: 800;\n            color: #3D5520;\n            margin: 0.3rem 0 0.2rem;\n            letter-spacing: -0.2px;\n        }\n        .ceo-title {\n            font-weight: 600;\n            color: #7B6130;\n            margin-bottom: 0.6rem;\n            background: #F4F0E0;\n            display: inline-block;\n            padding: 0.2rem 1rem;\n            border-radius: 40px;\n            font-size: 0.85rem;\n        }\n        .address-block {\n            margin-top: 1.4rem;\n            background: #FDFBF0;\n            padding: 1rem 1.2rem;\n            border-radius: 1.2rem;\n            border-left: 5px solid var(--olive-soft);\n        }\n        .address-block p {\n            margin: 0.5rem 0;\n            display: flex;\n            align-items: center;\n            gap: 0.65rem;\n            flex-wrap: wrap;\n            color: #3F4A34;\n        }\n        .office-detail {\n            font-weight: 700;\n            color: var(--olive-dark);\n        }\n\n        \/* story \/ empowerment section *\/\n        .story-section {\n            background: var(--cream-white);\n            border-radius: 2rem;\n            padding: 2rem 2.5rem;\n            margin-top: 0.5rem;\n            box-shadow: 0 8px 22px rgba(0,0,0,0.02);\n            border: 1px solid #E1EAD0;\n        }\n        .story-section h2 {\n            font-size: 1.9rem;\n            font-weight: 700;\n            color: var(--olive-dark);\n            margin-bottom: 1rem;\n            border-bottom: 4px solid #C5D8A4;\n            display: inline-block;\n            padding-bottom: 0.3rem;\n        }\n        .highlight-youth {\n            background: #EFF3E4;\n            color: #4A5D23;\n            padding: 0.1rem 0.3rem;\n            border-radius: 12px;\n            font-weight: 600;\n        }\n        .stat-badge {\n            background: var(--olive-dark);\n            color: white;\n            border-radius: 40px;\n            padding: 0.4rem 1.2rem;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        \/* cta panel *\/\n        .cta-panel {\n            background: #F8FBF2;\n            border-radius: 2rem;\n            padding: 1.5rem 2rem;\n            margin-top: 2rem;\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            align-items: center;\n            border: 1px solid #DCE8C6;\n        }\n        .cta-green {\n            font-weight: 800;\n            color: var(--olive-dark);\n        }\n\n        .footer-note {\n            margin-top: 3rem;\n            text-align: center;\n            font-size: 0.85rem;\n            color: #5C6E4A;\n            border-top: 1px solid #DDE8CD;\n            padding-top: 2rem;\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            gap: 1rem;\n        }\n        .footer-note span {\n            background: #F4F8EC;\n            padding: 0.3rem 1rem;\n            border-radius: 40px;\n        }\n\n        @media (max-width: 750px) {\n            .page-wrapper {\n                padding: 1rem;\n            }\n            .top-nav {\n                flex-direction: column;\n                gap: 1rem;\n                text-align: center;\n            }\n            .nav-links {\n                gap: 1rem;\n                flex-wrap: wrap;\n                justify-content: center;\n            }\n            .about-hero h1 {\n                font-size: 2rem;\n            }\n            .about-hero {\n                padding: 1.5rem;\n            }\n        }\n        .btn-ghost {\n            background: none;\n            border: 1px solid var(--olive-soft);\n            padding: 0.4rem 1rem;\n            border-radius: 2rem;\n            color: var(--olive-dark);\n            font-weight: 500;\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"page-wrapper\">\n    <!-- Navbar with website name bismillahassignment.com & company name -->\n    <div class=\"top-nav\">\n        <div class=\"logo-area\">\n            \ud83e\udd32 <span class=\"company-name\">Bismillah Assignment<\/span>\n            <span class=\"domain\">bismillahassignment.com<\/span>\n        <\/div>\n        <div class=\"nav-links\">\n            <a href=\"#\" class=\"active\">About Us<\/a>\n            <a href=\"#\">Home<\/a>\n            <a href=\"#\">Services<\/a>\n            <a href=\"#\">Contact<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- About Us Hero Section - Company details -->\n    <div class=\"about-hero\">\n        <div class=\"company-badge\">\ud83c\udfe2 \u0628\u0633\u0645 \u0627\u0644\u0644\u0647 \u0627\u0644\u0631\u062d\u0645\u0646 \u0627\u0644\u0631\u062d\u064a\u0645 | Bismillah Assignment<\/div>\n        <h1>About Us<\/h1>\n        <div class=\"tagline\">Empowering unemployed youth \u2014 one assignment at a time, with barakah &#038; hard work<\/div>\n        <p><strong>Bismillah Assignment<\/strong> is more than a service provider; it&#8217;s a mission-driven platform that operates from the heart of Punjab. Our founder and CEO, <strong>Muhammad Aslam<\/strong>, started this initiative to tackle unemployment among young graduates and skilled individuals who are willing to work from home with dignity and dedication.<\/p>\n        <p>We provide quality assignment solutions, freelance support, and remote work opportunities to unemployed youth across Pakistan. Every project we handle creates sustainable income for deserving families. With the blessings of &#8220;Bismillah&#8221;, we aim to transform lives while maintaining excellence in every task we deliver.<\/p>\n        <div style=\"display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1rem;\">\n            <span class=\"stat-badge\" style=\"background: #6B7F3A;\">\ud83c\udf31 150+ Youth Empowered<\/span>\n            <span class=\"stat-badge\" style=\"background: #4A5D23;\">\ud83d\udcc4 2000+ Projects Completed<\/span>\n        <\/div>\n    <\/div>\n\n    <!-- Mission & Impact + CEO details\/Address -->\n    <div class=\"info-grid\">\n        <!-- Mission Card -->\n        <div class=\"card\">\n            <div class=\"card-icon\">\ud83e\udd32<\/div>\n            <h3>Our Mission<\/h3>\n            <p>To provide remote earning opportunities to <strong>unemployed youth (ghar bethy nojawan)<\/strong> by connecting them with quality assignment work. We believe in skill development, fair pay, and financial independence from home. Every &#8220;Bismillah&#8221; opens a door of hope.<\/p>\n            <div style=\"margin-top: 1rem; background: #F0F4E2; border-radius: 2rem; padding: 0.5rem 1rem; font-size: 0.85rem;\">\u2728 100% work-from-home model | No exploitation | Training provided<\/div>\n        <\/div>\n\n        <!-- Vision \/ Social Impact Card -->\n        <div class=\"card\">\n            <div class=\"card-icon\">\ud83c\udfe1<\/div>\n            <h3>Our Vision<\/h3>\n            <p>A Pakistan where no skilled youngster stays jobless. Through Bismillah Assignment, we aim to build a network of home-based professionals who earn respectfully, support their families, and contribute to the economy while staying true to their roots.<\/p>\n            <p style=\"margin-top: 0.8rem;\">\u2b50 &#8220;Main ghar bethy berozgaar nojawanon ko kam deta hun&#8221; \u2014 this is our promise and our strength.<\/p>\n        <\/div>\n\n        <!-- CEO & Office Address Card (exactly as required) -->\n        <div class=\"card\">\n            <div class=\"card-icon\">\ud83d\udc68\u200d\ud83d\udcbc<\/div>\n            <h3>Leadership &#038; Office<\/h3>\n            <div class=\"ceo-name\">Muhammad Aslam<\/div>\n            <div class=\"ceo-title\">CEO, Bismillah Assignment \u2014 son of Muhammad Khan<\/div>\n            <p style=\"margin: 0.6rem 0;\">A compassionate entrepreneur and job creator. Muhammad Aslam personally trains and mentors unemployed youth, ensuring they gain financial stability without leaving their homes. His vision is built on sincerity, ethics, and the spirit of Bismillah.<\/p>\n            <hr>\n            <div class=\"address-block\">\n                <p>\ud83c\udfe2 <strong>\ud83d\udccc Registered Office<\/strong><\/p>\n                <p>\ud83d\udccd <span class=\"office-detail\">Shah Pur District, Sargodha<\/span><\/p>\n                <p>\ud83c\udfde\ufe0f Near Ghalla Mandi, Shah Pur City, District Sargodha, Punjab, Pakistan<\/p>\n                <p style=\"font-size:0.85rem; margin-top: 8px;\">\ud83d\udce7 ceo@bismillahassignment.com  |  \ud83d\udcde +92 349 9766086<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- How We Work & Empowerment Story (highlighting CEO's work for unemployed youth) -->\n    <div class=\"story-section\">\n        <h2>\ud83d\udce2 From Shah Pur to Every Home: Our Story<\/h2>\n        <p><span class=\"highlight-youth\">&#8220;Main ghar bethy berozgaar nojawanon ko kam deta hun&#8221;<\/span> \u2014 This isn&#8217;t just a line; it&#8217;s the heartbeat of <strong>Bismillah Assignment<\/strong>. Our CEO <strong>Muhammad Aslam (son of Muhammad Khan)<\/strong> started this journey from his hometown <strong>Shah Pur District, Sargodha<\/strong>, where he saw talented youth struggling to find work. He decided to build a bridge between quality assignment projects and skilled individuals who prefer working from home with flexibility and respect.<\/p>\n        <p>Today, through <strong>bismillahassignment.com<\/strong>, we have provided consistent work to hundreds of unemployed young graduates, housewives, and skilled workers across Punjab and beyond. Every assignment completed brings dignity and a monthly income to families who once had no hope. Our office in Shah Pur remains the operational hub, but our team works remotely from every corner of Pakistan.<\/p>\n        <div style=\"display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.5rem 0 0.5rem;\">\n            <div style=\"background: #4A5D23; color: #FDFBF0; border-radius: 40px; padding: 0.45rem 1.2rem;\">\u2705 300+ Active freelancers trained<\/div>\n            <div style=\"background: #EFF4E4; color: #445E20; border-radius: 40px; padding: 0.45rem 1.2rem;\">\u2705 Work from Home Model<\/div>\n            <div style=\"background: #FFFFFF; border:1px solid #B8C99A; border-radius: 40px; padding: 0.45rem 1.2rem;\">\u2705 Led by Muhammad Aslam<\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Direct message \/ CTA with CEO Name and Address repeated for clarity and warmth -->\n    <div class=\"cta-panel\">\n        <div>\n            <span class=\"cta-green\">\ud83c\udf1f A Message from CEO Muhammad Aslam (son of Muhammad Khan):<\/span><br>\n            <span style=\"font-size: 0.95rem; color: #5C6E4A;\">&#8220;My mission is to provide halal earning opportunities to every unemployed youth from home. Join Bismillah Assignment \u2014 start working with dignity.&#8221;<\/span>\n        <\/div>\n        <div style=\"background: white; padding: 0.5rem 1.2rem; border-radius: 2rem; border: 1px solid #C5D6A8;\">\n            \ud83d\udccd Shah Pur District, Sargodha | CEO: Muhammad Aslam\n        <\/div>\n    <\/div>\n\n    <!-- Footer with full company details, website name, CEO, address -->\n    <div class=\"footer-note\">\n        <span>\ud83e\udd32 Bismillah Assignment \u2014 bismillahassignment.com<\/span>\n        <span>\ud83c\udfe1 Shah Pur District, Sargodha | CEO: Muhammad Aslam s\/o Muhammad Khan<\/span>\n        <span>\ud83d\udcbc Empowering unemployed youth since 2019<\/span>\n    <\/div>\n<\/div>\n\n<!-- \n    Color scheme: Olive Green (#4A5D23, #6B7F3A, #8A9A5B) + White\/Cream backgrounds.\n    Website name: bismillahassignment.com | Company name: Bismillah Assignment.\n    CEO: Muhammad Aslam son of Muhammad Khan.\n    Office: Shah Pur District, Sargodha.\n    Special mention: \"main ghar bethy berozgaar nojawanon ko kam deta hun\" displayed in vision and story.\n-->\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>About Us | Bismillah Assignment \ud83e\udd32 Bismillah Assignment bismillahassignment.com About Us Home Services Contact \ud83c\udfe2 \u0628\u0633\u0645 \u0627\u0644\u0644\u0647 \u0627\u0644\u0631\u062d\u0645\u0646 \u0627\u0644\u0631\u062d\u064a\u0645 | [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-45","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/bismillahassignment.com\/index.php?rest_route=\/wp\/v2\/pages\/45","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bismillahassignment.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bismillahassignment.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bismillahassignment.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bismillahassignment.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=45"}],"version-history":[{"count":9,"href":"https:\/\/bismillahassignment.com\/index.php?rest_route=\/wp\/v2\/pages\/45\/revisions"}],"predecessor-version":[{"id":143,"href":"https:\/\/bismillahassignment.com\/index.php?rest_route=\/wp\/v2\/pages\/45\/revisions\/143"}],"wp:attachment":[{"href":"https:\/\/bismillahassignment.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}