301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
403 Forbidden indicates that access to the requested resource is denied, even with authentication.
The user is informed that they do not have permission to access the resource.
GET / HTTP/1.1 Host: smlgh.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en" id="main_html"> <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://smlgh.com/xmlrpc.php"> <title>SML Ghana – Confronting Impossibilities with Technology</title> <style> #wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before { content: "\f160"; color: #02CA02; top: 3px; } #wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon { transform: rotate(45deg); } </style> <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='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="SML Ghana » Feed" href="https://smlgh.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="SML Ghana » Comments Feed" href="https://smlgh.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.5.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-PNKQ44F28R" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.5.2'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/smlgh.com\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-PNKQ44F28R', ]; /* 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.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_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 = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-PNKQ44F28R', {"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 MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/smlgh.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! 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\u2b1b","\ud83d\udc26\u200b\u2b1b")}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> <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='stm-stmicons-css' href='https://smlgh.com/wp-content/uploads/stm_fonts/stmicons/stmicons.css?ver=1.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='stm-stmicons_consulting-css' href='https://smlgh.com/wp-content/uploads/stm_fonts/stmicons/consulting/stmicons.css?ver=1.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='stm-stmicons_feather-css' href='https://smlgh.com/wp-content/uploads/stm_fonts/stmicons/feather/stmicons.css?ver=1.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='stm-stmicons_icomoon-css' href='https://smlgh.com/wp-content/uploads/stm_fonts/stmicons/icomoon/stmicons.css?ver=1.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='stm-stmicons_linear-css' href='https://smlgh.com/wp-content/uploads/stm_fonts/stmicons/linear/stmicons.css?ver=1.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='stm-stmicons_vicons-css' href='https://smlgh.com/wp-content/uploads/stm_fonts/stmicons/vicons/stmicons.css?ver=1.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='stm_megamenu-css' href='https://smlgh.com/wp-content/plugins/stm-configurations/megamenu/assets/css/megamenu.css?ver=1.2' 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> <link rel='stylesheet' id='elementor-frontend-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-3845-css' href='https://smlgh.com/wp-content/uploads/elementor/css/post-3845.css?ver=1736263383' type='text/css' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='widget-divider-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='widget-icon-box-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='widget-spacer-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='widget-icon-list-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='widget-counter-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/css/widget-counter.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' type='text/css' media='all' /> <link rel='stylesheet' id='e-swiper-css' href='https://smlgh.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='widget-testimonial-carousel-css' href='https://smlgh.com/wp-content/plugins/elementor-pro/assets/css/widget-testimonial-carousel.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='widget-carousel-module-base-css' href='https://smlgh.com/wp-content/plugins/elementor-pro/assets/css/widget-carousel-module-base.min.css?ver=3.28.4' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-4129-css' href='https://smlgh.com/wp-content/uploads/elementor/css/post-4129.css?ver=1736263384' type='text/css' media='all' /> <link rel='stylesheet' id='stm_default_google_font-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A100%2C200%2C300%2C400%2C400i%2C500%2C600%2C700%2C800%2C900%7CMontserrat%3A100%2C200%2C300%2C400%2C400i%2C500%2C600%2C700%2C800%2C900&ver=3.4.6#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-theme-styles-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/app.css?ver=3.4.6' type='text/css' media='all' /> <style id='pearl-theme-styles-inline-css' type='text/css'> .stm_titlebox { background-image: url(); }.stm_titlebox:after { background-color: rgba(0, 0, 0, 0.53); }.stm_titlebox .stm_titlebox__title, .stm_titlebox .stm_titlebox__author, .stm_titlebox .stm_titlebox__categories { color: #ffffff !important; }.stm_titlebox .stm_titlebox__subtitle { color: #ffffff; }.stm_titlebox .stm_titlebox__inner .stm_separator { background-color: #ffffff !important; } </style> <link rel='stylesheet' id='pearl-theme-custom-styles-css' href='https://smlgh.com/wp-content/uploads/stm_uploads/skin-custom.css?ver=238' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome-css' href='https://smlgh.com/wp-content/themes/pearl/assets/vendor/font-awesome.min.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-buttons-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/buttons/styles/style_3.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-sidebars-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/sidebar/style_1.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-forms-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/form/style_3.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-blockquote-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/blockquote/style_3.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-post-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/post/style_2.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-pagination-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/pagination/style_3.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-list-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/lists/style_1.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-tabs-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/tabs/style_2.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-tour-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/tour/style_1.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-accordions-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/accordion/style_2.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-datepicker3-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/vendors/bootstrap-datepicker3.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-header-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/header/style_1.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-footer-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/footer/style_1.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='pearl-titlebox-style-css' href='https://smlgh.com/wp-content/themes/pearl/assets/css/titlebox/style_2.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://smlgh.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1742293301' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-gf-local-robotoslab-css' href='https://smlgh.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1742293303' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-gf-local-montserrat-css' href='https://smlgh.com/wp-content/uploads/elementor/google-fonts/css/montserrat.css?ver=1742293307' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-gf-local-opensans-css' href='https://smlgh.com/wp-content/uploads/elementor/google-fonts/css/opensans.css?ver=1742293311' type='text/css' media='all' /> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.5.2" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_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:\/\/smlgh.com","hash_tracking":"false","v4_id":"G-PNKQ44F28R"};/* ]]> */ </script> <script type="text/javascript" src="https://smlgh.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/stm-configurations/megamenu/assets/js/megamenu.js?ver=1.2" id="stm_megamenu-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/themes/pearl/assets/vendor/autosize.min.js?ver=3.4.6" id="autosize.js-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/themes/pearl/assets/js/materialForm.js?ver=3.4.6" id="pearl_material_form-js"></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://smlgh.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel="canonical" href="https://smlgh.com/" /> <link rel='shortlink' href='https://smlgh.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://smlgh.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsmlgh.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://smlgh.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsmlgh.com%2F&format=xml" /> <script id="wpcp_disable_selection" type="text/javascript"> var image_save_msg='You are not allowed to save images!'; var no_menu_msg='Context Menu disabled!'; var smessage = "Content is protected !!"; function disableEnterKey(e) { var elemtype = e.target.tagName; elemtype = elemtype.toUpperCase(); if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT" || elemtype == "OPTION" || elemtype == "EMBED") { elemtype = 'TEXT'; } if (e.ctrlKey){ var key; if(window.event) key = window.event.keyCode; //IE else key = e.which; //firefox (97) //if (key != 17) alert(key); if (elemtype!= 'TEXT' && (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85 || key == 86 || key == 83 || key == 43 || key == 73)) { if(wccp_free_iscontenteditable(e)) return true; show_wpcp_message('You are not allowed to copy content or view source'); return false; }else return true; } } /*For contenteditable tags*/ function wccp_free_iscontenteditable(e) { var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement var target = e.target || e.srcElement; var elemtype = e.target.nodeName; elemtype = elemtype.toUpperCase(); var iscontenteditable = "false"; if(typeof target.getAttribute!="undefined" ) iscontenteditable = target.getAttribute("contenteditable"); // Return true or false as string var iscontenteditable2 = false; if(typeof target.isContentEditable!="undefined" ) iscontenteditable2 = target.isContentEditable; // Return true or false as boolean if(target.parentElement.isContentEditable) iscontenteditable2 = true; if (iscontenteditable == "true" || iscontenteditable2 == true) { if(typeof target.style!="undefined" ) target.style.cursor = "text"; return true; } } //////////////////////////////////// function disable_copy(e) { var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement var elemtype = e.target.tagName; elemtype = elemtype.toUpperCase(); if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT" || elemtype == "OPTION" || elemtype == "EMBED") { elemtype = 'TEXT'; } if(wccp_free_iscontenteditable(e)) return true; var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor); var checker_IMG = ''; if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail >= 2) {show_wpcp_message(alertMsg_IMG);return false;} if (elemtype != "TEXT") { if (smessage !== "" && e.detail == 2) show_wpcp_message(smessage); if (isSafari) return true; else return false; } } ////////////////////////////////////////// function disable_copy_ie() { var e = e || window.event; var elemtype = window.event.srcElement.nodeName; elemtype = elemtype.toUpperCase(); if(wccp_free_iscontenteditable(e)) return true; if (elemtype == "IMG") {show_wpcp_message(alertMsg_IMG);return false;} if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED") { return false; } } function reEnable() { return true; } document.onkeydown = disableEnterKey; document.onselectstart = disable_copy_ie; if(navigator.userAgent.indexOf('MSIE')==-1) { document.onmousedown = disable_copy; document.onclick = reEnable; } function disableSelection(target) { //For IE This code will work if (typeof target.onselectstart!="undefined") target.onselectstart = disable_copy_ie; //For Firefox This code will work else if (typeof target.style.MozUserSelect!="undefined") {target.style.MozUserSelect="none";} //All other (ie: Opera) This code will work else target.onmousedown=function(){return false} target.style.cursor = "default"; } //Calling the JS function directly just after body load window.onload = function(){disableSelection(document.body);}; //////////////////special for safari Start//////////////// var onlongtouch; var timer; var touchduration = 1000; //length of time we want the user to touch before we do something var elemtype = ""; function touchstart(e) { var e = e || window.event; // also there is no e.target property in IE. // instead IE uses window.event.srcElement var target = e.target || e.srcElement; elemtype = window.event.srcElement.nodeName; elemtype = elemtype.toUpperCase(); if(!wccp_pro_is_passive()) e.preventDefault(); if (!timer) { timer = setTimeout(onlongtouch, touchduration); } } function touchend() { //stops short touches from firing the event if (timer) { clearTimeout(timer); timer = null; } onlongtouch(); } onlongtouch = function(e) { //this will clear the current selection if anything selected if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "EMBED" && elemtype != "OPTION") { if (window.getSelection) { if (window.getSelection().empty) { // Chrome window.getSelection().empty(); } else if (window.getSelection().removeAllRanges) { // Firefox window.getSelection().removeAllRanges(); } } else if (document.selection) { // IE? document.selection.empty(); } return false; } }; document.addEventListener("DOMContentLoaded", function(event) { window.addEventListener("touchstart", touchstart, false); window.addEventListener("touchend", touchend, false); }); function wccp_pro_is_passive() { var cold = false, hike = function() {}; try { const object1 = {}; var aid = Object.defineProperty(object1, 'passive', { get() {cold = true} }); window.addEventListener('test', hike, aid); window.removeEventListener('test', hike, aid); } catch (e) {} return cold; } /*special for safari End*/ </script> <script id="wpcp_disable_Right_Click" type="text/javascript"> document.ondragstart = function() { return false;} function nocontext(e) { return false; } document.oncontextmenu = nocontext; </script> <style> .unselectable { -moz-user-select:none; -webkit-user-select:none; cursor: default; } html { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); } </style> <script id="wpcp_css_disable_selection" type="text/javascript"> var e = document.getElementsByTagName('body')[0]; if(e) { e.setAttribute('unselectable',"on"); } </script> <script> var pearl_load_post_type_gallery = 'a89983781e'; var pearl_load_more_posts = '5934798f80'; var pearl_load_album = '230690766f'; var pearl_donate = '22ebf1bde5'; var pearl_load_splash_album = '2728d720ac'; var pearl_load_portfolio = '9089668d68'; var pearl_load_posts_list = '90d019180c'; var pearl_woo_quick_view = '1af1fad8ac'; var pearl_update_custom_styles_admin = 'a7a88ea90a'; var pearl_like_dislike = '32edf29f45'; var stm_ajax_add_review = '94847c9988'; var pearl_install_plugin = '8a69054419'; var pearl_get_thumbnail = '169aaa3f87'; var pearl_save_settings = '88991c253b'; var stm_ajaxurl = 'https://smlgh.com/wp-admin/admin-ajax.php'; var stm_site_width = 1160; var stm_date_format = 'MM d, yy'; var stm_time_format = 'h:mm p'; var stm_site_paddings = 0; if (window.innerWidth < 1300) stm_site_paddings = 0; var stm_sticky = ''; </script> <meta name="generator" content="Elementor 3.28.4; 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> <meta name="generator" content="Powered by Slider Revolution 6.6.20 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="icon" href="https://smlgh.com/wp-content/uploads/2024/04/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://smlgh.com/wp-content/uploads/2024/04/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://smlgh.com/wp-content/uploads/2024/04/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://smlgh.com/wp-content/uploads/2024/04/cropped-favicon-270x270.png" /> <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> <style id="yellow-pencil"> /* The following CSS codes are created by the YellowPencil plugin. https://yellowpencil.waspthemes.com/ */ #wrapper .site-content > .container{margin-left:0px;margin-right:0px;padding-left:0px;padding-right:0px;position:static;display:inline;-webkit-transform:translatex(0px) translatey(0px);-ms-transform:translatex(0px) translatey(0px);transform:translatex(0px) translatey(0px);}.site-content .stm_titlebox{display:table-cell;}.elementor .e-con-full p{line-height:1.4em;}.stm-header__row_top .stm-header__cell_right .stm-header__element .stm-navigation > ul > .menu-item > a{font-weight:300;}.stm_sidebar_hidden .stm_markup__post .stm_loop__grid{margin-left:150px;margin-right:150px;margin-top:70px;margin-bottom:70px;}#wrapper div .stm_markup_right{margin-left:170px;margin-right:170px;}.stm_markup__sidebar .stm-socials a{background-color:transparent;color:#ffffff;}.stm_markup__sidebar .mbc_h i{color:#ffffff !important;}.stm-footer .stm-footer__bottom{border-top-width:0px;padding-top:0px;-webkit-transform:translatex(0px) translatey(0px);-ms-transform:translatex(0px) translatey(0px);transform:translatex(0px) translatey(0px);}.footer-widgets .widget h4{font-size:16px;}.stm-footer__bottom .stm_markup_right .stm_mf{margin-bottom:-17px;margin-top:-3px;}.stm-footer__bottom .stm_markup_right .stm_markup__sidebar{padding-top:0px;}.stm_markup_right .stm_mf span{font-size:12px;font-weight:300;letter-spacing:0px;line-height:1.8em;margin-top:0px;padding-bottom:0px;padding-top:0px;}.stm_mf span .wp-image-4520{position:relative;top:6px;}.stm_mf span img{position:relative;bottom:-7px;}.footer-widgets .widget .widget_contacts_inner{border-style:none;}.stm-navigation > ul > .menu-item > .sub-menu{top:50px !important;}#wrapper .stm-header .stm-header__row_color_center .container .stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation > ul > .menu-item > .sub-menu{left:auto !important;}.stm-navigation > ul > .menu-item > .sub-menu > .menu-item > a{color:#16979a !important;font-weight:600;width:170px !important;border-style:none;}.stm-header .container .stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation > ul > .menu-item > .sub-menu > .menu-item > a{padding-top:10px !important;}#wrapper .stm-header .stm-header__row_color_center .container .stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation > ul > .menu-item > .sub-menu > .menu-item > a{padding-bottom:10px !important;}.stm-header .menu-item:nth-child(5) .menu-item:nth-child(1) a{position:static;width:148px;}.stm-header .menu-item:nth-child(5) .sub-menu{margin-right:9px;top:35px !important;}.stm-header .menu-item:nth-child(5) .menu-item:nth-child(2) a{width:148px;}.stm-header .menu-item:nth-child(5) .menu-item:nth-child(3) a{width:148px;}#wrapper .container .elementor > .elementor-element{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}#wrapper .stm-header .stm-header__row_color_center .container .stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation ul .menu-item:nth-child(5) .sub-menu .menu-item:nth-child(1){width:100% !important;}#wrapper .stm-header .stm-header__row_color_center .container .stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation ul .menu-item:nth-child(5) .sub-menu .menu-item:nth-child(2){width:100% !important;}.stm-navigation > ul > .menu-item > .sub-menu > .menu-item{list-style-position:inside;list-style-type:none;}.stm-header .menu-item:nth-child(4) .sub-menu{top:35px !important;min-width:170px;max-width:170px;}#wrapper .stm-header .stm-header__row_color_center .container .stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation ul .menu-item:nth-child(4) .sub-menu .menu-item:nth-child(1){width:170px !important;}.stm-header .menu-item:nth-child(4) .menu-item:nth-child(1){min-width:170px;max-width:170px;}#wrapper .stm-header .stm-header__row_color_center .container .stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation ul .menu-item:nth-child(4) .sub-menu .menu-item:nth-child(2){width:170px !important;}.stm-header .menu-item:nth-child(4) .menu-item:nth-child(2){min-width:170px;max-width:170px;}@media (max-width:440px){.site-content div .stm_markup_right{margin-left:10px !important;margin-right:10px !important;}.site-content div .post_details{display:inline-flex !important;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;}.stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation > ul > .menu-item > a{color:#ffffff;font-size:15px;font-weight:300 !important;letter-spacing:0.5px;}#wrapper .stm-header__row_top{height:150px;}#wrapper .sub-menu a{font-weight:400 !important;text-transform:capitalize;line-height:1.2em;padding-top:10px;padding-bottom:10px;}#wrapper > .active:nth-child(2){background-color:#16979a !important;}.stm-header__row_top .stm-header__cell_right .stm-header__element{border-bottom-style:solid;border-bottom-color:rgba(255,255,255,0.62);border-bottom-width:1px;margin-right:15px !important;}#wrapper .stm_mobile__header{padding-top:15px;padding-bottom:15px;margin-bottom:15px;}.stm-footer .stm-footer__bottom .stm_markup_right{margin-bottom:-15px;text-align:center;margin-top:1px;padding-top:15px;}.stm-footer__bottom .stm_markup_right .stm_markup__sidebar{text-align:center;display:block;}#menu-company-links .menu-item{font-size:14px;line-height:1.2em;letter-spacing:1px;}#menu-product-services .menu-item{font-size:14px;line-height:1.2em;letter-spacing:1px;}.footer-widgets .widget h4{margin-bottom:10px;font-weight:600;text-decoration:underline;}.footer-widgets .widget .menu-company-links-container{margin-bottom:0px;margin-top:-20px;}.footer-widgets .widget .menu-product-services-container{margin-top:-20px;}.footer-widgets .widget .textwidget{font-size:14px;text-align:center;line-height:1.2em;display:block;}.footer-widgets .widget .widget_contacts_inner{padding-left:0px;padding-top:0px;margin-top:-20px;float:none;display:block;padding-right:0px;padding-bottom:0px;direction:ltr;-webkit-column-count:1;column-count:1;margin-left:40px;}.footer-widgets .widget .stm-icontext{font-size:14px;line-height:1.2em;white-space:1;letter-spacing:1px;text-align:center;}.stm-footer .footer-widgets{padding-bottom:0px;}.stm-footer .container{padding-top:30px !important;text-align:center;-webkit-transform:translatex(0px) translatey(0px);-ms-transform:translatex(0px) translatey(0px);transform:translatex(0px) translatey(0px);}.stm-footer .footer-widgets .widget{text-align:center;-webkit-transform:translatex(0px) translatey(0px);-ms-transform:translatex(0px) translatey(0px);transform:translatex(0px) translatey(0px);}.stm_sidebar_hidden .stm_markup__post .stm_loop__grid{margin-left:20px;margin-right:20px;}.site-content .stm_titlebox{margin-top:0px;padding-top:150px !important;padding-bottom:50px !important;}.site-content .stm_sidebar_hidden .stm_markup__post{-webkit-transform:translatex(0px) translatey(0px);-ms-transform:translatex(0px) translatey(0px);transform:translatex(0px) translatey(0px);}.footer-widgets .widget:nth-child(4) .textwidget{margin-top:-20px;}.footer-widgets .widget:nth-child(1) .textwidget{visibility:visible;display:none;}.stm-navigation > ul > .menu-item > .sub-menu > .menu-item{padding-left:0px !important;padding-right:0px !important;}.stm-navigation > ul > .menu-item > .sub-menu > .menu-item > a{font-size:14px;}}@media (min-width:770px){.stm_mf span img{margin-bottom:20px;}}@media (min-width:1024px){.stm-footer__bottom .stm_markup_right .stm_markup__sidebar{margin-bottom:-15px;}#wrapper .stm-header .stm-header__row_color_center .container .stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation > ul > .menu-item > .sub-menu > .menu-item{width:33.3% !important;}.stm-header .menu-item:nth-child(5) .sub-menu{display:inline-grid;}#wrapper .stm-header .stm-header__row_color_center .container .stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation ul .menu-item:nth-child(5) .sub-menu{width:170px !important;}.stm-header .menu-item:nth-child(4) .sub-menu{display:-ms-grid;display:grid;}#wrapper .stm-header .stm-header__row_color_center .container .stm-header__row_center .stm-header__cell_right .stm-header__element .stm-navigation > ul > .menu-item > .sub-menu{width:702px !important;}} </style> </head> <body class="home page-template page-template-elementor_header_footer page page-id-4129 unselectable non-logged-in stm_title_box_style_2 stm_title_box_enabled stm_form_style_3 stm_breadcrumbs_disabled stm_pagination_style_3 stm_blockquote_style_3 stm_lists_style_1 stm_sidebar_style_1 stm_header_style_1 stm_post_style_2 stm_tabs_style_2 stm_tour_style_1 stm_buttons_style_3 stm_accordions_style_2 stm_projects_style_default stm_events_layout_1 stm_footer_layout_1 error_page_style_6 stm_shop_layout_business stm_products_style_left stm_header_sticky_1 stm_post_view_grid stm_sticky_header_mobile stm_layout_business elementor-default elementor-template-full-width elementor-kit-3845 elementor-page elementor-page-4129" ontouchstart="true"> <div id="wrapper"> <div class="stm-header"> <div class="stm-header__row_color stm-header__row_color_top"> <div class="container"> <div class="stm-header__row stm-header__row_top"> <div class="stm-header__cell stm-header__cell_left"> <div class="stm-header__element object1941 stm-header__element_"> <div class="stm-socials"> <a href="https://gh.linkedin.com/company/smlgh" class="stm-socials__icon icon_16px stm-socials__icon_round" target="_blank"> <i class="fa fa-linkedin"></i> </a> <a href="https://twitter.com/SML_Ghana" class="stm-socials__icon icon_16px stm-socials__icon_round" target="_blank"> <i class="fa fa-twitter"></i> </a> <a href="https://web.facebook.com/@StrategicMobilisationGH?_rdc=1&_rdr" class="stm-socials__icon icon_16px stm-socials__icon_round" target="_blank"> <i class="fa fa-facebook"></i> </a> <a href="https://www.youtube.com/@SMLGhanaofficial" class="stm-socials__icon icon_16px stm-socials__icon_round" target="_blank"> <i class="fa fa-youtube"></i> </a> </div> </div> </div> <div class="stm-header__cell stm-header__cell_right"> <div class="stm-header__element object580 stm-header__element_"> <div class="stm-navigation heading_font stm-navigation__default stm-navigation__default stm-navigation__none stm-navigation__" > <ul > <li id="menu-item-4083" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4083"><a href="https://smlgh.com/careers/">Careers</a></li> <li id="menu-item-4095" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4095"><a href="https://smlgh.com/contact-us/">Contact Us</a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="stm-header__row_color stm-header__row_color_center"> <div class="container"> <div class="stm-header__row stm-header__row_center"> <div class="stm-header__cell stm-header__cell_left"> <div class="stm-header__element object675 stm-header__element_"> <div class="stm-logo"> <a href="https://smlgh.com" title=""> <img fetchpriority="high" width="599" height="249" src="https://smlgh.com/wp-content/uploads/2024/04/S_M_L_Ghana_Logo.png" class="logo" alt="" style="width:150px" /> </a> </div> </div> </div> <div class="stm-header__cell stm-header__cell_right"> <div class="stm-header__element object881 stm-header__element_default"> <div class="stm-navigation heading_font stm-navigation__default stm-navigation__default stm-navigation__line_bottom stm-navigation__fwsb" > <ul > <li id="menu-item-4976" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-4129 current_page_item menu-item-4976"><a href="https://smlgh.com/" aria-current="page">Home</a></li> <li id="menu-item-3848" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3848"><a href="https://smlgh.com/about-us/">About Us</a></li> <li id="menu-item-3978" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3978 stm_megamenu stm_megamenu__boxed stm_megamenu_default"><a href="#">Product and Services</a> <ul class="sub-menu"> <li id="menu-item-4977" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4977 stm_col_width_default stm_mega_cols_inside_default"><a href="#">PORT SERVICES</a> <ul class="sub-menu"> <li id="menu-item-4011" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4011 stm_mega_second_col_width_default"><a href="https://smlgh.com/transaction-audit/">Transaction Audit</a></li> <li id="menu-item-4008" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4008 stm_mega_second_col_width_default"><a href="https://smlgh.com/external-price-verification/">External Price Verification</a></li> </ul> </li> <li id="menu-item-4978" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4978 stm_col_width_default stm_mega_cols_inside_default"><a href="#">PETROLEUM SERVICES</a> <ul class="sub-menu"> <li id="menu-item-3981" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3981 stm_mega_second_col_width_default"><a href="https://smlgh.com/downstream-petroleum-services/">Downstream Petroleum Services</a></li> <li id="menu-item-5743" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5743 stm_mega_second_col_width_default"><a href="https://smlgh.com/sml-upstream/">SML Upstream</a></li> </ul> </li> <li id="menu-item-4979" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4979 stm_col_width_default stm_mega_cols_inside_default"><a href="#">MINERAL SERVICES</a> <ul class="sub-menu"> <li id="menu-item-4256" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4256 stm_mega_second_col_width_default"><a href="https://smlgh.com/sml-nova/">SML NOVA</a></li> </ul> </li> </ul> </li> <li id="menu-item-4030" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4030"><a href="#">Media</a> <ul class="sub-menu"> <li id="menu-item-4312" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4312 stm_col_width_default stm_mega_cols_inside_default"><a href="https://smlgh.com/news/">News</a></li> <li id="menu-item-4389" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4389 stm_col_width_default stm_mega_cols_inside_default"><a href="https://smlgh.com/publication/">Publication</a></li> <li id="menu-item-5476" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5476 stm_col_width_default stm_mega_cols_inside_default"><a href="https://smlgh.com/gallery/">Gallery</a></li> </ul> </li> </ul> </div> </div> <div class="stm-header__element object1978 stm-header__element_"> <div class="stm-search stm-search_style_3"> <a href="#" data-toggle="modal" data-target="#searchModal" class="mbdc wtc_h hidden-sm hidden-xs"> <i class="stm-search__icon stm-search__icon_rounded icon_14px fa fa-search"></i> </a> <div class="hidden-lg hidden-md stm_widget_search"> <div class="widget widget_search"> <form role="search" method="get" class="search-form" action="https://smlgh.com/"> <input type="search" class="form-control" placeholder="Search..." value="" name="s" /> <button type="submit"><i class="fa fa-search"></i></button> </form> </div> </div></div> </div> </div> </div> </div> </div> </div> <div class="stm-header__overlay"></div> <div class="stm_mobile__header"> <div class="container"> <div class="stm_flex stm_flex_center stm_flex_last stm_flex_nowrap"> <div class="stm_mobile__logo"> <a href="https://smlgh.com/" title="Home"> <img src="https://smlgh.com/wp-content/uploads/2024/04/S_M_L_Ghana_Logo.png" alt="Site Logo"/> </a> </div> <div class="stm_mobile__switcher stm_flex_last js_trigger__click" data-element=".stm-header, .stm-header__overlay" data-toggle="false"> <span class="mbc"></span> <span class="mbc"></span> <span class="mbc"></span> </div> </div> </div> </div> <div class="site-content"> <div class="container no_vc_container"> <div data-elementor-type="wp-page" data-elementor-id="4129" class="elementor elementor-4129" data-elementor-post-type="page"> <div class="elementor-element elementor-element-73ff780 e-con-full e-flex e-con e-parent" data-id="73ff780" data-element_type="container"> <div class="elementor-element elementor-element-aeaa772 elementor-widget elementor-widget-slider_revolution" data-id="aeaa772" data-element_type="widget" data-widget_type="slider_revolution.default"> <div class="elementor-widget-container"> <div class="wp-block-themepunch-revslider"> <!-- START SML Slider REVOLUTION SLIDER 6.6.20 --><p class="rs-p-wp-fix"></p> <rs-module-wrap id="rev_slider_2_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_2_1" style="" data-version="6.6.20"> <rs-slides style="overflow: hidden; position: absolute;"> <rs-slide style="position: absolute;" data-key="rs-8" data-title="SML SLide 1" data-thumb="//smlgh.com/wp-content/uploads/2024/04/Slider-2-100x50.jpg" data-in="o:0;" data-out="a:false;"> <img decoding="async" src="//smlgh.com/wp-content/plugins/revslider/public/assets/assets/dummy.png" alt="" title="Slider 2" width="2330" height="1306" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//smlgh.com/wp-content/uploads/2024/04/Slider-2.jpg" data-no-retina> <!-- --><rs-layer id="slider-2-slide-8-layer-0" data-type="text" data-color="#fff" data-rsp_ch="on" data-xy="x:c;y:m;yo:-70px,-62px,-47px,-78px;" data-text="w:normal;s:50,44,33,31;l:60,53,40,40;ls:-1,0,0,0;fw:700;a:center;" data-dim="w:auto,auto,auto,380px;minh:0px,none,none,none;" data-frame_999="o:0;st:w;" style="z-index:8;font-family:'Montserrat';text-transform:uppercase;" >STRATEGIC MOBILISATION <br /> GHANA LIMITED </rs-layer><!-- --><rs-layer id="slider-2-slide-8-layer-4" data-type="text" data-color="#fff" data-rsp_ch="on" data-xy="x:c;y:m;yo:13px,11px,8px,44px;" data-text="w:normal;s:22,19,14,24;l:60,53,40,30;a:center;" data-dim="w:auto,auto,auto,235px;h:auto,auto,auto,96px;minh:0px,none,none,none;" data-frame_999="o:0;st:w;" style="z-index:7;font-family:'Open Sans';" >Confronting Impossibilities with Technology </rs-layer><!-- --><rs-layer id="slider-2-slide-8-layer-6" data-type="shape" data-rsp_ch="on" data-xy="x:c;y:m;" data-text="w:normal;s:20,17,12,7;l:0,22,16,9;" data-dim="w:2613px,2347px,1783px,1100px;h:847px,760px,577px,630px;" data-frame_999="o:0;st:w;" style="z-index:6;background-color:rgba(0,0,0,0.3);" > </rs-layer><!-- --> </rs-slide> <rs-slide style="position: absolute;" data-key="rs-11" data-title="SML SLide 2" data-thumb="//smlgh.com/wp-content/uploads/2024/04/SML_STAFFS_Slide_3-100x50.jpg" data-in="o:0;" data-out="a:false;"> <img decoding="async" src="//smlgh.com/wp-content/plugins/revslider/public/assets/assets/dummy.png" alt="" title="SML_STAFFS_Slide_3" width="1886" height="984" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//smlgh.com/wp-content/uploads/2024/04/SML_STAFFS_Slide_3.jpg" data-no-retina> <!-- --><rs-layer id="slider-2-slide-11-layer-0" data-type="text" data-color="#fff" data-rsp_ch="on" data-xy="x:c;y:m;yo:-10px,-8px,-6px,-78px;" data-text="w:normal;s:50,44,33,31;l:60,53,40,40;ls:-1,0,0,0;fw:700;a:center;" data-dim="w:602px,540px,410px,380px;minh:0px,none,none,none;" data-frame_999="o:0;st:w;" style="z-index:8;font-family:'Montserrat';text-transform:uppercase;" >JOIN A FAMILY AWAY FROM HOME </rs-layer><!-- --><rs-layer id="slider-2-slide-11-layer-6" data-type="shape" data-rsp_ch="on" data-xy="x:c;y:m;" data-text="w:normal;s:20,17,12,7;l:0,22,16,9;" data-dim="w:3224px,2895px,2199px,1356px;h:847px,760px,577px,630px;" data-frame_999="o:0;st:w;" style="z-index:6;background-color:rgba(0,0,0,0.3);" > </rs-layer><!-- --> </rs-slide> <rs-slide style="position: absolute;" data-key="rs-13" data-title="SML SLide 3" data-thumb="//smlgh.com/wp-content/uploads/2024/11/SML-participates-in-SESI_Img-1-100x50.jpg" data-in="o:0;" data-out="a:false;"> <img loading="lazy" decoding="async" src="//smlgh.com/wp-content/plugins/revslider/public/assets/assets/dummy.png" alt="" title="SML participates in SESI_Img" width="2340" height="1268" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//smlgh.com/wp-content/uploads/2024/11/SML-participates-in-SESI_Img-1.jpg" data-no-retina> <!-- --><rs-layer id="slider-2-slide-13-layer-0" data-type="text" data-color="#fff" data-rsp_ch="on" data-xy="x:c;y:m;yo:-70px,-62px,-47px,-78px;" data-text="w:normal;s:50,44,33,31;l:60,53,40,40;ls:-1,0,0,0;fw:700;a:center;" data-dim="w:709px,636px,483px,380px;minh:0px,none,none,none;" data-frame_999="o:0;st:w;" style="z-index:8;font-family:'Montserrat';text-transform:uppercase;" >SML participates in SESI SUMMIT 2024 </rs-layer><!-- --><a id="slider-2-slide-13-layer-1" class="rs-layer rev-btn" href="https://smlgh.com/2024/11/19/sml-participates-in-sesi-summit-2024-reaffirms-its-commitment-to-environmental-sustainability/" target="_blank" rel="noopener" data-type="button" data-rsp_ch="on" data-xy="x:c;y:m;yo:80px,71px,53px,32px;" data-text="w:normal;s:16,14,10,6;l:50,44,33,20;fw:500;" data-dim="minh:0px,none,none,none;" data-padding="r:40,36,27,17;l:40,36,27,17;" data-border="bor:3px,3px,3px,3px;" data-frame_999="o:0;st:w;" data-frame_hover="bgc:#f26624;bor:3px,3px,3px,3px;sp:100;e:power1.inOut;bri:120%;" style="z-index:9;background-color:#16979a;font-family:'Montserrat';" >Learn more <i class="material-icons">arrow_forward_ios</i> </a><!-- --><rs-layer id="slider-2-slide-13-layer-4" data-type="text" data-color="#fff" data-rsp_ch="on" data-xy="x:c;y:m;yo:13px,11px,8px,44px;" data-text="w:normal;s:22,19,14,24;l:60,53,40,30;a:center;" data-dim="w:auto,auto,auto,235px;h:auto,auto,auto,96px;minh:0px,none,none,none;" data-frame_999="o:0;st:w;" style="z-index:7;font-family:'Open Sans';" >Reaffirms its commitment to environmental sustainability </rs-layer><!-- --><rs-layer id="slider-2-slide-13-layer-6" data-type="shape" data-rsp_ch="on" data-xy="x:c;y:m;" data-text="w:normal;s:20,17,12,7;l:0,22,16,9;" data-dim="w:2613px,2347px,1783px,1100px;h:847px,760px,577px,630px;" data-frame_999="o:0;st:w;" style="z-index:6;background-color:rgba(0,0,0,0.3);" > </rs-layer><!-- --> </rs-slide> </rs-slides> </rs-module> <script> setREVStartSize({c: 'rev_slider_2_1',rl:[1240,1024,778,480],el:[600,748,700,600],gw:[1140,1024,778,480],gh:[600,748,700,600],type:'standard',justify:'',layout:'fullwidth',mh:"0"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules["revslider21"]!==undefined) {window.RS_MODULES.modules["revslider21"].once = false;window.revapi2 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()} </script> </rs-module-wrap> <!-- END REVOLUTION SLIDER --> </div> </div> </div> </div> <div class="elementor-element elementor-element-28da18a e-flex e-con-boxed e-con e-parent" data-id="28da18a" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-c78b365 e-con-full e-flex e-con e-child" data-id="c78b365" data-element_type="container"> </div> <div class="elementor-element elementor-element-7146e93 e-con-full e-flex e-con e-child" data-id="7146e93" data-element_type="container"> <div class="elementor-element elementor-element-42ee7f0 elementor-widget elementor-widget-heading" data-id="42ee7f0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">ABOUT SML</h1> </div> </div> <div class="elementor-element elementor-element-51290a3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="51290a3" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-d82acf7 e-flex e-con-boxed e-con e-child" data-id="d82acf7" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-159a7e2 e-con-full e-flex e-con e-child" data-id="159a7e2" data-element_type="container"> <div class="elementor-element elementor-element-b8e5ed3 elementor-widget elementor-widget-text-editor" data-id="b8e5ed3" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>At SML, we pioneer in combining cutting-edge propriety software with unparalleled hardware technology to deliver premier revenue assurance, real-time monitoring, and specialized audit services to clients. Our dedication to technological advancement places us at the forefront of port services and downstream petroleum services. We have garnered a stellar reputation for our thought leadership and innovative solutions in these sectors. <br /><br />The company is overseen by a governing board and comprises three divisions: port, petroleum and minerals services. Since its establishment in 2017, SML has played a crucial role in supporting, notably the Ghana revenue authority (GRA), in achieving their tax revenue mobilization goal.</p> </div> </div> </div> <div class="elementor-element elementor-element-fd40ec2 e-con-full e-flex e-con e-child" data-id="fd40ec2" data-element_type="container"> <div class="elementor-element elementor-element-e80db28 elementor-widget elementor-widget-image" data-id="e80db28" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" src="https://smlgh.com/wp-content/uploads/elementor/thumbs/SML_About_us-qmnjubc4xxzdwqed69r9niyzadidheoy1ubma8ar9w.jpg" title="SML_About_us" alt="SML_About_us" loading="lazy" /> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-cd1d613 elementor-align-center elementor-widget elementor-widget-button" data-id="cd1d613" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://smlgh.com/SML/about-us/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"><g> <path id="Chevron_Right_1_" d="M183.189,111.816L74.892,3.555c-4.752-4.74-12.451-4.74-17.215,0c-4.752,4.74-4.752,12.439,0,17.179 l99.707,99.671l-99.695,99.671c-4.752,4.74-4.752,12.439,0,17.191c4.752,4.74,12.463,4.74,17.215,0l108.297-108.261 C187.881,124.315,187.881,116.495,183.189,111.816z"></path> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg> </span> <span class="elementor-button-text">Read more about us </span> </span> </a> </div> </div> </div> </div> <div class="elementor-element elementor-element-d925d6d e-con-full e-flex e-con e-child" data-id="d925d6d" data-element_type="container"> </div> </div> </div> <div class="elementor-element elementor-element-12b28e2 e-flex e-con-boxed e-con e-parent" data-id="12b28e2" data-element_type="container" data-settings="{"background_background":"video","background_video_link":"https:\/\/smlgh.com\/wp-content\/uploads\/2024\/04\/1564362_Oil-Industry_Gar-Industry_Industry_1280x720.mp4","background_play_on_mobile":"yes"}"> <div class="e-con-inner"> <div class="elementor-background-video-container"> <video class="elementor-background-video-hosted" autoplay muted playsinline loop></video> </div><div class="elementor-element elementor-element-7d801d3 e-con-full e-flex e-con e-child" data-id="7d801d3" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-ef0be30 elementor-widget elementor-widget-heading" data-id="ef0be30" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">What sets us Apart</h2> </div> </div> <div class="elementor-element elementor-element-9f70e41 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="9f70e41" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-e801b73 e-flex e-con-boxed e-con e-child" data-id="e801b73" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-d5116f4 e-con-full e-flex e-con e-child" data-id="d5116f4" data-element_type="container"> <div class="elementor-element elementor-element-61b356b elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="61b356b" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <span class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" height="512" viewBox="0 0 512 512" width="512"><g><path d="m480.787 26.509h-96.481c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h96.481c8.94 0 16.213 7.273 16.213 16.213v284.974h-482v-284.974c0-8.94 7.273-16.213 16.213-16.213h318.092c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-318.092c-17.211 0-31.213 14.002-31.213 31.213v308.761c0 17.211 14.002 31.213 31.213 31.213h71.801c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-71.801c-8.94 0-16.213-7.273-16.213-16.213v-8.787h482v8.787c0 8.94-7.273 16.213-16.213 16.213h-343.103c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h47.204l-7.405 42.795h-13.686c-12.407 0-22.5 10.093-22.5 22.5s10.093 22.5 22.5 22.5h184.406c12.407 0 22.5-10.093 22.5-22.5s-10.093-22.5-22.5-22.5h-13.686l-7.405-42.795h153.674c17.211 0 31.213-14.002 31.213-31.213v-308.761c.001-17.211-14.001-31.213-31.212-31.213zm-161.493 413.982h-20.418c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h49.327c4.136 0 7.5 3.364 7.5 7.5s-3.364 7.5-7.5 7.5h-184.406c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5h100.067c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-71.158l7.405-42.795h111.779z"></path><path d="m405.719 216.277c-2.822 0-5.405 1.584-6.685 4.099l-35.394 69.565-29.868-58.705c-1.28-2.515-3.863-4.099-6.685-4.099s-5.405 1.584-6.685 4.099l-16.191 31.823h-25.851c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h30.45c2.822 0 5.405-1.584 6.685-4.099l11.592-22.783 29.868 58.705c1.28 2.515 3.863 4.099 6.685 4.099s5.405-1.584 6.685-4.099l35.394-69.565 17.117 33.644c1.28 2.515 3.863 4.099 6.685 4.099h30.45c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-25.851l-21.716-42.683c-1.28-2.516-3.863-4.1-6.685-4.1z"></path><path d="m278.363 194.059h38.919c4.142 0 7.5-3.358 7.5-7.5v-78.954c0-4.142-3.358-7.5-7.5-7.5h-38.919c-4.142 0-7.5 3.358-7.5 7.5v78.954c0 4.142 3.358 7.5 7.5 7.5zm7.5-78.954h23.919v63.954h-23.919z"></path><path d="m388.891 121.56h-38.919c-4.142 0-7.5 3.358-7.5 7.5v57.499c0 4.142 3.358 7.5 7.5 7.5h38.919c4.142 0 7.5-3.358 7.5-7.5v-57.499c0-4.142-3.358-7.5-7.5-7.5zm-7.5 57.499h-23.919v-42.499h23.919z"></path><path d="m459.971 194.059c4.142 0 7.5-3.358 7.5-7.5v-98.749c0-4.142-3.358-7.5-7.5-7.5h-38.919c-4.142 0-7.5 3.358-7.5 7.5v98.749c0 4.142 3.358 7.5 7.5 7.5zm-31.419-98.749h23.919v83.749h-23.919z"></path><path d="m221.898 165.152h-170c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h170c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5z"></path><path d="m51.898 219.993h30.422c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-30.422c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5z"></path><path d="m221.898 204.993h-105.213c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h105.213c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5z"></path><path d="m221.898 80.31h-170c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h170c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5z"></path><path d="m51.898 135.152h105.422c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-105.422c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5z"></path><path d="m221.898 120.152h-30.213c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h30.213c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5z"></path><path d="m229.398 251.851c0-4.142-3.358-7.5-7.5-7.5h-170c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h170c4.142 0 7.5-3.358 7.5-7.5z"></path><path d="m51.898 283.981c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h80c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5z"></path></g></svg> </span> </div> <div class="elementor-icon-box-content"> <p class="elementor-icon-box-description"> Real-time monitoring solutions. </p> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-508e73c e-con-full e-flex e-con e-child" data-id="508e73c" data-element_type="container"> <div class="elementor-element elementor-element-824e0d6 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="824e0d6" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <span class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><g> <g> <path d="M292,210h-72c-5.523,0-10,4.478-10,10v72c0,5.522,4.477,10,10,10h72c5.523,0,10-4.478,10-10v-72 C302,214.478,297.523,210,292,210z M282,282h-52v-52h52V282z"></path> </g></g><g> <g> <path d="M478,54c-18.748,0-34,15.252-34,34s15.252,34,34,34s34-15.252,34-34S496.748,54,478,54z M478,102c-7.72,0-14-6.28-14-14 c0-7.72,6.28-14,14-14c7.72,0,14,6.28,14,14C492,95.72,485.72,102,478,102z"></path> </g></g><g> <g> <path d="M426.59,80.9c-1.86-1.859-4.44-2.93-7.07-2.93c-2.64,0-5.22,1.07-7.08,2.93c-1.86,1.86-2.92,4.44-2.92,7.07 c0,2.63,1.06,5.21,2.92,7.07c1.87,1.859,4.44,2.93,7.08,2.93c2.63,0,5.21-1.07,7.07-2.93c1.86-1.86,2.93-4.44,2.93-7.07 C429.52,85.34,428.45,82.76,426.59,80.9z"></path> </g></g><g> <g> <path d="M415.534,266c4.281,13.883,17.229,24,32.497,24c18.748,0,34-15.252,34-34s-15.253-34-34-34 c-15.269,0-28.217,10.117-32.497,24H354v-78c0-5.522-4.477-10-10-10h-16V97.97h56.022c5.523,0,10-4.478,10-10 c0-5.522-4.477-10-10-10H318c-5.523,0-10,4.478-10,10V158h-42V96.467c13.882-4.281,24-17.228,24-32.497c0-18.748-15.252-34-34-34 s-34,15.252-34,34c0,15.269,10.118,28.217,24,32.497V158h-78c-5.523,0-10,4.478-10,10v16H97.969V66.506 C111.867,62.235,122,49.28,122,34c0-18.748-15.252-34-34-34S54,15.252,54,34c0,15.258,10.103,28.198,23.969,32.488V194 c0,5.522,4.477,10,10,10H158v42H96.466c-4.281-13.883-17.229-24-32.497-24c-18.748,0-34,15.252-34,34s15.252,34,34,34 c15.269,0,28.217-10.117,32.497-24H158v78c0,5.522,4.477,10,10,10h16v60.03h-56.022c-5.523,0-10,4.478-10,10 c0,5.522,4.477,10,10,10H194c5.523,0,10-4.478,10-10V354h42v61.533c-13.882,4.281-24,17.228-24,32.497c0,18.748,15.252,34,34,34 s34-15.252,34-34c0-15.269-10.118-28.217-24-32.497V354h78c5.523,0,10-4.478,10-10v-16h60.031v117.494 C400.133,449.765,390,462.72,390,478c0,18.748,15.252,34,34,34s34-15.252,34-34c0-15.258-10.103-28.198-23.969-32.488V318 c0-5.522-4.477-10-10-10H354v-42H415.534z M448.031,242c7.72,0,14,6.28,14,14c0,7.72-6.281,14-14,14c-7.72,0-14-6.28-14-14 C434.031,248.28,440.311,242,448.031,242z M88,48c-7.72,0-14-6.28-14-14c0-7.72,6.28-14,14-14c7.72,0,14,6.28,14,14 S95.72,48,88,48z M63.969,270c-7.72,0-14-6.28-14-14c0-7.72,6.28-14,14-14c7.72,0,14,6.28,14,14 C77.969,263.72,71.689,270,63.969,270z M242,63.97c0-7.72,6.28-14,14-14c7.72,0,14,6.28,14,14c0,7.72-6.28,14-14,14 C248.28,77.97,242,71.69,242,63.97z M270,448.03c0,7.72-6.28,14-14,14c-7.72,0-14-6.28-14-14c0-7.72,6.28-14,14-14 C263.72,434.03,270,440.31,270,448.03z M334,334H178V178h156V334z M424,464c7.72,0,14,6.28,14,14c0,7.72-6.28,14-14,14 c-7.72,0-14-6.28-14-14C410,470.28,416.28,464,424,464z"></path> </g></g><g> <g> <path d="M34,390c-18.748,0-34,15.252-34,34s15.252,34,34,34s34-15.252,34-34S52.748,390,34,390z M34,438c-7.72,0-14-6.28-14-14 c0-7.72,6.28-14,14-14c7.72,0,14,6.28,14,14C48,431.72,41.72,438,34,438z"></path> </g></g><g> <g> <path d="M99.57,416.96c-1.86-1.86-4.44-2.93-7.07-2.93s-5.21,1.069-7.07,2.93c-1.86,1.859-2.93,4.439-2.93,7.07 c0,2.63,1.07,5.21,2.93,7.069c1.86,1.86,4.44,2.931,7.07,2.931s5.21-1.07,7.07-2.931c1.86-1.859,2.93-4.439,2.93-7.069 C102.5,421.399,101.43,418.819,99.57,416.96z"></path> </g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg> </span> </div> <div class="elementor-icon-box-content"> <p class="elementor-icon-box-description"> Dedication to world-class technological solutions. </p> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-4798cd2 e-con-full e-flex e-con e-child" data-id="4798cd2" data-element_type="container"> <div class="elementor-element elementor-element-bcf3bcf elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="bcf3bcf" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <span class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512"><g id="Outline"><path d="M61.517,38.644l-.014-.023A4.738,4.738,0,0,0,55.393,37l-6.408,3.278a5.514,5.514,0,0,0-7-1.714L33.916,42.7a2.941,2.941,0,0,1-2.72-.017l-5.5-2.92a12.769,12.769,0,0,0-13.342.808l-.622-2.962a1,1,0,0,0-1.189-.772L2.789,38.51a1,1,0,0,0-.768,1.182L6.536,61.205a1,1,0,0,0,.978.8,1.054,1.054,0,0,0,.21-.022l7.758-1.67a1,1,0,0,0,.769-1.183l-.4-1.926,2.651-.57a6.879,6.879,0,0,1,2.35-.09l12.469,1.367A10.694,10.694,0,0,0,40.7,56.179l19.973-13.4A3.018,3.018,0,0,0,61.517,38.644ZM8.287,59.811,4.182,40.256l5.8-1.25L14.09,58.562ZM59.56,41.121l-19.972,13.4a8.735,8.735,0,0,1-6.03,1.4L21.09,54.554a8.762,8.762,0,0,0-3.012.12l-2.642.568L12.8,42.7l.683-.476a10.779,10.779,0,0,1,11.274-.694l5.5,2.92a4.928,4.928,0,0,0,4.57.031L42.9,40.34a3.536,3.536,0,0,1,4.67,1.378,1.009,1.009,0,0,1-.354,1.374l-11.126,6.6a8.809,8.809,0,0,1-6.473,1.025l-10.036-2.4-.465,1.946,10.046,2.4a10.81,10.81,0,0,0,7.948-1.251l11.127-6.6a3,3,0,0,0,1.454-2.652L56.3,38.778a2.736,2.736,0,0,1,3.52.929l.011.018A1.026,1.026,0,0,1,59.56,41.121Z"></path><rect x="6.7" y="41.565" width="2" height="1.998" transform="translate(-8.575 2.488) rotate(-11.848)"></rect><path d="M21,28a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V29a1,1,0,0,0-1-1Zm3,6H22V30h2Z"></path><path d="M30,21a1,1,0,0,0-1,1V35a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V22a1,1,0,0,0-1-1Zm3,13H31V23h2Z"></path><path d="M39,24a1,1,0,0,0-1,1V35a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V25a1,1,0,0,0-1-1Zm3,10H40V26h2Z"></path><path d="M48,19a1,1,0,0,0-1,1V35a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V20a1,1,0,0,0-1-1Zm3,15H49V21h2Z"></path><path d="M21,12.414l6.293,6.293a1,1,0,0,0,1.414,0L40,7.414l8.293,8.293a1,1,0,0,0,1.414,0L60,5.414V8h2V3a1,1,0,0,0-1-1H56V4h2.586L49,13.586,40.707,5.293a1,1,0,0,0-1.414,0L28,16.586l-6.293-6.293a1,1,0,0,0-1.414,0l-14,14,1.414,1.414Z"></path></g></svg> </span> </div> <div class="elementor-icon-box-content"> <p class="elementor-icon-box-description"> Sole sponsorship of high-risk investment venture. </p> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-1d596fc e-flex e-con-boxed e-con e-child" data-id="1d596fc" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-c91d28d e-con-full e-flex e-con e-child" data-id="c91d28d" data-element_type="container"> <div class="elementor-element elementor-element-2d0d83f elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="2d0d83f" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <span class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 512 512" data-name="Layer 1"><path d="m164.088 394.937c0-60.327-65.288-68.237-65.288-172.437a146.661 146.661 0 0 1 146.654-146.661 8 8 0 0 1 0 16 130.657 130.657 0 0 0 -130.654 130.661c0 95.128 60.093 103.094 64.98 164.44h139.039a8 8 0 0 1 8 8v33.781a34.267 34.267 0 0 1 -34.188 34.189h-9.168v12.381a18.746 18.746 0 0 1 -18.712 18.709h-38.595a18.746 18.746 0 0 1 -18.711-18.712v-12.381h-9.168a34.268 34.268 0 0 1 -34.189-34.189zm96.027-125.337a61.668 61.668 0 0 1 34.219-38.108c-18.984-21.115-3.94-54.917 24.485-54.917s43.47 33.8 24.485 54.917a61.675 61.675 0 0 1 34.22 38.108 71.906 71.906 0 1 0 -117.409 0zm104.069 14.258a45.55 45.55 0 0 0 -90.729 0 71.929 71.929 0 0 0 90.729 0zm-33.4-86.329c-10.628-10.629-28.884-3.069-28.884 11.961s18.255 22.59 28.881 11.963a16.92 16.92 0 0 0 0-23.927zm130.087 63.605a8 8 0 0 0 7.875-6.62 153.209 153.209 0 0 0 .056-52.562 8 8 0 0 0 -7.933-6.952h-19.882a126.61 126.61 0 0 0 -12.424-29.918l14.07-14.071-.021-.022a7.971 7.971 0 0 0 .9-10.2 151.562 151.562 0 0 0 -37-37.141 8 8 0 0 0 -10.641.6l-14.056 14.062a128.424 128.424 0 0 0 -29.93-12.387v-19.908a8 8 0 0 0 -6.62-7.875 153.031 153.031 0 0 0 -52.56-.055 8 8 0 0 0 -6.945 7.93v19.885a126.714 126.714 0 0 0 -29.918 12.425l-14.071-14.071-.022.022a7.97 7.97 0 0 0 -10.2-.9 151.554 151.554 0 0 0 -37.141 36.993 8 8 0 0 0 .6 10.642l14.059 14.059a128.442 128.442 0 0 0 -12.388 29.93h-19.908a8 8 0 0 0 -7.875 6.62q-1.155 6.584-1.725 13.159c-1.254 14.459-.5 25.169 1.669 39.4a8 8 0 0 0 7.931 6.943h19.908a128.374 128.374 0 0 0 12.387 29.929l-14.059 14.059.009.01a7.985 7.985 0 0 0 -.884 10.24 151.468 151.468 0 0 0 36.8 36.952 8 8 0 0 0 10.833-.442l14.071-14.071a126.675 126.675 0 0 0 29.918 12.426v19.881a8 8 0 0 0 6.62 7.875 153.065 153.065 0 0 0 52.56.056 8 8 0 0 0 6.945-7.931v-19.899a128.338 128.338 0 0 0 29.93-12.387l14.058 14.059.009-.009a7.988 7.988 0 0 0 10.241.884 151.468 151.468 0 0 0 36.952-36.8 8 8 0 0 0 -.442-10.834l-14.07-14.07a126.652 126.652 0 0 0 12.424-29.918zm-26.156-16h19.273a138.227 138.227 0 0 0 0-34.131h-19.275v-.006a8 8 0 0 1 -7.813-6.307 110 110 0 0 0 -5.9-18.882 111.707 111.707 0 0 0 -8.974-17.211 8 8 0 0 1 .791-10.393l13.654-13.654a139.494 139.494 0 0 0 -24.147-24.124l-13.624 13.623-.01-.01a7.986 7.986 0 0 1 -9.958 1.072 110.083 110.083 0 0 0 -36.2-15.031 8 8 0 0 1 -6.645-7.885v-19.295a138.17 138.17 0 0 0 -34.13 0v19.27h-.007a8 8 0 0 1 -6.306 7.813 109.961 109.961 0 0 0 -18.878 5.9 111.85 111.85 0 0 0 -17.216 8.975 8 8 0 0 1 -10.392-.792l-13.658-13.654a139.553 139.553 0 0 0 -24.123 24.146l13.626 13.626-.011.01a7.986 7.986 0 0 1 1.073 9.958 110.093 110.093 0 0 0 -15.031 36.2 8 8 0 0 1 -7.883 6.648h-19.3a137.936 137.936 0 0 0 0 34.131h19.3v.006a8 8 0 0 1 7.812 6.306 110.081 110.081 0 0 0 14.837 36.111 8 8 0 0 1 -.791 10.393l-13.626 13.625a139.518 139.518 0 0 0 24.117 24.146l13.654-13.653.01.01a7.989 7.989 0 0 1 9.961-1.075c10.409 6.688 24.139 12.723 36.185 15.073a8 8 0 0 1 6.645 7.885v19.273a138.121 138.121 0 0 0 34.13 0v-19.3h.006a8 8 0 0 1 6.306-7.813 110.089 110.089 0 0 0 36.112-14.833 8 8 0 0 1 10.392.792l13.625 13.625a139.494 139.494 0 0 0 24.147-24.124l-13.654-13.648.01-.011a7.986 7.986 0 0 1 -1.073-9.958c6.691-10.413 12.722-24.134 15.072-36.185a8 8 0 0 1 7.885-6.645zm-115.896-104.968a87.9 87.9 0 1 0 87.9 87.9 87.9 87.9 0 0 0 -87.9-87.9zm-202.337 231.249 17.281-17.281a8 8 0 1 0 -11.313-11.312l-17.281 17.278a8 8 0 1 0 11.313 11.313zm-67.526-134.815a8 8 0 0 1 0-16h24.444a8 8 0 1 1 0 16zm47.581-143.074 17.28 17.28a8 8 0 1 0 11.313-11.312l-17.281-17.281a8 8 0 0 0 -11.312 11.313zm134.812-67.526a8 8 0 0 1 16 0v24.439a8 8 0 1 1 -16 0zm36.114 436.907h-44.018v12.381a2.741 2.741 0 0 0 2.711 2.712h38.595a2.742 2.742 0 0 0 2.712-2.712zm43.356-34.189v-25.781h-130.731v25.781a18.263 18.263 0 0 0 18.189 18.189h94.354a18.263 18.263 0 0 0 18.188-18.189z" fill-rule="evenodd"></path></svg> </span> </div> <div class="elementor-icon-box-content"> <p class="elementor-icon-box-description"> Tailored solution approach to work. </p> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-b060e4a e-con-full e-flex e-con e-child" data-id="b060e4a" data-element_type="container"> <div class="elementor-element elementor-element-939e561 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="939e561" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <span class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;}</style><path class="st0" d="M68.8,173.2l2.1-5.2l6.2,2.5c2.3,1.2,4.1,3.1,5.3,5.8l-7.2,12.1c-2.9,4.9-3.7,10.6-2.3,16.1 c1.4,5.5,4.9,10.1,9.8,13c2.6,1.5,5.3,2.4,8.1,2.8c0,1.9,0.2,3.7,0.7,5.6c1.4,5.5,4.9,10.1,9.8,13c3.4,2,7.1,2.9,10.7,2.9 c2.9,0,5.7-0.6,8.3-1.7c1.8,2.8,4.3,5.2,7.2,6.9c3.3,1.9,7,2.9,10.7,2.9c3,0,5.9-0.6,8.6-1.8c1.8,2.7,4.1,4.9,6.9,6.6 c3.4,2,7,2.9,10.7,2.9c4.9,0,9.8-1.7,13.7-4.9l3.7,2.2c3.3,2,7,3,10.7,3c1.8,0,3.6-0.2,5.4-0.7c5.5-1.4,10.1-4.9,13-9.8 c1.3-2.2,2.2-4.6,2.6-7c7.9,0.7,16-3.2,20.2-10.4c1.7-2.9,2.6-6,2.9-9.2c6.5-0.7,12.6-4.3,16.2-10.4c2.5-4.3,3.4-9.2,2.7-13.8 c4.3-1.7,8.2-4.8,10.7-9.1c2.9-4.9,3.6-10.6,2.2-16.1c-0.1-0.4-0.2-0.8-0.4-1.2l5.8-2.3l2.1,5.2c2.4,5.9,8.1,9.5,14.1,9.5 c1.9,0,3.8-0.4,5.7-1.1c10.8-4.4,21.6-8.8,32.5-13.2c7.7-3.2,11.4-12,8.3-19.7l-37-91.2c-3.1-7.7-12-11.4-19.8-8.3 c-6.8,2.8-13.6,5.5-20.3,8.3l-12.1,4.9c0,0,0,0,0,0c-3.8,1.5-6.7,4.4-8.3,8.2c-1.6,3.7-1.6,7.9-0.1,11.5l2.2,5.4 c-9.9,4-17.6,5.8-27.8,0.7c-13.7-6.9-28.6-6.1-40.9,1.6c-12.3-7.7-27.2-8.4-40.9-1.5c-10.2,5.1-17.9,3.3-27.8-0.7l2.2-5.4 c3.1-7.7-0.6-16.6-8.3-19.7l-15.8-6.4c-0.3-0.1-0.5-0.2-0.8-0.3l-15.8-6.4c-7.7-3.1-16.6,0.6-19.7,8.3L8.3,148.6 c-3.1,7.7,0.6,16.5,8.3,19.7l12.1,4.9c6.8,2.7,13.5,5.5,20.3,8.2c1.9,0.7,3.8,1.1,5.7,1.1C60.8,182.6,66.5,179.1,68.8,173.2 L68.8,173.2z M88.6,200.5c-0.3-1.3-0.2-2.7,0.5-3.9l11-18.6c1.5-2.5,4.8-3.3,7.3-1.9c1.3,0.7,2.2,2,2.6,3.5c0.2,0.9,0.3,2.3-0.5,3.6 c0,0,0,0,0,0s0,0,0,0l-10.9,18.6c-0.1,0.1-0.1,0.2-0.2,0.3c-1.4,2.4-4.9,3.2-7.5,1.7C89.8,203,88.9,201.9,88.6,200.5L88.6,200.5z M109.5,225.1c-1.2-0.7-2.1-1.8-2.4-3.2c-0.3-1.4-0.2-2.7,0.6-3.9l15.6-26.6c0,0,0,0,0,0s0,0,0,0l0,0c0.7-1.2,1.8-2,3.2-2.4 c0.5-0.1,0.9-0.2,1.4-0.2c0.9,0,1.8,0.2,2.6,0.7c1.2,0.7,2.1,1.8,2.4,3.2c0.4,1.4,0.2,2.8-0.5,4s0,0,0,0c0,0,0,0,0,0l-15.7,26.6 C115.3,225.7,112,226.5,109.5,225.1L109.5,225.1z M135.7,233.3c-1.2-0.7-2.1-1.9-2.5-3.4c-0.2-0.8-0.4-2.4,0.5-3.9 c0-0.1,0.1-0.2,0.1-0.2l12.4-21l0,0c1.4-2.4,5-3.3,7.5-1.9c1.2,0.7,2,1.8,2.4,3.2c0.4,1.4,0.2,2.8-0.5,4l-9.2,15.6c0,0,0,0,0,0 c0,0,0,0,0,0l-3.4,5.7C141.5,233.8,138.1,234.7,135.7,233.3L135.7,233.3z M161.9,240.9c-1.2-0.7-2.1-1.8-2.4-3.2 c-0.3-1.3-0.2-2.7,0.5-3.9l9.3-15.7c0.2-0.3,0.3-0.6,0.5-0.9c0.2-0.2,0.3-0.5,0.5-0.7l1.4-2.3c1.5-2.5,4.8-3.3,7.2-1.9 c1.2,0.7,2,1.8,2.4,3.2c0.4,1.4,0.2,2.8-0.5,4l-11.1,18.8c0,0,0,0.1-0.1,0.1c0,0,0,0.1,0,0.1l-0.3,0.6 C167.7,241.5,164.4,242.4,161.9,240.9L161.9,240.9z M197.2,239.2c-0.7,1.2-1.8,2.1-3.2,2.4c-1.4,0.4-2.7,0.2-4-0.6l-2.6-1.5l5.3-9 l2.7,1.6C197.9,233.6,198.6,236.8,197.2,239.2L197.2,239.2z M265.3,72.2c6.5-2.7,13.1-5.3,19.6-7.9l36.4,89.6 c-10.3,4.2-20.6,8.3-30.8,12.5l-36.4-89.6L265.3,72.2L265.3,72.2z M206.1,102.4c16.1,8,28.9,4.7,41-0.2l20.7,50.9l-10.8,4.4 c-11.6-6.8-23.1-13.6-34.7-20.4c-0.1,0-0.2-0.1-0.2-0.1c-18.1-9.8-36.8-10.8-54.2-2.9c-0.1,0-0.1,0.1-0.2,0.1 c-17.4,8.5-26,6.2-30.5,2.1c11.9-7.1,24.4-16.4,37.3-27.7c0.2-0.2,0.4-0.3,0.5-0.5C183.5,99,195.2,96.9,206.1,102.4L206.1,102.4z M138.6,102.4c6.8-3.4,13.9-3.9,20.3-1.6c-13,11-25.5,19.7-37.2,25.7c-3.9,2-5.5,6.8-3.4,10.8c5.9,11.6,21.2,28.4,56.3,11.3 c12.7-5.8,26.1-5,39.7,2.4c12.1,7.1,24.1,14.1,36.1,21.2c0,0,0.1,0,0.1,0.1c1.2,0.7,2,1.8,2.4,3.2c0.4,1.4,0.2,2.8-0.5,4 c-1.4,2.4-4.7,3.3-7.2,1.9L208.9,160c-3.8-2.2-8.7-1-11,2.9c-2.2,3.8-1,8.7,2.9,11l36.3,21.3c0,0,0,0,0,0c0,0,0,0,0,0 c2.5,1.4,3.3,4.7,1.9,7.2c-1.4,2.4-4.7,3.3-7.2,1.9l-5.6-3.3c0,0,0,0,0,0L185.5,177c-3.8-2.2-8.7-1-11,2.8c-2.2,3.8-1,8.7,2.8,11 l40.7,23.9c0,0,0,0,0,0c0,0,0,0,0,0h0c1.2,0.7,2.1,1.8,2.4,3.2c0.4,1.4,0.2,2.8-0.5,4c-1.4,2.4-4.5,3.3-7.1,1.9c-2-1-4-2.3-6.1-3.5 c-1-0.6-2-1.2-3-1.8c0,0,0,0,0,0l-6.5-3.8c-0.1-1-0.3-2.1-0.5-3.1c-1.4-5.5-4.9-10.1-9.8-13c-5.5-3.2-11.9-3.6-17.5-1.7 c-1.8-3.2-4.4-5.9-7.7-7.8c-4.3-2.5-9.3-3.3-14-2.6c-1.7-4.5-4.9-8.3-9.1-10.8c-4.3-2.5-9.1-3.4-14-2.7c-1.8-4.5-5-8.3-9.2-10.7 c-7.2-4.2-16-3.7-22.6,0.7c-2.5-3-5.5-5.3-9-7c-0.1-0.1-0.3-0.1-0.4-0.2l-6.5-2.6l20.7-50.9C109.8,107.1,122.6,110.4,138.6,102.4 L138.6,102.4z M54.3,166.4c-6.5-2.6-13-5.3-19.5-7.9l-11.3-4.6l36.4-89.6l14.7,5.9c0.3,0.2,0.7,0.3,1.1,0.4c0,0,0.1,0,0.1,0l15,6.1 L54.3,166.4L54.3,166.4z M60.6,410.7c0,4.4,3.6,8,8,8H172c4.4,0,8-3.6,8-8c0-23.8-14-44.4-34.2-53.9c7-6.7,11.4-16.2,11.4-26.6 c0-20.3-16.5-36.9-36.9-36.9s-36.9,16.5-36.9,36.9c0,10.5,4.4,19.9,11.4,26.6C74.6,366.3,60.6,386.9,60.6,410.7L60.6,410.7z M99.4,330.1c0-11.5,9.4-20.8,20.9-20.8s20.8,9.4,20.8,20.8s-9.4,20.9-20.8,20.9S99.4,341.6,99.4,330.1z M120.3,367 c21.3,0,39.1,15.4,42.9,35.7H77.4C81.1,382.4,99,367,120.3,367L120.3,367z M333.7,199.5c3.1-3.1,8.2-3.1,11.3,0l15.4,15.4 c3.1,3.1,3.1,8.2,0,11.3l-15.7,15.7c-1.6,1.6-3.6,2.3-5.7,2.3s-4.1-0.8-5.7-2.3c-3.1-3.1-3.1-8.2,0-11.3l2-2h-29.6 c-3,0-5.5,2.5-5.5,5.4v53.4c0,4.4-3.6,8-8,8s-8-3.6-8-8V234c0-11.8,9.6-21.4,21.5-21.4h29.6l-1.8-1.8 C330.6,207.7,330.6,202.6,333.7,199.5L333.7,199.5z M503.3,255.7c0,4.4-3.6,8-8,8H384.7c-3,0-5.5,2.5-5.5,5.5v53.4c0,4.4-3.6,8-8,8 h-53.4c-3,0-5.4,2.4-5.4,5.4v53.4c0,4.4-3.6,8-8,8h-69.7c-3,0-5.4,2.4-5.4,5.4v53.4c0,4.4-3.6,8-8,8H68.6c-4.4,0-8-3.6-8-8 s3.6-8,8-8h144.6v-45.4c0-11.8,9.6-21.4,21.4-21.4h61.7V336c0-11.8,9.6-21.4,21.4-21.4h45.4v-45.4c0-11.8,9.6-21.5,21.5-21.5h110.6 C499.7,247.7,503.2,251.3,503.3,255.7L503.3,255.7z M241.4,303.5l2-2h-29.6c-3,0-5.4,2.4-5.4,5.4v53.4c0,4.4-3.6,8-8,8s-8-3.6-8-8 v-53.4c0-11.8,9.6-21.4,21.4-21.4h29.6l-1.8-1.8c-3.1-3.1-3.1-8.2,0-11.3s8.2-3.1,11.3,0l15.4,15.4c3.1,3.1,3.1,8.2,0,11.3 l-15.7,15.7c-1.6,1.6-3.6,2.3-5.7,2.3s-4.1-0.8-5.7-2.3C238.2,311.7,238.2,306.6,241.4,303.5L241.4,303.5z M391.9,215.6h103.4 c4.4,0,8-3.6,8-8c0-23.8-14-44.4-34.2-53.9c7-6.7,11.4-16.1,11.4-26.6c0-20.3-16.5-36.9-36.9-36.9s-36.9,16.6-36.9,36.9 c0,10.4,4.4,19.9,11.4,26.6c-20.2,9.6-34.2,30.2-34.2,53.9C383.9,212,387.5,215.6,391.9,215.6L391.9,215.6z M422.7,127.1 c0-11.5,9.4-20.9,20.9-20.9s20.8,9.4,20.8,20.9s-9.4,20.8-20.8,20.8S422.7,138.6,422.7,127.1z M443.6,163.9 c21.3,0,39.2,15.4,42.9,35.7h-85.9C404.4,179.3,422.2,163.9,443.6,163.9L443.6,163.9z"></path></svg> </span> </div> <div class="elementor-icon-box-content"> <p class="elementor-icon-box-description"> Proven track record of success. </p> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-09f9305 e-con-full e-flex e-con e-child" data-id="09f9305" data-element_type="container"> <div class="elementor-element elementor-element-50b0bf9 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="50b0bf9" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <span class="elementor-icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 64 64" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M43 56H6V8c0-2.21 1.79-4 4-4h33.54A5.98 5.98 0 0 0 42 8v17.5c0 .55.45 1 1 1s1-.45 1-1V20h9c.55 0 1-.45 1-1V8c0-3.31-2.69-6-6-6H10C6.69 2 4 4.69 4 8v49c0 .55.45 1 1 1h38c.55 0 1-.45 1-1s-.45-1-1-1zm9-48v10h-8V8c0-2.21 1.79-4 4-4s4 1.79 4 4z" fill="#ffffff" opacity="1" data-original="#000000" class=""></path><path d="M10 26h4c.55 0 1-.45 1-1V15c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1zm1-10h2v8h-2zM22 26c.55 0 1-.45 1-1V11c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1zm-3-14h2v12h-2zM31 25V15c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h4c.55 0 1-.45 1-1zm-2-1h-2v-8h2zM34 8c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm3 16h-2V10h2zM15 39c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1zm-2 3h-2v-2h2zM15.64 29.23a1 1 0 0 0-1.41.13l-2.57 3.08-.9-1.08c-.35-.42-.98-.48-1.41-.13-.42.35-.48.98-.13 1.41l1.67 2c.19.23.47.36.77.36s.58-.13.77-.36l3.33-4c.35-.42.3-1.05-.13-1.41zM28.38 30c0-.55-.45-1-1-1H19c-.55 0-1 .45-1 1s.45 1 1 1h8.38c.55 0 1-.45 1-1zM25 34c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1zM23.13 38H19c-.55 0-1 .45-1 1s.45 1 1 1h4.13c.55 0 1-.45 1-1s-.45-1-1-1zM23.13 42H19c-.55 0-1 .45-1 1s.45 1 1 1h4.13c.55 0 1-.45 1-1s-.45-1-1-1zM14 47h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-1 4h-2v-2h2zM25.61 48c0-.55-.45-1-1-1H19c-.55 0-1 .45-1 1s.45 1 1 1h5.61c.55 0 1-.45 1-1zM19 51c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zM39 40c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM39 41c-3.93 0-7 1.98-7 4.5s3.07 4.5 7 4.5 7-1.98 7-4.5-3.07-4.5-7-4.5zm0 7c-2.95 0-5-1.32-5-2.5s2.05-2.5 5-2.5 5 1.32 5 2.5-2.05 2.5-5 2.5z" fill="#ffffff" opacity="1" data-original="#000000" class=""></path><path d="m59.71 56.96-6.67-6.67a.996.996 0 0 0-1.41 0l-.96.96-1.81-1.81c1.95-2.27 3.14-5.22 3.14-8.45 0-7.17-5.83-13-13-13s-13 5.83-13 13 5.83 13 13 13c3.22 0 6.17-1.19 8.45-3.14l1.81 1.81-.96.96a.996.996 0 0 0 0 1.41l6.67 6.67c.2.2.45.29.71.29s.51-.1.71-.29l3.33-3.33a.996.996 0 0 0 0-1.41zM28 41c0-6.07 4.93-11 11-11s11 4.93 11 11-4.93 11-11 11-11-4.93-11-11zm27.67 18.59-5.25-5.25 1.92-1.92 5.25 5.25z" fill="#ffffff" opacity="1" data-original="#000000" class=""></path></g></svg> </span> </div> <div class="elementor-icon-box-content"> <p class="elementor-icon-box-description"> Cutting-edge audit methodologies and best practices. </p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-b096fed e-flex e-con-boxed e-con e-parent" data-id="b096fed" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-640f35a e-con-full e-flex e-con e-child" data-id="640f35a" data-element_type="container"> <div class="elementor-element elementor-element-9f9523f elementor-widget elementor-widget-heading" data-id="9f9523f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">PRODUCT & SERVICES</h2> </div> </div> <div class="elementor-element elementor-element-3fd6d58 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3fd6d58" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-baeb373 e-flex e-con-boxed e-con e-child" data-id="baeb373" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-bf58eb4 e-con-full e-flex e-con e-child" data-id="bf58eb4" data-element_type="container"> </div> <div class="elementor-element elementor-element-fb68ffd e-con-full e-flex e-con e-child" data-id="fb68ffd" data-element_type="container"> <div class="elementor-element elementor-element-eebb11c elementor-widget elementor-widget-text-editor" data-id="eebb11c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p style="text-align: center;">We deploy proprietary software and cutting-edge technologies, as well as experienced human capital, to provide real-time and accurate end-to-end revenue audit and assurances for our clients.</p> </div> </div> </div> <div class="elementor-element elementor-element-808964f e-con-full e-flex e-con e-child" data-id="808964f" data-element_type="container"> </div> </div> </div> <div class="elementor-element elementor-element-b1abc7f e-flex e-con-boxed e-con e-child" data-id="b1abc7f" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-42889cc e-con-full e-flex e-con e-child" data-id="42889cc" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-f5b47d9 elementor-widget elementor-widget-spacer" data-id="f5b47d9" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-44bd4d9 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="44bd4d9" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://smlgh.com/SML/transaction-audit/"> <span class="elementor-icon-list-text">Port Services</span> </a> </li> </ul> </div> </div> </div> <div class="elementor-element elementor-element-9ebac17 e-con-full e-flex e-con e-child" data-id="9ebac17" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-483088d elementor-widget elementor-widget-spacer" data-id="483088d" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-e922f87 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e922f87" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://smlgh.com/SML/downstream-petroleum-services/"> <span class="elementor-icon-list-text">Petroleum Services</span> </a> </li> </ul> </div> </div> </div> <div class="elementor-element elementor-element-8e8216e e-con-full e-flex e-con e-child" data-id="8e8216e" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-dd2f288 elementor-widget elementor-widget-spacer" data-id="dd2f288" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-aec46f8 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="aec46f8" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://smlgh.com/SML/sml-nova/"> <span class="elementor-icon-list-text">Mineral Services</span> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-36aedcb e-flex e-con-boxed e-con e-parent" data-id="36aedcb" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-7ffe7d4 e-con-full e-flex e-con e-child" data-id="7ffe7d4" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-3a81cd5 elementor-widget elementor-widget-heading" data-id="3a81cd5" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">SML REVEALED</h2> </div> </div> <div class="elementor-element elementor-element-751a2d9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="751a2d9" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-6d9a8f4 e-flex e-con-boxed e-con e-child" data-id="6d9a8f4" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-cfa7b4f e-con-full e-flex e-con e-child" data-id="cfa7b4f" data-element_type="container"> <div class="elementor-element elementor-element-c94ee68 elementor-widget elementor-widget-counter" data-id="c94ee68" data-element_type="widget" data-widget_type="counter.default"> <div class="elementor-widget-container"> <div class="elementor-counter"> <div class="elementor-counter-title">Deployment of our cutting-edge technology in all 24 depots across Ghana</div> <div class="elementor-counter-number-wrapper"> <span class="elementor-counter-number-prefix"></span> <span class="elementor-counter-number" data-duration="2000" data-to-value="24" data-from-value="0" data-delimiter=",">0</span> <span class="elementor-counter-number-suffix"></span> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-0762cb5 e-con-full e-flex e-con e-child" data-id="0762cb5" data-element_type="container"> <div class="elementor-element elementor-element-4ace17b elementor-widget elementor-widget-counter" data-id="4ace17b" data-element_type="widget" data-widget_type="counter.default"> <div class="elementor-widget-container"> <div class="elementor-counter"> <div class="elementor-counter-title"> Employees, Consultants, Partners and Foreign Expats</div> <div class="elementor-counter-number-wrapper"> <span class="elementor-counter-number-prefix"></span> <span class="elementor-counter-number" data-duration="2000" data-to-value="250" data-from-value="0" data-delimiter=",">0</span> <span class="elementor-counter-number-suffix">+</span> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-3f28a26 e-con-full e-flex e-con e-child" data-id="3f28a26" data-element_type="container"> <div class="elementor-element elementor-element-bb5040e elementor-widget elementor-widget-counter" data-id="bb5040e" data-element_type="widget" data-widget_type="counter.default"> <div class="elementor-widget-container"> <div class="elementor-counter"> <div class="elementor-counter-title"> In additional revenue for Ghana</div> <div class="elementor-counter-number-wrapper"> <span class="elementor-counter-number-prefix"></span> <span class="elementor-counter-number" data-duration="2000" data-to-value="12" data-from-value="0" data-delimiter=",">0</span> <span class="elementor-counter-number-suffix">B+</span> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-2b62de1 e-con-full e-flex e-con e-child" data-id="2b62de1" data-element_type="container"> <div class="elementor-element elementor-element-c18a82e elementor-widget elementor-widget-counter" data-id="c18a82e" data-element_type="widget" data-widget_type="counter.default"> <div class="elementor-widget-container"> <div class="elementor-counter"> <div class="elementor-counter-title">Tax Compliant</div> <div class="elementor-counter-number-wrapper"> <span class="elementor-counter-number-prefix"></span> <span class="elementor-counter-number" data-duration="2000" data-to-value="100" data-from-value="0" data-delimiter=",">0</span> <span class="elementor-counter-number-suffix">%</span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-1fd91e3 e-flex e-con-boxed e-con e-parent" data-id="1fd91e3" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-8bc8ae1 e-con-full e-flex e-con e-child" data-id="8bc8ae1" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-357ca74 elementor-widget elementor-widget-heading" data-id="357ca74" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Testimonials</h2> </div> </div> <div class="elementor-element elementor-element-22ee1f3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="22ee1f3" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-72f5cac e-flex e-con-boxed e-con e-child" data-id="72f5cac" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-a873640 e-con-full e-flex e-con e-child" data-id="a873640" data-element_type="container"> <div class="elementor-element elementor-element-0a28487 elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel" data-id="0a28487" data-element_type="widget" data-settings="{"show_arrows":"yes","pagination":"bullets","speed":500,"autoplay":"yes","autoplay_speed":5000,"loop":"yes","pause_on_hover":"yes","pause_on_interaction":"yes","space_between":{"unit":"px","size":10,"sizes":[]},"space_between_tablet":{"unit":"px","size":10,"sizes":[]},"space_between_mobile":{"unit":"px","size":10,"sizes":[]}}" data-widget_type="testimonial-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-main-swiper swiper" role="region" aria-roledescription="carousel" aria-label="Slides"> <div class="swiper-wrapper"> <div class="swiper-slide" role="group" aria-roledescription="slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> "SML solely financed the capital expenditures and cutting-edge technology that is employed in the monitoring and auditing services provided to GRA in the Downstream Petroleum Sector." </div> </div> <div class="elementor-testimonial__footer"> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Ghana Revenue Authority</span><span class="elementor-testimonial__title"> December 2023</span></cite> </div> </div> </div> <div class="swiper-slide" role="group" aria-roledescription="slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> "The work of SML over the period has led to a significant increase in figures reported in the downstream petroleum sector." </div> </div> <div class="elementor-testimonial__footer"> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Ghana Revenue Authority</span><span class="elementor-testimonial__title">December 2023</span></cite> </div> </div> </div> <div class="swiper-slide" role="group" aria-roledescription="slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> “All the pipes entering every depot are tagged, so you know exactly what is coming in and all the pipes going out are also tagged so you know exactly what the quantities are. That then enables you to have numbers that are reconcilable. Also, you will see the differences in numbers between the NPA, GRA and the companies themselves. So, we have eliminated that and it was about two to three billion cedis of losses. We are really excited about this change where we can now determine and get the exact revenues we want." </div> </div> <div class="elementor-testimonial__footer"> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Ministry of Finance</span><span class="elementor-testimonial__title">June 2020</span></cite> </div> </div> </div> <div class="swiper-slide" role="group" aria-roledescription="slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> ‘‘SML is doing world class audit and monitoring in real-time for Ghana.’’ </div> </div> <div class="elementor-testimonial__footer"> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Parliamentary Committee on Mines and Energy, Ghana</span><span class="elementor-testimonial__title">February 2024</span></cite> </div> </div> </div> <div class="swiper-slide" role="group" aria-roledescription="slide"> <div class="elementor-testimonial"> <div class="elementor-testimonial__content"> <div class="elementor-testimonial__text"> “What we have seen here today is indeed a good job by SML Ghana, and we are very happy to know that they keep monitoring in real-time and at all times; and we hope that these processes will further enhance our tax collection and also increase our revenue mobilisation." </div> </div> <div class="elementor-testimonial__footer"> <cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Dr. Anthony Oteng-Gyasi</span><span class="elementor-testimonial__title">Board Chair, Ghana Revenue Authority</span></cite> </div> </div> </div> </div> <div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0" aria-label="Previous"> <svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg> </div> <div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0" aria-label="Next"> <svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg> </div> <div class="swiper-pagination"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!--.container--> </div> <!-- .site-content --> </div> <!-- id wrapper closed--> <div class="stm-footer"> <div class="container footer_widgets_count_4"> <div class="footer-widgets"> <aside id="stm_text-2" class="widget widget-default widget-footer stm_wp_widget_text"> <div class="textwidget"><img class="alignnone wp-image-4120" src="http://smlgh.com/wp-content/uploads/2024/04/SML-Logo_White-300x125.png" alt="" width="182" height="76" /> <br>Strategic Mobilization Ghana Limited (SML) pioneers petroleum audit and assurances in Ghana’s downstream petroleum sector.</div> </aside><aside id="nav_menu-2" class="widget widget-default widget-footer widget_nav_menu"><div class="widgettitle widget-footer-title"><h4>Company Links</h4></div><div class="menu-company-links-container"><ul id="menu-company-links" class="menu"><li id="menu-item-4127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4127"><a href="https://smlgh.com/about-us/">About Us</a></li> <li id="menu-item-4125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4125"><a href="https://smlgh.com/careers/">Careers</a></li> <li id="menu-item-4124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4124"><a href="https://smlgh.com/contact-us/">Contact Us</a></li> </ul></div></aside><aside id="nav_menu-3" class="widget widget-default widget-footer widget_nav_menu"><div class="widgettitle widget-footer-title"><h4>Product & Services</h4></div><div class="menu-product-services-container"><ul id="menu-product-services" class="menu"><li id="menu-item-4123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4123"><a href="https://smlgh.com/downstream-petroleum-services/">Downstream Petroleum Services</a></li> <li id="menu-item-4121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4121"><a href="https://smlgh.com/transaction-audit/">Transaction Audit</a></li> <li id="menu-item-4122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4122"><a href="https://smlgh.com/external-price-verification/">External Price Verification</a></li> <li id="menu-item-4254" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4254"><a href="https://smlgh.com/sml-nova/">SML NOVA</a></li> </ul></div></aside><aside id="text-3" class="widget widget-default widget-footer widget_text"><div class="widgettitle widget-footer-title"><h4>Get in Touch</h4></div> <div class="textwidget"><p><strong>Postal Address:</strong> P.O. Box CO 908 Tema, Ghana<br /> <strong>Phone No.:</strong> (+233) 302 917 513<br /> <strong>Email:</strong> [email protected]</p> </div> </aside> </div> <div class="stm-footer__bottom"> <div class="stm_markup stm_markup_right stm_markup_50"> <div itemscope itemtype="https://schema.org/Organization" class="stm_markup__content stm_mf stm_bottom_copyright "> <span>Copyright ©</span> <span>2025</span> <span itemprop="copyrightHolder">SML Ghana Limited. All Rights Reserved. <img class="alignnone wp-image-4525" src="http://smlgh.com/wp-content/uploads/2024/04/ssl-secure.svg" alt="" width="64" height="23" /></span> </div> <div class="stm_markup__sidebar text-right"> <div class="stm-socials"> <a href="https://gh.linkedin.com/company/smlgh" class="stm-socials__icon stm-socials__icon_round stm-socials__icon_filled icon_17px mbc_h" target="_blank"> <i class="fa fa-linkedin ttc"></i> </a> <a href="https://twitter.com/SML_Ghana" class="stm-socials__icon stm-socials__icon_round stm-socials__icon_filled icon_17px mbc_h" target="_blank"> <i class="fa fa-twitter ttc"></i> </a> <a href="https://web.facebook.com/@StrategicMobilisationGH?_rdc=1&_rdr" class="stm-socials__icon stm-socials__icon_round stm-socials__icon_filled icon_17px mbc_h" target="_blank"> <i class="fa fa-facebook ttc"></i> </a> <a href="https://www.youtube.com/@SMLGhanaofficial" class="stm-socials__icon stm-socials__icon_round stm-socials__icon_filled icon_17px mbc_h" target="_blank"> <i class="fa fa-youtube ttc"></i> </a> </div> </div> </div> </div> </div> </div> <!--Site global modals--> <div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-labelledby="searchModal"> <div class="vertical-alignment-helper"> <div class="modal-dialog vertical-align-center" role="document"> <div class="modal-content"> <div class="modal-body"> <form method="get" id="searchform" action="https://smlgh.com/"> <div class="search-wrapper"> <input placeholder="Start typing here..." type="text" class="form-control search-input" value="" name="s" id="s" /> <button type="submit" class="search-submit" ><i class="fa fa-search mtc"></i></button> </div> </form> </div> </div> </div> </div> </div> <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> <div id="wpcp-error-message" class="msgmsg-box-wpcp hideme"><span>error: </span>Content is protected !!</div> <script> var timeout_result; function show_wpcp_message(smessage) { if (smessage !== "") { var smessage_text = '<span>Alert: </span>'+smessage; document.getElementById("wpcp-error-message").innerHTML = smessage_text; document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp showme"; clearTimeout(timeout_result); timeout_result = setTimeout(hide_message, 3000); } } function hide_message() { document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp hideme"; } </script> <style> @media print { body * {display: none !important;} body:after { content: "You are not allowed to print preview this page, Thank you"; } } </style> <style type="text/css"> #wpcp-error-message { direction: ltr; text-align: center; transition: opacity 900ms ease 0s; z-index: 99999999; } .hideme { opacity:0; visibility: hidden; } .showme { opacity:1; visibility: visible; } .msgmsg-box-wpcp { border:1px solid #f5aca6; border-radius: 10px; color: #555; font-family: Tahoma; font-size: 11px; margin: 10px; padding: 10px 36px; position: fixed; width: 255px; top: 50%; left: 50%; margin-top: -10px; margin-left: -130px; -webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1); -moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1); box-shadow: 0px 0px 34px 2px rgba(242,191,191,1); } .msgmsg-box-wpcp span { font-weight:bold; text-transform:uppercase; } .warning-wpcp { background:#ffecec url('https://smlgh.com/wp-content/plugins/wp-content-copy-protector/images/warning.png') no-repeat 10px 50%; } </style> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link href="https://fonts.googleapis.com/css?family=Montserrat:700%2C500%7COpen+Sans:400%7CRoboto:400&display=swap" rel="stylesheet" property="stylesheet" media="all" type="text/css" > <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://smlgh.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://smlgh.com/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.6.20' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rev_slider_2_1_wrapper .zeus.tparrows{cursor:pointer; min-width:70px; min-height:70px; position:absolute; display:block; z-index:1000; border-radius:50%; overflow:hidden; background:rgba(0,0,0,0.1)}#rev_slider_2_1_wrapper .zeus.tparrows:before{font-family:'revicons'; font-size:20px; color:#ffffff; display:block; line-height:70px; text-align:center; z-index:2; position:relative}#rev_slider_2_1_wrapper .zeus.tparrows.tp-leftarrow:before{content:'\e824'}#rev_slider_2_1_wrapper .zeus.tparrows.tp-rightarrow:before{content:'\e825'}#rev_slider_2_1_wrapper .zeus .tp-title-wrap{background:rgba(0,0,0,0.5); width:100%; height:100%; top:0px; left:0px; position:absolute; opacity:0; transform:scale(0); -webkit-transform:scale(0); transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; border-radius:50%}#rev_slider_2_1_wrapper .zeus .tp-arr-imgholder{width:100%; height:100%; position:absolute; top:0px; left:0px; background-position:center center; background-size:cover; border-radius:50%; transform:translatex(-100%); -webkit-transform:translatex(-100%); transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s}#rev_slider_2_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder{transform:translatex(100%); -webkit-transform:translatex(100%)}#rev_slider_2_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder{transform:translatex(0); -webkit-transform:translatex(0); opacity:1}#rev_slider_2_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap{transform:scale(1); -webkit-transform:scale(1); opacity:1} @font-face{font-family:'Material Icons'; font-style:normal; font-weight:400; src:url(//fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2')}rs-module .material-icons{font-family:'Material Icons'; font-weight:normal; font-style:normal;font-size:inherit; display:inline-block; text-transform:none; letter-spacing:normal; word-wrap:normal; white-space:nowrap; direction:ltr; vertical-align:top; line-height:inherit; font-feature-settings:'liga'; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; -moz-osx-font-smoothing:grayscale} </style> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.6.20" defer async id="tp-tools-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.6.20" defer async id="revmin-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js?ver=0.2.1" id="jquery-numerator-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/themes/pearl/assets/vendor/bootstrap.min.js?ver=3.4.6" id="bootstrap-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/themes/pearl/assets/vendor/SmoothScroll.js?ver=3.4.6" id="SmoothScroll.js-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/themes/pearl/assets/js/bootstrap-datepicker/bootstrap-datepicker.js?ver=3.4.6" id="bootstrap-datepicker-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/themes/pearl/assets/js/bootstrap-datepicker/locales/bootstrap-datepicker.en.js?ver=3.4.6" id="bootstrap-datepicker-en-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/themes/pearl/assets/js/sticky-kit.js?ver=3.4.6" id="sticky-kit-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/themes/pearl/assets/vendor/jquery.touchSwipe.min.js?ver=3.4.6" id="jquery-touchswipe.js-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/themes/pearl/assets/js/app.js?ver=3.4.6" id="pearl-theme-scripts-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5" id="swiper-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.28.4" id="elementor-pro-webpack-runtime-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.28.4" id="elementor-webpack-runtime-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.28.4" id="elementor-frontend-modules-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" id="elementor-pro-frontend-js-before"> /* <![CDATA[ */ var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/smlgh.com\/wp-admin\/admin-ajax.php","nonce":"fe253645d8","urls":{"assets":"https:\/\/smlgh.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/smlgh.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/smlgh.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; /* ]]> */ </script> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.28.4" id="elementor-pro-frontend-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="text/javascript" id="elementor-frontend-js-before"> /* <![CDATA[ */ var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.28.4","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_local_google_fonts":true,"theme_builder_v2":true,"nested-elements":true,"editor_v2":true,"home_screen":true},"urls":{"assets":"https:\/\/smlgh.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/smlgh.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/smlgh.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"46beb1d102"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":4129,"title":"SML%20Ghana%20%E2%80%93%20Confronting%20Impossibilities%20with%20Technology","excerpt":"","featuredImage":false}}; /* ]]> */ </script> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.28.4" id="elementor-frontend-js"></script> <script type="text/javascript" src="https://smlgh.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.28.4" id="pro-elements-handlers-js"></script> <script id="rs-initialisation-scripts"> var tpj = jQuery; var revapi2; if(window.RS_MODULES === undefined) window.RS_MODULES = {}; if(RS_MODULES.modules === undefined) RS_MODULES.modules = {}; RS_MODULES.modules["revslider21"] = {once: RS_MODULES.modules["revslider21"]!==undefined ? RS_MODULES.modules["revslider21"].once : undefined, init:function() { window.revapi2 = window.revapi2===undefined || window.revapi2===null || window.revapi2.length===0 ? document.getElementById("rev_slider_2_1") : window.revapi2; if(window.revapi2 === null || window.revapi2 === undefined || window.revapi2.length==0) { window.revapi2initTry = window.revapi2initTry ===undefined ? 0 : window.revapi2initTry+1; if (window.revapi2initTry<20) requestAnimationFrame(function() {RS_MODULES.modules["revslider21"].init()}); return;} window.revapi2 = jQuery(window.revapi2); if(window.revapi2.revolution==undefined){ revslider_showDoubleJqueryError("rev_slider_2_1"); return;} revapi2.revolutionInit({ revapi:"revapi2", DPR:"dpr", sliderLayout:"fullwidth", duration:5000, visibilityLevels:"1240,1024,778,480", gridwidth:"1140,1024,778,480", gridheight:"600,748,700,600", hideLayerAtLimit:501, lazyType:"smart", perspective:600, perspectiveType:"local", editorheight:"600,748,700,600", responsiveLevels:"1240,1024,778,480", progressBar:{disableProgressBar:true}, navigation: { mouseScrollNavigation:false, wheelCallDelay:1000, onHoverStop:false, arrows: { enable:true, tmp:"<div class=\"tp-title-wrap\"> <div class=\"tp-arr-imgholder\"></div> </div>", style:"zeus", 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> </body> </html>