<!DOCTYPE html>
<html lang="en-US">
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<link rel="profile" href="http://gmpg.org/xfn/11" />
	<link rel="pingback" href="https://capstoneedu.com/xmlrpc.php" />
	<title>Library &#8211; Capstone Edge College</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//js.stripe.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Capstone Edge College &raquo; Feed" href="https://capstoneedu.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Capstone Edge College &raquo; Comments Feed" href="https://capstoneedu.com/comments/feed/" />
		<!-- 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-3TX0KQND82"  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:\/\/capstoneedu.com\/library\/"};
								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-3TX0KQND82',
									];

				/* 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-3TX0KQND82', {"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 -->
				<style id="content-control-block-styles">
			@media (max-width: 640px) {
	.cc-hide-on-mobile {
		display: none !important;
	}
}
@media (min-width: 641px) and (max-width: 920px) {
	.cc-hide-on-tablet {
		display: none !important;
	}
}
@media (min-width: 921px) and (max-width: 1440px) {
	.cc-hide-on-desktop {
		display: none !important;
	}
}		</style>
		<link rel='stylesheet' id='pt-cv-public-style-css' href='https://capstoneedu.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=4.1' type='text/css' media='all' />
<link rel='stylesheet' id='masterstudy-bootstrap-css' href='https://capstoneedu.com/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/vendors/bootstrap.min.css?ver=3.6.7' type='text/css' media='all' />
<link rel='stylesheet' id='masterstudy-bootstrap-custom-css' href='https://capstoneedu.com/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/vendors/ms-bootstrap-custom.css?ver=3.6.7' type='text/css' media='all' />
<link rel='stylesheet' id='hfe-widgets-style-css' href='https://capstoneedu.com/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=2.4.2' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
</style>
<link rel='stylesheet' id='content-control-block-styles-css' href='https://capstoneedu.com/wp-content/plugins/content-control/dist/style-block-editor.css?ver=2.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-min-css' href='https://capstoneedu.com/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/vendors/font-awesome.min.css?ver=3.6.7' type='text/css' media='all' />
<link rel='stylesheet' id='stm_lms_icons-css' href='https://capstoneedu.com/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/icons/style.css?ver=3.6.7' type='text/css' media='all' />
<link rel='stylesheet' id='video.js-css' href='https://capstoneedu.com/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/vendors/video-js.min.css?ver=3.6.7' type='text/css' media='all' />
<link rel='stylesheet' id='masterstudy-lms-learning-management-system-css' href='https://capstoneedu.com/wp-content/uploads/stm_lms_styles/stm_lms.css?ver=1750877709' type='text/css' media='all' />
<link rel='stylesheet' id='stm-lms-noconflict/main-css' href='https://capstoneedu.com/wp-content/uploads/stm_lms_styles/parts/noconflict/main.css?ver=1750877709' type='text/css' media='all' />
<link rel='stylesheet' id='side-menu-lite-css' href='https://capstoneedu.com/wp-content/plugins/side-menu-lite/public/assets/css/style.min.css?ver=5.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='side-menu-lite-fontawesome-css' href='https://capstoneedu.com/wp-content/plugins/side-menu-lite/vendors/fontawesome/css/all.css?ver=6.6' type='text/css' media='all' />
<link rel='stylesheet' id='wpda_wpdp_public-css' href='https://capstoneedu.com/wp-content/plugins/wp-data-access/public/../assets/css/wpda_public.css?ver=5.5.40' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css' href='https://capstoneedu.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' />
<link rel='stylesheet' id='hfe-style-css' href='https://capstoneedu.com/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=2.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://capstoneedu.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.29.2' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-5512-css' href='https://capstoneedu.com/wp-content/uploads/elementor/css/post-5512.css?ver=1731456447' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-48181-css' href='https://capstoneedu.com/wp-content/uploads/elementor/css/post-48181.css?ver=1731456448' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-48178-css' href='https://capstoneedu.com/wp-content/uploads/elementor/css/post-48178.css?ver=1732749147' type='text/css' media='all' />
<link rel='stylesheet' id='ms-lms-starter-theme-style-css' href='https://capstoneedu.com/wp-content/themes/ms-lms-starter-theme/style.css?ver=6.6.2' type='text/css' media='all' />
<link rel='stylesheet' id='ms-lms-starter-theme-child-style-css' href='https://capstoneedu.com/wp-content/themes/masterstudy-lms-starter-child/style.css?ver=1.1.4' type='text/css' media='all' />
<link rel='stylesheet' id='stm_megamenu-css' href='https://capstoneedu.com/wp-content/themes/ms-lms-starter-theme/includes/megamenu/assets/css/megamenu.css?ver=6.6.2' type='text/css' media='all' />
<link rel='stylesheet' id='starter-style-css' href='https://capstoneedu.com/wp-content/themes/masterstudy-lms-starter-child/style.css?ver=1750877709' type='text/css' media='all' />
<style id='starter-style-inline-css' type='text/css'>
	:root {
		--container_width: 1200px;
		--primary_color: #303441;
		--accent_color: #00adee;
		--second_accent_color: #43C370;
		--body_font_family: Open Sans;
		--body_font_size: 14px;
		--body_font_weight: 400;
		--body_text_transform: none;
		--heading_font_family: Montserrat;
		--h1_font_size: 50px;
		--h1_font_weight: 700;
		--h1_line_height: 50px;
		--h1_text-transform: none;
		--h2_font_size: 32px;
		--h2_font_weight: 700;
		--h2_line_height: 34px;
		--h2_text-transform: none;
		--h3_font_size: 30px;
		--h3_font_weight: 700;
		--h3_line_height: 32px;
		--h3_text-transform: none;
		--h4_font_size: 28px;
		--h4_font_weight: 700;
		--h4_line_height: 30px;
		--h4_text-transform: none;
		--h5_font_size: 24px;
		--h5_font_weight: 700;
		--h5_line_height: 26px;
		--h5_text-transform: none;
		--h6_font_size: 18px;
		--h6_font_weight: 700;
		--h6_line_height: 20px;
		--h6_text-transform: none;
	}
	
</style>
<link rel='stylesheet' id='starter-base-css' href='https://capstoneedu.com/wp-content/themes/ms-lms-starter-theme/assets/css/style.css?ver=1750877709' type='text/css' media='all' />
<link rel='stylesheet' id='google-fonts-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A700%2C600%2C500%2C400%7COpen+Sans%3A700%2C400&#038;ver=1750877709#038;subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='starter-navigation-css' href='https://capstoneedu.com/wp-content/themes/ms-lms-starter-theme/assets/css/components/header/navigation.css?ver=1750877709' type='text/css' media='all' />
<link rel='stylesheet' id='starter-icons-css' href='https://capstoneedu.com/wp-content/themes/ms-lms-starter-theme/assets/fonts/ms/style.css?ver=1750877709' type='text/css' media='all' />
<link rel='stylesheet' id='starter-comments-css' href='https://capstoneedu.com/wp-content/themes/ms-lms-starter-theme/assets/css/components/comments/comments.css?ver=1750877709' type='text/css' media='all' />
<link rel='stylesheet' id='stm_lms_starter_theme_css_frontend-css' href='https://capstoneedu.com/wp-content/themes/ms-lms-starter-theme/assets/css/style.css?ver=1750877709' type='text/css' media='all' />
<link rel='stylesheet' id='masterstudy-starter-elementor-icons-css' href='https://capstoneedu.com/wp-content/themes/ms-lms-starter-theme/assets/fonts/elementor/icons/style.css?ver=1750877709' type='text/css' media='all' />
<link rel='stylesheet' id='hfe-elementor-icons-css' href='https://capstoneedu.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.34.0' type='text/css' media='all' />
<link rel='stylesheet' id='hfe-icons-list-css' href='https://capstoneedu.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.3' type='text/css' media='all' />
<link rel='stylesheet' id='hfe-social-icons-css' href='https://capstoneedu.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' type='text/css' media='all' />
<link rel='stylesheet' id='hfe-social-share-icons-brands-css' href='https://capstoneedu.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=5.15.3' type='text/css' media='all' />
<link rel='stylesheet' id='hfe-social-share-icons-fontawesome-css' href='https://capstoneedu.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=5.15.3' type='text/css' media='all' />
<link rel='stylesheet' id='hfe-nav-menu-icons-css' href='https://capstoneedu.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=5.15.3' type='text/css' media='all' />
<style id='block-visibility-screen-size-styles-inline-css' type='text/css'>
/* Large screens (desktops, 992px and up) */
@media ( min-width: 992px ) {
	.block-visibility-hide-large-screen {
		display: none !important;
	}
}

/* Medium screens (tablets, between 768px and 992px) */
@media ( min-width: 768px ) and ( max-width: 991.98px ) {
	.block-visibility-hide-medium-screen {
		display: none !important;
	}
}

/* Small screens (mobile devices, less than 768px) */
@media ( max-width: 767.98px ) {
	.block-visibility-hide-small-screen {
		display: none !important;
	}
}
</style>
<link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://capstoneedu.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1742299209' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-gf-local-robotoslab-css' href='https://capstoneedu.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1742299215' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-gf-local-montserrat-css' href='https://capstoneedu.com/wp-content/uploads/elementor/google-fonts/css/montserrat.css?ver=1742299224' type='text/css' media='all' />
<script type="text/javascript" src="https://capstoneedu.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://capstoneedu.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" id="jquery-js-after">
/* <![CDATA[ */
!function($){"use strict";$(document).ready(function(){$(this).scrollTop()>100&&$(".hfe-scroll-to-top-wrap").removeClass("hfe-scroll-to-top-hide"),$(window).scroll(function(){$(this).scrollTop()<100?$(".hfe-scroll-to-top-wrap").fadeOut(300):$(".hfe-scroll-to-top-wrap").fadeIn(300)}),$(".hfe-scroll-to-top-wrap").on("click",function(){$("html, body").animate({scrollTop:0},300);return!1})})}(jQuery);
!function($){'use strict';$(document).ready(function(){var bar=$('.hfe-reading-progress-bar');if(!bar.length)return;$(window).on('scroll',function(){var s=$(window).scrollTop(),d=$(document).height()-$(window).height(),p=d? s/d*100:0;bar.css('width',p+'%')});});}(jQuery);
/* ]]> */
</script>
<script type="text/javascript" src="https://capstoneedu.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.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:\/\/capstoneedu.com","hash_tracking":"false","v4_id":"G-3TX0KQND82"};/* ]]> */
</script>
<script type="text/javascript" src="https://js.stripe.com/v3/?ver=6.6.2#lms_defer" id="stripe.js-js"></script>
<script type="text/javascript" id="stm-lms-lms-js-extra">
/* <![CDATA[ */
var stm_lms_vars = {"symbol":"$","position":"left","currency_thousands":",","wp_rest_nonce":"2acf5a4ad2","translate":{"delete":"Are you sure you want to delete this course from cart?"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://capstoneedu.com/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/js/lms.js?ver=1750877709" id="stm-lms-lms-js"></script>
<script type="text/javascript" src="https://capstoneedu.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script>
<script type="text/javascript" src="https://capstoneedu.com/wp-includes/js/backbone.min.js?ver=1.5.0" id="backbone-js"></script>
<script type="text/javascript" id="wp-api-request-js-extra">
/* <![CDATA[ */
var wpApiSettings = {"root":"https:\/\/capstoneedu.com\/wp-json\/","nonce":"2acf5a4ad2","versionString":"wp\/v2\/"};
/* ]]> */
</script>
<script type="text/javascript" src="https://capstoneedu.com/wp-includes/js/api-request.min.js?ver=6.6.2" id="wp-api-request-js"></script>
<script type="text/javascript" src="https://capstoneedu.com/wp-includes/js/wp-api.min.js?ver=6.6.2" id="wp-api-js"></script>
<script type="text/javascript" id="wpda_rest_api-js-extra">
/* <![CDATA[ */
var wpdaApiSettings = {"path":"wpda"};
/* ]]> */
</script>
<script type="text/javascript" src="https://capstoneedu.com/wp-content/plugins/wp-data-access/public/../assets/js/wpda_rest_api.js?ver=5.5.40" id="wpda_rest_api-js"></script>
<script type="text/javascript" src="https://capstoneedu.com/wp-content/themes/ms-lms-starter-theme/includes/megamenu/assets/js/megamenu.js?ver=6.6.2" id="stm_megamenu-js"></script>
<link rel="https://api.w.org/" href="https://capstoneedu.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://capstoneedu.com/wp-json/wp/v2/pages/49229" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://capstoneedu.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.6.2" />
<link rel="canonical" href="https://capstoneedu.com/library/" />
<link rel='shortlink' href='https://capstoneedu.com/?p=49229' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://capstoneedu.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcapstoneedu.com%2Flibrary%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://capstoneedu.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcapstoneedu.com%2Flibrary%2F&#038;format=xml" />
		<script>
			var stm_lms_pro_nonces = {"stm_lms_pro_install_base":"0f496f7d9e","stm_lms_pro_search_courses":"d6128db4fc","stm_lms_pro_udemy_import_courses":"3fc1d2eb2d","stm_lms_pro_udemy_publish_course":"419a460700","stm_lms_pro_udemy_import_curriculum":"7a1aa7361a","stm_lms_pro_save_addons":"a92d014359","stm_lms_create_announcement":"8a8f636f23","stm_lms_get_course_info":"730ba381e3","stm_lms_get_course_students":"2ba54fcafe","stm_lms_change_post_status":"12dd44498c","stm_lms_media_library_get_files":"6c4b3147d3","stm_lms_media_library_get_file_by_id":"0a5655058c","stm_lms_media_library_delete_file":"a7caaf8169","stm_lms_media_library_search_file":"d626c92752"};
		</script>
			<script type="text/javascript">
		var stm_lms_ajaxurl = 'https://capstoneedu.com/wp-admin/admin-ajax.php';
		var stm_lms_resturl = 'https://capstoneedu.com/wp-json/stm-lms/v1';
		var ms_lms_resturl = 'https://capstoneedu.com/wp-json/masterstudy-lms/v2';
		var ms_lms_nonce = '2acf5a4ad2';
		var stm_ajax_add_pear_hb = '5d21b66ff8';
			</script>
	<style>
		.vue_is_disabled {
			display: none;
		}
		#wp-admin-bar-lms-settings img {
			max-width: 16px;
			vertical-align: sub;
		}
	</style>
		<script>
		var stm_lms_nonces = {"stm_install_starter_theme":"33849e0e11","load_modal":"6087945f7a","load_content":"78b80e02cb","start_quiz":"226a0e1cb2","user_answers":"e5d63900c1","get_order_info":"5fa91584c8","user_orders":"894b5a0ba7","stm_lms_get_instructor_courses":"aa8878d87a","stm_lms_add_comment":"98eb0432fc","stm_lms_manage_students":"74f8003c2f","stm_lms_get_comments":"cd880be7f0","stm_lms_login":"57214760d0","stm_lms_register":"63cd506875","stm_lms_become_instructor":"23a56ac0dc","stm_lms_enterprise":"fca899a1e9","stm_lms_get_user_courses":"cf2aa95fa4","stm_lms_get_user_quizzes":"e7077f8ad8","stm_lms_wishlist":"9779a5b53a","stm_lms_save_user_info":"5d6d035fa6","stm_lms_lost_password":"0107a1c045","stm_lms_change_avatar":"a1977c5e61","stm_lms_delete_avatar":"1cefccb0a9","stm_lms_complete_lesson":"caac88c21e","stm_lms_use_membership":"186011c33b","stm_lms_change_featured":"154f75674e","stm_lms_delete_course_subscription":"acc1d35458","stm_lms_get_reviews":"47d83dde20","stm_lms_add_review":"127b2d6200","stm_lms_add_to_cart":"70a6678d5d","stm_lms_delete_from_cart":"535d099034","stm_lms_purchase":"f8743f4058","stm_lms_send_message":"558d403380","stm_lms_get_user_conversations":"e37e391e31","stm_lms_get_user_messages":"8c2341f77a","stm_lms_clear_new_messages":"76a61f7de1","wpcfto_save_settings":"1907fdcc9a","stm_lms_tables_update":"a9aa4e4517","stm_lms_get_enterprise_groups":"649dc068a5","stm_lms_get_enterprise_group":"8272569faf","stm_lms_add_enterprise_group":"ac3a901ced","stm_lms_delete_enterprise_group":"d941fb7d83","stm_lms_add_to_cart_enterprise":"e5053d9f60","stm_lms_get_user_ent_courses":"12ed825460","stm_lms_delete_user_ent_courses":"b5fba3877d","stm_lms_add_user_ent_courses":"b6d25afdb8","stm_lms_change_ent_group_admin":"d29b138b29","stm_lms_delete_user_from_group":"2fd51402bf","stm_lms_import_groups":"4b88255bbb","stm_lms_edit_user_answer":"8fefdbdb92","stm_lms_get_user_points_history":"439dc05c98","stm_lms_buy_for_points":"6165ea422a","stm_lms_get_point_users":"89766859bb","stm_lms_get_user_points_history_admin":"02b1a2f855","stm_lms_change_points":"e860d53cd4","stm_lms_delete_points":"d7b8a77513","stm_lms_get_user_bundles":"4258f154c0","stm_lms_change_bundle_status":"05db903ea5","stm_lms_delete_bundle":"423eb3efe8","stm_lms_check_certificate_code":"edb576610e","stm_lms_get_google_classroom_courses":"75a57a6066","stm_lms_get_google_classroom_course":"afa79ca754","stm_lms_get_google_classroom_publish_course":"134b113bb2","stm_lms_get_g_c_get_archive_page":"60791414eb","install_zoom_addon":"7e3021c127","stm_lms_get_course_cookie_redirect":"3715adc2b9","stm_get_certificates":"b275160763","stm_get_certificate_fields":"aa3a62229f","stm_save_certificate":"d1007a6d7c","stm_upload_certificate_images":"e383f81165","stm_generate_certificates_preview":"ce35b2a5fa","stm_save_default_certificate":"57d7dd416f","stm_delete_default_certificate":"1a3de3e856","stm_save_certificate_category":"cb7e4727ce","stm_delete_certificate_category":"74583ed9b8","stm_get_certificate_categories":"7fee7a1e97","stm_get_certificate":"05a4cc67c1","stm_delete_certificate":"4bc534a2e2","stm_lms_get_users_submissions":"cbf4b1b2ef","stm_lms_update_user_status":"27172f78c8","stm_lms_hide_become_instructor_notice":"7780832422","stm_lms_ban_user":"7888b574ac","stm_lms_save_forms":"c00babdf60","stm_lms_get_forms":"4db27df9a8","stm_lms_upload_form_file":"013cf65ccb","stm_lms_dashboard_get_course_students":"4049f103b7","stm_lms_dashboard_delete_user_from_course":"b6257cb133","stm_lms_dashboard_add_user_to_course":"675ed5aa70","stm_lms_dashboard_import_users_to_course":"437a1d7657","stm_lms_dashboard_export_course_students_to_csv":"644c1fa518","stm_lms_add_to_cart_guest":"bbfdbc2f8c","stm_lms_fast_login":"2347f038df","stm_lms_fast_register":"4a1e3ad552","stm_lms_change_lms_author":"e24a1ac9af","stm_lms_add_student_manually":"519272b578","stm_lms_change_course_status":"b68779e3fd","stm_lms_total_progress":"b61802fb74","stm_lms_add_h5p_result":"cde0b0fd3b","stm_lms_toggle_buying":"3a7999fe7e","stm_lms_logout":"c87f812697","stm_lms_restore_password":"59e021b129","stm_lms_hide_announcement":"f4e0324a55","stm_lms_get_curriculum_v2":"477fe084c3","stm_lms_dashboard_get_student_progress":"d88469fe75","stm_lms_dashboard_set_student_item_progress":"bb330076e7","stm_lms_dashboard_reset_student_progress":"120589e9a6","stm_lms_dashboard_get_courses_list":"6614c6d6f7","stm_lms_dashboard_get_student_assignments":"d4dbb40667","stm_lms_dashboard_get_student_quizzes":"e8e7678c6c","stm_lms_dashboard_get_student_quiz":"2f55b9c26b","stm_lms_wizard_save_settings":"7493181ccf","stm_lms_wizard_save_business_type":"5d1af8202c","stm_lms_get_enrolled_assingments":"c0ccd7cea9","stm-lms-starter-theme-install":"4ef1e527d3","stm_lms_enrolled_quizzes":"8547137554"};
	</script>
		<style>
		:root {
							--accent-100: rgba(34,122,255,1);
				--accent-70: rgba(34, 122, 255, 0.7);
				--accent-50: rgba(34, 122, 255, 0.5);
				--accent-30: rgba(34, 122, 255, 0.3);
				--accent-10: rgba(34, 122, 255, 0.1);
				--accent-5: rgba(34, 122, 255, 0.05);
				--accent-0: rgba(34, 122, 255, 0);
				--accent-hover: rgba(34, 122, 255, 0.85);
							--warning-100: rgba(255,168,0,1);
				--warning-70: rgba(255, 168, 0, 0.7);
				--warning-50: rgba(255, 168, 0, 0.5);
				--warning-30: rgba(255, 168, 0, 0.3);
				--warning-10: rgba(255, 168, 0, 0.1);
				--warning-5: rgba(255, 168, 0, 0.05);
				--warning-0: rgba(255, 168, 0, 0);
				--warning-hover: rgba(255, 168, 0, 0.85);
							--danger-100: rgba(255,57,69,1);
				--danger-70: rgba(255, 57, 69, 0.7);
				--danger-50: rgba(255, 57, 69, 0.5);
				--danger-30: rgba(255, 57, 69, 0.3);
				--danger-10: rgba(255, 57, 69, 0.1);
				--danger-5: rgba(255, 57, 69, 0.05);
				--danger-0: rgba(255, 57, 69, 0);
				--danger-hover: rgba(255, 57, 69, 0.85);
							--success-100: rgba(97,204,47,1);
				--success-70: rgba(97, 204, 47, 0.7);
				--success-50: rgba(97, 204, 47, 0.5);
				--success-30: rgba(97, 204, 47, 0.3);
				--success-10: rgba(97, 204, 47, 0.1);
				--success-5: rgba(97, 204, 47, 0.05);
				--success-0: rgba(97, 204, 47, 0);
				--success-hover: rgba(97, 204, 47, 0.85);
					}
	</style>
		<script type="text/javascript">
		var stm_wpcfto_ajaxurl = 'https://capstoneedu.com/wp-admin/admin-ajax.php';
	</script>

	<style>
		.vue_is_disabled {
			display: none;
		}
	</style>
		<script>
		var stm_wpcfto_nonces = {"wpcfto_save_settings":"1907fdcc9a","get_image_url":"634f3e8d28","wpcfto_upload_file":"84925e1c28","wpcfto_search_posts":"8949b412f3","wpcfto_regenerate_fonts":"f8bc68827b","wpcfto_create_term":"a63579ff5b"};
	</script>
	<link rel="shortcut icon" type="image/x-icon" href="https://capstoneedu.com/wp-content/themes/ms-lms-starter-theme/favicon.png" />
		<style type="text/css" id="ms_lms_starter-theme-option-css">
			.ms_lms_loader {
				border-color:   transparent transparent;
			}
			.ms_lms_loader::before, .ms_lms_loader::after {
				border-color: transparent transparent#daedf2 #daedf2;
			}
		</style>
		<div class="ms_lms_loader_bg_starter">
	<div class="ms_lms_loader"></div>
</div><meta name="generator" content="Elementor 3.29.2; features: e_font_icon_svg, additional_custom_breakpoints, e_local_google_fonts; settings: css_print_method-external, google_font-enabled, font_display-swap">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<script>(function interceptSCORMSuspendData() {
    const interval = setInterval(() => {
        // Check if SCORM API is available
        if (typeof pipwerks !== 'undefined' && pipwerks.SCORM != null) {
            clearInterval(interval); // Stop polling

            // Store the original SCORM methods for set() and get()
            const originalSet = pipwerks.SCORM.set;
            const originalGet = pipwerks.SCORM.get;

            // Intercept SCORM set() method for suspend_data
            pipwerks.SCORM.set = function (element, value) {
                if (element === "cmi.suspend_data") {
                    console.log(`Intercepted SCORM suspend_data set: ${value}`);
                    
                    // Decode the suspend data if it's a JSON string or custom format
                    try {
                        let decodedData = JSON.parse(value);
                        console.log('Decoded suspend data:', decodedData);
                    } catch (e) {
                        console.error('Error decoding suspend data:', e);
                    }

                    // Optionally, send the data to a server or log it
                    fetch("/track-suspend-data", {
                        method: "POST",
                        headers: { "Content-Type": "application/json" },
                        body: JSON.stringify({ value: value })
                    }).catch((err) => console.error("Error sending suspend data:", err));
                }

                // Call the original set method to ensure SCORM functionality is preserved
                return originalSet.apply(this, arguments);
            };

            // Intercept SCORM get() method for suspend_data
            pipwerks.SCORM.get = function (element) {
                if (element === "cmi.suspend_data") {
                    const result = originalGet.apply(this, arguments);

                    console.log(`Intercepted SCORM suspend_data get: ${result}`);
                    
                    // Decode the suspend data if it's a JSON string or custom format
                    try {
                        let decodedData = JSON.parse(result);
                        console.log('Decoded suspend data on get:', decodedData);
                    } catch (e) {
                        console.error('Error decoding suspend data on get:', e);
                    }

                    return result; // Return the result (decoded or raw)
                }

                return originalGet.apply(this, arguments);
            };

            console.log("SCORM suspend data interception and decoding successful.");
        }
    }, 100); // Check every 100ms for SCORM API availability
})();
</script><style class="wpcode-css-snippet">/* Style the Review button to a lighter blue with bold white text */
a.masterstudy-button[data-id="student-assignment-review"] {
    background-color: #5bc0de !important; /* Lighter blue */
    color: white !important; /* White text */
    font-weight: bold !important; /* Bold text */
    border-color: #5bc0de !important; /* Match border to background */
}

/* Style the More button to a lighter blue with bold white text */
a.masterstudy-button[data-id="more-link"] {
    background-color: #5bc0de !important; /* Lighter blue */
    color: white !important; /* White text */
    font-weight: bold !important; /* Bold text */
    border-color: #5bc0de !important; /* Match border to background */
}

/* Hover effect for both buttons with bold white text */
a.masterstudy-button[data-id="student-assignment-review"]:hover,
a.masterstudy-button[data-id="more-link"]:hover {
    background-color: #46b8da !important; /* Slightly darker blue on hover */
    border-color: #46b8da !important;
    color: white !important; /* Ensure text remains white */
    font-weight: bold !important; /* Ensure text remains bold */
}
</style><link rel="icon" href="https://capstoneedu.com/wp-content/uploads/2024/03/cropped-favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://capstoneedu.com/wp-content/uploads/2024/03/cropped-favicon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://capstoneedu.com/wp-content/uploads/2024/03/cropped-favicon-180x180.png" />
<meta name="msapplication-TileImage" content="https://capstoneedu.com/wp-content/uploads/2024/03/cropped-favicon-270x270.png" />
</head>

<body class="page-template-default page page-id-49229 wp-custom-logo stm_lms_button fl-builder-lite-2-9-1-1 fl-no-js ehf-header ehf-footer ehf-template-ms-lms-starter-theme ehf-stylesheet-masterstudy-lms-starter-child theme-ms-lms-starter-theme elementor-default elementor-kit-5512">
<div id="page" class="hfeed site">

		<header id="masthead" itemscope="itemscope" itemtype="https://schema.org/WPHeader">
			<p class="main-title bhf-hidden" itemprop="headline"><a href="https://capstoneedu.com" title="Capstone Edge College" rel="home">Capstone Edge College</a></p>
					<div data-elementor-type="wp-post" data-elementor-id="48181" class="elementor elementor-48181">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-1bc18a01 elementor-section-height-min-height elementor-section-items-top elementor-section-content-top elementor-section-boxed elementor-section-height-default" data-id="1bc18a01" data-element_type="section" id="header">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4b24e4a6" data-id="4b24e4a6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-55e2776 ms-lms-starter-theme-logo elementor-widget__width-initial elementor-widget elementor-widget-site-logo" data-id="55e2776" data-element_type="widget" data-settings="{&quot;align&quot;:&quot;left&quot;,&quot;space_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:255,&quot;sizes&quot;:[]},&quot;width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:225,&quot;sizes&quot;:[]},&quot;space&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;caption_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="site-logo.default">
				<div class="elementor-widget-container">
							<div class="hfe-site-logo">
													<a data-elementor-open-lightbox=""  class='elementor-clickable' href="https://capstoneedu.com">
							<div class="hfe-site-logo-set">           
				<div class="hfe-site-logo-container">
									<img class="hfe-site-logo-img elementor-animation-"  src="https://capstoneedu.com/wp-content/uploads/2024/02/Capstone-logo-300x97.png" alt="Capstone logo"/>
				</div>
			</div>
							</a>
						</div>  
							</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-544f561f" data-id="544f561f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4934d991 hfe-nav-menu__align-center hfe-submenu-icon-arrow hfe-submenu-animation-none hfe-link-redirect-child hfe-nav-menu__breakpoint-tablet elementor-widget elementor-widget-navigation-menu" data-id="4934d991" data-element_type="widget" data-settings="{&quot;width_dropdown_item&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;padding_horizontal_dropdown_item&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;padding_vertical_dropdown_item&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;padding_horizontal_menu_item&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15,&quot;sizes&quot;:[]},&quot;padding_horizontal_menu_item_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;padding_horizontal_menu_item_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;padding_vertical_menu_item&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15,&quot;sizes&quot;:[]},&quot;padding_vertical_menu_item_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;padding_vertical_menu_item_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_row_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_row_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_row_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;dropdown_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;dropdown_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;dropdown_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;width_dropdown_item_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_dropdown_item_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;padding_horizontal_dropdown_item_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;padding_horizontal_dropdown_item_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;padding_vertical_dropdown_item_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;padding_vertical_dropdown_item_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;distance_from_menu&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;distance_from_menu_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;distance_from_menu_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;toggle_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;toggle_size_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;toggle_size_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;toggle_border_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;toggle_border_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;toggle_border_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;toggle_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;toggle_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;toggle_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="navigation-menu.default">
				<div class="elementor-widget-container">
								<div class="hfe-nav-menu hfe-layout-horizontal hfe-nav-menu-layout horizontal hfe-pointer__none" data-layout="horizontal">
				<div role="button" class="hfe-nav-menu__toggle elementor-clickable">
					<span class="screen-reader-text">Menu</span>
					<div class="hfe-nav-menu-icon">
						<svg aria-hidden="true"  class="e-font-icon-svg e-fas-align-justify" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"></path></svg>					</div>
				</div>
				<nav class="hfe-nav-menu__layout-horizontal hfe-nav-menu__submenu-arrow" data-toggle-icon="&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;" data-close-icon="&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;" data-full-width="yes">
					 
				</nav>
			</div>
							</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-50bfdaac" data-id="50bfdaac" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-49bb772 elementor-view-stacked elementor-widget__width-auto elementor-shape-circle elementor-widget elementor-widget-icon" data-id="49bb772" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/">
			<svg aria-hidden="true" class="e-font-icon-svg e-fas-home" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z"></path></svg>			</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0d239a8 elementor-widget elementor-widget-stm_lms_pro_site_authorization_links" data-id="0d239a8" data-element_type="widget" data-widget_type="stm_lms_pro_site_authorization_links.default">
				<div class="elementor-widget-container">
								<a href="https://capstoneedu.com/user-account" class="ms-lms-authorization">
				<span class="ms-lms-authorization-icon">
					<i class="fas fa-user" aria-hidden="true"></i>
				</span>
				<a href="https://capstoneedu.com/user-account">
					<span class="ms-lms-authorization-title">
						login/sign up					</span>
				</a>
			</a>

							</div>
				</div>
					</div>
		</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-836f567 e-flex e-con-boxed e-con e-parent" data-id="836f567" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-bbf9893 elementor-widget elementor-widget-ms_lms_courses_searchbox" data-id="bbf9893" data-element_type="widget" data-widget_type="ms_lms_courses_searchbox.default">
				<div class="elementor-widget-container">
					<div class="ms_lms_course_search_box">
			<div class="ms_lms_course_search_box__categories order_left">
			<i class="stmlms-hamburger"></i>
			<span>Category</span>
			<div class="ms_lms_course_search_box__categories_dropdown order_left">
				<div class="ms_lms_course_search_box__categories_dropdown_parents">
			<div class="ms_lms_course_search_box__categories_dropdown_parent" data-id="70">
							<div class="ms_lms_course_search_box__categories_dropdown_parent_wrapper">
								<a href="https://capstoneedu.com/stm_lms_course_category/business/" class="ms_lms_course_search_box__categories_dropdown_parent_link">
						Business					</a>
								<i class="stmlms-chevron-down mobile_chevron"></i>
				</div>
				<div class="ms_lms_course_search_box__categories_dropdown_mobile_childs closed">
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/branding/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Branding							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/change-management/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Change Management							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/communication/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Communication							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/credit/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Credit							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/digital-marketing/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Digital Marketing							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/entrepreneurship/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Entrepreneurship							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/ethics/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Ethics							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/facilitation/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Facilitation							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/finance/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Finance							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/goal-setting/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Goal Setting							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/leadership/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Leadership							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/legal/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Legal							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/marketing/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Marketing							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/office-productivity/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Office Productivity							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/performance-management/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Performance Management							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/project-management/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Project Management							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/sales/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Sales							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/supply-chain/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Supply Chain							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/workforce-management/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Workforce Management							</a>
						</div>
									</div>
					</div>
			<div class="ms_lms_course_search_box__categories_dropdown_parent" data-id="71">
							<div class="ms_lms_course_search_box__categories_dropdown_parent_wrapper">
								<a href="https://capstoneedu.com/stm_lms_course_category/creative-arts/" class="ms_lms_course_search_box__categories_dropdown_parent_link">
						Creative Arts					</a>
								<i class="stmlms-chevron-down mobile_chevron"></i>
				</div>
				<div class="ms_lms_course_search_box__categories_dropdown_mobile_childs closed">
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/graphic-design/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Graphic Design							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/writing/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Writing							</a>
						</div>
									</div>
					</div>
			<div class="ms_lms_course_search_box__categories_dropdown_parent" data-id="72">
							<div class="ms_lms_course_search_box__categories_dropdown_parent_wrapper">
								<a href="https://capstoneedu.com/stm_lms_course_category/health-wellness/" class="ms_lms_course_search_box__categories_dropdown_parent_link">
						Health &amp; Wellness					</a>
								<i class="stmlms-chevron-down mobile_chevron"></i>
				</div>
				<div class="ms_lms_course_search_box__categories_dropdown_mobile_childs closed">
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/disaster-management/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Disaster Management							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/first-aid/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								First Aid							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/fitness/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Fitness							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/health-and-safety/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Health and Safety							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/mental-health/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Mental Health							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/nutrition/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Nutrition							</a>
						</div>
									</div>
					</div>
			<div class="ms_lms_course_search_box__categories_dropdown_parent" data-id="58">
								<a href="https://capstoneedu.com/stm_lms_course_category/instructor-led/" class="ms_lms_course_search_box__categories_dropdown_parent_link">
						Instructor Led					</a>
					</div>
			<div class="ms_lms_course_search_box__categories_dropdown_parent" data-id="73">
							<div class="ms_lms_course_search_box__categories_dropdown_parent_wrapper">
								<a href="https://capstoneedu.com/stm_lms_course_category/personal-development/" class="ms_lms_course_search_box__categories_dropdown_parent_link">
						Personal Development					</a>
								<i class="stmlms-chevron-down mobile_chevron"></i>
				</div>
				<div class="ms_lms_course_search_box__categories_dropdown_mobile_childs closed">
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/career-development/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Career Development							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/critical-thinking-and-problem-solving/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Critical Thinking and Problem Solving							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/job-search/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Job Search							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/languages/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Languages							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/lifestyle/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Lifestyle							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/soft-skills/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Soft Skills							</a>
						</div>
									</div>
					</div>
			<div class="ms_lms_course_search_box__categories_dropdown_parent" data-id="74">
								<a href="https://capstoneedu.com/stm_lms_course_category/science-mathematics/" class="ms_lms_course_search_box__categories_dropdown_parent_link">
						Science &amp; Mathematics					</a>
					</div>
			<div class="ms_lms_course_search_box__categories_dropdown_parent" data-id="69">
							<div class="ms_lms_course_search_box__categories_dropdown_parent_wrapper">
								<a href="https://capstoneedu.com/stm_lms_course_category/technology/" class="ms_lms_course_search_box__categories_dropdown_parent_link">
						Technology					</a>
								<i class="stmlms-chevron-down mobile_chevron"></i>
				</div>
				<div class="ms_lms_course_search_box__categories_dropdown_mobile_childs closed">
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/ai/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								AI							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/artificial-intelligence/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Artificial Intelligence							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/blockchain/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Blockchain							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/cloud-computing/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Cloud Computing							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/cybersecurity/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Cybersecurity							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/data-science/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Data Science							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/mobile-development/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Mobile Development							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/network/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Network							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/software-development/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Software Development							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/version-control/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Version Control							</a>
						</div>
											<div class="ms_lms_course_search_box__categories_dropdown_mobile_child">
							<a href="https://capstoneedu.com/stm_lms_course_category/web-development/" class="ms_lms_course_search_box__categories_dropdown_child_link">
								Web Development							</a>
						</div>
									</div>
					</div>
	</div>
<div class="ms_lms_course_search_box__categories_dropdown_childs_wrapper">
				<div class="ms_lms_course_search_box__categories_dropdown_childs" data-id="70">
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/branding/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Branding						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/change-management/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Change Management						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/communication/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Communication						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/credit/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Credit						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/digital-marketing/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Digital Marketing						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/entrepreneurship/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Entrepreneurship						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/ethics/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Ethics						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/facilitation/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Facilitation						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/finance/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Finance						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/goal-setting/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Goal Setting						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/leadership/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Leadership						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/legal/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Legal						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/marketing/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Marketing						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/office-productivity/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Office Productivity						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/performance-management/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Performance Management						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/project-management/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Project Management						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/sales/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Sales						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/supply-chain/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Supply Chain						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/workforce-management/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Workforce Management						</a>
					</div>
							</div>
						<div class="ms_lms_course_search_box__categories_dropdown_childs" data-id="71">
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/graphic-design/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Graphic Design						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/writing/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Writing						</a>
					</div>
							</div>
						<div class="ms_lms_course_search_box__categories_dropdown_childs" data-id="72">
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/disaster-management/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Disaster Management						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/first-aid/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							First Aid						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/fitness/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Fitness						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/health-and-safety/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Health and Safety						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/mental-health/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Mental Health						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/nutrition/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Nutrition						</a>
					</div>
							</div>
							<div class="ms_lms_course_search_box__categories_dropdown_childs" data-id="73">
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/career-development/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Career Development						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/critical-thinking-and-problem-solving/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Critical Thinking and Problem Solving						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/job-search/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Job Search						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/languages/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Languages						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/lifestyle/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Lifestyle						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/soft-skills/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Soft Skills						</a>
					</div>
							</div>
							<div class="ms_lms_course_search_box__categories_dropdown_childs" data-id="69">
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/ai/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							AI						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/artificial-intelligence/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Artificial Intelligence						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/blockchain/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Blockchain						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/cloud-computing/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Cloud Computing						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/cybersecurity/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Cybersecurity						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/data-science/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Data Science						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/mobile-development/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Mobile Development						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/network/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Network						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/software-development/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Software Development						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/version-control/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Version Control						</a>
					</div>
									<div class="ms_lms_course_search_box__categories_dropdown_child">
						<a href="https://capstoneedu.com/stm_lms_course_category/web-development/" class="ms_lms_course_search_box__categories_dropdown_child_link">
							Web Development						</a>
					</div>
							</div>
			</div>
			</div>
		</div>
		<div class="ms_lms_course_search_box__search_input has_categories search_button_inside">
	{{ search }}
	<autocomplete
		name="search"
		placeholder="Search for courses"
		url="https://capstoneedu.com/wp-json/stm-lms/v1/courses"
		param="search"
		anchor="value"
		label="label"
		:on-select="searchCourse"
		:on-input="searching"
		:debounce="1000"
		model="search">
	</autocomplete>
	<a :href="'https://capstoneedu.com/courses-page/?search=' + url"
		class="ms_lms_course_search_box__search_input_button">
		<i class="stmlms-magnifier"></i>
	</a>
</div>
</div>
				</div>
				</div>
					</div>
				</div>
				</div>
				</header>

	<div id="wrapper" class="wrapper">
	<div class="container">
			<div class="pages-template">
					<section class="page-content">
				<div class="entry-content">
					<p>No books available to view.</p><error>
    <code>wp_die</code>
    <title><![CDATA[WordPress &amp;rsaquo; Error]]></title>
    <message><![CDATA[]]></message>
    <data>
        <status>500</status>
    </data>
</error>
