<!DOCTYPE html>
<html lang="en">

<head>
  <meta name='robots' content='max-image-preview:large' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
			<!-- This site uses the Google Analytics by ExactMetrics plugin v8.6.1 - Using Analytics tracking - https://www.exactmetrics.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-E9Z8RM1MCM"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var em_version = '8.6.1';
				var em_track_user = true;
				var em_no_track_reason = '';
								var ExactMetricsDefaultLocations = {"page_location":"https:\/\/alinglobal.org\/expertise\/health\/"};
								if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations );
				} else {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-E9Z8RM1MCM',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (em_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = exactmetrics_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') {
								ExactMetricsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dNDMyYj': true,
											});
					if ( ExactMetricsLocations.page_location ) {
						__gtagTracker('set', ExactMetricsLocations);
					}
										__gtagTracker('config', 'G-E9Z8RM1MCM', {"forceSSL":"true","link_attribution":"true"} );
															window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
				<!-- / Google Analytics by ExactMetrics -->
		<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/alinglobal.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
/*! This file is auto-generated */
!function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://alinglobal.org/wp-includes/css/dist/block-library/style.min.css?ver=6.8.3' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='remixicon-css' href='https://alinglobal.org/wp-content/themes/alintheme/node_modules/remixicon/fonts/remixicon.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='animatecss-css' href='https://alinglobal.org/wp-content/themes/alintheme/node_modules/animate.css/animate.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='my-fonts-css' href='https://alinglobal.org/wp-content/themes/alintheme/assets/fonts/font.css' type='text/css' media='all' />
<link rel='stylesheet' id='newsletter-css' href='https://alinglobal.org/wp-content/plugins/newsletter/style.css?ver=8.9.0' type='text/css' media='all' />
<script type="text/javascript" src="https://alinglobal.org/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.6.1" id="exactmetrics-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/alinglobal.org","hash_tracking":"false","v4_id":"G-E9Z8RM1MCM"};/* ]]> */
</script>
<link rel="https://api.w.org/" href="https://alinglobal.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://alinglobal.org/wp-json/wp/v2/pages/248" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://alinglobal.org/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.8.3" />
<link rel="canonical" href="https://alinglobal.org/expertise/health/" />
<link rel='shortlink' href='https://alinglobal.org/?p=248' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://alinglobal.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falinglobal.org%2Fexpertise%2Fhealth%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://alinglobal.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falinglobal.org%2Fexpertise%2Fhealth%2F&#038;format=xml" />
<title>Health</title>
<meta property='og:title' content='Health - Authentic Leadership Institute Nepal' /><meta property="og:type" content="website" /><meta property='og:image' content='https://alinglobal.org/wp-content/themes/alintheme/assets/images/og-image.jpg' /><meta property="og:url" content="https://alinglobal.org" /><meta property='og:description' content='Welcome to the ALIN Foundation Health page! We are a non-profit social impact organization that strives to promote equitable access to health care for marginalized communities. At ALIN, we believe that health is a fundamental human right, and we work towards addressing the barriers that limit access to health care services for the most vulnerable [&hellip;]' /><meta property='og:author' content='ALIN GLOBAL' /><meta name='description' content='Welcome to the ALIN Foundation Health page! We are a non-profit social impact organization that strives to promote equitable access to health care for marginalized communities. At ALIN, we believe that health is a fundamental human right, and we work towards addressing the barriers that limit access to health care services for the most vulnerable [&hellip;]'>
<meta name='keywords' content='alin,alin nepal,alin global,authentic leadership institute nepal,leadership training,organizational spaces,South Asian region,transdisciplinary research,policy think tank,social sustainability,economic sustainability,environmental sustainability'>
<meta name='twitter:card' content='summary_large_image'><meta name='twitter:title' content='Health - Authentic Leadership Institute Nepal'><meta name='twitter:description' content='Welcome to the ALIN Foundation Health page! We are a non-profit social impact organization that strives to promote equitable access to health care for marginalized communities. At ALIN, we believe that health is a fundamental human right, and we work towards addressing the barriers that limit access to health care services for the most vulnerable [&hellip;]'><meta name='twitter:image' content='https://alinglobal.org/wp-content/themes/alintheme/assets/images/og-image.jpg'>  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="theme-color" content="#a60000" />
  <link rel="icon" type="image/x-icon" href="https://alinglobal.org/wp-content/themes/alintheme/assets/images/favicon.ico">
  <!-- <link rel="stylesheet" href="https://alinglobal.org/wp-content/themes/alintheme/assets/fonts/font.css"> -->
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link
    href="https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
    rel="stylesheet">
  <link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.css" rel="stylesheet" />
  <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
  <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,container-queries">
  < script src = "https://unpkg.com/aos@2.3.1/dist/aos.js" >
  </script>
  </script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.js"></script>
  <script>
  tailwind.config = {
    theme: {
      extend: {
        keyframes: {
          spinBistarai: {
            "0%": {
              transform: "rotate(0deg)",
            },
            "100%": {
              transform: "rotate(360deg)",
            },
          },
        },
        animation: {
          spinBistarai: "spinBistarai 60s linear infinite",
        },
      }
    }
  }
  </script>
  <style type="text/tailwindcss">
    @layer utilities {

      *{
        font-family: "Raleway", sans-serif;
      }

      .no-scrollbar::-webkit-scrollbar {
        display: none;
      }


  /* Hide scrollbar for IE, Edge and Firefox */
      .no-scrollbar {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
      }

      .instagram-gradient {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .vc-image-1 img {
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% !important;
        }
        .indicator {
        display: inline-block;
        width: 24px;
        height: 4px;
        background-color: lightgray;
        margin: 5px;
      }
      .indicator.active {
        background-color: #a60000;
      }

      #respond .comment-reply-title {
          font-size: 16px;
          font-weight: bold;
          color: #333;
          margin-bottom: 20px;
          text-align: center; /* Center-align the title */
          text-transform: uppercase; /* Uppercase the title */
          letter-spacing: 1px; /* Adjust letter spacing */
      }

    }

    
  </style>
</head>


<body>
  <nav class="flex items-center justify-between">
      </nav>
  <di class="fixed top-0 left-0 right-0 z-50">
    <nav id="header"
      class="flex items-center justify-between lg:items-end p-5 text-white hover:bg-[#a60000] hover:text-white ">
      <a href="/" class="bg-orang-200">
        <img src="https://alinglobal.org/wp-content/themes/alintheme/assets/images/alinog.svg" alt="Home" class="w-12 h-12 md:w-24 md:h-24" 
      </a>
      <ul class="hidden md:flex px-5 gap-x-5 flex-wrap">
                <li>
          <div class="cursor-pointer group text-sm relative">
                        <div class="flex border-b-2 border-transparent group-hover:border-white items-center gap-2
                              bg-transparent px-4 py-2">
              <p>Who we are</p>
              <i class="ri-arrow-down-s-line"></i>
            </div>
                        <br />
            <div
              class="hidden bg-[#a60000] group-hover:block absolute top-10 w-64 py-2 shadow-xl border-2 border-opacity-5">
              <ul class="flex flex-col">
                                <li>
                  <a href="/alin/who-we-are/about-us/"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-information-line"></i>
                    <p>About Us</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/who-we-are/know-our-team/"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-team-line"></i>
                    <p>Know about our team</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/who-we-are/clients"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-service-line"></i>
                    <p>Clients/Partner</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/who-we-are/testimonials"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-double-quotes-r"></i>
                    <p>Testimonials</p>
                  </a>
                </li>
                              </ul>
            </div>
          </div>
        </li>
                <li>
          <div class="cursor-pointer group text-sm relative">
                        <div class="flex border-b-2 border-transparent group-hover:border-white items-center gap-2
                              bg-transparent px-4 py-2">
              <p>Our Expertise</p>
              <i class="ri-arrow-down-s-line"></i>
            </div>
                        <br />
            <div
              class="hidden bg-[#a60000] group-hover:block absolute top-10 w-64 py-2 shadow-xl border-2 border-opacity-5">
              <ul class="flex flex-col">
                                <li>
                  <a href="/alin/expertise/leadership"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-user-voice-line"></i>
                    <p>Leadership Development</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/expertise/health"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-pulse-line"></i>
                    <p>Health</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/expertise/education"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-graduation-cap-line"></i>
                    <p>Education</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/expertise/governance"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-government-line"></i>
                    <p>Governance</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/expertise/research"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-survey-line"></i>
                    <p>Research</p>
                  </a>
                </li>
                              </ul>
            </div>
          </div>
        </li>
                <li>
          <div class="cursor-pointer group text-sm relative">
                        <div class="flex border-b-2 border-transparent group-hover:border-white items-center gap-2
                              bg-transparent px-4 py-2">
              <p>Our Projects</p>
              <i class="ri-arrow-down-s-line"></i>
            </div>
                        <br />
            <div
              class="hidden bg-[#a60000] group-hover:block absolute top-10 w-64 py-2 shadow-xl border-2 border-opacity-5">
              <ul class="flex flex-col">
                                <li>
                  <a href="/alin/projects?nature=for-profit"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class=""></i>
                    <p>For Profit</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/projects?nature=for-non-profit"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class=""></i>
                    <p>For Non-Profit</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/projects?nature=by-alumni"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class=""></i>
                    <p>By Alumni</p>
                  </a>
                </li>
                              </ul>
            </div>
          </div>
        </li>
                <li>
          <div class="cursor-pointer group text-sm relative">
                        <div class="flex border-b-2 border-transparent group-hover:border-white items-center gap-2
                              bg-transparent px-4 py-2">
              <p>Our Programs</p>
              <i class="ri-arrow-down-s-line"></i>
            </div>
                        <br />
            <div
              class="hidden bg-[#a60000] group-hover:block absolute top-10 w-64 py-2 shadow-xl border-2 border-opacity-5">
              <ul class="flex flex-col">
                                <li>
                  <a href="/alin/our-program/alin-fellowship"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class=""></i>
                    <p>ALIN Fellowship</p>
                  </a>
                </li>
                              </ul>
            </div>
          </div>
        </li>
                <li>
          <div class="cursor-pointer group text-sm relative">
                        <div class="flex border-b-2 border-transparent group-hover:border-white items-center gap-2
                              bg-transparent px-4 py-2">
              <p>Publications</p>
              <i class="ri-arrow-down-s-line"></i>
            </div>
                        <br />
            <div
              class="hidden bg-[#a60000] group-hover:block absolute top-10 w-64 py-2 shadow-xl border-2 border-opacity-5">
              <ul class="flex flex-col">
                                <li>
                  <a href="/alin/publications/blogs"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-pages-line"></i>
                    <p>Blogs</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/publications/resources"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-links-line"></i>
                    <p>Resources</p>
                  </a>
                </li>
                              </ul>
            </div>
          </div>
        </li>
                <li>
          <div class="cursor-pointer group text-sm relative">
                        <div class="flex border-b-2 border-transparent group-hover:border-white items-center gap-2
                              bg-transparent px-4 py-2">
              <p>Events</p>
              <i class="ri-arrow-down-s-line"></i>
            </div>
                        <br />
            <div
              class="hidden bg-[#a60000] group-hover:block absolute top-10 w-64 py-2 shadow-xl border-2 border-opacity-5">
              <ul class="flex flex-col">
                                <li>
                  <a href="/alin/events/all-events"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-calendar-event-line"></i>
                    <p>All Events</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/events/gallery"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-gallery-line"></i>
                    <p>Gallery</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/events/alumni"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-graduation-cap-line"></i>
                    <p>Alumni</p>
                  </a>
                </li>
                              </ul>
            </div>
          </div>
        </li>
                <li>
          <div class="cursor-pointer group text-sm relative">
                        <div id="getInvolved" class="flex border-b-2 border-transparent group-hover:border-white items-center gap-2
             rounded-full bg-white text-[#a60000] justify-center px-4 py-2">
              <p>Get Involved</p>
              <i class="ri-arrow-down-s-line"></i>
            </div>
                        <br />
            <div
              class="hidden bg-[#a60000] group-hover:block absolute top-10 w-64 py-2 shadow-xl border-2 border-opacity-5">
              <ul class="flex flex-col">
                                <li>
                  <a href="/alin/get-involved/join-us/"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-megaphone-line"></i>
                    <p>Join the team</p>
                  </a>
                </li>
                                <li>
                  <a href="/alin/get-involved/donate/"
                    class="hover:bg-red-900 hover:text-white fill-white flex gap-2 py-4 px-4">
                    <i class="ri-hand-heart-line"></i>
                    <p>Donate</p>
                  </a>
                </li>
                              </ul>
            </div>
          </div>
        </li>
                <li>
          <a href="/alin/non-profit"
            class="border-2 px-2 p-1 text-xs md:text-md md:p-2 md:px-4 h-fit rounded-full flex gap-2 hover:bg-white hover:text-[#a60000]">
            <p>NON-PROFIT</p>
            <i class="ri-arrow-right-up-line"></i>
          </a>
        </li>
      </ul>
      <!-- <button id="hamMenu" data-collapse-toggle="navbar-default" type="button"
        class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-red-900 focus:outline-none focus:ring-2 focus:ring-gray-200"
        aria-controls="navbar-dropdown" aria-expanded="false">
        <span class="sr-only">Open main menu</span>
        <svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14">
          <path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
            d="M1 1h15M1 7h15M1 13h15" />
        </svg>
      </button> -->
      <button data-collapse-toggle="navbar-default" type="button"
        class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-gray-200"
        aria-controls="navbar-default" aria-expanded="false">
        <span class="sr-only">Open main menu</span>
        <svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14">
          <path stroke="#fff" stroke-linecap="round"
            stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15" />
        </svg>
      </button>
    </nav>
      </di>
  <!-- <div class="z-50 bg-[#a60000] absolute top-20 w-full md:hidden" id="navbar-default">

</div> -->
<div class="hidden fixed top-16 inset-x-0 z-50 w-full md:hidden md:w-auto" id="navbar-default">
  <ul
    class="flex flex-col font-medium p-4 md:p-0 mt-4 md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 bg-[#a60000] text-white">
        <li>
      <button id="dropdownNavbarLink" data-dropdown-toggle="dropdownNavbar-1"
        class="flex items-center justify-between w-full py-2 px-3 text-gray-900 hover:bg-red-800  md:border-0 text-white md:p-0 md:w-auto">Who we are        <svg class="w-2.5 h-2.5 ms-2.5" aria-hidden="false" xmlns="http://www.w3.org/2000/svg" fill="none"
          viewBox="0 0 10 6">
          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
            d="m1 1 4 4 4-4" />
        </svg></button>
      <!-- Dropdown menu -->
      <div id="dropdownNavbar-1"
        class="z-10 hidden font-normal bg-[#a60000] divide-y divide-gray-100 border-2 border-white shadow w-44">
        <ul class="py-2 text-sm text-gray-700" aria-labelledby="dropdownLargeButton">
                    <li>
            <a href="/alin/who-we-are/about-us/""
              class=" block px-4 py-2 text-white hover:bg-red-800">About Us</a>
          </li>
                    <li>
            <a href="/alin/who-we-are/know-our-team/""
              class=" block px-4 py-2 text-white hover:bg-red-800">Know about our team</a>
          </li>
                    <li>
            <a href="/alin/who-we-are/clients""
              class=" block px-4 py-2 text-white hover:bg-red-800">Clients/Partner</a>
          </li>
                    <li>
            <a href="/alin/who-we-are/testimonials""
              class=" block px-4 py-2 text-white hover:bg-red-800">Testimonials</a>
          </li>
                  </ul>
      </div>
    </li>
        <li>
      <button id="dropdownNavbarLink" data-dropdown-toggle="dropdownNavbar-2"
        class="flex items-center justify-between w-full py-2 px-3 text-gray-900 hover:bg-red-800  md:border-0 text-white md:p-0 md:w-auto">Our Expertise        <svg class="w-2.5 h-2.5 ms-2.5" aria-hidden="false" xmlns="http://www.w3.org/2000/svg" fill="none"
          viewBox="0 0 10 6">
          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
            d="m1 1 4 4 4-4" />
        </svg></button>
      <!-- Dropdown menu -->
      <div id="dropdownNavbar-2"
        class="z-10 hidden font-normal bg-[#a60000] divide-y divide-gray-100 border-2 border-white shadow w-44">
        <ul class="py-2 text-sm text-gray-700" aria-labelledby="dropdownLargeButton">
                    <li>
            <a href="/alin/expertise/leadership""
              class=" block px-4 py-2 text-white hover:bg-red-800">Leadership Development</a>
          </li>
                    <li>
            <a href="/alin/expertise/health""
              class=" block px-4 py-2 text-white hover:bg-red-800">Health</a>
          </li>
                    <li>
            <a href="/alin/expertise/education""
              class=" block px-4 py-2 text-white hover:bg-red-800">Education</a>
          </li>
                    <li>
            <a href="/alin/expertise/governance""
              class=" block px-4 py-2 text-white hover:bg-red-800">Governance</a>
          </li>
                    <li>
            <a href="/alin/expertise/research""
              class=" block px-4 py-2 text-white hover:bg-red-800">Research</a>
          </li>
                  </ul>
      </div>
    </li>
        <li>
      <button id="dropdownNavbarLink" data-dropdown-toggle="dropdownNavbar-3"
        class="flex items-center justify-between w-full py-2 px-3 text-gray-900 hover:bg-red-800  md:border-0 text-white md:p-0 md:w-auto">Our Projects        <svg class="w-2.5 h-2.5 ms-2.5" aria-hidden="false" xmlns="http://www.w3.org/2000/svg" fill="none"
          viewBox="0 0 10 6">
          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
            d="m1 1 4 4 4-4" />
        </svg></button>
      <!-- Dropdown menu -->
      <div id="dropdownNavbar-3"
        class="z-10 hidden font-normal bg-[#a60000] divide-y divide-gray-100 border-2 border-white shadow w-44">
        <ul class="py-2 text-sm text-gray-700" aria-labelledby="dropdownLargeButton">
                    <li>
            <a href="/alin/projects?nature=for-profit""
              class=" block px-4 py-2 text-white hover:bg-red-800">For Profit</a>
          </li>
                    <li>
            <a href="/alin/projects?nature=for-non-profit""
              class=" block px-4 py-2 text-white hover:bg-red-800">For Non-Profit</a>
          </li>
                    <li>
            <a href="/alin/projects?nature=by-alumni""
              class=" block px-4 py-2 text-white hover:bg-red-800">By Alumni</a>
          </li>
                  </ul>
      </div>
    </li>
        <li>
      <button id="dropdownNavbarLink" data-dropdown-toggle="dropdownNavbar-4"
        class="flex items-center justify-between w-full py-2 px-3 text-gray-900 hover:bg-red-800  md:border-0 text-white md:p-0 md:w-auto">Our Programs        <svg class="w-2.5 h-2.5 ms-2.5" aria-hidden="false" xmlns="http://www.w3.org/2000/svg" fill="none"
          viewBox="0 0 10 6">
          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
            d="m1 1 4 4 4-4" />
        </svg></button>
      <!-- Dropdown menu -->
      <div id="dropdownNavbar-4"
        class="z-10 hidden font-normal bg-[#a60000] divide-y divide-gray-100 border-2 border-white shadow w-44">
        <ul class="py-2 text-sm text-gray-700" aria-labelledby="dropdownLargeButton">
                    <li>
            <a href="/alin/our-program/alin-fellowship""
              class=" block px-4 py-2 text-white hover:bg-red-800">ALIN Fellowship</a>
          </li>
                  </ul>
      </div>
    </li>
        <li>
      <button id="dropdownNavbarLink" data-dropdown-toggle="dropdownNavbar-5"
        class="flex items-center justify-between w-full py-2 px-3 text-gray-900 hover:bg-red-800  md:border-0 text-white md:p-0 md:w-auto">Publications        <svg class="w-2.5 h-2.5 ms-2.5" aria-hidden="false" xmlns="http://www.w3.org/2000/svg" fill="none"
          viewBox="0 0 10 6">
          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
            d="m1 1 4 4 4-4" />
        </svg></button>
      <!-- Dropdown menu -->
      <div id="dropdownNavbar-5"
        class="z-10 hidden font-normal bg-[#a60000] divide-y divide-gray-100 border-2 border-white shadow w-44">
        <ul class="py-2 text-sm text-gray-700" aria-labelledby="dropdownLargeButton">
                    <li>
            <a href="/alin/publications/blogs""
              class=" block px-4 py-2 text-white hover:bg-red-800">Blogs</a>
          </li>
                    <li>
            <a href="/alin/publications/resources""
              class=" block px-4 py-2 text-white hover:bg-red-800">Resources</a>
          </li>
                  </ul>
      </div>
    </li>
        <li>
      <button id="dropdownNavbarLink" data-dropdown-toggle="dropdownNavbar-6"
        class="flex items-center justify-between w-full py-2 px-3 text-gray-900 hover:bg-red-800  md:border-0 text-white md:p-0 md:w-auto">Events        <svg class="w-2.5 h-2.5 ms-2.5" aria-hidden="false" xmlns="http://www.w3.org/2000/svg" fill="none"
          viewBox="0 0 10 6">
          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
            d="m1 1 4 4 4-4" />
        </svg></button>
      <!-- Dropdown menu -->
      <div id="dropdownNavbar-6"
        class="z-10 hidden font-normal bg-[#a60000] divide-y divide-gray-100 border-2 border-white shadow w-44">
        <ul class="py-2 text-sm text-gray-700" aria-labelledby="dropdownLargeButton">
                    <li>
            <a href="/alin/events/all-events""
              class=" block px-4 py-2 text-white hover:bg-red-800">All Events</a>
          </li>
                    <li>
            <a href="/alin/events/gallery""
              class=" block px-4 py-2 text-white hover:bg-red-800">Gallery</a>
          </li>
                    <li>
            <a href="/alin/events/alumni""
              class=" block px-4 py-2 text-white hover:bg-red-800">Alumni</a>
          </li>
                  </ul>
      </div>
    </li>
        <li>
      <button id="dropdownNavbarLink" data-dropdown-toggle="dropdownNavbar-7"
        class="flex items-center justify-between w-full py-2 px-3 text-gray-900 hover:bg-red-800  md:border-0 text-white md:p-0 md:w-auto">Get Involved        <svg class="w-2.5 h-2.5 ms-2.5" aria-hidden="false" xmlns="http://www.w3.org/2000/svg" fill="none"
          viewBox="0 0 10 6">
          <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
            d="m1 1 4 4 4-4" />
        </svg></button>
      <!-- Dropdown menu -->
      <div id="dropdownNavbar-7"
        class="z-10 hidden font-normal bg-[#a60000] divide-y divide-gray-100 border-2 border-white shadow w-44">
        <ul class="py-2 text-sm text-gray-700" aria-labelledby="dropdownLargeButton">
                    <li>
            <a href="/alin/get-involved/join-us/""
              class=" block px-4 py-2 text-white hover:bg-red-800">Join the team</a>
          </li>
                    <li>
            <a href="/alin/get-involved/donate/""
              class=" block px-4 py-2 text-white hover:bg-red-800">Donate</a>
          </li>
                  </ul>
      </div>
    </li>
        <li>
      <a href="/alin/non-profit"
        class="border-2 mt-4 px-4 p-3 w-fit text-xs md:text-md md:p-2 md:px-4 h-fit rounded-full flex gap-2 hover:bg-white hover:text-[#a60000]">
        <p>NON-PROFIT</p>
        <i class="ri-arrow-right-up-line"></i>
      </a>
    </li>
  </ul>
</div>
<!-- <script>
document.getElementById("hamMenu").addEventListener("click", () => {
  var menu = document.getElementById("menuArea")
  if (menu.classList.contains("translate-x-0")) {
    menu.classList.remove("translate-x-0")
    menu.classList.add("translate-x-full")
  } else {
    menu.classList.remove("translate-x-full")
    menu.classList.add("translate-x-0")
  }
})
</script> -->
  <script>
  addEventListener("DOMContentLoaded", (event) => {
    const header = document.getElementById('header');
    var pathname = window.location.pathname;
    if (pathname == "/") {
      if (window.scrollY > 50) {
        header.classList.add('bg-[#a60000]');
        header.classList.remove('bg-transparent');
      } else {
        header.classList.remove('bg-[#a60000]');
        header.classList.add('bg-transparent');
      }
    } else if (pathname == "/non-profit/") {
      header.classList.remove('bg-[#a60000]');
      if (window.scrollY > 50) {
        header.classList.add('bg-white');
        header.classList.remove('bg-transparent');
      } else {
        header.classList.add('bg-transparent');
        header.classList.remove('bg-white');
      }

    } else {
      header.classList.remove('bg-transparent');
      header.classList.add('bg-[#a60000]');
    }
  });

  var getInvolved = document.getElementById("getInvolved");

  window.addEventListener('scroll', function() {
    const header = document.getElementById('header');
    var pathname = window.location.pathname;
    if (pathname == "/") {
      if (window.scrollY > 50) {
        header.classList.add('bg-[#a60000]');
        header.classList.remove('bg-transparent');
      } else {
        header.classList.remove('bg-[#a60000]');
        header.classList.add('bg-transparent');
      }
    } else if (pathname == "/non-profit/") {
      header.classList.remove('bg-[#a60000]');
      console.log(window.scrollY)
      if (window.scrollY > 50) {
        header.classList.add('bg-white');
        header.classList.add('text-black');
        header.classList.add('shadow-md');
        header.classList.remove('bg-transparent');
        header.classList.remove('text-white');
        getInvolved.classList.remove("text-[#a60000]");
        getInvolved.classList.remove("bg-white");
        getInvolved.classList.add("bg-[#a60000]");
        getInvolved.classList.add("text-white");
      } else {
        header.classList.remove('text-black');
        header.classList.remove('shadow-md');
        header.classList.remove('bg-white');
        header.classList.add('bg-transparent');
        header.classList.add('text-white');
        getInvolved.classList.remove("bg-[#a60000]");
        getInvolved.classList.remove("text-white");
        getInvolved.classList.add("text-[#a60000]");
        getInvolved.classList.add("bg-white");
      }
    } else {
      header.classList.remove('bg-transparent');
      header.classList.add('bg-[#a60000]');
    }
  });
  </script><div class="mt-16 md:mt-28 p-10">
  <div
    class="prose col-span-2 md:prose-xl prose-h1:text-alin prose-h2:text-alin prose-strong:text-alin prose-ul:text-alin prose-p:font-body prose-img:w-full prose-img:h-96 prose-img:object-cover prose-img:rounded-2xl max-w-full p-4 md:p-10">
    <h2>Health</h2>

    <div><p>Welcome to the ALIN Foundation Health page! We are a non-profit social impact organization that strives to promote equitable access to health care for marginalized communities. At ALIN, we believe that health is a fundamental human right, and we work towards addressing the barriers that limit access to health care services for the most vulnerable populations.</p>
<h3 id="our-approach">Our Approach</h3>
<p>We take a holistic approach towards health, recognizing that individual and community health is shaped by social determinants such as income, education, and the environment. Therefore, our programs and initiatives are designed to address the underlying social determinants of health while improving access to quality health care services.</p>
<h3 id="our-programs">Our Programs</h3>
<p>Our health programs focus on several areas:</p>
<h4 id="1-research-and-policy-work">1. Research and Policy Work:</h4>
<p>Our team of experts in Health Research and Policy work to identify the needs of communities and develop programs and policies that address these needs. We conduct both qualitative and quantitative research analyses to gain a deep understanding of the issues affecting communities. Our research helps us to identify gaps in the current health systems, interventions and policies, and develop new strategies to address these gaps.</p>
<h4 id="2-program-planning-and-implementation">2. Program Planning and Implementation</h4>
<p>We work with communities, local governments, and other organizations to develop and implement health programs that address the identified gaps in the current health systems, interventions and policies. Our programs are designed to be evidence-based, culturally sensitive and responsive to the specific needs of the communities we serve.</p>
<h4 id="3-monitoring-evaluation-assessment-and-learning-meal">3. Monitoring, Evaluation, Assessment and Learning (MEAL)</h4>
<p>We believe in the importance of continuous learning and improvement in the field of health. Therefore, we incorporate monitoring, evaluation, assessment, and learning (MEAL) into all of our health interventions. This enables us to track progress, identify areas for improvement, and continuously refine our programs and policies.</p>
<h4 id="4-health-policy-formulation-and-evaluation">4. Health Policy Formulation and Evaluation</h4>
<p>We collaborate with policymakers to develop and evaluate health policies that are evidence-based, responsive to community needs, and equitable. We advocate for policies that promote health equity and address the social determinants of health, including poverty, inequality, and discrimination.</p>
<h4 id="5-capacity-building-training">5. Capacity Building Training</h4>
<p>We believe in the importance of building capacity within communities to sustainably address health issues. Therefore, we provide capacity building training to individuals and organizations working in the health sector. Our training programs focus on skills development, knowledge transfer, and the promotion of best practices in health interventions.</p>
<h4 id="6-qualitative-and-quantitative-research-analyses">6. Qualitative and Quantitative Research Analyses:</h4>
<p>We conduct rigorous research that generates evidence and informs health policies and strategies at the local, national, and international levels. Our programs in the Health sector are designed to promote the following:</p>
<ol>
<li>Improved access to quality healthcare services</li>
<li>Improved maternal and child health outcomes</li>
<li>Prevention and control of infectious and non-communicable diseases</li>
<li>Improved mental health and well-being</li>
<li>Promotion of sexual and reproductive health and rights (SRHR)</li>
</ol>
<p>Our health programs are designed to be comprehensive and integrated, addressing the social, economic, and environmental determinants of health. We work with a range of partners, including governments, non-governmental organizations, community-based organizations, and academic institutions, to achieve our goals. At ALIN Foundation, we believe that everyone has the right to good health and wellbeing. We are committed to working towards a world where health is a fundamental human right and where everyone has access to the resources and support they need to live healthy and fulfilling lives. Join us in our mission to promote health and wellbeing for all.</p>
</div>
  </div>
  <div>
    <error>
    <code>internal_server_error</code>
    <title><![CDATA[WordPress &amp;rsaquo; Error]]></title>
    <message><![CDATA[&lt;p&gt;There has been a critical error on this website.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wordpress.org/documentation/article/faq-troubleshooting/&quot;&gt;Learn more about troubleshooting WordPress.&lt;/a&gt;&lt;/p&gt;]]></message>
    <data>
        <status>500</status>
    </data>
</error>
