{"id":614,"date":"2016-01-19T12:44:15","date_gmt":"2016-01-19T12:44:15","guid":{"rendered":"http:\/\/demo-import.loc\/?page_id=614"},"modified":"2026-08-17T08:45:54","modified_gmt":"2026-08-17T08:45:54","slug":"projects","status":"publish","type":"page","link":"https:\/\/gnbcc.net\/projects\/","title":{"rendered":"Projects"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"614\" class=\"elementor elementor-614\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-76434084 e-con-full e-flex e-con e-parent\" data-id=\"76434084\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c0d747 elementor-widget elementor-widget-html\" data-id=\"9c0d747\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* =========================================================\n   GNBCC PROJECTS PAGE \u2014 HERO AND INTRODUCTION\n========================================================= *\/\n\n.gnbcc-projects-intro {\n  --gp-blue: #005190;\n  --gp-blue-dark: #003b6b;\n  --gp-blue-light: #3d7db8;\n  --gp-orange: #ff7000;\n  --gp-white: #ffffff;\n  --gp-text: #273444;\n  --gp-muted: #667085;\n\n  font-family: inherit;\n  overflow: hidden;\n  background: #ffffff;\n}\n\n.gnbcc-projects-intro *,\n.gnbcc-projects-intro *::before,\n.gnbcc-projects-intro *::after {\n  box-sizing: border-box;\n}\n\n.gp-projects-container {\n  width: min(1180px, calc(100% - 40px));\n  margin-inline: auto;\n}\n\n\/* HERO *\/\n\n.gp-projects-hero {\n  position: relative;\n  display: flex;\n  align-items: flex-end;\n  min-height: 590px;\n  overflow: hidden;\n  color: #ffffff;\n  background:\n    linear-gradient(\n      90deg,\n      rgba(0, 43, 78, 0.95) 0%,\n      rgba(0, 81, 144, 0.83) 48%,\n      rgba(0, 81, 144, 0.42) 100%\n    ),\n    url(\"https:\/\/gnbcc.net\/wp-content\/uploads\/2019\/11\/GNBCC-18-scaled.jpg\")\n    center center \/ cover no-repeat;\n}\n\n.gp-projects-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -210px;\n  right: -130px;\n  width: 520px;\n  height: 520px;\n  border: 80px solid rgba(255, 255, 255, 0.06);\n  border-radius: 50%;\n}\n\n.gp-projects-hero::after {\n  content: \"\";\n  position: absolute;\n  right: 0;\n  bottom: 0;\n  width: 45%;\n  height: 8px;\n  background: var(--gp-orange);\n}\n\n.gp-projects-hero-content {\n  position: relative;\n  z-index: 2;\n  max-width: 850px;\n  padding: 115px 0 95px;\n}\n\n.gp-projects-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 22px;\n  padding: 8px 15px;\n  border: 1px solid rgba(255, 255, 255, 0.28);\n  border-radius: 999px;\n  background: rgba(255, 255, 255, 0.1);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.gp-projects-eyebrow::before {\n  content: \"\";\n  width: 9px;\n  height: 9px;\n  border-radius: 50%;\n  background: var(--gp-orange);\n  box-shadow: 0 0 0 6px rgba(255, 112, 0, 0.18);\n}\n\n.gp-projects-hero h1 {\n  max-width: 800px;\n  margin: 0 0 24px;\n  color: #ffffff;\n  font-size: clamp(50px, 7vw, 86px);\n  font-weight: 750;\n  line-height: 0.98;\n  letter-spacing: -0.055em;\n}\n\n.gp-projects-hero h1 span {\n  color: #ff9d59;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-style: italic;\n  font-weight: 500;\n}\n\n.gp-projects-hero p {\n  max-width: 690px;\n  margin: 0;\n  color: rgba(255, 255, 255, 0.82);\n  font-size: clamp(17px, 2vw, 20px);\n  line-height: 1.7;\n}\n\n\/* INTRODUCTION *\/\n\n.gp-projects-overview {\n  position: relative;\n  padding: 105px 0 90px;\n  background:\n    radial-gradient(\n      circle at 95% 10%,\n      rgba(61, 125, 184, 0.1),\n      transparent 25%\n    ),\n    #ffffff;\n}\n\n.gp-projects-overview-grid {\n  display: grid;\n  grid-template-columns: 0.82fr 1.18fr;\n  gap: 75px;\n  align-items: center;\n}\n\n.gp-projects-section-label {\n  display: block;\n  margin-bottom: 14px;\n  color: var(--gp-orange);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n}\n\n.gp-projects-overview h2 {\n  margin: 0;\n  color: var(--gp-blue);\n  font-size: clamp(38px, 5vw, 60px);\n  line-height: 1.06;\n  letter-spacing: -0.045em;\n}\n\n.gp-projects-overview-copy p {\n  margin: 0 0 18px;\n  color: var(--gp-muted);\n  font-size: 17px;\n  line-height: 1.8;\n}\n\n.gp-projects-overview-copy p:last-child {\n  margin-bottom: 0;\n}\n\n.gp-projects-highlights {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  margin-top: 65px;\n  overflow: hidden;\n  border: 1px solid #dce5ec;\n  border-radius: 18px;\n  box-shadow: 0 20px 55px rgba(0, 81, 144, 0.1);\n}\n\n.gp-projects-highlight {\n  padding: 26px 23px;\n  border-right: 1px solid #dce5ec;\n  background: #ffffff;\n}\n\n.gp-projects-highlight:last-child {\n  border-right: 0;\n}\n\n.gp-projects-highlight strong {\n  display: block;\n  margin-bottom: 5px;\n  color: var(--gp-blue);\n  font-size: 18px;\n}\n\n.gp-projects-highlight span {\n  color: var(--gp-muted);\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n@media (max-width: 1024px) {\n  .gp-projects-overview-grid {\n    grid-template-columns: 1fr;\n    gap: 35px;\n  }\n\n  .gp-projects-highlights {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .gp-projects-highlight:nth-child(2) {\n    border-right: 0;\n  }\n\n  .gp-projects-highlight:nth-child(-n + 2) {\n    border-bottom: 1px solid #dce5ec;\n  }\n}\n\n@media (max-width: 767px) {\n  .gp-projects-container {\n    width: min(100% - 28px, 1180px);\n  }\n\n  .gp-projects-hero {\n    min-height: 520px;\n    text-align: center;\n    background:\n      linear-gradient(\n        rgba(0, 59, 107, 0.9),\n        rgba(0, 81, 144, 0.84)\n      ),\n      url(\"https:\/\/gnbcc.net\/wp-content\/uploads\/2019\/11\/GNBCC-18-scaled.jpg\")\n      center center \/ cover no-repeat;\n  }\n\n  .gp-projects-hero-content {\n    padding: 90px 0 75px;\n  }\n\n  .gp-projects-eyebrow {\n    justify-content: center;\n  }\n\n  .gp-projects-overview {\n    padding: 75px 0 65px;\n    text-align: center;\n  }\n\n  .gp-projects-highlights {\n    margin-top: 45px;\n  }\n}\n\n@media (max-width: 520px) {\n  .gp-projects-highlights {\n    grid-template-columns: 1fr;\n  }\n\n  .gp-projects-highlight,\n  .gp-projects-highlight:nth-child(2) {\n    border-right: 0;\n    border-bottom: 1px solid #dce5ec;\n  }\n\n  .gp-projects-highlight:last-child {\n    border-bottom: 0;\n  }\n}\n<\/style>\n\n<div class=\"gnbcc-projects-intro\">\n\n  <section class=\"gp-projects-hero\">\n    <div class=\"gp-projects-container\">\n      <div class=\"gp-projects-hero-content\">\n\n        <div class=\"gp-projects-eyebrow\">\n          GNBCC Projects\n        <\/div>\n\n        <h1>\n          Turning partnerships into\n          <span>meaningful impact.<\/span>\n        <\/h1>\n\n        <p>\n          We design and implement practical initiatives that strengthen\n          trade, support enterprise growth, develop talent and create lasting\n          connections between Ghana and the Netherlands.\n        <\/p>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"gp-projects-overview\">\n    <div class=\"gp-projects-container\">\n\n      <div class=\"gp-projects-overview-grid\">\n\n        <div>\n          <span class=\"gp-projects-section-label\">\n            Programmes with purpose\n          <\/span>\n\n          <h2>\n            Driving enterprise development and sustainable growth\n          <\/h2>\n        <\/div>\n\n        <div class=\"gp-projects-overview-copy\">\n          <p>\n            GNBCC works with government institutions, development partners,\n            businesses, experts and member organisations to implement\n            programmes that respond to practical private-sector needs.\n          <\/p>\n\n          <p>\n            Our projects connect entrepreneurs and professionals with\n            knowledge, networks, markets and opportunities. From agribusiness\n            development and youth employment to women's entrepreneurship,\n            bilateral trade and diaspora engagement, each initiative is\n            designed to generate measurable and lasting value.\n          <\/p>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"gp-projects-highlights\">\n\n        <div class=\"gp-projects-highlight\">\n          <strong>Enterprise Growth<\/strong>\n          <span>Helping businesses strengthen systems and access markets<\/span>\n        <\/div>\n\n        <div class=\"gp-projects-highlight\">\n          <strong>Skills Development<\/strong>\n          <span>Preparing entrepreneurs and professionals for opportunity<\/span>\n        <\/div>\n\n        <div class=\"gp-projects-highlight\">\n          <strong>Market Connections<\/strong>\n          <span>Building partnerships between Ghana and the Netherlands<\/span>\n        <\/div>\n\n        <div class=\"gp-projects-highlight\">\n          <strong>Sustainable Impact<\/strong>\n          <span>Creating long-term economic and institutional value<\/span>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5d956be e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"5d956be\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e98f959 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e98f959\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Our Projects<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bbf3b33 elementor-icon-list--layout-inline elementor-align-start elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"bbf3b33\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Home<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"jki jki-arrow-right-solid\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Projects<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-85ea2b1 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"85ea2b1\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cfe6f27\" data-id=\"cfe6f27\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bcedf98 elementor-widget elementor-widget-heading\" data-id=\"bcedf98\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Driving Impactful Projects that Empower People and Strengthen Trade.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-65f0352 elementor-section-content-middle elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"65f0352\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-54aa031\" data-id=\"54aa031\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c122253 elementor-widget elementor-widget-heading\" data-id=\"c122253\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">At GNBCC, our projects are designed to strengthen trade, investment, entrepreneurship, and sustainable economic development between Ghana and the Netherlands. Working closely with government institutions, development partners, businesses, and member organizations, we implement initiatives that create opportunities, build capacity, promote innovation, and foster long-term partnerships. Explore our ongoing and completed projects that continue to deliver meaningful impact across diverse sectors.<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-a1b2cbb elementor-section-content-middle elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a1b2cbb\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ad98552 gnbcc-dynamic-projects\" data-id=\"ad98552\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-76d05c2 elementor-widget elementor-widget-html\" data-id=\"76d05c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"gnbcc-projects-heading\">\n  <span>GNBCC programmes and initiatives<\/span>\n\n  <h2>Explore Our Projects<\/h2>\n\n  <p>\n    Discover programmes advancing enterprise development, employment,\n    trade, investment and cross-border collaboration.\n  <\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb4716b gnbcc-dynamic-projects elementor-widget elementor-widget-stm_works\" data-id=\"cb4716b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"stm_works.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\n\t<div id=\"stm_works_6aa27de0e7e96\" class=\"stm_works_wr consulting_elementor_works cols_3 grid style_2\">\n\n\t\t\t\t\t<div class=\"stm_works\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<div class=\"image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/gnbcc.net\/project\/business-seed-partnership-bsp\/\"><img decoding=\"async\" src=\"https:\/\/gnbcc.net\/wp-content\/uploads\/2025\/10\/GPS-launch.jpg\" alt=\"\" \/><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"category\"><a\n\t\t\t\t\t\t\t\t\t\t\t\thref=\"#agriculture-horticulture\"><span>Agriculture &amp; Horticulture<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-chevron-right\"><\/i><\/a><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"title\"><a\n\t\t\t\t\t\t\t\t\t\t\thref=\"https:\/\/gnbcc.net\/project\/business-seed-partnership-bsp\/\">Business Seed Partnership (BSP)<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<div class=\"image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/gnbcc.net\/project\/horticulture-business-challenge-hbc\/\"><img decoding=\"async\" src=\"https:\/\/gnbcc.net\/wp-content\/uploads\/2025\/09\/HBC-banner.jpg\" alt=\"\" \/><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"category\"><a\n\t\t\t\t\t\t\t\t\t\t\t\thref=\"#emploment-entrepreneurship\"><span>Emploment &amp; Entrepreneurship<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-chevron-right\"><\/i><\/a><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"title\"><a\n\t\t\t\t\t\t\t\t\t\t\thref=\"https:\/\/gnbcc.net\/project\/horticulture-business-challenge-hbc\/\">Horticulture Business Challenge (HBC)<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<div class=\"image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/gnbcc.net\/project\/horticulture-business-project\/\"><img decoding=\"async\" src=\"https:\/\/gnbcc.net\/wp-content\/uploads\/2025\/09\/HBP-banner.jpg\" alt=\"\" \/><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"category\"><a\n\t\t\t\t\t\t\t\t\t\t\t\thref=\"#networking-platform\"><span>Networking Platform<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-chevron-right\"><\/i><\/a><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"title\"><a\n\t\t\t\t\t\t\t\t\t\t\thref=\"https:\/\/gnbcc.net\/project\/horticulture-business-project\/\">Horticulture Business Platform<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<div class=\"image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/gnbcc.net\/project\/women-in-business-network\/\"><img decoding=\"async\" src=\"https:\/\/gnbcc.net\/wp-content\/uploads\/2025\/09\/WIB-banner.jpg\" alt=\"\" \/><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"category\"><a\n\t\t\t\t\t\t\t\t\t\t\t\thref=\"#emploment-entrepreneurship\"><span>Emploment &amp; Entrepreneurship<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-chevron-right\"><\/i><\/a><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"title\"><a\n\t\t\t\t\t\t\t\t\t\t\thref=\"https:\/\/gnbcc.net\/project\/women-in-business-network\/\">Women In Business Network<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<div class=\"image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/gnbcc.net\/project\/sme-desk\/\"><img decoding=\"async\" src=\"https:\/\/gnbcc.net\/wp-content\/uploads\/2025\/09\/SME-DESK-banner.jpg\" alt=\"\" \/><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"category\"><a\n\t\t\t\t\t\t\t\t\t\t\t\thref=\"#emploment-entrepreneurship\"><span>Emploment &amp; Entrepreneurship<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-chevron-right\"><\/i><\/a><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"title\"><a\n\t\t\t\t\t\t\t\t\t\t\thref=\"https:\/\/gnbcc.net\/project\/sme-desk\/\">SME Desk<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<div class=\"image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/gnbcc.net\/project\/diaspora-network\/\"><img decoding=\"async\" src=\"https:\/\/gnbcc.net\/wp-content\/uploads\/2025\/09\/Diaspora-banner.jpg\" alt=\"\" \/><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"category\"><a\n\t\t\t\t\t\t\t\t\t\t\t\thref=\"#international-market-access\"><span>International Trade &amp; Market Access<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-chevron-right\"><\/i><\/a><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"title\"><a\n\t\t\t\t\t\t\t\t\t\t\thref=\"https:\/\/gnbcc.net\/project\/diaspora-network\/\">Diaspora Network<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<div class=\"image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/gnbcc.net\/project\/youth-in-food\/\"><img decoding=\"async\" src=\"https:\/\/gnbcc.net\/wp-content\/uploads\/2025\/09\/YIB.jpg\" alt=\"\" \/><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"category\"><a\n\t\t\t\t\t\t\t\t\t\t\t\thref=\"#emploment-entrepreneurship\"><span>Emploment &amp; Entrepreneurship<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-chevron-right\"><\/i><\/a><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"title\"><a\n\t\t\t\t\t\t\t\t\t\t\thref=\"https:\/\/gnbcc.net\/project\/youth-in-food\/\">Youth in Food<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\n\t\t<script type=\"text\/javascript\">\n\t\t\tjQuery(document).ready(function ($) {\n\t\t\t\tvar $container = $(\"#stm_works_6aa27de0e7e96 .stm_works\");\n\t\t\t\tvar originLeft = true;\n\t\t\t\tif ($('body').hasClass('rtl')) {\n\t\t\t\t\toriginLeft = false;\n\t\t\t\t}\n\t\t\t\t$container.isotope({\n\t\t\t\t\tlayoutMode: 'fitRows',\n\t\t\t\t\titemSelector: '.item',\n\t\t\t\t\ttransitionDuration: '0.7s',\n\t\t\t\t\tisOriginLeft: originLeft,\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t$container.imagesLoaded().progress(function () {\n\t\t\t\t\t$container.isotope('layout');\n\t\t\t\t});\n\t\t\t\t$container.isotope('layout');\n\t\t\t\t$('#stm_works_6aa27de0e7e96 .works_filter a').on('click', function () {\n\t\t\t\t\tvar i = 0;\n\t\t\t\t\tif (!$(this).hasClass(\"stm_works_grid_switcher\")) {\n\n\t\t\t\t\t\t$(this).closest('ul').find('li.active').removeClass('active');\n\t\t\t\t\t\t$(this).parent().addClass('active');\n\t\t\t\t\t\tvar sort = $(this).attr('href');\n\t\t\t\t\t\tsort = sort.substring(1);\n\t\t\t\t\t\t\t\t\t\t\t\t$container.isotope({\n\t\t\t\t\t\t\tfilter: '.' + sort\n\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t$(document).on('click', '.stm_works_grid_switcher', function () {\n\t\t\t\t\t$(this).toggleClass('active');\n\t\t\t\t\tvar $container_wrapper = $(this).closest('.stm_works_wr');\n\t\t\t\t\tif ($('body').hasClass('boxed_layout')) {\n\t\t\t\t\t\t$container_wrapper.toggleClass('wide');\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$container_wrapper.toggleClass('wide container');\n\t\t\t\t\t}\n\t\t\t\t\t\/\/$container_wrapper.find('.stm_works_grid_switcher').closest('.works_filter').toggleClass('container');\n\t\t\t\t\t$container.isotope('layout');\n\t\t\t\t\t$container.closest('.stm_works').animate({'height': $container.height() + $('#stm_works_stm_works_6aa27de0e7e96 .stm_works').height()}, 300);\n\t\t\t\t\treturn false;\n\t\t\t\t});\n\t\t\t\t$('#stm_works_6aa27de0e7e96 .item .category a').on('click', function () {\n\t\t\t\t\tif (!$(this).hasClass(\"stm_works_grid_switcher\")) {\n\t\t\t\t\t\tvar sort = $(this).attr('href');\n\t\t\t\t\t\tsort = sort.substring(1);\n\t\t\t\t\t\t$('#stm_works_6aa27de0e7e96 .works_filter li.active').removeClass('active');\n\t\t\t\t\t\t$('#stm_works_6aa27de0e7e96 .works_filter li a[href=\"#' + sort + '\"]').closest('li').addClass('active');\n\t\t\t\t\t\t$container.isotope({\n\t\t\t\t\t\t\tfilter: '.' + sort\n\t\t\t\t\t\t});\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t<\/script>\n\t\t\t<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-fc19102 elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fc19102\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e22f729\" data-id=\"e22f729\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c6f615b elementor-widget elementor-widget-heading\" data-id=\"c6f615b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Explore our projects and discover how you can get involved.<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-20db840\" data-id=\"20db840\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b5bab2a elementor-align-right elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"b5bab2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/contact\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" stm-right-arrow\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>GNBCC Projects Turning partnerships into meaningful impact. We design and implement practical initiatives that strengthen trade, support enterprise growth, develop talent and create lasting connections between Ghana and the Netherlands. Programmes with purpose Driving enterprise development and sustainable growth GNBCC works with government institutions, development partners, businesses, experts and member organisations to implement programmes that<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"rop_custom_images_group":[],"rop_custom_messages_group":[],"rop_publish_now":"initial","rop_publish_now_accounts":[],"rop_publish_now_history":[],"rop_publish_now_status":"pending","footnotes":""},"class_list":["post-614","page","type-page","status-publish","hentry"],"jetpack-related-posts":[{"id":390,"url":"https:\/\/gnbcc.net\/memberships\/premium-members\/","url_meta":{"origin":614,"position":0},"title":"Premium Members","author":"Michael Teye","date":"January 7, 2016","format":false,"excerpt":"GNBCC Premium Membership Position your organisation for greater influence. GNBCC Premium Membership gives your organisation access to high-level networking, stronger brand visibility, strategic introductions and practical business opportunities across Ghana and the Netherlands. Annual premium membership fee EUR 1,000.00 per annum Become a Premium Member \u2192 Update Member Records Premium\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":462,"url":"https:\/\/gnbcc.net\/about\/team\/","url_meta":{"origin":614,"position":1},"title":"Team","author":"Michael Teye","date":"January 8, 2016","format":false,"excerpt":"The People Behind GNBCC Meet Our Team. The people supporting GNBCC members, partners and projects across Ghana and the Netherlands. Member Support Helping businesses access networks, information, services and opportunities. Project Delivery Coordinating programmes that connect private sector needs with practical action. Partnerships Working with institutions, companies and communities across\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1293,"url":"https:\/\/gnbcc.net\/services\/","url_meta":{"origin":614,"position":2},"title":"Services","author":"Michael Teye","date":"January 5, 2017","format":false,"excerpt":"GNBCC Business Services Practical solutions that help businesses connect, grow and succeed. From market research and project management to training, advocacy and business promotion, GNBCC provides tailored support for companies operating between Ghana and the Netherlands. Services designed around business needs Helping businesses navigate opportunities with confidence GNBCC supports Ghanaian,\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11570,"url":"https:\/\/gnbcc.net\/memberships\/","url_meta":{"origin":614,"position":3},"title":"Members","author":"Michael Teye","date":"September 17, 2025","format":false,"excerpt":"GNBCC Membership Build stronger connections. Grow across markets. Join a trusted bilateral business community connecting companies, entrepreneurs, institutions and professionals across Ghana and the Netherlands. Gain access to networks, visibility, practical support and opportunities that help your organisation grow. Become a Member \u2192 Explore Our Members Business Connections Meet organisations\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11854,"url":"https:\/\/gnbcc.net\/memberships\/sme-members\/","url_meta":{"origin":614,"position":4},"title":"SME Members","author":"Michael Teye","date":"September 24, 2025","format":false,"excerpt":"GNBCC SME \/ Small Membership Start small. Connect widely. Grow with confidence. GNBCC SME Membership is designed for startups and small enterprises seeking practical access to business networks, market information, events, projects and opportunities across Ghana and the Netherlands. Ideal for enterprises with approximately one to three employees that are\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1113,"url":"https:\/\/gnbcc.net\/events\/","url_meta":{"origin":614,"position":5},"title":"Events","author":"Michael Teye","date":"February 7, 2017","format":false,"excerpt":"GNBCC Events GNBCC events Connect through opportunity. Join forums, trade sessions, networking events and business programmes that connect Ghanaian and Dutch enterprises. View upcoming events \u2192 Upcoming events Join what is coming next. Browse upcoming GNBCC events from the member platform, with images, descriptions and registration links. Events page \u2192\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/pages\/614","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/comments?post=614"}],"version-history":[{"count":65,"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/pages\/614\/revisions"}],"predecessor-version":[{"id":18481,"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/pages\/614\/revisions\/18481"}],"wp:attachment":[{"href":"https:\/\/gnbcc.net\/wp-json\/wp\/v2\/media?parent=614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}