{"id":953,"date":"2026-04-14T16:41:25","date_gmt":"2026-04-14T16:41:25","guid":{"rendered":"https:\/\/udqs.co.ke\/en\/?page_id=953"},"modified":"2026-04-14T17:16:47","modified_gmt":"2026-04-14T17:16:47","slug":"our-team","status":"publish","type":"page","link":"https:\/\/udqs.co.ke\/en\/our-team\/","title":{"rendered":"Our Team"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"953\" class=\"elementor elementor-953\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a954cd5 e-flex e-con-boxed e-con e-parent\" data-id=\"a954cd5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf57cae elementor-widget elementor-widget-html\" data-id=\"cf57cae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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, viewport-fit=cover\">\n    <title>Eng. Thilange | Senior Executive Consultant \u2013 Accordion Bio<\/title>\n    <style>\n        \/* ========== RESET & BASE ========== *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n            color: #1e2a3e;\n            background-color: #fff;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        \/* ========== MAIN CONTAINER ========== *\/\n        .consultant-section {\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 3rem 2rem;\n        }\n\n        \/* ========== TWO-COLUMN GRID ========== *\/\n        .two-columns {\n            display: grid;\n            grid-template-columns: 1fr 1.1fr;\n            gap: 2.5rem;\n            align-items: start;\n        }\n\n        \/* ========== IMAGE STYLES ========== *\/\n        .image-col img {\n            width: 100%;\n            height: auto;\n            border-radius: 1rem;\n            box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.08);\n            transition: transform 0.25s ease, box-shadow 0.25s ease;\n            display: block;\n            object-fit: cover;\n        }\n\n        .image-col img:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.12);\n        }\n\n        \/* ========== CONTENT STYLES (unchanged look) ========== *\/\n        .content-col h2 {\n            font-size: 2rem;\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 0.75rem;\n            color: #0a2540;\n            letter-spacing: -0.02em;\n        }\n\n        .content-col .subhead {\n            font-size: 1.2rem;\n            font-weight: 500;\n            color: #2c7a4d;\n            border-left: 4px solid #2c7a4d;\n            padding-left: 1rem;\n            margin-bottom: 1.5rem;\n        }\n\n        \/* summary paragraph (kept visible to introduce) *\/\n        .summary-text {\n            font-size: 1rem;\n            color: #2d3e50;\n            margin-bottom: 1.2rem;\n            line-height: 1.6;\n        }\n\n        .summary-text strong {\n            color: #0a2540;\n            font-weight: 600;\n        }\n\n        \/* expertise pills (visible) *\/\n        .expertise-list {\n            list-style: none;\n            margin: 1.5rem 0 1rem 0;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.6rem;\n        }\n\n        .expertise-list li {\n            background: #f0f4f9;\n            padding: 0.3rem 0.9rem;\n            border-radius: 40px;\n            font-size: 0.85rem;\n            font-weight: 500;\n            color: #1e466e;\n            letter-spacing: 0.01em;\n        }\n\n        \/* fact grid (visible) *\/\n        .fact-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 1rem;\n            margin: 1.5rem 0;\n            background: #f8fafc;\n            padding: 1.2rem 1.2rem;\n            border-radius: 1rem;\n            border: 1px solid #eef2f6;\n        }\n\n        .fact-item {\n            display: flex;\n            align-items: center;\n            gap: 0.6rem;\n        }\n\n        .fact-icon {\n            font-size: 1.4rem;\n            background: #ffffff;\n            width: 38px;\n            height: 38px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 50%;\n            box-shadow: 0 2px 6px rgba(0,0,0,0.03);\n            border: 1px solid #e2e8f0;\n        }\n\n        .fact-text {\n            font-size: 0.9rem;\n            font-weight: 500;\n            color: #0f2b3d;\n        }\n\n        .fact-text small {\n            display: block;\n            font-weight: 400;\n            font-size: 0.8rem;\n            color: #5a6e7c;\n        }\n\n        \/* ========== ACCORDION STYLES (minimal, matches UDQS clean approach) ========== *\/\n        .accordion-container {\n            margin: 1.2rem 0 0.5rem;\n        }\n\n        .accordion-item {\n            background: #ffffff;\n            border: 1px solid #e9edf2;\n            border-radius: 14px;\n            margin-bottom: 1rem;\n            transition: all 0.2s ease;\n            overflow: hidden;\n        }\n\n        .accordion-header {\n            background: #ffffff;\n            padding: 1rem 1.2rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            font-size: 1.05rem;\n            color: #0a2540;\n            transition: background 0.2s;\n            user-select: none;\n        }\n\n        .accordion-header:hover {\n            background-color: #f9fbfd;\n        }\n\n        .accordion-header span:first-child {\n            display: flex;\n            align-items: center;\n            gap: 0.6rem;\n        }\n\n        .accordion-icon {\n            font-size: 1.2rem;\n            transition: transform 0.25s ease;\n            color: #2c7a4d;\n            font-weight: 500;\n        }\n\n        .accordion-item.active .accordion-icon {\n            transform: rotate(180deg);\n        }\n\n        .accordion-content {\n            max-height: 0;\n            opacity: 0;\n            overflow: hidden;\n            padding: 0 1.2rem;\n            transition: max-height 0.35s ease-out, opacity 0.25s ease, padding 0.2s ease;\n            background: #fefefe;\n            border-top: 0px solid #eef2f6;\n        }\n\n        .accordion-item.active .accordion-content {\n            max-height: 550px;      \/* enough for content *\/\n            opacity: 1;\n            padding: 0 1.2rem 1.2rem 1.2rem;\n            border-top: 1px solid #eef2f6;\n        }\n\n        .accordion-content p {\n            font-size: 0.95rem;\n            color: #2d3e50;\n            margin: 0.9rem 0;\n            line-height: 1.55;\n        }\n\n        .accordion-content ul {\n            margin: 0.6rem 0 0.8rem 1.2rem;\n            color: #2d3e50;\n            font-size: 0.95rem;\n        }\n\n        .accordion-content li {\n            margin-bottom: 0.3rem;\n        }\n\n        .accordion-content strong {\n            color: #0a2540;\n        }\n\n        \/* minor spacing inside accordion for badges or small lists *\/\n        .inline-badge-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin: 0.8rem 0;\n        }\n        .inline-badge-list span {\n            background: #eef2fa;\n            padding: 0.2rem 0.8rem;\n            border-radius: 30px;\n            font-size: 0.8rem;\n            font-weight: 500;\n            color: #1f4e79;\n        }\n\n        \/* cert-badge style (kept original, but moved into an accordion? actually we keep it visible as highlight? \n           To minimize scrolling we can keep one compact badge outside accordion? But original had a cert-badge.\n           To reduce height, we move it inside the \"Current Role\" accordion but preserve style. \n           We'll replicate the style inside the relevant accordion content. The original design had the greenish badge for BioVax.\n           I will keep that exact visual inside the \"Current Leadership & Expertise\" accordion. \n           Also we keep the soft divider and final text minimal. *\/\n        .cert-badge {\n            background: #eef6ff;\n            border-left: 4px solid #0052cc;\n            padding: 0.8rem 1.2rem;\n            margin: 0.8rem 0 0.5rem;\n            border-radius: 12px;\n            font-size: 0.9rem;\n            font-weight: 500;\n            color: #0c4e6e;\n        }\n\n        .soft-divider {\n            height: 1px;\n            background: linear-gradient(90deg, #e2e8f0 0%, #cbd5e1 50%, #e2e8f0 100%);\n            margin: 1rem 0;\n        }\n\n        \/* ========== RESPONSIVE ========== *\/\n        @media (max-width: 900px) {\n            .consultant-section {\n                padding: 2rem 1.5rem;\n            }\n            .two-columns {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n            .image-col img {\n                max-width: 80%;\n                margin: 0 auto;\n                border-radius: 1rem;\n            }\n            .content-col h2 {\n                font-size: 1.8rem;\n            }\n            .accordion-item.active .accordion-content {\n                max-height: 700px;\n            }\n        }\n\n        @media (max-width: 640px) {\n            .consultant-section {\n                padding: 1.5rem 1rem;\n            }\n            .image-col img {\n                max-width: 100%;\n            }\n            .fact-grid {\n                grid-template-columns: 1fr;\n                gap: 0.8rem;\n            }\n            .expertise-list li {\n                font-size: 0.75rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"consultant-section\">\n    <div class=\"two-columns\">\n        <!-- LEFT COLUMN: Image (Professional) -->\n        <div class=\"image-col\">\n            <img decoding=\"async\" \n                src=\"https:\/\/udqs.co.ke\/en\/wp-content\/uploads\/2026\/04\/Eng.-Thilange-Photo.png\" \n                alt=\"Senior Pharmaceutical Consultant - Eng. Thilange\" \n                loading=\"lazy\"\n                style=\"aspect-ratio: 5\/5; object-fit: cover; width: 100%;\"\n            >\n            <div style=\"font-size: 0.75rem; text-align: center; margin-top: 0.75rem; color: #7e8c9e;\">\n                \ud83d\udccd Nairobi, Kenya | Global Pharma Engineering\n            <\/div>\n        <\/div>\n\n        <!-- RIGHT COLUMN: Accordion-optimized content -->\n        <div class=\"content-col\">\n            <h2>Eng. Acquilino Thilange<\/h2>\n            <div class=\"subhead\">Senior Executive Consultant \u2014 Pharma \u00b7 GMP \u00b7 Process Engineering<\/div>\n            \n            <!-- Short visible summary (minimal scrolling) -->\n            <div class=\"summary-text\">\n                <strong>27+ years<\/strong> pharmaceutical leadership | Ex-GSK Head of Quality & Compliance | Global consultant for <strong>Pfizer-BioNTech, GIZ, COMESA, UNFPA, BioVax<\/strong> and SADC WHO prequalification projects.\n            <\/div>\n\n            <!-- Expertise pills (always visible) -->\n            <ul class=\"expertise-list\">\n                <li>GMP \/ GDP<\/li>\n                <li>Process Validation<\/li>\n                <li>WHO Prequalification<\/li>\n                <li>ISO\/IEC 17025<\/li>\n                <li>FDA Standards<\/li>\n                <li>Contamination Control<\/li>\n                <li>QMS \/ IMS<\/li>\n                <li>Equipment Qualification<\/li>\n                <li>CSV \u00b7 GAMP 5<\/li>\n            <\/ul>\n\n            <!-- Fact Grid (key credentials always visible) -->\n            <div class=\"fact-grid\">\n                <div class=\"fact-item\">\n                    <span class=\"fact-icon\">\u2699\ufe0f<\/span>\n                    <span class=\"fact-text\">BSc Chemical & Process Engineering <small>MBA (Strategic Management)<\/small><\/span>\n                <\/div>\n                <div class=\"fact-item\">\n                    <span class=\"fact-icon\">\ud83d\udcdc<\/span>\n                    <span class=\"fact-text\">Registered Professional Engineer <small>Engineers Board of Kenya<\/small><\/span>\n                <\/div>\n                <div class=\"fact-item\">\n                    <span class=\"fact-icon\">\ud83c\udfdb\ufe0f<\/span>\n                    <span class=\"fact-text\">Corporate Member IEK <small>Institution of Engineers of Kenya<\/small><\/span>\n                <\/div>\n                <div class=\"fact-item\">\n                    <span class=\"fact-icon\">\ud83c\udf0d<\/span>\n                    <span class=\"fact-text\">Secretary General KiCHE <small>ISPE Member<\/small><\/span>\n                <\/div>\n                <div class=\"fact-item\">\n                    <span class=\"fact-icon\">\ud83d\udcca<\/span>\n                    <span class=\"fact-text\">Former Director @ EPHRA <small>Energy & Petroleum Regulatory Authority<\/small><\/span>\n                <\/div>\n                <div class=\"fact-item\">\n                    <span class=\"fact-icon\">\u2705<\/span>\n                    <span class=\"fact-text\">Certification support: FSMS, OHS, EMS, IMS, QMS <small>Pharma \u00b7 Cosmetics \u00b7 Food<\/small><\/span>\n                <\/div>\n            <\/div>\n\n            <!-- 4 ACCORDIONS (collapsible sections to minimize scrolling) -->\n            <div class=\"accordion-container\">\n                <!-- Accordion 1: Career & Leadership Background -->\n                <div class=\"accordion-item\">\n                    <div class=\"accordion-header\">\n                        <span>\ud83d\udccc 1. Career & Leadership Background<\/span>\n                        <span class=\"accordion-icon\">\u25bc<\/span>\n                    <\/div>\n                    <div class=\"accordion-content\">\n                        <p><strong>GlaxoSmithKline (1998\u20132015)<\/strong> \u2013 Held senior roles including <strong>Head of Quality and Compliance<\/strong> and <strong>Head of Technical<\/strong>, driving GMP excellence, process improvement, and operational strategy across manufacturing sites. Over 27 years of expertise in pharmaceutical production systems, new product development, continuous improvement, and validation processes.<\/p>\n                        <p>Eng. Thilange\u2019s engineering foundation (Chemical & Process Engineering) combined with an MBA in Strategic Management enabled end-to-end leadership in quality systems, regulatory inspections, and cross-functional manufacturing operations.<\/p>\n                        <div class=\"inline-badge-list\">\n                            <span>\u2714 Process Optimisation<\/span>\n                            <span>\u2714 Quality by Design<\/span>\n                            <span>\u2714 CAPA Systems<\/span>\n                            <span>\u2714 Audit Readiness<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Accordion 2: Global Consulting & COMESA Impact -->\n                <div class=\"accordion-item\">\n                    <div class=\"accordion-header\">\n                        <span>\ud83c\udf0d 2. Global Consulting & COMESA Leadership<\/span>\n                        <span class=\"accordion-icon\">\u25bc<\/span>\n                    <\/div>\n                    <div class=\"accordion-content\">\n                        <p>Trusted advisor for leading organizations: <strong>Pfizer-BioNTech (Rwanda), GIZ, COMESA, BioVax, UNFPA, Yash Life Sciences (Zambia), Kingphar Zambia, Pharmanova Zambia, CPT Pharma (SA), BAT, Pwani Oil Products, Piston Medical, World Plastic, Bahati Agro-processors, and Generic Manufacturing<\/strong>. International assignments with GIZ and the EU supporting SADC countries to achieve WHO prequalification.<\/p>\n                        <p><strong>Lead Consultant for COMESA<\/strong> \u2013 Conducted GMP and ISO\/IEC 17025 assessments across 21 Member States and developed capacity-building frameworks for national quality control laboratories. Instrumental in harmonizing regulatory standards and lab competence across the region.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Accordion 3: Current Role (BioVax) + Contamination Control & Regulatory Mastery -->\n                <div class=\"accordion-item\">\n                    <div class=\"accordion-header\">\n                        <span>\ud83e\uddec 3. Current Role & Regulatory Expertise<\/span>\n                        <span class=\"accordion-icon\">\u25bc<\/span>\n                    <\/div>\n                    <div class=\"accordion-content\">\n                        <!-- Exactly the same cert-badge style as original design but integrated inside accordion -->\n                        <div class=\"cert-badge\">\n                            \ud83e\uddeb <strong>Current Lead Role:<\/strong> GMP Expert & Process Engineer Consultant @ BioVax Institute \u2014 supporting Kenya\u2019s vaccine fill\u2011and\u2011finish facility with design reviews, equipment qualification, and contamination control strategy development.\n                        <\/div>\n                        <p>Eng. Thilange bridges international requirements with local implementation: <strong>design review, VMPs, cleaning validation, continued process verification (CPV)<\/strong>. Aligns with WHO TRS, EU GMP, PIC\/S, ISO 9001, ICH Q8\u2013Q12, GAMP 5, and ALCOA+ data integrity principles.<\/p>\n                        <p>Cross-sector experience includes pharmaceuticals, cosmetics, and food, delivering strategic and technical support to achieve compliance and quality excellence.<\/p>\n                        <div class=\"inline-badge-list\">\n                            <span>\ud83d\udd2c Contamination Control Strategy<\/span>\n                            <span>\u2699\ufe0f Equipment Qualification<\/span>\n                            <span>\ud83d\udccb Validation Master Plans<\/span>\n                            <span>\ud83d\udcc8 CPV \/ Continued Verification<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Accordion 4: Professional Affiliations, Certifications & Global Standards -->\n                <div class=\"accordion-item\">\n                    <div class=\"accordion-header\">\n                        <span>\ud83d\udcdc 4. Affiliations, Certifications & Standards<\/span>\n                        <span class=\"accordion-icon\">\u25bc<\/span>\n                    <\/div>\n                    <div class=\"accordion-content\">\n                        <p><strong>Registered Professional Engineer<\/strong> (Engineers Board of Kenya) | <strong>Corporate Member<\/strong> \u2013 Institution of Engineers of Kenya (IEK).<br>\n                        <strong>Secretary General<\/strong> \u2013 Kenya Institute of Chemical Engineers (KiCHE) | <strong>Member<\/strong> \u2013 International Society for Pharmaceutical Engineering (ISPE).<\/p>\n                        <p>Supports certification in <strong>FSMS, OHS, EMS, IMS, QMS<\/strong> and related international standards. Expertise spans business process optimization, FDA standards, ISO 9001\/17025, and validation lifecycle management.<\/p>\n                        <p>Previously served as a Director at the Energy and Petroleum Regulatory Authority (EPHRA) contributing to strategic governance and regulatory oversight.<\/p>\n                        <div class=\"soft-divider\" style=\"margin: 0.6rem 0;\"><\/div>\n                        <p style=\"margin-bottom: 0; font-size: 0.9rem;\">\u2714  Production systems \u00b7 Manufacturing operations \u00b7 NPD \u00b7 Continuous improvement \u00b7 Validation<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- optional small footer line: keeps original flavour without extra height -->\n            <div style=\"margin-top: 0.8rem; font-size: 0.8rem; color: #5a6e7c; text-align: left; border-top: 1px solid #ecf3f9; padding-top: 0.8rem;\">\n                \ud83c\udfc5 Strategic technical support for Africa\u2019s pharmaceutical future \u2014 Global regulatory & compliance excellence\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<!-- Simple JavaScript for accordion toggles (preserves design, no external libs) -->\n<script>\n    (function() {\n        const accordionItems = document.querySelectorAll('.accordion-item');\n        \n        function toggleAccordion(item) {\n            const isActive = item.classList.contains('active');\n            \/\/ Close all accordions (optional: if you want only one open at a time, uncomment next lines)\n            \/\/ but to allow multiple open (user preference) we just toggle current.\n            \/\/ The requirement says \"4 accordions style to minimize scrolling\" - multiple open is fine.\n            \/\/ We will just toggle the clicked one.\n            if (isActive) {\n                item.classList.remove('active');\n            } else {\n                item.classList.add('active');\n            }\n        }\n        \n        accordionItems.forEach(item => {\n            const header = item.querySelector('.accordion-header');\n            if (header) {\n                header.addEventListener('click', (e) => {\n                    e.stopPropagation();\n                    toggleAccordion(item);\n                });\n            }\n        });\n        \n        \/\/ Option: keep first accordion open by default for better initial readability (shows background without forcing scroll)\n        if (accordionItems.length > 0 && !accordionItems[0].classList.contains('active')) {\n            accordionItems[0].classList.add('active');\n        }\n    })();\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Eng. Thilange | Senior Executive Consultant \u2013 Accordion Bio \ud83d\udccd Nairobi, Kenya | Global Pharma Engineering Eng. Acquilino Thilange Senior Executive Consultant \u2014 Pharma \u00b7 GMP \u00b7 Process Engineering 27+ years pharmaceutical leadership | Ex-GSK Head of Quality &#038; Compliance | Global consultant for Pfizer-BioNTech, GIZ, COMESA, UNFPA, BioVax and SADC WHO prequalification projects. GMP \/ GDP Process Validation WHO [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-953","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/udqs.co.ke\/en\/wp-json\/wp\/v2\/pages\/953","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/udqs.co.ke\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/udqs.co.ke\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/udqs.co.ke\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/udqs.co.ke\/en\/wp-json\/wp\/v2\/comments?post=953"}],"version-history":[{"count":7,"href":"https:\/\/udqs.co.ke\/en\/wp-json\/wp\/v2\/pages\/953\/revisions"}],"predecessor-version":[{"id":963,"href":"https:\/\/udqs.co.ke\/en\/wp-json\/wp\/v2\/pages\/953\/revisions\/963"}],"wp:attachment":[{"href":"https:\/\/udqs.co.ke\/en\/wp-json\/wp\/v2\/media?parent=953"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}