{"id":114,"date":"2026-05-05T12:29:28","date_gmt":"2026-05-05T12:29:28","guid":{"rendered":"https:\/\/consultiq.rw\/?page_id=114"},"modified":"2026-05-14T11:59:56","modified_gmt":"2026-05-14T11:59:56","slug":"research-publications","status":"publish","type":"page","link":"https:\/\/consultiq.rw\/","title":{"rendered":"Research \/ Publications"},"content":{"rendered":"\n\n\n\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>ConsultIQ \u2013 Company Profile<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700;900&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\"\/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --navy:   #0B1F3A;\n      --teal:   #0D7C6E;\n      --gold:   #C9963A;\n      --light:  #F5F3EE;\n      --white:  #FFFFFF;\n      --text:   #1A1A2E;\n      --muted:  #6B7280;\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'DM Sans', sans-serif;\n      background: var(--light);\n      color: var(--text);\n      line-height: 1.7;\n    }\n\n    \/* \u2500\u2500 HERO \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .hero {\n      background: var(--navy);\n      color: var(--white);\n      min-height: 100vh;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      align-items: center;\n      text-align: center;\n      padding: 60px 24px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse 80% 60% at 20% 80%, rgba(13,124,110,0.25) 0%, transparent 60%),\n        radial-gradient(ellipse 60% 50% at 80% 20%, rgba(201,150,58,0.15) 0%, transparent 55%);\n      pointer-events: none;\n    }\n\n    .hero-logo {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      margin-bottom: 48px;\n      animation: fadeDown 0.9s ease both;\n    }\n\n    .logo-mark {\n      width: 56px; height: 56px;\n      background: linear-gradient(135deg, var(--teal), var(--gold));\n      border-radius: 14px;\n      display: grid;\n      place-items: center;\n      font-family: 'Playfair Display', serif;\n      font-size: 24px;\n      font-weight: 900;\n      color: var(--white);\n      letter-spacing: -1px;\n    }\n\n    .logo-text {\n      font-family: 'Playfair Display', serif;\n      font-size: 28px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      color: var(--white);\n    }\n\n    .logo-text span { color: var(--gold); }\n\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(40px, 7vw, 80px);\n      font-weight: 900;\n      line-height: 1.05;\n      max-width: 800px;\n      animation: fadeUp 1s ease 0.2s both;\n    }\n\n    .hero h1 em {\n      font-style: italic;\n      color: var(--gold);\n    }\n\n    .tagline {\n      font-size: clamp(16px, 2.5vw, 22px);\n      font-weight: 300;\n      color: rgba(255,255,255,0.7);\n      max-width: 560px;\n      margin: 24px auto 0;\n      animation: fadeUp 1s ease 0.4s both;\n    }\n\n    .hero-badges {\n      display: flex;\n      gap: 12px;\n      flex-wrap: wrap;\n      justify-content: center;\n      margin-top: 48px;\n      animation: fadeUp 1s ease 0.6s both;\n    }\n\n    .badge {\n      padding: 8px 20px;\n      border: 1px solid rgba(255,255,255,0.2);\n      border-radius: 100px;\n      font-size: 13px;\n      font-weight: 500;\n      color: rgba(255,255,255,0.85);\n      backdrop-filter: blur(6px);\n      background: rgba(255,255,255,0.07);\n    }\n\n    .scroll-hint {\n      position: absolute;\n      bottom: 32px;\n      left: 50%;\n      transform: translateX(-50%);\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 8px;\n      color: rgba(255,255,255,0.4);\n      font-size: 12px;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      animation: bounce 2s infinite;\n    }\n\n    .scroll-hint::after {\n      content: '';\n      width: 1px;\n      height: 40px;\n      background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);\n    }\n\n    \/* \u2500\u2500 SECTIONS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    section {\n      padding: 100px 24px;\n    }\n\n    .container {\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n\n    .section-label {\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      color: var(--teal);\n      margin-bottom: 12px;\n    }\n\n    .section-title {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(28px, 4vw, 46px);\n      font-weight: 700;\n      color: var(--navy);\n      line-height: 1.15;\n      margin-bottom: 24px;\n    }\n\n    .section-title span { color: var(--teal); }\n\n    .divider {\n      width: 56px;\n      height: 4px;\n      background: linear-gradient(90deg, var(--teal), var(--gold));\n      border-radius: 2px;\n      margin-bottom: 40px;\n    }\n\n    \/* \u2500\u2500 ABOUT \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .about { background: var(--white); }\n\n    .about-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 64px;\n      align-items: center;\n    }\n\n    .about-text p {\n      color: #444;\n      font-size: 17px;\n      font-weight: 300;\n      margin-bottom: 16px;\n    }\n\n    .about-visual {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n    }\n\n    .stat-card {\n      background: var(--light);\n      border-radius: 16px;\n      padding: 28px 20px;\n      text-align: center;\n      border-bottom: 3px solid transparent;\n      transition: border-color 0.3s;\n    }\n\n    .stat-card:hover { border-color: var(--teal); }\n\n    .stat-card:nth-child(2) { margin-top: 24px; }\n    .stat-card:nth-child(4) { margin-top: -24px; }\n\n    .stat-num {\n      font-family: 'Playfair Display', serif;\n      font-size: 38px;\n      font-weight: 900;\n      color: var(--navy);\n      line-height: 1;\n    }\n\n    .stat-num span { color: var(--gold); }\n\n    .stat-label {\n      font-size: 13px;\n      color: var(--muted);\n      margin-top: 6px;\n      font-weight: 500;\n    }\n\n    \/* \u2500\u2500 VISION & MISSION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .vm { background: var(--navy); }\n\n    .vm .section-title { color: var(--white); }\n    .vm .section-label { color: var(--gold); }\n    .vm .divider { background: linear-gradient(90deg, var(--gold), var(--teal)); }\n\n    .vm-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 32px;\n      margin-top: 16px;\n    }\n\n    .vm-card {\n      background: rgba(255,255,255,0.05);\n      border: 1px solid rgba(255,255,255,0.1);\n      border-radius: 20px;\n      padding: 40px 36px;\n      position: relative;\n      overflow: hidden;\n      transition: transform 0.3s;\n    }\n\n    .vm-card:hover { transform: translateY(-4px); }\n\n    .vm-card::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 4px;\n    }\n\n    .vm-card.vision::before { background: linear-gradient(90deg, var(--teal), var(--gold)); }\n    .vm-card.mission::before { background: linear-gradient(90deg, var(--gold), var(--teal)); }\n\n    .vm-icon {\n      font-size: 36px;\n      margin-bottom: 16px;\n    }\n\n    .vm-card h3 {\n      font-family: 'Playfair Display', serif;\n      font-size: 22px;\n      color: var(--white);\n      margin-bottom: 14px;\n    }\n\n    .vm-card p {\n      color: rgba(255,255,255,0.65);\n      font-size: 16px;\n      font-weight: 300;\n    }\n\n    \/* \u2500\u2500 VALUES \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .values { background: var(--light); }\n\n    .values-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 20px;\n      margin-top: 16px;\n    }\n\n    .value-card {\n      background: var(--white);\n      border-radius: 16px;\n      padding: 32px 24px;\n      text-align: center;\n      box-shadow: 0 2px 20px rgba(0,0,0,0.04);\n      transition: box-shadow 0.3s, transform 0.3s;\n      border-bottom: 3px solid transparent;\n    }\n\n    .value-card:hover {\n      box-shadow: 0 8px 40px rgba(0,0,0,0.1);\n      transform: translateY(-4px);\n      border-color: var(--gold);\n    }\n\n    .value-icon {\n      font-size: 32px;\n      margin-bottom: 14px;\n    }\n\n    .value-card h4 {\n      font-family: 'Playfair Display', serif;\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--navy);\n      margin-bottom: 8px;\n    }\n\n    .value-card p {\n      font-size: 14px;\n      color: var(--muted);\n      font-weight: 400;\n    }\n\n    \/* \u2500\u2500 SERVICES \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .services { background: var(--white); }\n\n    .services-layout {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n    }\n\n    .service-group h3 {\n      font-family: 'Playfair Display', serif;\n      font-size: 20px;\n      color: var(--navy);\n      margin-bottom: 20px;\n      padding-bottom: 12px;\n      border-bottom: 2px solid var(--light);\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .service-group h3 span {\n      background: linear-gradient(135deg, var(--teal), var(--navy));\n      color: white;\n      border-radius: 8px;\n      width: 32px; height: 32px;\n      display: grid; place-items: center;\n      font-size: 16px;\n    }\n\n    .service-item {\n      display: flex;\n      gap: 12px;\n      margin-bottom: 16px;\n      align-items: flex-start;\n    }\n\n    .service-dot {\n      width: 8px; height: 8px;\n      background: var(--gold);\n      border-radius: 50%;\n      margin-top: 8px;\n      flex-shrink: 0;\n    }\n\n    .service-item strong {\n      display: block;\n      font-size: 15px;\n      color: var(--navy);\n      font-weight: 600;\n      margin-bottom: 2px;\n    }\n\n    .service-item p {\n      font-size: 13px;\n      color: var(--muted);\n    }\n\n    .sector-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 8px;\n    }\n\n    .tag {\n      background: var(--light);\n      color: var(--navy);\n      font-size: 12px;\n      font-weight: 500;\n      padding: 5px 12px;\n      border-radius: 100px;\n      border: 1px solid rgba(11,31,58,0.1);\n    }\n\n    \/* \u2500\u2500 APPROACH \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .approach { background: var(--light); }\n\n    .steps {\n      display: flex;\n      gap: 0;\n      margin: 48px 0 60px;\n      position: relative;\n      flex-wrap: wrap;\n    }\n\n    .steps::before {\n      content: '';\n      position: absolute;\n      top: 30px; left: 30px; right: 30px;\n      height: 2px;\n      background: linear-gradient(90deg, var(--teal), var(--gold));\n      z-index: 0;\n    }\n\n    .step {\n      flex: 1;\n      min-width: 160px;\n      text-align: center;\n      position: relative;\n      z-index: 1;\n      padding: 0 12px;\n    }\n\n    .step-num {\n      width: 60px; height: 60px;\n      background: var(--navy);\n      color: var(--white);\n      border-radius: 50%;\n      display: grid; place-items: center;\n      font-family: 'Playfair Display', serif;\n      font-size: 20px;\n      font-weight: 700;\n      margin: 0 auto 16px;\n      border: 3px solid var(--light);\n    }\n\n    .step:nth-child(2) .step-num { background: var(--teal); }\n    .step:nth-child(3) .step-num { background: var(--navy); }\n    .step:nth-child(4) .step-num { background: var(--teal); }\n    .step:nth-child(5) .step-num { background: var(--gold); color: var(--navy); }\n\n    .step-label {\n      font-size: 13px;\n      font-weight: 600;\n      color: var(--navy);\n      line-height: 1.3;\n    }\n\n    .advantage-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 20px;\n    }\n\n    .adv-card {\n      background: var(--white);\n      border-radius: 16px;\n      padding: 28px 24px;\n      border-left: 4px solid var(--teal);\n      box-shadow: 0 2px 16px rgba(0,0,0,0.04);\n    }\n\n    .adv-card h4 {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--navy);\n      margin-bottom: 8px;\n    }\n\n    .adv-card p {\n      font-size: 14px;\n      color: var(--muted);\n    }\n\n    \/* \u2500\u2500 CONTACT \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .contact { background: var(--navy); text-align: center; }\n\n    .contact .section-label { color: var(--gold); }\n    .contact .section-title { color: var(--white); }\n    .contact .divider { margin: 0 auto 40px; }\n\n    .contact-cards {\n      display: flex;\n      justify-content: center;\n      gap: 24px;\n      flex-wrap: wrap;\n      margin-top: 16px;\n    }\n\n    .contact-card {\n      background: rgba(255,255,255,0.07);\n      border: 1px solid rgba(255,255,255,0.12);\n      border-radius: 16px;\n      padding: 28px 32px;\n      min-width: 200px;\n      transition: background 0.3s;\n    }\n\n    .contact-card:hover { background: rgba(255,255,255,0.12); }\n\n    .contact-card .icon { font-size: 28px; margin-bottom: 10px; }\n\n    .contact-card p {\n      font-size: 13px;\n      color: rgba(255,255,255,0.5);\n      margin-bottom: 4px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n\n    .contact-card strong {\n      color: var(--white);\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* \u2500\u2500 FOOTER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    footer {\n      background: #070F1E;\n      text-align: center;\n      padding: 28px 24px;\n      color: rgba(255,255,255,0.3);\n      font-size: 13px;\n    }\n\n    footer strong { color: var(--gold); }\n\n    \/* \u2500\u2500 ANIMATIONS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    @keyframes fadeDown {\n      from { opacity: 0; transform: translateY(-24px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(28px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    @keyframes bounce {\n      0%, 100% { transform: translateX(-50%) translateY(0); }\n      50%       { transform: translateX(-50%) translateY(-8px); }\n    }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    @media (max-width: 768px) {\n      .about-grid,\n      .vm-grid,\n      .services-layout { grid-template-columns: 1fr; }\n\n      .about-visual { margin-top: 40px; }\n\n      .steps::before { display: none; }\n\n      section { padding: 64px 20px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- \u2500\u2500 HERO \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"hero\">\n  <div class=\"hero-logo\">\n    <div class=\"logo-mark\">IQ<\/div>\n    <div class=\"logo-text\">Consult<span>IQ<\/span><\/div>\n  <\/div>\n  <h1>Bridging Data,<br\/><em>Knowledge<\/em> &amp; Solutions<\/h1>\n  <p class=\"tagline\">Empowering governments, NGOs, and development partners with evidence-based consulting across Africa.<\/p>\n  <div class=\"hero-badges\">\n    <span class=\"badge\">\ud83c\udf0d Kigali, Rwanda<\/span>\n    <span class=\"badge\">\ud83d\udcca Research &amp; Advisory<\/span>\n    <span class=\"badge\">\ud83e\udd1d Development Partners<\/span>\n    <span class=\"badge\">\ud83c\udfc6 Multi-Sectoral Expertise<\/span>\n  <\/div>\n  <div class=\"scroll-hint\">Scroll<\/div>\n<\/section>\n\n<!-- \u2500\u2500 ABOUT \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"about\">\n  <div class=\"container\">\n    <div class=\"about-grid\">\n      <div class=\"about-text\">\n        <div class=\"section-label\">Who We Are<\/div>\n        <h2 class=\"section-title\">A Premier<br\/><span>Consulting Firm<\/span><br\/>for Africa<\/h2>\n        <div class=\"divider\"><\/div>\n        <p>ConsultIQ is a premier professional consulting firm dedicated to providing high-quality research, advisory, and development solutions across multiple sectors.<\/p>\n        <p>We specialize in delivering data-driven insights that empower governments, NGOs, private-sector organizations, and development partners to make informed decisions.<\/p>\n        <p>By bridging the gap between raw data and actionable knowledge, we ensure every intervention leads to measurable and lasting impact.<\/p>\n      <\/div>\n      <div class=\"about-visual\">\n        <div class=\"stat-card\">\n          <div class=\"stat-num\">7<span>+<\/span><\/div>\n          <div class=\"stat-label\">Sectors Served<\/div>\n        <\/div>\n        <div class=\"stat-card\">\n          <div class=\"stat-num\">5<span>\u2605<\/span><\/div>\n          <div class=\"stat-label\">Quality Standard<\/div>\n        <\/div>\n        <div class=\"stat-card\">\n          <div class=\"stat-num\">Pan<span>&#8211;<\/span><\/div>\n          <div class=\"stat-label\">African Reach<\/div>\n        <\/div>\n        <div class=\"stat-card\">\n          <div class=\"stat-num\">100<span>%<\/span><\/div>\n          <div class=\"stat-label\">Data Accuracy<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 VISION & MISSION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"vm\">\n  <div class=\"container\">\n    <div class=\"section-label\">Our Purpose<\/div>\n    <h2 class=\"section-title\">Vision &amp; Mission<\/h2>\n    <div class=\"divider\"><\/div>\n    <div class=\"vm-grid\">\n      <div class=\"vm-card vision\">\n        <div class=\"vm-icon\">\ud83d\udd2d<\/div>\n        <h3>Our Vision<\/h3>\n        <p>To be a leading consultancy firm in Africa, delivering innovative and evidence-based solutions that drive sustainable development and organizational excellence.<\/p>\n      <\/div>\n      <div class=\"vm-card mission\">\n        <div class=\"vm-icon\">\ud83c\udfaf<\/div>\n        <h3>Our Mission<\/h3>\n        <p>To provide reliable, high-quality consulting services by transforming data into actionable insights that support effective decision-making and impactful interventions.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 VALUES \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"values\">\n  <div class=\"container\">\n    <div class=\"section-label\">What Guides Us<\/div>\n    <h2 class=\"section-title\">Our Core <span>Values<\/span><\/h2>\n    <div class=\"divider\"><\/div>\n    <div class=\"values-grid\">\n      <div class=\"value-card\">\n        <div class=\"value-icon\">\u2696\ufe0f<\/div>\n        <h4>Integrity<\/h4>\n        <p>Maintaining the highest standards of transparency and ethics in all our engagements.<\/p>\n      <\/div>\n      <div class=\"value-card\">\n        <div class=\"value-icon\">\ud83c\udfc5<\/div>\n        <h4>Excellence<\/h4>\n        <p>Committing to high-quality professional work that exceeds client expectations.<\/p>\n      <\/div>\n      <div class=\"value-card\">\n        <div class=\"value-icon\">\ud83d\udca1<\/div>\n        <h4>Innovation<\/h4>\n        <p>Implementing creative, data-driven solutions to solve complex challenges.<\/p>\n      <\/div>\n      <div class=\"value-card\">\n        <div class=\"value-icon\">\ud83d\udcc8<\/div>\n        <h4>Impact<\/h4>\n        <p>Focusing on results that create measurable and lasting change.<\/p>\n      <\/div>\n      <div class=\"value-card\">\n        <div class=\"value-icon\">\ud83e\udd1d<\/div>\n        <h4>Collaboration<\/h4>\n        <p>Partnering closely with clients and communities for shared success.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 SERVICES \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"services\">\n  <div class=\"container\">\n    <div class=\"section-label\">What We Do<\/div>\n    <h2 class=\"section-title\">Our <span>Services<\/span><\/h2>\n    <div class=\"divider\"><\/div>\n    <div class=\"services-layout\">\n      <!-- Core Technical -->\n      <div class=\"service-group\">\n        <h3><span>\ud83d\udd2c<\/span> Core Technical Services<\/h3>\n        <div class=\"service-item\">\n          <div class=\"service-dot\"><\/div>\n          <div>\n            <strong>Research &amp; Data Services<\/strong>\n            <p>Baseline, midline &amp; endline surveys; qualitative and quantitative research; expert data collection, analysis, and reporting.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"service-item\">\n          <div class=\"service-dot\"><\/div>\n          <div>\n            <strong>Monitoring, Evaluation &amp; Learning (MEL)<\/strong>\n            <p>M&amp;E framework design, impact evaluation, and advanced dashboard development for data visualization.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"service-item\">\n          <div class=\"service-dot\"><\/div>\n          <div>\n            <strong>Capacity Building<\/strong>\n            <p>Institutional strengthening, technical assistance, professional training\/coaching, and tailored capacity needs assessments.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Sector Expertise -->\n      <div class=\"service-group\">\n        <h3><span>\ud83c\udf10<\/span> Sector-Specific Expertise<\/h3>\n        <div class=\"sector-tags\">\n          <span class=\"tag\">\ud83c\udf3e Agriculture<\/span>\n          <span class=\"tag\">\ud83d\udcda Education<\/span>\n          <span class=\"tag\">\ud83d\udcbc Livelihoods<\/span>\n          <span class=\"tag\">\ud83c\udf3f Environment &amp; Climate<\/span>\n          <span class=\"tag\">\ud83c\udfe5 Health<\/span>\n          <span class=\"tag\">\ud83c\udd98 Humanitarian<\/span>\n          <span class=\"tag\">\ud83d\udc65 Social Development<\/span>\n          <span class=\"tag\">\ud83d\udccb Business &amp; Advisory<\/span>\n        <\/div>\n        <div style=\"margin-top: 28px;\">\n          <div class=\"service-item\">\n            <div class=\"service-dot\"><\/div>\n            <div>\n              <strong>Business &amp; Advisory<\/strong>\n              <p>Strategic planning, policy analysis, and program design for sustainable outcomes.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"service-item\">\n            <div class=\"service-dot\"><\/div>\n            <div>\n              <strong>Social Development<\/strong>\n              <p>Gender and youth studies, social protection programs, and community impact research.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 APPROACH \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"approach\">\n  <div class=\"container\">\n    <div class=\"section-label\">How We Work<\/div>\n    <h2 class=\"section-title\">Our <span>Methodology<\/span><\/h2>\n    <div class=\"divider\"><\/div>\n\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"step-num\">01<\/div>\n        <div class=\"step-label\">Understand<br\/>Client Needs<\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">02<\/div>\n        <div class=\"step-label\">Design<br\/>Methodologies<\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">03<\/div>\n        <div class=\"step-label\">Collect &amp;<br\/>Analyze Data<\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">04<\/div>\n        <div class=\"step-label\">Deliver<br\/>Insights<\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">05<\/div>\n        <div class=\"step-label\">Support<br\/>Implementation<\/div>\n      <\/div>\n    <\/div>\n\n    <h3 style=\"font-family:'Playfair Display',serif; font-size:22px; color:var(--navy); margin-bottom:24px;\">Why Choose ConsultIQ?<\/h3>\n    <div class=\"advantage-grid\">\n      <div class=\"adv-card\">\n        <h4>\ud83d\udee0\ufe0f Technical Edge<\/h4>\n        <p>Expertise in SurveyCTO, Survey Solutions, KoboTool, ODK, and interactive dashboards for real-time data visualization.<\/p>\n      <\/div>\n      <div class=\"adv-card\">\n        <h4>\ud83c\udf0d Multi-Sectoral Experience<\/h4>\n        <p>Deep field research expertise across diverse industries and development sectors throughout Africa.<\/p>\n      <\/div>\n      <div class=\"adv-card\">\n        <h4>\u2705 Quality Commitment<\/h4>\n        <p>We guarantee data accuracy, ethical standards, and timely delivery on every engagement.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 CONTACT \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"contact\">\n  <div class=\"container\">\n    <div class=\"section-label\">Get In Touch<\/div>\n    <h2 class=\"section-title\">Let&#8217;s Work Together<\/h2>\n    <div class=\"divider\"><\/div>\n    <div class=\"contact-cards\">\n      <div class=\"contact-card\">\n        <div class=\"icon\">\ud83d\udccd<\/div>\n        <p>Location<\/p>\n        <strong>Kigali, Rwanda<\/strong>\n      <\/div>\n      <div class=\"contact-card\">\n        <div class=\"icon\">\u2709\ufe0f<\/div>\n        <p>Email<\/p>\n        <strong>info@consultiq.rw<\/strong>\n      <\/div>\n      <div class=\"contact-card\">\n        <div class=\"icon\">\ud83d\udcde<\/div>\n        <p>Phone<\/p>\n        <strong>+250 788 722 848<\/strong>\n      <\/div>\n      <div class=\"contact-card\">\n        <div class=\"icon\">\ud83c\udf10<\/div>\n        <p>Website<\/p>\n        <strong>www.consultiq.rw<\/strong>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 FOOTER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n<footer>\n  <p>\u00a9 2026 <strong>ConsultIQ<\/strong>. Romeo MUnezero. | Bridging Data, Knowledge, and Practical Solutions.<\/p>\n<\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>ConsultIQ \u2013 Company Profile IQ ConsultIQ Bridging Data,Knowledge &amp; Solutions Empowering governments, NGOs, and development partners with evidence-based consulting across [&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":"disabled","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-114","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/consultiq.rw\/index.php?rest_route=\/wp\/v2\/pages\/114","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/consultiq.rw\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/consultiq.rw\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/consultiq.rw\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/consultiq.rw\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=114"}],"version-history":[{"count":6,"href":"https:\/\/consultiq.rw\/index.php?rest_route=\/wp\/v2\/pages\/114\/revisions"}],"predecessor-version":[{"id":228,"href":"https:\/\/consultiq.rw\/index.php?rest_route=\/wp\/v2\/pages\/114\/revisions\/228"}],"wp:attachment":[{"href":"https:\/\/consultiq.rw\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}