CINXE.COM
Page not found – VerifID
<!DOCTYPE html> <html lang="en-AU"> <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://verifid.com.au/xmlrpc.php"> <title>Page not found – VerifID</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//verifid.com.au' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="VerifID » Feed" href="https://verifid.com.au/feed/" /> <link rel="alternate" type="application/rss+xml" title="VerifID » Comments Feed" href="https://verifid.com.au/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.4.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-SMFG6BXVPJ" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '9.4.1'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/verifid.com.au\/tel:61\/"}; 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-SMFG6BXVPJ', ]; /* 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-SMFG6BXVPJ', {"forceSSL":"true","link_attribution":"true","page_path":'\/404.html?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer} ); 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> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/verifid.com.au\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.5"}}; /*! 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,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}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'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://verifid.com.au/wp-includes/css/dist/block-library/style.min.css?ver=6.4.5' media='all' /> <style id='classic-theme-styles-inline-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'> body{--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-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :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;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='zerif_font-css' href='//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C400italic%7CMontserrat%3A700%7CHomemade+Apple&ver=2.2.1' media='all' /> <link rel='stylesheet' id='zerif_font_all-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A400%2C300%2C300italic%2C400italic%2C600italic%2C600%2C700%2C700italic%2C800%2C800italic&ver=2.2.1' media='all' /> <link rel='stylesheet' id='zerif_bootstrap_style-css' href='https://verifid.com.au/wp-content/themes/zerif-pro/css/bootstrap.min.css?ver=2.2.1' media='all' /> <link rel='stylesheet' id='zerif_font-awesome_style-css' href='https://verifid.com.au/wp-content/themes/zerif-pro/assets/css/font-awesome.min.css?ver=2.2.1' media='all' /> <link rel='stylesheet' id='zerif_style-css' href='https://verifid.com.au/wp-content/themes/zerif-pro/style.css?ver=2.2.1' media='all' /> <style id='zerif_style-inline-css'> .zerif-top-bar, .zerif-top-bar .widget.widget_shopping_cart .cart_list { background-color: #363537 } .zerif-top-bar .widget .label-floating input[type=search]:-webkit-autofill { -webkit-box-shadow: inset 0 0 0px 9999px #363537 }.zerif-top-bar, .zerif-top-bar .widget .label-floating input[type=search], .zerif-top-bar .widget.widget_search form.form-group:before, .zerif-top-bar .widget.widget_product_search form.form-group:before, .zerif-top-bar .widget.widget_shopping_cart:before { color: #ffffff } .zerif-top-bar .widget .label-floating input[type=search]{ -webkit-text-fill-color:#ffffff !important }.zerif-top-bar a, .zerif-top-bar .top-bar-nav li a { color: #ffffff }.zerif-top-bar a:hover, .zerif-top-bar .top-bar-nav li a:hover { color: #eeeeee } .navbar-inverse .navbar-nav > li > a, .nav.navbar-inverse .nav.navbar-nav ul.sub-menu li a, .navbar.navbar-inverse .primary-menu a, .navbar.navbar-inverse .primary-menu > li > a, .nav.navbar-inverse .primary-menu ul.sub-menu li a { color:#808080; } .navbar-inverse .navbar-nav > li.current-menu-item > a:not(.page-anchor), .navbar.navbar-inverse .nav.navbar-nav>li.current>a, .navbar.navbar-inverse .nav.navbar-nav a:hover, .navbar.navbar-inverse .nav.navbar-nav > li > a:hover, .nav.navbar-inverse .nav.navbar-nav ul.sub-menu li a:hover, .navbar.navbar-inverse .primary-menu a:hover, .navbar.navbar-inverse .primary-menu > li > a:hover, .nav.navbar-inverse .primary-menu ul.sub-menu li a:hover { color:#ffffff; } .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } </style> <link rel='stylesheet' id='zerif_wpforms_style-css' href='https://verifid.com.au/wp-content/themes/zerif-pro/inc/compatibility/wpforms/style.css?ver=2.2.1' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='zerif_ie_style-css' href='https://verifid.com.au/wp-content/themes/zerif-pro/css/ie.css?ver=2.2.1' media='all' /> <![endif]--> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <script src="https://verifid.com.au/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.4.1" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>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:\/\/verifid.com.au","hash_tracking":"false","v4_id":"G-SMFG6BXVPJ"};</script> <script src="https://verifid.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://verifid.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://verifid.com.au/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://verifid.com.au/xmlrpc.php?rsd" /> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-10905861-9"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-10905861-9'); </script> <link rel="canonical" href="https://verifid.com.au"> <link rel="alternate" href="https://verifid.com.au" hreflang="x-default" /> <link rel="alternate" href="https://verifid.com.au" hreflang="en" /> <link rel="alternate" href="https://verifid.com.au" hreflang="en-AU" /> <link rel="alternate" href="https://verifid.ac.uk" hreflang="en-GB" /><!-- Enter your scripts here --><style> .site-content { background: #fff } .navbar, .navbar-inverse .navbar-nav ul.sub-menu { background: #fff; } .entry-title, .entry-title a, .widget-title, .widget-title a, .page-header .page-title, .comments-title, h1.page-title { color: #404040 !important} .widget .widget-title:before, .entry-title:before, .page-header .page-title:before, .entry-title:after, ul.nav > li.current_page_item > a:before, .nav > li.current-menu-item > a:before, h1.page-title:before, .navbar.navbar-inverse .primary-menu ul li.current-menu-item > a:before, ul.nav > li > a.nav-active:before, .navbar.navbar-inverse .primary-menu ul > li.current > a:before { background: #079189 !important; } body, button, input, select, textarea, .widget p, .widget .textwidget, .woocommerce .product h3, h2.woocommerce-loop-product__title, .woocommerce .product span.amount, .woocommerce-page .woocommerce .product-name a { color: #404040 } .widget li a, .widget a, article .entry-meta a, article .entry-content a, .entry-footer a, .site-content a { color: #808080; } .widget li a:hover, .widget a:hover, article .entry-meta a:hover, article .entry-content a:hover , .entry-footer a:hover, .site-content a:hover { color: #ffffff } .header-content-wrap { background: rgba(0, 0, 0, 0.5)} .big-title-container .intro-text { color: #fff} .big-title-container .red-btn { background: #079189} .big-title-container .red-btn:hover { background: #ffffff} .big-title-container .buttons .red-btn { color: #808080 !important } .big-title-container .green-btn { background: #079189} .big-title-container .green-btn:hover { background: #ffffff} .big-title-container .buttons .green-btn { color: #e8e8e8 !important } .big-title-container .red-btn:hover { color: #808080 !important } .big-title-container .green-btn:hover { color: #808080 !important } .focus { background: rgba(255, 255, 255, 1) } .focus .section-header h2{ color: #404040 } .focus .section-header h6{ color: #404040 } .focus .focus-box h5{ color: #404040 } .focus .focus-box p{ color: #404040 } #focus div.box-circle:nth-child(4n+1) .focus-box .service-icon:hover { border: 10px solid #079189 } #focus div.box-circle:nth-child(4n+1) .focus-box .red-border-bottom:before{ background: #079189 } #focus div.box-circle:nth-child(4n+2) .focus-box .service-icon:hover { border: 10px solid #079189 } #focus div.box-circle:nth-child(4n+2) .focus-box .red-border-bottom:before { background: #079189 } #focus div.box-circle:nth-child(4n+3) .focus-box .service-icon:hover { border: 10px solid #079189 } #focus div.box-circle:nth-child(4n+3) .focus-box .red-border-bottom:before { background: #079189 } #focus div.box-circle:nth-child(4n+4) .focus-box .service-icon:hover { border: 10px solid #079189 } #focus div.box-circle:nth-child(4n+4) .focus-box .red-border-bottom:before { background: #079189 } .works { background: rgba(255, 255, 255, 1) } .works .section-header h2 { color: #404040 } .works .section-header h6 { color: #404040 } .works .white-text { color: #fff }.works .red-border-bottom:before { background: #e96656 !important; } .about-us, .about-us .our-clients .section-footer-title { background: rgba(39, 39, 39, 1) } .about-us { color: #fff } .about-us p{ color: #fff } .about-us .section-header h2, .about-us .section-header h6 { color: #fff }.about-us .skills input { color: #fff !important; }.about-us .our-clients .section-footer-title { color: #fff !important; } .our-team { background: rgba(255, 255, 255, 1) } .our-team .section-header h2, .our-team .member-details h5, .our-team .member-details h5 a, .our-team .section-header h6, .our-team .member-details .position { color: #404040 } .our-team .team-member:hover .details { color: #fff } .our-team .team-member .social-icons ul li a:hover { color: #e96656 } .our-team .team-member .social-icons ul li a { color: #808080 }.team-member:hover .details { background: #333 !important; } .our-team .row > span:nth-child(4n+1) .red-border-bottom:before { background: #e96656 } .our-team .row > span:nth-child(4n+2) .red-border-bottom:before { background: #34d293 } .our-team .row > span:nth-child(4n+3) .red-border-bottom:before { background: #3ab0e2 } .our-team .row > span:nth-child(4n+4) .red-border-bottom:before { background: #f7d861 } .testimonial { background: rgba(219, 191, 86, 1) } .testimonial .section-header h2, .testimonial .section-header h6 { color: #fff } .testimonial .feedback-box .message { color: #909090 } .testimonial .feedback-box .client-info .client-name { color: #909090 } .testimonial .feedback-box .quote { color: #e96656 } #client-feedbacks .feedback-box { background: #FFFFFF; } .separator-one { background: rgba(52, 210, 147, 0.8) } .separator-one h3 { color: #fff !important; } .separator-one .green-btn { background: #20AA73 } .separator-one .green-btn:hover { background: #14a168 } .separator-one .green-btn { color: #fff !important; } .separator-one .green-btn:hover { color: #fff !important; } .purchase-now { background: rgba(233, 102, 86, 1) } .purchase-now h3 { color: #fff } .purchase-now .red-btn { background: #db5a4a !important } .purchase-now .red-btn:hover { background: #bf3928 !important } .purchase-now .red-btn { color: #fff !important; } .purchase-now .red-btn:hover { color: #fff !important; } .contact-us { background: rgba(0, 0, 0, 0.5) } .contact-us form.wpcf7-form p label, .contact-us form.wpcf7-form .wpcf7-list-item-label, .contact-us .section-header h2, .contact-us .section-header h6 { color: #fff } .contact-us button { background: #e96656 } .contact-us button:hover { background: #cb4332 !important; box-shadow: none; } .contact-us button, .pirate_forms .pirate-forms-submit-button { color: #fff !important; } .contact-us button:hover, .pirate_forms .pirate-forms-submit-button:hover { color: #fff !important; } .packages .section-header h2, .packages .section-header h6 { color: #fff} .packages .package-header h5,.best-value .package-header h4,.best-value .package-header .meta-text { color: #ffffff} .packages .package ul li, .packages .price .price-meta { color: #808080} .packages .package .custom-button { color: #fff !important; } .packages .dark-bg { background: #404040; } .packages .price h4 { color: #fff; } .packages { background: rgba(0, 0, 0, 0.5) } #latestnews { background: rgba(255, 255, 255, 1) } #latestnews .section-header h2 { color: #404040 } #latestnews .section-header h6 { color: #808080 } #latestnews #carousel-homepage-latestnews .carousel-inner .item .latestnews-title a { color: #404040} #latestnews #carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+1) .latestnews-title a:before { background: #e96656} #latestnews #carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+2) .latestnews-title a:before { background: #34d293} #latestnews #carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+3) .latestnews-title a:before { background: #3ab0e2} #latestnews #carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+4) .latestnews-title a:before { background: #f7d861} #latestnews .latesnews-content p, .latesnews-content { color: #909090} section#subscribe { background: rgba(0, 0, 0, 0.5) !important; } section#subscribe h3, .newsletter .sub-heading, .newsletter label { color: #fff !important; } section#subscribe input[type="submit"] { color: #fff !important; } section#subscribe input[type="submit"] { background: #e96656 !important; } section#subscribe input[type="submit"]:hover { background: #cb4332 !important; } #footer { background: #272727 } .copyright { background: #171717 } #footer .company-details, #footer .company-details a, #footer .footer-widget p, #footer .footer-widget a { color: #939393 !important; } #footer .social li a { color: #939393 } #footer .social li a:hover { color: #e96656 } #footer .company-details a:hover, #footer .footer-widget a:hover { color: #e96656 !important; } #footer .footer-widget h1 { color: #fff !important; } #footer .footer-widget h1:before { background: #e96656 !important; } .comment-form #submit, .comment-reply-link,.woocommerce .add_to_cart_button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce #place_order, .edd-submit.button, .page button, .post button, .woocommerce-page .woocommerce input[type="submit"], .woocommerce-page #content input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page input.button.alt, .woocommerce-page .products a.button { background-color: #079189 !important; } .comment-form #submit:hover, .comment-reply-link:hover, .woocommerce .add_to_cart_button:hover, .woocommerce .checkout-button:hover, .woocommerce .single_add_to_cart_button:hover, .woocommerce #place_order:hover, .edd-submit.button:hover, .page button:hover, .post button:hover, .woocommerce-page .woocommerce input[type="submit"]:hover, .woocommerce-page #content input.button:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page .products a.button:hover { background-color: #cccccc !important; box-shadow: none; } .comment-form #submit, .comment-reply-link, .woocommerce .add_to_cart_button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce #place_order, .edd-submit.button span, .page button, .post button, .woocommerce-page .woocommerce input[type="submit"], .woocommerce-page #content input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page input.button.alt, .woocommerce .button { color: #808080 !important }</style><style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><style id="custom-background-css"> body.custom-background { background-image: url("https://verifid.com.au/wp-content/uploads/2019/05/annie-spratt-608001-unsplash.jpg"); background-position: left top; background-size: contain; background-repeat: no-repeat; background-attachment: scroll; } </style> <link rel="icon" href="https://verifid.com.au/wp-content/uploads/2019/04/cropped-verifid_green-tick-32x32.png" sizes="32x32" /> <link rel="icon" href="https://verifid.com.au/wp-content/uploads/2019/04/cropped-verifid_green-tick-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://verifid.com.au/wp-content/uploads/2019/04/cropped-verifid_green-tick-180x180.png" /> <meta name="msapplication-TileImage" content="https://verifid.com.au/wp-content/uploads/2019/04/cropped-verifid_green-tick-270x270.png" /> <style id="wp-custom-css"> .section-header h6 { text-transform: none; } h1.intro-text { text-transform: none; } .section-header h2 { text-transform: none; } .newsletter h3{ text-transform: none; } .custom-button { text-transform: none; } .sib_signup_form input[type="submit"] { text-transform: none!important; } .focus-box h5 { text-transform: none; } .skills .skill h6 { text-transform: none; } .team-member h5{ text-transform: none; } .package-header h5 { text-transform: none; } #carousel-homepage-latestnews .carousel-inner .item .latestnews-title a { text-transform: none; } </style> </head> <body class="error404 custom-background wp-custom-logo modula-best-grid-gallery" itemscope="itemscope" itemtype="http://schema.org/WebPage"> <header id="home" class="header" itemscope="itemscope" itemtype="http://schema.org/WPHeader"> <div id="main-nav" class="navbar navbar-inverse bs-docs-nav"> <div class="container"> <div class="navbar-header responsive-logo"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> <span class="screen-reader-text">Menu</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="navbar-brand"> <a href="https://verifid.com.au/"> <img src="https://verifid.com.au/wp-content/uploads/2019/12/cropped-verifIDGlobal_grey-and-green_artwork_v5-01.png" alt="VerifID"> </a> </div> <!-- /.navbar-brand --> </div> <!-- /.navbar-header --> <nav class="navbar-collapse bs-navbar-collapse collapse" id="site-navigation" itemscope itemtype="http://schema.org/SiteNavigationElement"> <ul id="menu-top-menu" class="nav navbar-nav navbar-right responsive-nav main-nav-list"><li id="menu-item-321" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-321"><a href="http://verifid.com.au/#focus">VerifID Global</a></li> <li id="menu-item-319" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-319"><a href="https://verifid.com.au/#aboutus">About</a></li> <li id="menu-item-322" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-322"><a href="http://verifid.com.au/#team">How it works</a></li> <li id="menu-item-305" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-305"><a href="https://support.aaf.edu.au/support/home">Contact Us</a></li> </ul> </nav> </div> </div> <!-- / END TOP BAR --> <div class="clear"></div> </header> <!-- / END HOME SECTION --> <div id="content" class="site-content"> <div class="container"> <div class="content-left-wrap col-md-9"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <article> <header class="entry-header"> <h1 class="entry-title">Oops! That page can’t be found.</h1> </header><!-- .entry-header --> <div class="entry-content"> <p>It looks like nothing was found at this location. Maybe try one of the links below or a search?</p> </div><!-- .entry-content --> </article><!-- #post-## --> </main><!-- #main --> </div><!-- #primary --> </div> <div class="sidebar-wrap col-md-3 content-left-wrap "> <div id="secondary" class="widget-area" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"> <aside id="search-3" class="widget widget_search"><h2 class="widget-title">Search</h2><form role="search" method="get" class="search-form" action="https://verifid.com.au/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside><aside id="text-4" class="widget widget_text"><h2 class="widget-title">Find Us</h2> <div class="textwidget"><p><strong>Address</strong><br /> 123 Main Street<br /> New York, NY 10001</p> <p><strong>Hours</strong><br /> Monday—Friday: 9:00AM–5:00PM<br /> Saturday & Sunday: 11:00AM–3:00PM</p> </div> </aside><aside id="meta-4" class="widget widget_meta"><h2 class="widget-title">Meta</h2> <ul> <li><a href="https://verifid.com.au/wp-login.php">Log in</a></li> <li><a href="https://verifid.com.au/feed/">Entries feed</a></li> <li><a href="https://verifid.com.au/comments/feed/">Comments feed</a></li> <li><a href="https://wordpress.org/">WordPress.org</a></li> </ul> </aside><aside id="search-6" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://verifid.com.au/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside><aside id="recent-comments-3" class="widget widget_recent_comments"><h2 class="widget-title">Recent Comments</h2><ul id="recentcomments"></ul></aside><aside id="archives-3" class="widget widget_archive"><h2 class="widget-title">Archives</h2> <ul> </ul> </aside><aside id="categories-3" class="widget widget_categories"><h2 class="widget-title">Categories</h2> <ul> <li class="cat-item-none">No categories</li> </ul> </aside><aside id="meta-5" class="widget widget_meta"><h2 class="widget-title">Meta</h2> <ul> <li><a href="https://verifid.com.au/wp-login.php">Log in</a></li> <li><a href="https://verifid.com.au/feed/">Entries feed</a></li> <li><a href="https://verifid.com.au/comments/feed/">Comments feed</a></li> <li><a href="https://wordpress.org/">WordPress.org</a></li> </ul> </aside><aside id="search-7" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://verifid.com.au/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside><aside id="recent-comments-4" class="widget widget_recent_comments"><h2 class="widget-title">Recent Comments</h2><ul id="recentcomments-4"></ul></aside><aside id="archives-4" class="widget widget_archive"><h2 class="widget-title">Archives</h2> <ul> </ul> </aside><aside id="categories-4" class="widget widget_categories"><h2 class="widget-title">Categories</h2> <ul> <li class="cat-item-none">No categories</li> </ul> </aside><aside id="meta-6" class="widget widget_meta"><h2 class="widget-title">Meta</h2> <ul> <li><a href="https://verifid.com.au/wp-login.php">Log in</a></li> <li><a href="https://verifid.com.au/feed/">Entries feed</a></li> <li><a href="https://verifid.com.au/comments/feed/">Comments feed</a></li> <li><a href="https://wordpress.org/">WordPress.org</a></li> </ul> </aside> </div><!-- #secondary --> </div><!-- .sidebar-wrap --> </div> </div><!-- .site-content --> <footer id="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"> <div class="footer-widget-wrap"><div class="container"><div class="footer-widget col-xs-12 col-sm-4"><aside id="custom_html-1" class="widget_text widget footer-widget-footer widget_custom_html"><div class="textwidget custom-html-widget"><div class="footer-social"><h6 class="follow-heading">Follow us </h6><div class="footer-social-icons"><a target="https://x.com/ausaccessfed" href="#" title="Twitter" rel="noopener"><i class="fa fa-twitter"></i></a></div></div></div></aside></div></div></div> <div class="container"> <div class="footer-box-wrap"> <div class="col-md-6 footer-box two-cell company-details"><div class="icon-top red-text"><a target="_blank" href="https://www.google.com.sg/maps/place/Australia%20%0A%0Aenquiries%40aaf.edu.au%0A%0A%2B61%207%203854%202353"><img src="https://verifid.com.au/wp-content/uploads/2019/05/verifid_green_mail.png" alt="" /></a></div><div class="zerif-footer-address"><p> Australia </p> <a href="mailto:enquiries@aaf.edu.au"> enquiries@aaf.edu.au </a><br /> <a href="tel:61 7 3854 2353">+61 7 3854 2353</a></div></div><div class="col-md-6 footer-box two-cell company-details"><div class="icon-top blue-text"><a href="tel:UnitedKingdominfo@verifid.ac.uk+441235822185"><img src="https://verifid.com.au/wp-content/uploads/2019/05/verifid_green_mail.png" alt="" /></a></div><div class="zerif-footer-phone"><p> United Kingdom </p> <a href="mailto:info@verifid.ac.uk"> info@verifid.ac.uk </a><br /> <a href="tel:+44 1235 822185">+44 1235 822185</a></div></div> </div> </div> <!-- / END CONTAINER --> </footer> <!-- / END FOOOTER --> <!-- Enter your scripts here --><script src="https://verifid.com.au/wp-content/themes/zerif-pro/js/bootstrap.min.js?ver=2.2.1" id="zerif_bootstrap_script-js"></script> <script src="https://verifid.com.au/wp-content/themes/zerif-pro/js/scrollReveal.min.js?ver=2.2.1" id="zerif_scrollReveal_script-js"></script> <!--[if lt IE 9]> <script src="https://verifid.com.au/wp-content/themes/zerif-pro/js/html5.js?ver=2.2.1" id="zerif_html5-js"></script> <![endif]--> <script id="zerif_script-js-extra"> var zerifSettings = {"masonry":""}; </script> <script src="https://verifid.com.au/wp-content/themes/zerif-pro/js/zerif.js?ver=2.2.1" id="zerif_script-js"></script> </body> </html>