Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - hscxi.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 13:34:34 GMT
Server: nginx/1.25.5
Content-Type: text/html; charset=UTF-8
Content-Length: 0
X-Pingback: http://hscxi.com/xmlrpc.php
X-Redirect-By: WordPress
Location: https://hscxi.com/
host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
X-Server-Cache: true
X-Proxy-Cache: EXPIRED

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://hscxi.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 13:34:35 GMT
Server: nginx/1.25.5
Content-Type: text/html; charset=UTF-8
X-Pingback: https://hscxi.com/xmlrpc.php
Link: <https://hscxi.com/wp-json/>; rel="https://api.w.org/", <https://hscxi.com/wp-json/wp/v2/pages/19>; rel="alternate"; title="JSON"; type="application/json", <https://hscxi.com/>; rel=shortlink
Vary: Accept-Encoding
host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
X-Server-Cache: true
X-Proxy-Cache: MISS
Transfer-Encoding: chunked

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: hscxi.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" lang="en-US">
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html lang="en-US">
<!--<![endif]-->
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width">
	<title>HSCx - Healthcare Supply Chain eXcellence | Healthcare Supply Chain eXcellence</title>
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="https://hscxi.com/xmlrpc.php">
	<!--[if lt IE 9]>
	<script src="https://hscxi.com/wp-content/themes/landlr/js/html5.js"></script>
	<![endif]-->
        <!-- Favicon and touch icons  -->
    <link href="https://hscxi.com/wp-content/themes/landlr/ico/apple-touch-icon-144-precomposed.png" rel="apple-touch-icon-precomposed" sizes="144x144">
    <link href="https://hscxi.com/wp-content/themes/landlr/ico/favicon.png" rel="shortcut icon">
    
	<meta name='robots' content='max-image-preview:large' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<link rel="alternate" type="application/rss+xml" title="HSCx - Healthcare Supply Chain eXcellence &raquo; Feed" href="https://hscxi.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="HSCx - Healthcare Supply Chain eXcellence &raquo; Comments Feed" href="https://hscxi.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="HSCx - Healthcare Supply Chain eXcellence &raquo;  Comments Feed" href="https://hscxi.com/features/feed/" />
		<!-- This site uses the Google Analytics by ExactMetrics plugin v8.5.3 - Using Analytics tracking - https://www.exactmetrics.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-HC6LXMDENT"  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.5.3';
				var em_track_user = true;
				var em_no_track_reason = '';
								var ExactMetricsDefaultLocations = {"page_location":"https:\/\/hscxi.com\/"};
				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-HC6LXMDENT',
									];

				/* 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-HC6LXMDENT', {"forceSSL":"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\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/hscxi.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}};
/*! This file is auto-generated */
!function(i,n){var o,s,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),r=(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===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!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!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.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("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}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://hscxi.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' 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='siteorigin-panels-front-css' href='https://hscxi.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css?ver=2.31.8' type='text/css' media='all' />
<link rel='stylesheet' id='sow-button-base-css' href='https://hscxi.com/wp-content/plugins/so-widgets-bundle/widgets/button/css/style.css?ver=1.68.3' type='text/css' media='all' />
<link rel='stylesheet' id='sow-button-atom-144c983c4712-19-css' href='https://hscxi.com/wp-content/uploads/siteorigin-widgets/sow-button-atom-144c983c4712-19.css?ver=6.8.1' type='text/css' media='all' />
<link rel='stylesheet' id='nt-bootstrap-css' href='https://hscxi.com/wp-content/themes/landlr/css/bootstrap.css?ver=1' type='text/css' media='all' />
<link rel='stylesheet' id='nt-font-awesome.min-css' href='https://hscxi.com/wp-content/themes/landlr/css/font-awesome.min.css?ver=1' type='text/css' media='all' />
<link rel='stylesheet' id='nt-prettyPhoto-css' href='https://hscxi.com/wp-content/themes/landlr/css/prettyPhoto.css?ver=1' type='text/css' media='all' />
<link rel='stylesheet' id='nt-animate-css' href='https://hscxi.com/wp-content/themes/landlr/css/animate.css?ver=1' type='text/css' media='all' />
<link rel='stylesheet' id='nt-colors-css' href='https://hscxi.com/wp-content/themes/landlr/css/colors.css?ver=1' type='text/css' media='all' />
<link rel='stylesheet' id='style-css' href='https://hscxi.com/wp-content/themes/landlr/style.css?ver=1' type='text/css' media='all' />
<link rel='stylesheet' id='nt-responsive-css' href='https://hscxi.com/wp-content/themes/landlr/css/responsive.css?ver=1' type='text/css' media='all' />
<style id='akismet-widget-style-inline-css' type='text/css'>

			.a-stats {
				--akismet-color-mid-green: #357b49;
				--akismet-color-white: #fff;
				--akismet-color-light-grey: #f6f7f7;

				max-width: 350px;
				width: auto;
			}

			.a-stats * {
				all: unset;
				box-sizing: border-box;
			}

			.a-stats strong {
				font-weight: 600;
			}

			.a-stats a.a-stats__link,
			.a-stats a.a-stats__link:visited,
			.a-stats a.a-stats__link:active {
				background: var(--akismet-color-mid-green);
				border: none;
				box-shadow: none;
				border-radius: 8px;
				color: var(--akismet-color-white);
				cursor: pointer;
				display: block;
				font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
				font-weight: 500;
				padding: 12px;
				text-align: center;
				text-decoration: none;
				transition: all 0.2s ease;
			}

			/* Extra specificity to deal with TwentyTwentyOne focus style */
			.widget .a-stats a.a-stats__link:focus {
				background: var(--akismet-color-mid-green);
				color: var(--akismet-color-white);
				text-decoration: none;
			}

			.a-stats a.a-stats__link:hover {
				filter: brightness(110%);
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
			}

			.a-stats .count {
				color: var(--akismet-color-white);
				display: block;
				font-size: 1.5em;
				line-height: 1.4;
				padding: 0 13px;
				white-space: nowrap;
			}
		
</style>
<script type="text/javascript" src="https://hscxi.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.5.3" 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":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/hscxi.com","hash_tracking":"false","v4_id":"G-HC6LXMDENT"};/* ]]> */
</script>
<script type="text/javascript" src="https://hscxi.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://hscxi.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<link rel="https://api.w.org/" href="https://hscxi.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://hscxi.com/wp-json/wp/v2/pages/19" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hscxi.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.8.1" />
<link rel="canonical" href="https://hscxi.com/" />
<link rel='shortlink' href='https://hscxi.com/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://hscxi.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhscxi.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://hscxi.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhscxi.com%2F&#038;format=xml" />
<!-- This code is added by Analytify (6.1.0) https://analytify.io/ !-->
			<script async src="https://www.googletagmanager.com/gtag/js?id=?UA-77729950-1"></script>
			<script>
			window.dataLayer = window.dataLayer || [];
			function gtag(){dataLayer.push(arguments);}
			gtag('js', new Date());

			const configuration = JSON.parse( '{"anonymize_ip":"false","forceSSL":"false","allow_display_features":"false","debug_mode":true}' );
			const gaID = 'UA-77729950-1';

			
			gtag('config', gaID, configuration);

			
			</script>

			<!-- This code is added by Analytify (6.1.0) !--><script type="text/javascript">

</script>
<style type="text/css">


#back {
    -webkit-animation-name: none;
	-moz-animation-name: none;
    animation-name: none;
}

 /* Custom CSS */


/* ========== */
/* ! Colors
/* ====== */
.aqua {
color: #5E9EFF;
}

.turquoise {
color: #5E9EFF;
}
.white,
.colored strong,
.colored .bold {
color: #f3f6f8;
}
.bg-aqua {
background: #5E9EFF;
color: #fff;
}

.bg-white {
background: #f3f6f8;
}
/* ======================================================================== */
/* ! Turquoise
/* ======================================================================== */
.page-turquoise .post-title a,
.page-turquoise .post-date a,
.page-turquoise .media-heading a,
.page-turquoise .category-wrapper a,
.page-turquoise .tags-wrapper a,
.page-turquoise .entry-content p > a {
color: #24afaa;
}
.page-turquoise .post-title a:hover,
.page-turquoise .post-date a:hover
.page-turquoise .media-heading a:hover,
.page-turquoise .category-wrapper a:hover,
.page-turquoise .tags-wrapper a:hover,
.page-turquoise .entry-content p > a:hover {
opacity: .5;
}
.page-turquoise .bg-turquoise,
.page-turquoise .nav-list > .active > a, 
.page-turquoise .nav-list > .active > a:hover, 
.page-turquoise .nav-list > .active > a:focus,
.page-turquoise .dropdown-menu > li > a:hover, 
.page-turquoise .dropdown-menu > li > a:focus, 
.page-turquoise .dropdown-submenu:hover > a, 
.page-turquoise .dropdown-submenu:focus > a,
.page-turquoise .nav-pills > .active > a, 
.page-turquoise .nav-pills > .active > a:hover, 
.page-turquoise .nav-pills > .active > a:focus,
.page-turquoise .nav-tabs.nav-stacked > li > a:hover, 
.page-turquoise .nav-tabs.nav-stacked > li > a:focus,
.page-turquoise .navbar .nav > .active > a, 
.page-turquoise .navbar .nav > .active > a:hover, 
.page-turquoise .navbar .nav > .active > a:focus,
.page-turquoise .navbar .nav > li > a:focus, 
.page-turquoise .navbar .nav > li > a:hover,
.page-turquoise .pricing-table.focus,
.page-turquoise .btn-landlr,
.page-turquoise .form-submit input#submit,
.page-turquoise .entry-content p > a.btn-more,
.page-turquoise .link-pages a span,
.page-turquoise .dropdown-menu> li > a,
.page-turquoise .menu-item-has-children:hover,
.page-turquoise .menu-item-has-children:hover > a,
.page-turquoise .navbar .nav > li.current_page_item > a {
background: #5E9EFF;
color: #fff;
text-shadow: none;
}
.page-turquoise .btn-landlr:hover,
.page-turquoise .form-submit input#submit:hover,
.page-turquoise .entry-content p > a.btn-more:hover {
opacity: .85;
}
.page-turquoise .pagination ul li a:hover {
color: #fff;
background: #5E9EFF;
opacity: .5;
border: 1px solid #24afaa;
}
.page-turquoise .pagination ul li span.current {
background: #5E9EFF;
border: 1px solid #24afaa;
color: #fff;
text-shadow: none;
}
.page-turquoise .sticky {
background: #5E9EFF;
color: #fff;
}
.page-turquoise .sticky p,
.page-turquoise .sticky ul,
.page-turquoise .sticky ol,
.page-turquoise .sticky blockquote,
.page-turquoise .sticky a,
.page-turquoise .sticky .post-icon {
color: #fff;
}
.page-turquoise .sticky a:hover {
opacity: 0.75;
}
.page-turquoise .sticky .btn-more {
border: 1px solid #fff;
}
.page-turquoise .sticky .post-icon {
background: transparent;
}

/* ======================================================================== */
/* ! Aqua
/* ======================================================================== */
.page-aqua .post-title a,
.page-aqua .post-date a,
.page-aqua .media-heading a,
.page-aqua .category-wrapper a,
.page-aqua .tags-wrapper a,
.page-aqua .entry-content p > a {
color: #005fbf;
}
.page-aqua .post-title a:hover,
.page-aqua .post-date a:hover,
.page-aqua .media-heading a:hover,
.page-aqua .category-wrapper a:hover,
.page-aqua .tags-wrapper a:hover,
.page-aqua .entry-content p > a:hover {
opacity: .5;
}
.page-aqua .bg-turquoise,
.page-aqua .nav-list > .active > a, 
.page-aqua .nav-list > .active > a:hover, 
.page-aqua .nav-list > .active > a:focus,
.page-aqua .dropdown-menu > li > a:hover, 
.page-aqua .dropdown-menu > li > a:focus, 
.page-aqua .dropdown-submenu:hover > a, 
.page-aqua .dropdown-submenu:focus > a,
.page-aqua .nav-pills > .active > a, 
.page-aqua .nav-pills > .active > a:hover, 
.page-aqua .nav-pills > .active > a:focus,
.page-aqua .nav-tabs.nav-stacked > li > a:hover, 
.page-aqua .nav-tabs.nav-stacked > li > a:focus,
.page-aqua .navbar .nav > .active > a, 
.page-aqua .navbar .nav > .active > a:hover, 
.page-aqua .navbar .nav > .active > a:focus,
.page-aqua .navbar .nav > li > a:focus, 
.page-aqua .navbar .nav > li > a:hover,
.page-aqua .pricing-table.focus,
.page-aqua .btn-landlr,
.page-aqua .form-submit input#submit,
.page-aqua .entry-content p > a.btn-more,
.page-aqua .link-pages a span,
.page-aqua .dropdown-menu > li > a,
.page-aqua .menu-item-has-children:hover,
.page-aqua .menu-item-has-children:hover > a,
.page-aqua .navbar .nav > li.current_page_item > a {
background: #5E9EFF;
color: #fff;
text-shadow: none;
}
.page-aqua .btn-landlr:hover,
.page-aqua .form-submit input#submit:hover,
.page-aqua .entry-content p > a.btn-more:hover {
opacity: .85;
}
.page-aqua .pagination ul li a:hover {
color: #fff;
background: #005fbf;
opacity: .5;
border: 1px solid #005fbf;
}
.page-aqua .pagination ul li span.current {
background: #5E9EFF;
border: 1px solid #005fbf;
color: #fff;
text-shadow: none;
}
.page-aqua .sticky {
background: #5E9EFF;
color: #fff;
}
.page-aqua .sticky p,
.page-aqua .sticky ul,
.page-aqua .sticky ol,
.page-aqua .sticky blockquote,
.page-aqua .sticky a,
.page-aqua .sticky .post-icon {
color: #fff;
}
.page-aqua .sticky a:hover {
opacity: 0.75;
}
.page-aqua .sticky .btn-more {
border: 1px solid #fff;
}
.page-aqua .sticky .post-icon {
background: transparent;
}
/* ======================================================================== */
/* ! Dark
/* ======================================================================== */
.page-dark .post-title a,
.page-dark .post-date a,
.page-dark .media-heading a,
.page-dark .category-wrapper a,
.page-dark .tags-wrapper a,
.page-dark .entry-content p > a {
color: #222a31;
}
.page-dark .post-title a:hover,
.page-dark .post-date a:hover,
.page-dark .media-heading a:hover,
.page-dark .category-wrapper a:hover,
.page-dark .tags-wrapper a:hover,
.page-dark .entry-content p > a:hover {
opacity: .5;
}
.page-dark .bg-turquoise,
.page-dark .nav-list > .active > a, 
.page-dark .nav-list > .active > a:hover, 
.page-dark .nav-list > .active > a:focus,
.page-dark .dropdown-menu > li > a:hover, 
.page-dark .dropdown-menu > li > a:focus, 
.page-dark .dropdown-submenu:hover > a, 
.page-dark .dropdown-submenu:focus > a,
.page-dark .nav-pills > .active > a, 
.page-dark .nav-pills > .active > a:hover, 
.page-dark .nav-pills > .active > a:focus,
.page-dark .nav-tabs.nav-stacked > li > a:hover, 
.page-dark .nav-tabs.nav-stacked > li > a:focus,
.page-dark .navbar .nav > .active > a, 
.page-dark .navbar .nav > .active > a:hover, 
.page-dark .navbar .nav > .active > a:focus,
.page-dark .navbar .nav > li > a:focus, 
.page-dark .navbar .nav > li > a:hover,
.page-dark .pricing-table.focus,
.page-dark .btn-landlr,
.page-dark .form-submit input#submit,
.page-dark .entry-content p > a.btn-more,
.page-dark .link-pages a span,
.page-dark .dropdown-menu > li > a,
.page-dark .menu-item-has-children:hover,
.page-dark .menu-item-has-children:hover > a,
.page-dark .navbar .nav > li.current_page_item > a {
background: #5E9EFF;
color: #fff;
text-shadow: none;
}
.page-dark .btn-landlr:hover,
.page-dark .form-submit input#submit:hover,
.page-dark .entry-content p > a.btn-more:hover {
opacity: .85;
}
.page-dark .pagination ul li a:hover {
color: #fff;
background: #5E9EFF;
opacity: .5;
border: 1px solid #222a31;
}
.page-dark .pagination ul li span.current {
background: #5E9EFF;
border: 1px solid #222a31;
color: #fff;
text-shadow: none;
}
.page-dark .sticky {
background: #5E9EFF;
color: #fff;
}
.page-dark .sticky p,
.page-dark .sticky ul,
.page-dark .sticky ol,
.page-dark .sticky blockquote,
.page-dark .sticky a,
.page-dark .sticky .post-icon {
color: #fff;
}
.page-dark .sticky a:hover {
opacity: 0.75;
}
.page-dark .sticky .btn-more {
border: 1px solid #fff;
}
.page-dark .sticky .post-icon {
background: transparent;
}
/* ======================================================================== */
/* ! Emerald
/* ======================================================================== */
.page-emerald .post-title a,
.page-emerald .post-date a,
.page-emerald .media-heading a,
.page-emerald .category-wrapper a,
.page-emerald .tags-wrapper a,
.page-emerald .entry-content p > a {
color: #005fbf;
}
.page-emerald .post-title a:hover,
.page-emerald .post-date a:hover,
.page-emerald .media-heading a:hover,
.page-emerald .category-wrapper a:hover,
.page-emerald .tags-wrapper a:hover,
.page-emerald .entry-content p > a:hover {
opacity: .5;
}
.page-emerald .bg-turquoise,
.page-emerald .nav-list > .active > a, 
.page-emerald .nav-list > .active > a:hover, 
.page-emerald .nav-list > .active > a:focus,
.page-emerald .dropdown-menu > li > a:hover, 
.page-emerald .dropdown-menu > li > a:focus, 
.page-emerald .dropdown-submenu:hover > a, 
.page-emerald .dropdown-submenu:focus > a,
.page-emerald .nav-pills > .active > a, 
.page-emerald .nav-pills > .active > a:hover, 
.page-emerald .nav-pills > .active > a:focus,
.page-emerald .nav-tabs.nav-stacked > li > a:hover, 
.page-emerald .nav-tabs.nav-stacked > li > a:focus,
.page-emerald .navbar .nav > .active > a, 
.page-emerald .navbar .nav > .active > a:hover, 
.page-emerald .navbar .nav > .active > a:focus,
.page-emerald .navbar .nav > li > a:focus, 
.page-emerald .navbar .nav > li > a:hover,
.page-emerald .pricing-table.focus,
.page-emerald .btn-landlr,
.page-emerald .form-submit input#submit,
.page-emerald .entry-content p > a:hover,
.page-emerald .link-pages a span,
.page-emerald .dropdown-menu > li > a,
.page-emerald .menu-item-has-children:hover,
.page-emerald .menu-item-has-children:hover > a,
.page-emerald .navbar .nav > li.current_page_item > a {
background: #5E9EFF;
color: #fff;
text-shadow: none;
}
.page-emerald .btn-landlr:hover,
.page-emerald .form-submit input#submit:hover,
.page-emerald .entry-content p > a:hover {
opacity: .85;
}
.page-emerald .pagination ul li a:hover {
color: #fff;
background: #5E9EFF;
opacity: .5;
border: 1px solid #005fbf;
}
.page-emerald .pagination ul li span.current {
background: #5E9EFF;
border: 1px solid #005fbf;
color: #fff;
text-shadow: none;
}
.page-emerald .sticky {
background: #005fbf;
color: #fff;
}
.page-emerald .sticky p,
.page-emerald .sticky ul,
.page-emerald .sticky ol,
.page-emerald .sticky blockquote,
.page-emerald .sticky a,
.page-emerald .sticky .post-icon {
color: #fff;
}
.page-emerald .sticky a:hover {
opacity: 0.75;
}
.page-emerald .sticky .btn-more {
border: 1px solid #fff;
}
.page-emerald .sticky .post-icon {
background: transparent;
}

/* END COLOURS */



.pricing-table h4 
{
border-bottom-color:#EBEBEB;
border-bottom-style:solid;
border-bottom-width:1px;
margin:0px 0 15px;
padding:20px 0px 20px 0px;
font-weight:bold;
background: #41a9d5;
color:#ffffff;
display: block;
}

.homepageservices a:hover
{
color:#000000;
}
.homepageservices  {
color:#ffffff; 
display: block;
padding: 20px 0;
font-size: 16px;
text-align:center;
border:none;
border-radius:0px;
background: #41a9d5;
}




.widget ul li {
padding: 0 0 0 0px;
}
. services ul li {
padding: 0px 0px 0px 0px;
}
#wpadminbar { display:none;}


.menu-item .menu-item-type-post_type .menu-item-object-page .active
 {background-colour:#5E9EFF;}

.nav-tabs.nav-stacked a
 { background: #41a9d5;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#298fba),color-stop(1,#41a9d5)); color:#ffffff; 
background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , #298fba 0%, #41a9d5 100%) repeat scroll 0 0;
}

body { color:#000000; }
p { color:#000000; }
li { color:#000000; font-weight:bold;}
#back { background: #5E9EFF; background-image: linear-gradient(#5E9EFF, #adcdfd); 
}

/* -------------- */
.navbar-default {
background-color:#ffffff;
border-color:#E7E7E7;
}
h4 
{
font-family:ProximaNova-Bold, Arial, Helvetica, Geneva, sans-serif;
font-size:29px;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:100;
line-height:32px;
}
.mar-b60 {
margin-bottom:20px;
}

h1, h2 {
font-family:ProximaNova-Light, Arial, Helvetica, Geneva, sans-serif;
font-size:45px;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:100;
letter-spacing:-2px;
line-height:48px;
}
.bg-white 
{
background-image: url ("http://hscxi.com/wp-content/uploads/2016/04/bg-slice.jpg");
}
#pg-19-4 {
margin-left: 0%;
margin-right: 14%;
}
#pgc-19-4-0, #pgc-19-4-1 {
width: 40%;
}
#homepagelists { width:80%; align:left;}

.page-emerald .bg-turquoise, .page-emerald .nav-list > .active > a, .page-emerald .nav-list > .active > a:hover, .page-emerald .nav-list > .active > a:focus, .page-emerald .dropdown-menu > li > a:hover, .page-emerald .dropdown-menu > li > a:focus, .page-emerald .dropdown-submenu:hover > a, .page-emerald .dropdown-submenu:focus > a, .page-emerald .nav-pills > .active > a, .page-emerald .nav-pills > .active > a:hover, .page-emerald .nav-pills > .active > a:focus, .page-emerald .nav-tabs.nav-stacked > li > a:hover, .page-emerald .nav-tabs.nav-stacked > li > a:focus, .page-emerald .navbar .nav > .active > a, .page-emerald .navbar .nav > .active > a:hover, .page-emerald .navbar .nav > .active > a:focus, .page-emerald .navbar .nav > li > a:focus, .page-emerald .navbar .nav > li > a:hover, .page-emerald .pricing-table.focus, .page-emerald .btn-landlr, .page-emerald .form-submit input#submit, .page-emerald .entry-content p > a:hover, .page-emerald .link-pages a span, .page-emerald .dropdown-menu > li > a, .page-emerald .menu-item-has-children:hover, .page-emerald .menu-item-has-children:hover > a, .page-emerald .navbar .nav > li.current_page_item > a 
{
background: #41a9d5;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#298fba),color-stop(1,#41a9d5));
font-family: 'ProximaNova-Semibold';
}
.so-widget-sow-button-atom-9a01ce061a8a .ow-button-base a:visited, .so-widget-sow-button-atom-9a01ce061a8a .ow-button-base a:active, .so-widget-sow-button-atom-9a01ce061a8a .ow-button-base
{
font-family: 'ProximaNova-Semibold';
font-weight:normal;
color:#000000; 
}
a:hover { color:#cccccc; }
@media (min-width: 992px)


.widget ul li {
padding: 0px 0px 10px 0px;
}
ul li {
padding: 0px 0px 10px 0px;
}
.nav-tabs li 
{ padding-bottom: 0px; }
#testimonial-slider .thumbnail
 {
display:none;
}

.carousel-inner .item blockquote
{
color:#000000;
}

p img .size-medium
 {width:300px;}

#pgc-19-4-0, #pgc-19-4-1
 {
width: 100%;
}

.pricing-features { min-height:200px; }

.pricing-table .focus {
width:50%;
}
.pricing-features 
{
min-height:265px;
}

ul li { text-align:left; }
.pricing-price
 {
position:relative;
}

.navbar .nav > li > a
 {
color: #222a31;
padding: 50px 20px;
}

.navbar ul li 
{
padding: 0px 0px 0px 0px;
}
.chess { width:300px; margin: 0px 10px 10px 0px; float:left; }

.hscx {width:114px; margin-bottom:10px;}

.lightservices h4 { font-weight:normal;}



@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 
{ float: left;  }

  .col-md-3 {
    width: 25%;
  }
}  


</style>
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><meta name="generator" content="Powered by Slider Revolution 6.6.18 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
<style media="all" id="siteorigin-panels-layouts-head">/* Layout 19 */ #pgc-19-0-0 , #pgc-19-1-0 , #pgc-19-2-0 , #pgc-19-3-0 , #pgc-19-4-0 , #pgc-19-6-0 , #pgc-19-7-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-19-0 , #pg-19-1 , #pg-19-2 , #pg-19-3 , #pg-19-4 , #pg-19-5 , #pg-19-6 , #pl-19 .so-panel , #panel-19-6-0-0> .panel-widget-style { margin-bottom:30px } #pgc-19-5-0 , #pgc-19-5-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-19 .so-panel:last-of-type { margin-bottom:0px } #panel-19-2-0-0> .panel-widget-style { background-color:#ffffff } @media (max-width:780px){ #pg-19-0.panel-no-style, #pg-19-0.panel-has-style > .panel-row-style, #pg-19-0 , #pg-19-1.panel-no-style, #pg-19-1.panel-has-style > .panel-row-style, #pg-19-1 , #pg-19-2.panel-no-style, #pg-19-2.panel-has-style > .panel-row-style, #pg-19-2 , #pg-19-3.panel-no-style, #pg-19-3.panel-has-style > .panel-row-style, #pg-19-3 , #pg-19-4.panel-no-style, #pg-19-4.panel-has-style > .panel-row-style, #pg-19-4 , #pg-19-5.panel-no-style, #pg-19-5.panel-has-style > .panel-row-style, #pg-19-5 , #pg-19-6.panel-no-style, #pg-19-6.panel-has-style > .panel-row-style, #pg-19-6 , #pg-19-7.panel-no-style, #pg-19-7.panel-has-style > .panel-row-style, #pg-19-7 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-19-0 > .panel-grid-cell , #pg-19-0 > .panel-row-style > .panel-grid-cell , #pg-19-1 > .panel-grid-cell , #pg-19-1 > .panel-row-style > .panel-grid-cell , #pg-19-2 > .panel-grid-cell , #pg-19-2 > .panel-row-style > .panel-grid-cell , #pg-19-3 > .panel-grid-cell , #pg-19-3 > .panel-row-style > .panel-grid-cell , #pg-19-4 > .panel-grid-cell , #pg-19-4 > .panel-row-style > .panel-grid-cell , #pg-19-5 > .panel-grid-cell , #pg-19-5 > .panel-row-style > .panel-grid-cell , #pg-19-6 > .panel-grid-cell , #pg-19-6 > .panel-row-style > .panel-grid-cell , #pg-19-7 > .panel-grid-cell , #pg-19-7 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-19-5-0 { margin-bottom:30px } #pl-19 .panel-grid-cell { padding:0 } #pl-19 .panel-grid .panel-grid-cell-empty { display:none } #pl-19 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style><script>function setREVStartSize(e){
			//window.requestAnimationFrame(function() {
				window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;
				window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;
				try {
					var pw = document.getElementById(e.c).parentNode.offsetWidth,
						newh;
					pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw;
					e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);
					e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);
					e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);
					e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);
					e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);
					e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);
					e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);
					if(e.layout==="fullscreen" || e.l==="fullscreen")
						newh = Math.max(e.mh,window.RSIH);
					else{
						e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];
						for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];
						e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;
						e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];
						for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];
											
						var nl = new Array(e.rl.length),
							ix = 0,
							sl;
						e.tabw = e.tabhide>=pw ? 0 : e.tabw;
						e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;
						e.tabh = e.tabhide>=pw ? 0 : e.tabh;
						e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;
						for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];
						sl = nl[0];
						for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}
						var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);
						newh =  (e.gh[ix] * m) + (e.tabh + e.thumbh);
					}
					var el = document.getElementById(e.c);
					if (el!==null && el) el.style.height = newh+"px";
					el = document.getElementById(e.c+"_wrapper");
					if (el!==null && el) {
						el.style.height = newh+"px";
						el.style.display = "block";
					}
				} catch(e){
					console.log("Failure at Presize of Slider:" + e)
				}
			//});
		  };</script>
</head>
<body class="home wp-singular page-template-default page page-id-19 page-parent wp-theme-landlr page-emerald siteorigin-panels siteorigin-panels-before-js siteorigin-panels-home" data-spy="scroll" data-target=".navbar-collapse">
        		    <!-- Navigation -->
<header>
    <div class="navbar navbar-default navbar-fixed-top" role="navigation">
        <div class="container">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
                <span class="sr-only">Toggle navigation</span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand" href="https://hscxi.com/"><img src="http://hscxi.com/wp-content/uploads/2016/05/logo-1.jpg" alt="" /></a>
            </div>
            <div class="collapse navbar-collapse">
                                    
				<ul id="menu-main-menu" class="nav navbar-nav navbar-right"><li id="menu-item-217" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="#home"><span>Home</span></a></li>
<li id="menu-item-411" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/our-services/"><span>Services</span></a></li>
<li id="menu-item-323" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/about-us/"><span>About Us</span></a></li>
<li id="menu-item-253" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/sample-work/"><span>Sample Work</span></a></li>
<li id="menu-item-645" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/testimonials/"><span>Testimonials</span></a></li>
<li id="menu-item-816" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/hscx-blogs/"><span>HSCX Blogs</span></a></li>
<li id="menu-item-390" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/blog/"><span>Reading</span></a></li>
<li id="menu-item-224" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/contact/"><span>Contact</span></a></li>
</li>
</ul>                             </div>
            <!--/.nav-collapse -->
        </div>
    </div>
</header>	
<!-- Page -->
<section class="page-wrapper bg-white">
	<div class="container wow fadeInUp">
		              
               

                        <div class="row">
                            <div class="text-center col-sm-12 col-lg-12 mar-b60">
                                <hgroup>
                                    <h2></h2>
                                    <h3></h3>
                                </hgroup>
                            </div>
                        </div>
                        <div class="row">
        					<div class="page-content col-sm-12 col-lg-12">
                                                        
                        		<div id="pl-19"  class="panel-layout" ><div id="pg-19-0"  class="panel-grid panel-no-style" ><div id="pgc-19-0-0"  class="panel-grid-cell" ><div id="panel-19-0-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="0" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<h2 style="text-align: center; margin-top:-30px; margin-bottom:0px;"></> <strong>HSCX </strong>- Healthcare Supply Chain eXcellence</h2>
</div>
</div></div></div></div><div id="pg-19-1"  class="panel-grid panel-no-style" ><div id="pgc-19-1-0"  class="panel-grid-cell" ><div id="panel-19-1-0-0" class="so-panel widget widget_rev-slider-widget widget_revslider panel-first-child panel-last-child" data-index="1" >
			<!-- START Home page slider REVOLUTION SLIDER 6.6.18 --><p class="rs-p-wp-fix"></p>
			<rs-module-wrap id="rev_slider_1_1_wrapper" data-source="gallery" style="visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;">
				<rs-module id="rev_slider_1_1" style="" data-version="6.6.18">
					<rs-slides style="overflow: hidden; position: absolute;">
						<rs-slide style="position: absolute;" data-key="rs-1" data-title="Slide" data-thumb="//hscxi.com/wp-content/uploads/2016/05/slide1-1-100x50.jpg" data-anim="adpr:false;">
							<img decoding="async" src="//hscxi.com/wp-content/plugins/revslider/public/assets/assets/dummy.png" alt="" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//hscxi.com/wp-content/uploads/2016/05/slide1-1.jpg" data-no-retina>
<!---->						</rs-slide>
						<rs-slide style="position: absolute;" data-key="rs-2" data-title="Slide" data-thumb="//hscxi.com/wp-content/uploads/2016/05/slide2-2-100x50.jpg" data-anim="adpr:false;">
							<img decoding="async" src="//hscxi.com/wp-content/plugins/revslider/public/assets/assets/dummy.png" alt="" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//hscxi.com/wp-content/uploads/2016/05/slide2-2.jpg" data-no-retina>
<!---->						</rs-slide>
						<rs-slide style="position: absolute;" data-key="rs-3" data-title="Slide" data-thumb="//hscxi.com/wp-content/uploads/2016/05/slide3-100x50.jpg" data-anim="adpr:false;">
							<img decoding="async" src="//hscxi.com/wp-content/plugins/revslider/public/assets/assets/dummy.png" alt="" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//hscxi.com/wp-content/uploads/2016/05/slide3.jpg" data-no-retina>
<!---->						</rs-slide>
						<rs-slide style="position: absolute;" data-key="rs-4" data-title="Slide" data-thumb="//hscxi.com/wp-content/uploads/2016/05/slide4-100x50.jpg" data-anim="adpr:false;">
							<img decoding="async" src="//hscxi.com/wp-content/plugins/revslider/public/assets/assets/dummy.png" alt="" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//hscxi.com/wp-content/uploads/2016/05/slide4.jpg" data-no-retina>
<!---->						</rs-slide>
						<rs-slide style="position: absolute;" data-key="rs-5" data-title="Slide" data-thumb="//hscxi.com/wp-content/uploads/2016/05/slide5-100x50.jpg" data-anim="adpr:false;">
							<img decoding="async" src="//hscxi.com/wp-content/plugins/revslider/public/assets/assets/dummy.png" alt="" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//hscxi.com/wp-content/uploads/2016/05/slide5.jpg" data-no-retina>
<!---->						</rs-slide>
						<rs-slide style="position: absolute;" data-key="rs-6" data-title="Slide" data-thumb="//hscxi.com/wp-content/uploads/2016/05/slide6-100x50.jpg" data-anim="adpr:false;">
							<img decoding="async" src="//hscxi.com/wp-content/plugins/revslider/public/assets/assets/dummy.png" alt="" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//hscxi.com/wp-content/uploads/2016/05/slide6.jpg" data-no-retina>
<!---->						</rs-slide>
					</rs-slides>
				</rs-module>
				<script>
					setREVStartSize({c: 'rev_slider_1_1',rl:[1240,1024,1024,1024],el:[],gw:[620,512,512,512],gh:[434,384,384,384],type:'standard',justify:'',layout:'fullwidth',mh:"0"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules["revslider11"]!==undefined) {window.RS_MODULES.modules["revslider11"].once = false;window.revapi1 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()}
				</script>
			</rs-module-wrap>
			<!-- END REVOLUTION SLIDER -->
</div></div></div><div id="pg-19-2"  class="panel-grid panel-no-style" ><div id="pgc-19-2-0"  class="panel-grid-cell" ><div id="panel-19-2-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="2" ><div class="panel-widget-style panel-widget-style-for-19-2-0-0" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<h2 style="font-size: 2em; text-align: center;">"Every Healthcare Supply Chain can and should be improved for higher quality, better patient outcomes, and cost reduction"</h2>
</div>
</div></div></div></div></div><div id="pg-19-3"  class="panel-grid panel-no-style" ><div id="pgc-19-3-0"  class="panel-grid-cell" ><div id="panel-19-3-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="3" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<h2>Some questions for you ...</h2>
<ul>
<li>Are the costs of your medical supplies, devices, and drugs rising faster than your revenues?</li>
<li>Do physicians and administrators often disagree on fundamental issues regarding supply chain decisions?</li>
<li>Are you challenged by physician preferences for different supplies for the same procedure?</li>
<li>Are you writing off out of date products?</li>
<li>Do you use medical supplies, devices, and drugs which are higher cost than others without sufficient medical evidence?</li>
<li>Are medical supplies, devices, and drugs simply ordered according to requisitions rather than strategically sourced?</li>
</ul>
</div>
</div></div></div></div><div id="pg-19-4"  class="panel-grid panel-no-style" ><div id="pgc-19-4-0"  class="panel-grid-cell" ><div id="panel-19-4-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="4" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<h3 style="text-align: left;"><strong>If you answered ‘Yes’ to any of these questions, we can help.</strong></h3>
<h3 style="text-align: left;"><i><strong>If you answered ‘Yes’ to all of these questions, we can help you a lot ...</strong></i></h3>
</div>
</div></div></div></div><div id="pg-19-5"  class="panel-grid panel-has-style" ><div id="homepagelists" class="panel-row-style panel-row-style-for-19-5" ><div id="pgc-19-5-0"  class="panel-grid-cell" ><div class="homepagelists panel-cell-style panel-cell-style-for-19-5-0" ><div id="panel-19-5-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="5" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<h4>We work with …</h4>
<ul>
<li>Hospital Supply Chain departments</li>
<li>Physician leaders</li>
<li>CMOs</li>
<li>CEOs</li>
<li>Hospital Boards</li>
</ul>
</div>
</div></div></div></div><div id="pgc-19-5-1"  class="panel-grid-cell" ><div class="homepagelists panel-cell-style panel-cell-style-for-19-5-1" ><div id="panel-19-5-1-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="6" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<h4>To help you ...</h4>
<ul>
<li>Improve processes</li>
<li>Reduce cost</li>
<li>Engage and align clinicians</li>
<li>Facilitate change</li>
<li>Introduce innovation</li>
<li>Implement systems</li>
<li>Improve organizational effectiveness</li>
<li>Improve supplier performance</li>
<li>Train staff</li>
</ul>
</div>
</div></div></div></div></div></div><div id="pg-19-6"  class="panel-grid panel-no-style" ><div id="pgc-19-6-0"  class="panel-grid-cell" ><div id="panel-19-6-0-0" class="so-panel widget widget_sow-button panel-first-child panel-last-child" data-index="7" ><div class="panel-widget-style panel-widget-style-for-19-6-0-0" ><div
			
			class="so-widget-sow-button so-widget-sow-button-atom-144c983c4712-19"
			
		><div class="ow-button-base ow-button-align-left"
>
			<a
					href="https://hscxi.com/contact/"
					class="sowb-button ow-icon-placement-left ow-button-hover" 	>
		<span>
			
			 Contact us for more information 		</span>
			</a>
	</div>
</div></div></div></div></div><div id="pg-19-7"  class="panel-grid panel-no-style" ><div id="pgc-19-7-0"  class="panel-grid-cell" ><div id="panel-19-7-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="8" ><div class="services panel-widget-style panel-widget-style-for-19-7-0-0" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<h1>Services</h1>
<ul class="pricing-list clearfix mar-t30 list-unstyled">
<li class="col-md-3 pricing-table text-center no" style="@media (min-width: 992px) {width:25%;">
<h4 class="light" style="min-height: 110px;">STRATEGIC PLANNING</h4>
<ul class="pricing-features list-unstyled">
<li>- Businesses need vision and plans to get there.</li>
<li>- We'll help you build one along with the steps to get there</li>
<li>- We work with leadership teams to design the optimal supply chains.</li>
</ul>
<p><a class="homepageservices uppercase" href="https://hscxi.com/our-services/">More info ...</a></p>
</li>
<li class="col-md-3 pricing-table text-center no">
<h4 class="light" style="min-height: 110px;">PATH TO EXCELLENCE</h4>
<ul class="pricing-features list-unstyled">
<li>- Organizations today must relentlessly pursue excellence and continuous improvement.</li>
<li>- Our program contains consulting, training and coaching services tailored specifically to each client's needs.</li>
</ul>
<p><a class="homepageservices uppercase" href="https://hscxi.com/our-services/">More info ...</a></p>
</li>
<li class="col-md-3 pricing-table text-center no">
<h4 class="light" style="min-height: 110px;">CLINICAL ENGAGEMENT</h4>
<ul class="pricing-features list-unstyled">
<li>- Effective physician and hospital administrator collaboration drives better purchasing decisions.</li>
<li>- We work with physicians and systems to build alignment and engagement.</li>
</ul>
<p><a class="homepageservices uppercase" href="https://hscxi.com/our-services/">More info ...</a></p>
</li>
<li class="col-md-3 pricing-table text-center no">
<h4 class="light" style="min-height: 110px;">TRAINING SERVICES</h4>
<ul class="pricing-features list-unstyled">
<li>- Gain supply chain management training specifically designed for the healthcare field</li>
<li>- Benefit from a highly cost effective way for healthcare organizations to invest in their staff.</li>
</ul>
<p><a class="homepageservices uppercase" href="https://hscxi.com/our-services/">More info ...</a></p>
</li>
</ul>
</div>
</div></div></div></div></div></div>                                
                                                       </div>
                       </div>
                
                 
            
            </div>
</section>
	
<!-- Footer -->
<footer>
    <div class="container">
        <div class="row">
            <div class="pull-right col-sm-9 col-lg-9">
                <ul id="menu-main-menu-1" class="text-right footer-nav list-unstyled list-inline"><li id="menu-item-217" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="#home"><span>Home</span></a></li>
<li id="menu-item-411" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/our-services/"><span>Services</span></a></li>
<li id="menu-item-323" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/about-us/"><span>About Us</span></a></li>
<li id="menu-item-253" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/sample-work/"><span>Sample Work</span></a></li>
<li id="menu-item-645" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/testimonials/"><span>Testimonials</span></a></li>
<li id="menu-item-816" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/hscx-blogs/"><span>HSCX Blogs</span></a></li>
<li id="menu-item-390" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/blog/"><span>Reading</span></a></li>
<li id="menu-item-224" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://hscxi.com/contact/"><span>Contact</span></a></li>
</li>
</ul>            </div>
            <div class="pull-left copyright col-sm-3 col-lg-3">
                © HSCx 2016             </div>
        </div>
    </div>
</footer>

		<script>
			window.RS_MODULES = window.RS_MODULES || {};
			window.RS_MODULES.modules = window.RS_MODULES.modules || {};
			window.RS_MODULES.waiting = window.RS_MODULES.waiting || [];
			window.RS_MODULES.defered = true;
			window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {};
			window.RS_MODULES.type = 'compiled';
		</script>
		<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/landlr\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>

		<!-- GA Google Analytics @ https://m0n.co/ga -->
		<script type="text/javascript">
			var _gaq = _gaq || [];
			_gaq.push(['_setAccount', 'UA-77729950-1\'']);
			_gaq.push(['_trackPageview']);
			(function() {
				var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
				ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
				var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
			})();
		</script>

	<script>
		if(typeof revslider_showDoubleJqueryError === "undefined") {function revslider_showDoubleJqueryError(sliderID) {console.log("You have some jquery.js library include that comes after the Slider Revolution files js inclusion.");console.log("To fix this, you can:");console.log("1. Set 'Module General Options' -> 'Advanced' -> 'jQuery & OutPut Filters' -> 'Put JS to Body' to on");console.log("2. Find the double jQuery.js inclusion and remove it");return "Double Included jQuery Library";}}
</script>
			<link rel="preload" as="font" id="rs-icon-set-revicon-woff" href="https://hscxi.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888" type="font/woff" crossorigin="anonymous" media="all" />
<link rel='stylesheet' id='rs-plugin-settings-css' href='https://hscxi.com/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.6.18' type='text/css' media='all' />
<style id='rs-plugin-settings-inline-css' type='text/css'>
		#rev_slider_1_1_wrapper .hesperiden.tparrows{cursor:pointer;background:rgba(0,0,0,0.5);width:40px;height:40px;position:absolute;display:block;z-index:1000;  border-radius:50%}#rev_slider_1_1_wrapper .hesperiden.tparrows.rs-touchhover{background:#000000}#rev_slider_1_1_wrapper .hesperiden.tparrows:before{font-family:'revicons';font-size:20px;color:#ffffff;display:block;line-height:40px;text-align:center}#rev_slider_1_1_wrapper .hesperiden.tparrows.tp-leftarrow:before{content:'\e82c';  margin-left:-3px}#rev_slider_1_1_wrapper .hesperiden.tparrows.tp-rightarrow:before{content:'\e82d';  margin-right:-3px}
</style>
<script type="text/javascript" src="https://hscxi.com/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.6.18" defer async id="tp-tools-js"></script>
<script type="text/javascript" src="https://hscxi.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.6.18" defer async id="revmin-js"></script>
<script type="text/javascript" id="analytify_track_miscellaneous-js-extra">
/* <![CDATA[ */
var miscellaneous_tracking_options = {"ga_mode":"ga4","tracking_mode":"gtag","track_404_page":{"should_track":"","is_404":false,"current_url":"https:\/\/hscxi.com\/"},"track_js_error":"","track_ajax_error":""};
/* ]]> */
</script>
<script type="text/javascript" src="https://hscxi.com/wp-content/plugins/wp-analytify/assets/js/miscellaneous-tracking.js?ver=6.1.0" id="analytify_track_miscellaneous-js"></script>
<script type="text/javascript" src="https://hscxi.com/wp-content/themes/landlr/js/bootstrap.min.js?ver=1" id="nt-bootstrap.min-js"></script>
<script type="text/javascript" src="https://hscxi.com/wp-content/themes/landlr/js/jquery.scrollTo.min.js?ver=1" id="nt-jquery.scrollTo.min-js"></script>
<script type="text/javascript" src="https://hscxi.com/wp-content/themes/landlr/js/jquery.easing.1.3.js?ver=1.3" id="nt-jquery.easing-js"></script>
<script type="text/javascript" src="https://hscxi.com/wp-content/themes/landlr/js/jquery.prettyPhoto.js?ver=3.1.5" id="nt-jquery.prettyPhoto-js"></script>
<script type="text/javascript" src="https://hscxi.com/wp-content/themes/landlr/js/wow.min.js?ver=1" id="nt-wow-js"></script>
<script type="text/javascript" src="https://hscxi.com/wp-content/themes/landlr/js/jquery.fitvids.js?ver=1" id="nt-fitvids-js"></script>
<script type="text/javascript" src="https://hscxi.com/wp-content/themes/landlr/js/custom.js?ver=1" id="nt-custom-js"></script>
<script type="text/javascript" src="https://hscxi.com/wp-includes/js/comment-reply.min.js?ver=6.8.1" id="comment-reply-js" async="async" data-wp-strategy="async"></script>
<script id="rs-initialisation-scripts">
		var	tpj = jQuery;

		var	revapi1;

		if(window.RS_MODULES === undefined) window.RS_MODULES = {};
		if(RS_MODULES.modules === undefined) RS_MODULES.modules = {};
		RS_MODULES.modules["revslider11"] = {once: RS_MODULES.modules["revslider11"]!==undefined ? RS_MODULES.modules["revslider11"].once : undefined, init:function() {
			window.revapi1 = window.revapi1===undefined || window.revapi1===null || window.revapi1.length===0  ? document.getElementById("rev_slider_1_1") : window.revapi1;
			if(window.revapi1 === null || window.revapi1 === undefined || window.revapi1.length==0) { window.revapi1initTry = window.revapi1initTry ===undefined ? 0 : window.revapi1initTry+1; if (window.revapi1initTry<20) requestAnimationFrame(function() {RS_MODULES.modules["revslider11"].init()}); return;}
			window.revapi1 = jQuery(window.revapi1);
			if(window.revapi1.revolution==undefined){ revslider_showDoubleJqueryError("rev_slider_1_1"); return;}
			revapi1.revolutionInit({
					revapi:"revapi1",
					duration:2000,
					visibilityLevels:"1240,1024,1024,1024",
					gridwidth:"620,512,512,512",
					gridheight:"434,384,384,384",
					lazyType:"smart",
					spinner:"spinner0",
					perspectiveType:"local",
					responsiveLevels:"1240,1024,1024,1024",
					progressBar: {
						color:"rgba(0,0,0,0.15)",
						vertical:"top",
						size:5
						},
					navigation: {
						mouseScrollNavigation:false,
						onHoverStop:false,
						arrows: {
							enable:true,
							style:"hesperiden",
							left: {

							},
							right: {

							}
						}
					},
					viewPort: {
						global:true,
						globalDist:"-200px",
						enable:false,
						visible_area:"20%"
					},
					fallbacks: {
						allowHTML5AutoPlayOnAndroid:true
					},
			});
			
		}} // End of RevInitScript

		if (window.RS_MODULES.checkMinimal!==undefined) { window.RS_MODULES.checkMinimal();};
	</script>
<script>document.body.className = document.body.className.replace("siteorigin-panels-before-js","");</script><script type="text/javascript">

</script>
  
</body>
</html>                               

Whois info of domain

Domain Name: HSCXI.COM
Registry Domain ID: 1984366779_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.networksolutions.com
Registrar URL: http://networksolutions.com
Updated Date: 2023-11-25T20:19:17Z
Creation Date: 2015-11-27T21:57:06Z
Registry Expiry Date: 2026-11-27T21:57:06Z
Registrar: Network Solutions, LLC
Registrar IANA ID: 2
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.BLUEHOST.COM
Name Server: NS2.BLUEHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T13:34:15Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass