{"id":9,"date":"2025-11-20T12:15:42","date_gmt":"2025-11-20T12:15:42","guid":{"rendered":"https:\/\/quick-cert.com\/?page_id=9"},"modified":"2026-01-15T05:25:52","modified_gmt":"2026-01-15T05:25:52","slug":"about","status":"publish","type":"page","link":"https:\/\/quick-cert.com\/?page_id=9","title":{"rendered":"About"},"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\">\n    <title>About QuickCert &#8211; Global Certification Excellence<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&#038;family=Karla:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --primary-blue: #0B3D91;\n            --accent-blue: #1E5BB8;\n            --dark-navy: #0A1F3D;\n            --gold: #D4AF37;\n            --text-dark: #1A1A1A;\n            --text-gray: #555;\n            --light-bg: #F8F9FA;\n        }\n\n        body {\n            font-family: 'Karla', -apple-system, sans-serif;\n            color: var(--text-dark);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        \/* FULL WIDTH CONTAINER *\/\n        .full-width-section {\n            width: 100vw;\n            margin-left: calc(-50vw + 50%);\n            margin-right: calc(-50vw + 50%);\n            max-width: 100vw;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* MISSION SECTION *\/\n        .mission-section {\n            padding: 100px 20px;\n            background: white;\n            text-align: center;\n        }\n\n        .mission-section h1 {\n            font-family: 'Lato', sans-serif;\n            font-size: 56px;\n            font-weight: 900;\n            color: var(--text-dark);\n            margin-bottom: 35px;\n        }\n\n        .mission-text {\n            max-width: 900px;\n            margin: 0 auto 20px;\n            font-size: 17px;\n            color: var(--text-gray);\n            line-height: 1.9;\n        }\n\n        .mission-text strong {\n            color: var(--primary-blue);\n            font-weight: 700;\n        }\n\n        \/* WHAT IS QUICKCERT & APPROACH SECTION *\/\n        .about-content {\n            padding: 80px 20px;\n            background: white;\n        }\n\n        .content-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .content-image {\n            position: relative;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);\n        }\n\n        .content-image img {\n            width: 100%;\n            height: 500px;\n            object-fit: cover;\n            display: block;\n        }\n\n        .content-text h2 {\n            font-family: 'Lato', sans-serif;\n            font-size: 38px;\n            font-weight: 900;\n            color: var(--text-dark);\n            margin-bottom: 25px;\n        }\n\n        .content-text p {\n            font-size: 16px;\n            color: var(--text-gray);\n            line-height: 1.9;\n            margin-bottom: 20px;\n        }\n\n        \/* HOW WE ARE DIFFERENT SECTION *\/\n        .different-section {\n            padding: 100px 20px;\n            background: var(--dark-navy);\n            color: white;\n            position: relative;\n        }\n\n        .different-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: url('https:\/\/images.unsplash.com\/photo-1507679799987-c73779587ccf?w=1600') center\/cover;\n            opacity: 0.05;\n        }\n\n        .different-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n            max-width: 1200px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n\n        .different-text h2 {\n            font-family: 'Lato', sans-serif;\n            font-size: 42px;\n            font-weight: 900;\n            margin-bottom: 35px;\n            color: white;\n        }\n\n        .different-list {\n            list-style: none;\n        }\n\n        .different-list li {\n            font-size: 16px;\n            line-height: 1.9;\n            margin-bottom: 18px;\n            padding-left: 30px;\n            position: relative;\n            color: rgba(255, 255, 255, 0.95);\n        }\n\n        .different-list li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            color: var(--gold);\n            font-weight: 700;\n            font-size: 20px;\n        }\n\n        .different-images {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n\n        .different-images img {\n            width: 100%;\n            height: 250px;\n            object-fit: cover;\n            border-radius: 8px;\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);\n        }\n\n        .different-images img:first-child {\n            grid-column: 1 \/ -1;\n            height: 200px;\n        }\n\n        \/* TEAM SECTION *\/\n        .team-section {\n            padding: 100px 20px;\n            background: var(--light-bg);\n        }\n\n        .team-header {\n            text-align: center;\n            margin-bottom: 70px;\n        }\n\n        .team-header h2 {\n            font-family: 'Lato', sans-serif;\n            font-size: 48px;\n            font-weight: 900;\n            color: var(--text-dark);\n            margin-bottom: 20px;\n        }\n\n        .team-header p {\n            font-size: 17px;\n            color: var(--text-gray);\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .team-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 35px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .team-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n\n        .team-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);\n        }\n\n        .team-photo {\n            width: 100%;\n            height: 280px;\n            object-fit: cover;\n        }\n\n        .team-info {\n            padding: 25px 20px;\n        }\n\n        .team-name {\n            font-size: 20px;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin-bottom: 8px;\n        }\n\n        .team-role {\n            font-size: 14px;\n            color: var(--text-gray);\n            margin-bottom: 15px;\n        }\n\n        .team-social {\n            display: flex;\n            justify-content: center;\n            gap: 12px;\n        }\n\n        .team-social a {\n            width: 36px;\n            height: 36px;\n            background: var(--light-bg);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--primary-blue);\n            text-decoration: none;\n            transition: all 0.3s ease;\n            font-size: 16px;\n        }\n\n        .team-social a:hover {\n            background: var(--primary-blue);\n            color: white;\n            transform: translateY(-3px);\n        }\n\n        \/* CONTACT US CTA - REPLACED JOIN TEAM *\/\n        .contact-cta {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--accent-blue) 100%);\n            padding: 80px 20px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .contact-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: url('https:\/\/images.unsplash.com\/photo-1521791136064-7986c2920216?w=1600') center\/cover;\n            opacity: 0.1;\n        }\n\n        .contact-content {\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n\n        .contact-content h2 {\n            font-family: 'Lato', sans-serif;\n            font-size: 48px;\n            font-weight: 900;\n            color: white;\n            margin-bottom: 20px;\n        }\n\n        .contact-content p {\n            font-size: 20px;\n            color: rgba(255, 255, 255, 0.95);\n            margin-bottom: 35px;\n            line-height: 1.6;\n        }\n\n        .contact-btn {\n            display: inline-block;\n            background: white;\n            color: var(--primary-blue);\n            padding: 18px 50px;\n            border-radius: 50px;\n            font-size: 18px;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);\n        }\n\n        .contact-btn:hover {\n            background: var(--gold);\n            color: white;\n            transform: translateY(-4px);\n            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);\n        }\n\n        \/* SERVICES PREVIEW *\/\n        .services-preview {\n            padding: 80px 20px;\n            background: white;\n        }\n\n        .services-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .services-header h2 {\n            font-family: 'Lato', sans-serif;\n            font-size: 48px;\n            font-weight: 900;\n            color: var(--text-dark);\n            margin-bottom: 20px;\n        }\n\n        .services-header p {\n            font-size: 17px;\n            color: var(--text-gray);\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 35px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .service-card {\n            background: var(--light-bg);\n            padding: 40px 30px;\n            border-radius: 12px;\n            text-align: center;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n\n        .service-card:hover {\n            border-color: var(--primary-blue);\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(11, 61, 145, 0.15);\n        }\n\n        .service-icon {\n            width: 70px;\n            height: 70px;\n            margin: 0 auto 25px;\n        }\n\n        .service-card h3 {\n            font-size: 22px;\n            font-weight: 700;\n            color: var(--primary-blue);\n            margin-bottom: 15px;\n        }\n\n        .service-card p {\n            font-size: 15px;\n            color: var(--text-gray);\n            line-height: 1.7;\n        }\n\n        \/* STATISTICS BAR *\/\n        .stats-bar {\n            background: var(--primary-blue);\n            padding: 60px 20px;\n        }\n\n        .stats-container {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .stat-item {\n            color: white;\n        }\n\n        .stat-value {\n            font-family: 'Lato', sans-serif;\n            font-size: 52px;\n            font-weight: 900;\n            color: var(--gold);\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        .stat-label {\n            font-size: 16px;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 1024px) {\n            .content-grid,\n            .different-content {\n                grid-template-columns: 1fr;\n                gap: 50px;\n            }\n\n            .team-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .services-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .stats-container {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 768px) {\n            .mission-section h1 {\n                font-size: 40px;\n            }\n\n            .content-text h2,\n            .different-text h2 {\n                font-size: 32px;\n            }\n\n            .team-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .stats-container {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n\n            .different-images {\n                grid-template-columns: 1fr;\n            }\n\n            .contact-content h2 {\n                font-size: 36px;\n            }\n\n            .contact-content p {\n                font-size: 18px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- MISSION SECTION -->\n    <section class=\"mission-section full-width-section\">\n        <div class=\"container\">\n            <h1>Our Mission<\/h1>\n            <p class=\"mission-text\">\n                We are a leading <strong>consulting organization<\/strong> with a <strong>straightforward framework for quality<\/strong>, our expertise lies in engaging you and collaborating <strong>optimized solutions<\/strong> from simple business processes, and globally accredited <strong>certifications<\/strong> for business vertical or just help with <strong>regulatory compliance<\/strong> within their process we are committed to staying current with <strong>your compliance needs<\/strong> We also assist customers with <strong>compliance reporting<\/strong> to prove to shareholders that their governance and regulations are being maintained in the appropriate fashion as your industry demands \u2013 we&#8217;ve got you covered.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- WHAT IS QUICKCERT SECTION -->\n    <section class=\"about-content full-width-section\">\n        <div class=\"content-grid\">\n            <div class=\"content-image\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1552664730-d307ca884978?w=800\" alt=\"Business Team Meeting\">\n            <\/div>\n            <div class=\"content-text\">\n                <h2>What is QuickCert<\/h2>\n                <p>\n                    QuickCert Business Solutions &#038; Services is a global certification and compliance consulting firm dedicated to helping organizations achieve international standards and operational excellence.\n                <\/p>\n                <p>\n                    We understand every business faces distinct certification challenges. Our expert consultants bring years of experience in understanding compliance and audit requirements. Our collaborative firing group of industry professionals assist every stage of life cycle audit &#038; business processes helping businesses globally leverage certifications for growth and business excellence.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- OUR APPROACH SECTION -->\n    <section class=\"about-content full-width-section\" style=\"background: var(--light-bg);\">\n        <div class=\"content-grid\">\n            <div class=\"content-text\">\n                <h2>Our Approach<\/h2>\n                <p>\n                    We are skilled at your assistance, collaboration-aligned solution develops, less hassle implement standards, fast track burn, and engaged your threshold business growth. Our approach to business is ensuring every successful audit and certifications will add value to your business operations.\n                <\/p>\n                <p>\n                    Our multidisciplinary team of certified consultants combines advanced methodologies with technology-driven solutions to streamline certification processes and reduce implementation timelines across global markets.\n                <\/p>\n            <\/div>\n            <div class=\"content-image\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1454165804606-c3d57bc86b40?w=800\" alt=\"Business Strategy\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- HOW WE ARE DIFFERENT SECTION -->\n    <section class=\"different-section full-width-section\">\n        <div class=\"different-content\">\n            <div class=\"different-text\">\n                <h2>How we are different from Others<\/h2>\n                <ul class=\"different-list\">\n                    <li>Unlike traditional consultancy, QuickCert focuses on upskill, handpreparing and strong consulting<\/li>\n                    <li>Aligned appropriateness usually, key-skilled professionals<\/li>\n                    <li>Client collaboration not mentioned in short duration<\/li>\n                    <li>Value-added services along with business consultancy<\/li>\n                    <li>Our QuickCert approach bring harmonize-culture within audit action-item \u2013 without disconnecting technical traps<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"different-images\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1553877522-43269d4ea984?w=800\" alt=\"Team Collaboration\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1600880292203-757bb62b4baf?w=600\" alt=\"Office Work\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1542744173-8e7e53415bb0?w=600\" alt=\"Business Meeting\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- SERVICES PREVIEW -->\n    <section class=\"services-preview full-width-section\">\n        <div class=\"services-header\">\n            <h2>Our Core Services<\/h2>\n            <p>Comprehensive certification and compliance solutions for global businesses<\/p>\n        <\/div>\n        <div class=\"services-grid\">\n            <div class=\"service-card\">\n                <img decoding=\"async\" class=\"service-icon\" src=\"https:\/\/img.icons8.com\/fluency\/96\/iso.png\" alt=\"ISO Certifications\">\n                <h3>ISO Certifications<\/h3>\n                <p>Complete ISO management system certifications including 9001, 14001, 27001, 45001, and more<\/p>\n            <\/div>\n            <div class=\"service-card\">\n                <img decoding=\"async\" class=\"service-icon\" src=\"https:\/\/img.icons8.com\/fluency\/96\/checkmark.png\" alt=\"Compliance\">\n                <h3>Regulatory Compliance<\/h3>\n                <p>GDPR, HIPAA, PCI DSS, SOC 2, FDA, and industry-specific regulatory requirements<\/p>\n            <\/div>\n            <div class=\"service-card\">\n                <img decoding=\"async\" class=\"service-icon\" src=\"https:\/\/img.icons8.com\/fluency\/96\/certificate.png\" alt=\"Consulting\">\n                <h3>Expert Consulting<\/h3>\n                <p>End-to-end consulting from gap analysis to successful audit completion<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- TEAM SECTION -->\n    <section class=\"team-section full-width-section\">\n        <div class=\"team-header\">\n            <h2>The team behind<\/h2>\n            <p>Our diverse team of certified professionals is dedicated to your success. With expertise spanning multiple industries and certification domains, we bring unparalleled knowledge to every engagement.<\/p>\n        <\/div>\n        <div class=\"team-grid\">\n            <div class=\"team-card\">\n                <img decoding=\"async\" class=\"team-photo\" src=\"https:\/\/images.unsplash.com\/photo-1560250097-0b93528c311a?w=400\" alt=\"John Marshall\">\n                <div class=\"team-info\">\n                    <div class=\"team-name\">John Marshall<\/div>\n                    <div class=\"team-role\">Senior Consultant &#8211; ISO Standards<\/div>\n                    <div class=\"team-social\">\n                        <a href=\"#\">\ud835\udd4f<\/a>\n                        <a href=\"#\">in<\/a>\n                        <a href=\"#\">@<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"team-card\">\n                <img decoding=\"async\" class=\"team-photo\" src=\"https:\/\/images.unsplash.com\/photo-1573496359142-b8d87734a5a2?w=400\" alt=\"Maria Williams\">\n                <div class=\"team-info\">\n                    <div class=\"team-name\">Maria Williams<\/div>\n                    <div class=\"team-role\">Lead Auditor &#8211; Compliance<\/div>\n                    <div class=\"team-social\">\n                        <a href=\"#\">\ud835\udd4f<\/a>\n                        <a href=\"#\">in<\/a>\n                        <a href=\"#\">@<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"team-card\">\n                <img decoding=\"async\" class=\"team-photo\" src=\"https:\/\/images.unsplash.com\/photo-1519085360753-af0119f7cbe7?w=400\" alt=\"Mark Spencer\">\n                <div class=\"team-info\">\n                    <div class=\"team-name\">Mark Spencer<\/div>\n                    <div class=\"team-role\">Technical Consultant &#8211; Quality<\/div>\n                    <div class=\"team-social\">\n                        <a href=\"#\">\ud835\udd4f<\/a>\n                        <a href=\"#\">in<\/a>\n                        <a href=\"#\">@<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"team-card\">\n                <img decoding=\"async\" class=\"team-photo\" src=\"https:\/\/images.unsplash.com\/photo-1594744803329-e58b31de8bf5?w=400\" alt=\"Helen Castillo\">\n                <div class=\"team-info\">\n                    <div class=\"team-name\">Helen Castillo<\/div>\n                    <div class=\"team-role\">Certification Specialist<\/div>\n                    <div class=\"team-social\">\n                        <a href=\"#\">\ud835\udd4f<\/a>\n                        <a href=\"#\">in<\/a>\n                        <a href=\"#\">@<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CONTACT US CTA (REPLACED JOIN TEAM) -->\n    <section class=\"contact-cta full-width-section\">\n        <div class=\"contact-content\">\n            <h2>Ready to Get Certified?<\/h2>\n            <p>Let our experts guide your organization to achieve global standards with confidence. Contact us today to begin your certification journey.<\/p>\n            <a href=\"https:\/\/quick-cert.com\/?page_id=10\" class=\"contact-btn\">Contact Us Now<\/a>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About QuickCert &#8211; Global Certification Excellence Our Mission We are a leading consulting organization with a straightforward framework for quality, our expertise lies in engaging you and collaborating optimized solutions from simple business processes, and globally accredited certifications for business vertical or just help with regulatory compliance within their process we are committed to staying&hellip;&nbsp;<a href=\"https:\/\/quick-cert.com\/?page_id=9\" rel=\"bookmark\"><span class=\"screen-reader-text\">About<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"on","neve_meta_content_width":100,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"on","footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quick-cert.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":18,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":524,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/524"}],"wp:attachment":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}