- ID da verificação
- f977c7ef-efb5-4d12-98a6-e362df334a2cConcluído
- URL enviado:
- https://greenlightcanada.com/
- Relatório concluído:
Links · 5 encontrado(s)
Os links de saída identificados na página
Link | Texto |
---|---|
https://www.facebook.com/GreenLightCAN/ | |
https://www.linkedin.com/company/green-light-canada-global-mobility-solutions-ltd/ | |
https://www.instagram.com/green.light.immigration/ | |
https://www.youtube.com/channel/UC4_MOOL7CAjPVOtzWQkhI3w | Youtube |
https://wa.me/14372868546 | +1 (437) 286-8546 |
Variáveis JavaScript · 25 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
href | undefined |
handl_utm | object |
handl_utm_all_params | object |
handl_utm_cookie_duration | object |
handl_utm_append_params | object |
handl_utm_first_touch_params | object |
handl_utm_predefined | object |
Mensagens de registro do console · 0 encontrada(s)
Mensagens registradas no console web
HTML
O corpo HTML bruto da página
<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<!-- This site is tracked with the HandL UTM Grabber v3 (3.0.53) - https://www.utmgrabber.com/ -->
<!-- This site is optimized with the Yoast SEO Premium plugin v20.6 (Yoast SEO v20.6) - https://yoast.com/wordpress/plugins/seo/ -->
<title>Canada Immigration | Immigration Consultants Toronto</title>
<meta name="description" content="ICCRC licensed immigration consultants in Toronto assisting with LMIA, work permits, federal skilled trade program, super visas, family & spousal sponsorship. Green Light Immigration">
<link rel="canonical" href="https://greenlightcanada.com/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Home">
<meta property="og:description" content="ICCRC licensed immigration consultants in Toronto assisting with LMIA, work permits, federal skilled trade program, super visas, family & spousal sponsorship. Green Light Immigration">
<meta property="og:url" content="https://greenlightcanada.com/">
<meta property="og:site_name" content="Green Light Immigration">
<meta property="article:publisher" content="https://www.facebook.com/GreenLightCAN/">
<meta property="article:modified_time" content="2024-09-21T20:49:39+00:00">
<meta property="og:image" content="https://greenlightcanada.com/wp-content/uploads/2023/07/ogimage3-1.jpg">
<meta property="og:image:width" content="696">
<meta property="og:image:height" content="365">
<meta property="og:image:type" content="image/jpeg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:label1" content="Est. reading time">
<meta name="twitter:data1" content="61 minutes">
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://greenlightcanada.com/","url":"https://greenlightcanada.com/","name":"Canada Immigration | Immigration Consultants Toronto","isPartOf":{"@id":"https://greenlightcanada.com/#website"},"about":{"@id":"https://greenlightcanada.com/#organization"},"primaryImageOfPage":{"@id":"https://greenlightcanada.com/#primaryimage"},"image":{"@id":"https://greenlightcanada.com/#primaryimage"},"thumbnailUrl":"https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1.jpg","datePublished":"2023-05-24T12:53:41+00:00","dateModified":"2024-09-21T20:49:39+00:00","description":"ICCRC licensed immigration consultants in Toronto assisting with LMIA, work permits, federal skilled trade program, super visas, family & spousal sponsorship. Green Light Immigration","breadcrumb":{"@id":"https://greenlightcanada.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://greenlightcanada.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://greenlightcanada.com/#primaryimage","url":"https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1.jpg","contentUrl":"https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1.jpg","width":809,"height":601},{"@type":"BreadcrumbList","@id":"https://greenlightcanada.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://greenlightcanada.com/#website","url":"https://greenlightcanada.com/","name":"Green Light Immigration","description":"Immigration Consultants Toronto","publisher":{"@id":"https://greenlightcanada.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://greenlightcanada.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://greenlightcanada.com/#organization","name":"Green Light Immigration","url":"https://greenlightcanada.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://greenlightcanada.com/#/schema/logo/image/","url":"https://greenlightcanada.com/wp-content/uploads/2024/08/favv.png","contentUrl":"https://greenlightcanada.com/wp-content/uploads/2024/08/favv.png","width":150,"height":138,"caption":"Green Light Immigration"},"image":{"@id":"https://greenlightcanada.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/GreenLightCAN/","https://www.linkedin.com/company/green-light-canada-global-mobility-solutions-ltd/","https://www.instagram.com/green_light_canada/","https://www.youtube.com/channel/UC4_MOOL7CAjPVOtzWQkhI3w"]}]}</script>
<!-- / Yoast SEO Premium plugin. -->
<link rel="alternate" type="application/rss+xml" title="Green Light Immigration » Feed" href="https://greenlightcanada.com/feed/">
<link rel="alternate" type="application/rss+xml" title="Green Light Immigration » Comments Feed" href="https://greenlightcanada.com/comments/feed/">
<script type="rocketlazyloadscript">
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:\/\/greenlightcanada.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.2"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s("\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!s("\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!s("\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!s("\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style>
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://greenlightcanada.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2" media="all">
<link rel="stylesheet" id="classic-theme-styles-css" href="https://greenlightcanada.com/wp-includes/css/classic-themes.min.css?ver=6.2" media="all">
<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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}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;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel="stylesheet" id="contact-form-7-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1730557920" media="all">
<link rel="stylesheet" id="nbcpf-intlTelInput-style-css" href="https://greenlightcanada.com/wp-content/plugins/country-phone-field-contact-form-7/assets/css/intlTelInput.min.css?ver=6.2" media="all">
<link rel="stylesheet" id="nbcpf-countryFlag-style-css" href="https://greenlightcanada.com/wp-content/plugins/country-phone-field-contact-form-7/assets/css/countrySelect.min.css?ver=6.2" media="all">
<link rel="stylesheet" id="wpcf7-redirect-script-frontend-css" href="https://greenlightcanada.com/wp-content/plugins/wpcf7-redirect/build/css/wpcf7-redirect-frontend.min.css?ver=1.1" media="all">
<link data-minify="1" rel="stylesheet" id="cf7mls-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7-multi-step-pro/assets/frontend/css/cf7mls.css?ver=1730557920" media="all">
<link data-minify="1" rel="stylesheet" id="cf7mls_progress_bar-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7-multi-step-pro/assets/frontend/css/progress_bar.css?ver=1730557920" media="all">
<link rel="stylesheet" id="cf7mls_animate-css" href="https://greenlightcanada.com/wp-content/plugins/contact-form-7-multi-step-pro/assets/frontend/animate/animate.min.css?ver=2.7.3" media="all">
<link rel="stylesheet" id="hello-elementor-css" href="https://greenlightcanada.com/wp-content/themes/hello-elementor/style.min.css?ver=2.7.1" media="all">
<link rel="stylesheet" id="hello-elementor-theme-style-css" href="https://greenlightcanada.com/wp-content/themes/hello-elementor/theme.min.css?ver=2.7.1" media="all">
<link rel="stylesheet" id="elementor-frontend-css" href="https://greenlightcanada.com/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.13.4" media="all">
<link rel="stylesheet" id="elementor-post-8-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-8.css?ver=1722631359" media="all">
<link rel="stylesheet" id="elementor-lazyload-css" href="https://greenlightcanada.com/wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css?ver=3.13.4" media="all">
<link data-minify="1" rel="stylesheet" id="swiper-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1730557920" media="all">
<link rel="stylesheet" id="elementor-pro-css" href="https://greenlightcanada.com/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.13.2" media="all">
<link data-minify="1" rel="stylesheet" id="font-awesome-5-all-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1730557920" media="all">
<link rel="stylesheet" id="font-awesome-4-shim-css" href="https://greenlightcanada.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.13.4" media="all">
<link rel="stylesheet" id="elementor-global-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/global.css?ver=1722631359" media="all">
<link rel="stylesheet" id="elementor-post-27-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-27.css?ver=1726951787" media="all">
<link rel="stylesheet" id="elementor-post-75-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-75.css?ver=1729862140" media="all">
<link rel="stylesheet" id="elementor-post-131-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-131.css?ver=1730557809" media="all">
<link rel="stylesheet" id="elementor-post-2849-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-2849.css?ver=1722631360" media="all">
<link data-minify="1" rel="stylesheet" id="qcld-wp-chatbot-common-style-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/chatbot/css/common-style.css?ver=1730557920" media="screen">
<style id="qcld-wp-chatbot-common-style-inline-css">
.wp-chatbot-ball{
background: #fff !important;
}
.wp-chatbot-ball:hover, .wp-chatbot-ball:focus{
background: #fff !important;
}
#wp-chatbot-chat-container, .wp-chatbot-product-description, .wp-chatbot-product-description p,.wp-chatbot-product-quantity label, .wp-chatbot-product-variable label {
color: #37424c !important;
}
#wp-chatbot-chat-container a {
color: #ffffff !important;
}
#wp-chatbot-chat-container a:hover {
color: #ffffff !important;
}
ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph,
.wp-chatbot-agent-profile .wp-chatbot-bubble {
color: #ffffff !important;
background-color: #ff0000 !important;
word-break: break-word;
}
span.qcld-chatbot-product-category, span.qcld-chatbot-support-items, span.qcld-chatbot-wildcard, span.qcld-chatbot-suggest-email, span.qcld-chatbot-reset-btn, #woo-chatbot-loadmore, .wp-chatbot-shortcode-template-container span.qcld-chatbot-product-category, .wp-chatbot-shortcode-template-container span.qcld-chatbot-support-items, .wp-chatbot-shortcode-template-container span.qcld-chatbot-wildcard, .wp-chatbot-shortcode-template-container span.wp-chatbot-card-button, .wp-chatbot-shortcode-template-container span.qcld-chatbot-suggest-email, span.qcld-chatbot-suggest-phone, .wp-chatbot-shortcode-template-container span.qcld-chatbot-reset-btn, .wp-chatbot-shortcode-template-container #wp-chatbot-loadmore, .wp-chatbot-ball-cart-items, .wpbd_subscription, .qcld-chatbot-site-search, .qcld_subscribe_confirm, .qcld-chat-common, .qcld-chatbot-custom-intent {
color: #000000 !important;
background-color: #ffffff !important;
background-image: none !important;
}
span.qcld-chatbot-product-category:hover, span.qcld-chatbot-support-items:hover, span.qcld-chatbot-wildcard:hover, span.qcld-chatbot-suggest-email:hover, span.qcld-chatbot-reset-btn:hover, #woo-chatbot-loadmore:hover, .wp-chatbot-shortcode-template-container:hover span.qcld-chatbot-product-category:hover, .wp-chatbot-shortcode-template-container:hover span.qcld-chatbot-support-items:hover, .wp-chatbot-shortcode-template-container:hover span.qcld-chatbot-wildcard:hover, .wp-chatbot-shortcode-template-container:hover span.wp-chatbot-card-button:hover, .wp-chatbot-shortcode-template-container:hover span.qcld-chatbot-suggest-email:hover, span.qcld-chatbot-suggest-phone:hover, .wp-chatbot-shortcode-template-container:hover span.qcld-chatbot-reset-btn:hover, .wp-chatbot-shortcode-template-container:hover #wp-chatbot-loadmore:hover, .wp-chatbot-ball-cart-items:hover, .wpbd_subscription:hover, .qcld-chatbot-site-search:hover, .qcld_subscribe_confirm:hover, .qcld-chat-common:hover, .qcld-chatbot-custom-intent:hover {
color: #000000 !important;
background-color: #ffe1e1 !important;
background-image: none !important;
}
li.wp-chat-user-msg .wp-chatbot-paragraph {
color: #000000 !important;
background-color: #ffffff !important;
}
ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph:before,
.wp-chatbot-bubble:before {
border-right: 10px solid #ff0000 !important;
}
ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph:before {
border-left: 10px solid #ffffff !important;
}
#wp-chatbot-chat-container .wp-chatbot-header{
background: #ffffff !important;
}
</style>
<link data-minify="1" rel="stylesheet" id="qcld-wp-chatbot-magnific-popup-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/chatbot/css/magnific-popup.css?ver=1730557920" media="screen">
<link data-minify="1" rel="stylesheet" id="qcld-wp-chatbot-shortcode-style-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/chatbot/templates/template-00/shortcode.css?ver=1730557920" media="screen">
<link data-minify="1" rel="stylesheet" id="cf7cf-style-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/cf7-conditional-fields/style.css?ver=1730557920" media="all">
<style id="rocket-lazyload-inline-css">
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://greenlightcanada.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.3" id="jquery-core-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0" id="jquery-migrate-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/handl-utm-grabber-v3/js/js.cookie.js?ver=1730557920" id="js.cookie-js" defer=""></script>
<script id="handl-utm-grabber-js-extra">
var handl_utm = [];
var handl_utm_all_params = ["utm_source","utm_medium","utm_term","utm_content","utm_campaign","first_utm_source","first_utm_medium","first_utm_term","first_utm_content","first_utm_campaign","fbclid","msclkid","gclid","handl_original_ref","handl_landing_page","handl_ip","handl_ref","handl_url","handl_ref_domain","handl_url_base","email","username","gaclientid","organic_source","organic_source_str","user_agent","traffic_source","handlID","sourse"];
var handl_utm_cookie_duration = ["30","1"];
var handl_utm_append_params = ["utm_source","utm_medium","utm_term","utm_content","utm_campaign","gclid","sourse"];
var handl_utm_first_touch_params = ["utm_source","utm_medium","utm_term","utm_content","utm_campaign"];
var handl_utm_predefined = [];
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/handl-utm-grabber-v3/js/handl-utm-grabber.js?ver=1730557920" id="handl-utm-grabber-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.13.4" id="font-awesome-4-shim-js" defer=""></script>
<link rel="https://api.w.org/" href="https://greenlightcanada.com/wp-json/"><link rel="alternate" type="application/json" href="https://greenlightcanada.com/wp-json/wp/v2/pages/27"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://greenlightcanada.com/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://greenlightcanada.com/wp-includes/wlwmanifest.xml">
<meta name="generator" content="WordPress 6.2">
<link rel="shortlink" href="https://greenlightcanada.com/">
<link rel="alternate" type="application/json+oembed" href="https://greenlightcanada.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgreenlightcanada.com%2F">
<link rel="alternate" type="text/xml+oembed" href="https://greenlightcanada.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgreenlightcanada.com%2F&format=xml">
<style>[class^="fieldset-handl_"]{display: none}</style><style type="text/css">div[id^="wpcf7-f8862"] button.cf7mls_next { background-color: #ff3a3a; color: #ffffff }div[id^="wpcf7-f8862"] button.cf7mls_back { background-color: #014a75; color: #ffffff }div[id^="wpcf7-f7817"] button.cf7mls_next { }div[id^="wpcf7-f7817"] button.cf7mls_back { }div[id^="wpcf7-f7804"] button.cf7mls_next { background-color: #d40401; color: #ffffff }div[id^="wpcf7-f7804"] button.cf7mls_back { background-color: #0a0a0a; color: #ffffff }div[id^="wpcf7-f7202"] button.cf7mls_next { }div[id^="wpcf7-f7202"] button.cf7mls_back { }div[id^="wpcf7-f5585"] button.cf7mls_next { background-color: #dd3333; }div[id^="wpcf7-f5585"] button.cf7mls_back { background-color: #001860; }div[id^="wpcf7-f5004"] button.cf7mls_next { background-color: #d40401; color: #ffffff }div[id^="wpcf7-f5004"] button.cf7mls_back { background-color: #0a0a0a; color: #ffffff }div[id^="wpcf7-f4929"] button.cf7mls_next { }div[id^="wpcf7-f4929"] button.cf7mls_back { }div[id^="wpcf7-f4016"] button.cf7mls_next { background-color: #d40401; color: #ffffff }div[id^="wpcf7-f4016"] button.cf7mls_back { background-color: #0a0a0a; color: #ffffff }div[id^="wpcf7-f2365"] button.cf7mls_next { }div[id^="wpcf7-f2365"] button.cf7mls_back { }div[id^="wpcf7-f1990"] button.cf7mls_next { }div[id^="wpcf7-f1990"] button.cf7mls_back { }div[id^="wpcf7-f1441"] button.cf7mls_next { background-color: #dd3333; }div[id^="wpcf7-f1441"] button.cf7mls_back { background-color: #001860; }div[id^="wpcf7-f1309"] button.cf7mls_next { background-color: #dd3333; }div[id^="wpcf7-f1309"] button.cf7mls_back { background-color: #001860; }div[id^="wpcf7-f1242"] button.cf7mls_next { }div[id^="wpcf7-f1242"] button.cf7mls_back { }div[id^="wpcf7-f1182"] button.cf7mls_next { background-color: #dd3333; }div[id^="wpcf7-f1182"] button.cf7mls_back { background-color: #001860; }div[id^="wpcf7-f13"] button.cf7mls_next { background-color: #ff3a3a; color: #ffffff }div[id^="wpcf7-f13"] button.cf7mls_back { background-color: #014a75; color: #ffffff }</style><meta name="generator" content="Elementor 3.13.4; features: e_dom_optimization, e_optimized_assets_loading, e_optimized_css_loading, e_font_icon_svg, a11y_improvements, additional_custom_breakpoints; settings: css_print_method-external, google_font-disabled, font_display-swap">
<!-- Google Tag Manager -->
<script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KKRF9BS');</script>
<!-- End Google Tag Manager -->
<!-- Meta Pixel Code -->
<script type="rocketlazyloadscript">
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '441954721205462');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=441954721205462&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
<!-- Pixel Code for https://analytics.glcwebinar.info/ -->
<script type="rocketlazyloadscript" defer="" data-rocket-src="https://analytics.glcwebinar.info/pixel/TNPwaHFfOhY3RSjJ" data-ignore-dnt="true"></script>
<!-- END Pixel Code -->
<meta name="onesignal" content="wordpress-plugin">
<script type="rocketlazyloadscript">
window.OneSignal = window.OneSignal || [];
OneSignal.push( function() {
OneSignal.SERVICE_WORKER_UPDATER_PATH = 'OneSignalSDKUpdaterWorker.js';
OneSignal.SERVICE_WORKER_PATH = 'OneSignalSDKWorker.js';
OneSignal.SERVICE_WORKER_PARAM = { scope: '/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/push/onesignal/' };
OneSignal.setDefaultNotificationUrl("https://greenlightcanada.com");
var oneSignal_options = {};
window._oneSignalInitOptions = oneSignal_options;
oneSignal_options['wordpress'] = true;
oneSignal_options['appId'] = '910ead06-43b3-452c-94b3-ec0f8db86d18';
oneSignal_options['allowLocalhostAsSecureOrigin'] = true;
oneSignal_options['welcomeNotification'] = { };
oneSignal_options['welcomeNotification']['title'] = "";
oneSignal_options['welcomeNotification']['message'] = "";
oneSignal_options['path'] = "https://greenlightcanada.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/";
oneSignal_options['safari_web_id'] = "web.onesignal.auto.4bf73218-3550-4659-982d-970270d14d2d";
oneSignal_options['promptOptions'] = { };
OneSignal.init(window._oneSignalInitOptions);
OneSignal.showSlidedownPrompt(); });
function documentInitOneSignal() {
var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt");
var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++)
oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false);
}
if (document.readyState === 'complete') {
documentInitOneSignal();
}
else {
window.addEventListener("load", function(event){
documentInitOneSignal();
});
}
</script>
<link rel="icon" href="https://greenlightcanada.com/wp-content/uploads/2024/08/jkiutret546.png" sizes="32x32">
<link rel="icon" href="https://greenlightcanada.com/wp-content/uploads/2024/08/jkiutret546.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://greenlightcanada.com/wp-content/uploads/2024/08/jkiutret546.png">
<meta name="msapplication-TileImage" content="https://greenlightcanada.com/wp-content/uploads/2024/08/jkiutret546.png">
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body class="home page-template page-template-elementor_header_footer page page-id-27 wp-custom-logo e-lazyload elementor-default elementor-template-full-width elementor-kit-8 elementor-page elementor-page-27">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 0.49803921568627"></feFuncR><feFuncG type="table" tableValues="0 0.49803921568627"></feFuncG><feFuncB type="table" tableValues="0 0.49803921568627"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1"></feFuncR><feFuncG type="table" tableValues="0 1"></feFuncG><feFuncB type="table" tableValues="0 1"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765"></feFuncR><feFuncG type="table" tableValues="0 1"></feFuncG><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1"></feFuncR><feFuncG type="table" tableValues="0 0.27843137254902"></feFuncG><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 0"></feFuncR><feFuncG type="table" tableValues="0 0.64705882352941"></feFuncG><feFuncB type="table" tableValues="0 1"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.78039215686275 1"></feFuncR><feFuncG type="table" tableValues="0 0.94901960784314"></feFuncG><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745"></feFuncR><feFuncG type="table" tableValues="0 1"></feFuncG><feFuncB type="table" tableValues="0.44705882352941 0.4"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.098039215686275 1"></feFuncR><feFuncG type="table" tableValues="0 0.66274509803922"></feFuncG><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KKRF9BS"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header data-elementor-type="header" data-elementor-id="75" class="elementor elementor-75 elementor-location-header">
<div class="elementor-element elementor-element-d8e88cf elementor-hidden-mobile sticky-header e-con-boxed e-flex e-con" data-id="d8e88cf" data-element_type="container" data-settings="{"background_background":"classic","sticky":"top","sticky_on":["desktop"],"sticky_effects_offset":90,"content_width":"boxed","sticky_offset":0}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-b77189c e-con-full e-flex e-con" data-id="b77189c" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-b59814b elementor-view-stacked elementor-shape-square elementor-position-left elementor-vertical-align-middle elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="b59814b" data-element_type="widget" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<link rel="stylesheet" href="https://greenlightcanada.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css"> <div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<a class="elementor-icon elementor-animation-" href="tel:14166557797">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 25.625 25.625" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M22.079 17.835c-1.548-1.324-3.119-2.126-4.648-.804l-.913.799c-.668.58-1.91 3.29-6.712-2.234-4.801-5.517-1.944-6.376-1.275-6.951l.918-.8c1.521-1.325.947-2.993-.15-4.71l-.662-1.04C7.535.382 6.335-.743 4.81.58l-.824.72c-.674.491-2.558 2.087-3.015 5.119-.55 3.638 1.185 7.804 5.16 12.375 3.97 4.573 7.857 6.87 11.539 6.83 3.06-.033 4.908-1.675 5.486-2.272l.827-.721c1.521-1.322.576-2.668-.973-3.995l-.931-.801z" style="" fill="#f9f9f9" data-original="#030104" class=""></path></g></svg> </a>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<a href="tel:14166557797">
+1 (416) 655-7797 </a>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-db6f22a elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="db6f22a" data-element_type="widget" data-widget_type="social-icons.default">
<div class="elementor-widget-container">
<style>/*! elementor - v3.13.3 - 28-05-2023 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> <div class="elementor-social-icons-wrapper elementor-grid">
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-8fa51bb" href="https://www.facebook.com/GreenLightCAN/" target="_blank" rel="nofollow">
<span class="elementor-screen-only">Facebook</span>
<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-1939378" href="https://www.linkedin.com/company/green-light-canada-global-mobility-solutions-ltd/" target="_blank" rel="nofollow">
<span class="elementor-screen-only">Linkedin</span>
<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-0908b13" href="https://www.instagram.com/green.light.immigration/" target="_blank" rel="nofollow">
<span class="elementor-screen-only">Instagram</span>
<svg class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-57481a9" href="https://www.youtube.com/channel/UC4_MOOL7CAjPVOtzWQkhI3w" target="_blank" rel="nofollow">
<span class="elementor-screen-only">Youtube</span>
<svg class="e-font-icon-svg e-fab-youtube" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg> </a>
</span>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-6d366fe e-con-full e-flex e-con" data-id="6d366fe" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-8a82b2a elementor-nav-menu__align-right top-menu elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="8a82b2a" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<svg class=\"e-font-icon-svg e-fas-caret-down\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"><\/path><\/svg>","library":"fa-solid"},"toggle":"burger"}" data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<link rel="stylesheet" href="https://greenlightcanada.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
<ul id="menu-1-8a82b2a" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-80"><a href="/" aria-current="page" class="elementor-item elementor-item-active">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1744"><a href="https://greenlightcanada.com/about-us/" class="elementor-item">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1924"><a href="https://greenlightcanada.com/our-team/" class="elementor-item">Our Team</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8892"><a href="https://greenlightcanada.com/immigration-case-management/" class="elementor-item">GLI Academy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2055"><a href="https://greenlightcanada.com/news/" class="elementor-item">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2054"><a href="https://greenlightcanada.com/immigration-tips/" class="elementor-item">Immigration News</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2110"><a href="https://greenlightcanada.com/contact-us/" class="elementor-item">Contact Us</a></li>
</ul> </nav>
<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg> <span class="elementor-screen-only">Menu</span>
</div>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
<ul id="menu-2-8a82b2a" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-80"><a href="/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1744"><a href="https://greenlightcanada.com/about-us/" class="elementor-item" tabindex="-1">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1924"><a href="https://greenlightcanada.com/our-team/" class="elementor-item" tabindex="-1">Our Team</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8892"><a href="https://greenlightcanada.com/immigration-case-management/" class="elementor-item" tabindex="-1">GLI Academy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2055"><a href="https://greenlightcanada.com/news/" class="elementor-item" tabindex="-1">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2054"><a href="https://greenlightcanada.com/immigration-tips/" class="elementor-item" tabindex="-1">Immigration News</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2110"><a href="https://greenlightcanada.com/contact-us/" class="elementor-item" tabindex="-1">Contact Us</a></li>
</ul> </nav>
</div>
</div>
</div>
<div class="elementor-element elementor-element-3aa0aa8 e-con-full e-flex e-con" data-id="3aa0aa8" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-191d611 e-con-full e-flex e-con" data-id="191d611" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-a232dcb logo elementor-widget elementor-widget-image" data-id="a232dcb" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<style>/*! elementor - v3.13.3 - 28-05-2023 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <a href="/">
<img width="546" height="130" src="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new.png" class="attachment-large size-large wp-image-8328 entered lazyloaded" alt="" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new.png 546w, https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new-300x71.png 300w" data-lazy-sizes="(max-width: 546px) 100vw, 546px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new.png" data-ll-status="loaded" sizes="(max-width: 546px) 100vw, 546px" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new.png 546w, https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new-300x71.png 300w"><noscript><img width="546" height="130" src="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new.png" class="attachment-large size-large wp-image-8328" alt="" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new.png 546w, https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new-300x71.png 300w" sizes="(max-width: 546px) 100vw, 546px" /></noscript> </a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f42b03e e-con-full e-flex e-con" data-id="f42b03e" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-cd65953 elementor-nav-menu__align-right elementor-widget__width-auto elementor-nav-menu--stretch osnmenu elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="cd65953" data-element_type="widget" data-settings="{"full_width":"stretch","submenu_icon":{"value":"<svg class=\"e-font-icon-svg e-fas-angle-down\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"><\/path><\/svg>","library":"fa-solid"},"layout":"horizontal","toggle":"burger"}" data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
<ul id="menu-1-cd65953" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3618"><a href="https://greenlightcanada.com/our-services/" class="elementor-item">Our Services</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3620"><a href="https://greenlightcanada.com/express-entry/" class="elementor-sub-item">Express Entry</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3619"><a href="https://greenlightcanada.com/provincial-programs-immigration-canada/" class="elementor-sub-item">Provincial Nominee Programs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3629"><a href="https://greenlightcanada.com/canadian-immigration-programs/business-immigration-canada/" class="elementor-sub-item">Business Immigration</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3644"><a href="https://greenlightcanada.com/study-in-canada/" class="elementor-sub-item">Study In Canada – Canada Study Permit</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3651"><a href="https://greenlightcanada.com/work-permits/" class="elementor-sub-item">Canada Work Permits</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3658"><a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/" class="elementor-sub-item">Ontario Provincial Nominee Program</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3671"><a href="https://greenlightcanada.com/canada-visas/guest-visas/" class="elementor-sub-item">Visitor Visa</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3686"><a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/" class="elementor-sub-item">Family & Spousal Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3693"><a href="https://greenlightcanada.com/canadian-humanitarian-program/" class="elementor-sub-item">Humanitarian And Compassionate Grounds</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3700"><a href="https://greenlightcanada.com/lmia/" class="elementor-sub-item">LMIA</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3701"><a href="https://greenlightcanada.com/canadian-immigration-programs/" class="elementor-item">Immigration Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3702"><a href="https://greenlightcanada.com/express-entry/" class="elementor-sub-item">Express Entry</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3740"><a href="https://greenlightcanada.com/federal-skilled-worker-program-canada/" class="elementor-sub-item">Federal Skilled Worker Program</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3747"><a href="https://greenlightcanada.com/federal-skilled-trades/" class="elementor-sub-item">Federal Skilled Trades Program</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3748"><a href="/canadian-experience-class/" class="elementor-sub-item">Canadian Experience Class</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3703"><a href="https://greenlightcanada.com/canadian-immigration-programs/business-immigration-canada/" class="elementor-sub-item">Business Immigration</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3704"><a href="https://greenlightcanada.com/provincial-programs-immigration-canada/" class="elementor-sub-item">Provincial Nominee Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3751"><a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/" class="elementor-sub-item">Immigration to Ontario</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3758"><a href="https://greenlightcanada.com/british-columbia-pnp/" class="elementor-sub-item">Immigration to British Columbia</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3765"><a href="https://greenlightcanada.com/alberta-immigrant-nominee-program/" class="elementor-sub-item">Immigration to Alberta</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3775"><a href="https://greenlightcanada.com/manitoba-provincial-nominee-program/" class="elementor-sub-item">Immigration to Manitoba</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3782"><a href="https://greenlightcanada.com/saskatchewan-provincial-nominee-program/" class="elementor-sub-item">Immigration to Saskatchewan</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3789"><a href="https://greenlightcanada.com/the-atlantic-immigration-pilot/" class="elementor-sub-item">Atlantic Immigration Pilot</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3796"><a href="https://greenlightcanada.com/new-brunswick-provincial-nominee-program/" class="elementor-sub-item">Immigration to New Brunswick</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3806"><a href="https://greenlightcanada.com/nova-scotia-nominee-program/" class="elementor-sub-item">Immigration to Nova Scotia</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3816"><a href="https://greenlightcanada.com/prince-edward-island-provincial-nominee-program/" class="elementor-sub-item">Immigration to Prince Edward Island</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3825"><a href="https://greenlightcanada.com/newfoundland-and-labrador-provincial-nominee-program/" class="elementor-sub-item">Immigration to Newfoundland And Labrador</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3832"><a href="https://greenlightcanada.com/yukon-nominee-program/" class="elementor-sub-item">Immigration to Yukon</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3840"><a href="https://greenlightcanada.com/northwest-territories-nominee-program/" class="elementor-sub-item">Immigration to Northwest Territories</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3705"><a href="https://greenlightcanada.com/canadian-humanitarian-program/" class="elementor-sub-item">Humanitarian Programs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3706"><a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/" class="elementor-sub-item">Family & Spousal Sponsorship</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3844"><a href="https://greenlightcanada.com/spousal-sponsorship/" class="elementor-sub-item">Spousal Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3855"><a href="https://greenlightcanada.com/dependent-child-sponsorship/" class="elementor-sub-item">Dependent Child Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3865"><a href="https://greenlightcanada.com/parents-and-grandparents-sponsorship/" class="elementor-sub-item">Parents And Grandparents Sponsorship</a></li>
</ul>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3870"><a href="https://greenlightcanada.com/canada-visas/" class="elementor-item">Visas</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3871"><a href="https://greenlightcanada.com/canada-visas/guest-visas/" class="elementor-sub-item">Visitor Visa To Canada</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3878"><a href="https://greenlightcanada.com/canada-visas/electronic-travel-authorization-canada/" class="elementor-sub-item">Electronic Travel Authorization</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3885"><a href="https://greenlightcanada.com/super-visa-canada/" class="elementor-sub-item">Super VISA</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3892"><a href="https://greenlightcanada.com/refugee-program-canada/" class="elementor-item">Refugee</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3899"><a href="https://greenlightcanada.com/work-in-canada/" class="elementor-item">Work In Canada</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3900"><a href="https://greenlightcanada.com/work-permits/" class="elementor-sub-item">Canada Work Permits</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3901"><a href="https://greenlightcanada.com/lmia/" class="elementor-sub-item">LMIA</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3908"><a href="https://greenlightcanada.com/red-seal-certificate/" class="elementor-sub-item">Red Seal Certificate</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3909"><a href="https://greenlightcanada.com/study-in-canada/" class="elementor-item">Study In Canada (Study Permit)</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3916"><a href="https://greenlightcanada.com/study-in-canada/foreign-student-work-permit/" class="elementor-sub-item">International Student Work Permit</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3923"><a href="https://greenlightcanada.com/stay-in-canada-after-graduation/" class="elementor-sub-item">Stay In Canada After Graduation</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3934"><a href="https://greenlightcanada.com/eligible-college-universities/" class="elementor-sub-item">Eligible College & Universities</a></li>
</ul>
</li>
</ul> </nav>
<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg> <span class="elementor-screen-only">Menu</span>
</div>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
<ul id="menu-2-cd65953" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3618"><a href="https://greenlightcanada.com/our-services/" class="elementor-item" tabindex="-1">Our Services</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3620"><a href="https://greenlightcanada.com/express-entry/" class="elementor-sub-item" tabindex="-1">Express Entry</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3619"><a href="https://greenlightcanada.com/provincial-programs-immigration-canada/" class="elementor-sub-item" tabindex="-1">Provincial Nominee Programs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3629"><a href="https://greenlightcanada.com/canadian-immigration-programs/business-immigration-canada/" class="elementor-sub-item" tabindex="-1">Business Immigration</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3644"><a href="https://greenlightcanada.com/study-in-canada/" class="elementor-sub-item" tabindex="-1">Study In Canada – Canada Study Permit</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3651"><a href="https://greenlightcanada.com/work-permits/" class="elementor-sub-item" tabindex="-1">Canada Work Permits</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3658"><a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/" class="elementor-sub-item" tabindex="-1">Ontario Provincial Nominee Program</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3671"><a href="https://greenlightcanada.com/canada-visas/guest-visas/" class="elementor-sub-item" tabindex="-1">Visitor Visa</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3686"><a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/" class="elementor-sub-item" tabindex="-1">Family & Spousal Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3693"><a href="https://greenlightcanada.com/canadian-humanitarian-program/" class="elementor-sub-item" tabindex="-1">Humanitarian And Compassionate Grounds</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3700"><a href="https://greenlightcanada.com/lmia/" class="elementor-sub-item" tabindex="-1">LMIA</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3701"><a href="https://greenlightcanada.com/canadian-immigration-programs/" class="elementor-item" tabindex="-1">Immigration Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3702"><a href="https://greenlightcanada.com/express-entry/" class="elementor-sub-item" tabindex="-1">Express Entry</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3740"><a href="https://greenlightcanada.com/federal-skilled-worker-program-canada/" class="elementor-sub-item" tabindex="-1">Federal Skilled Worker Program</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3747"><a href="https://greenlightcanada.com/federal-skilled-trades/" class="elementor-sub-item" tabindex="-1">Federal Skilled Trades Program</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3748"><a href="/canadian-experience-class/" class="elementor-sub-item" tabindex="-1">Canadian Experience Class</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3703"><a href="https://greenlightcanada.com/canadian-immigration-programs/business-immigration-canada/" class="elementor-sub-item" tabindex="-1">Business Immigration</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3704"><a href="https://greenlightcanada.com/provincial-programs-immigration-canada/" class="elementor-sub-item" tabindex="-1">Provincial Nominee Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3751"><a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Ontario</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3758"><a href="https://greenlightcanada.com/british-columbia-pnp/" class="elementor-sub-item" tabindex="-1">Immigration to British Columbia</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3765"><a href="https://greenlightcanada.com/alberta-immigrant-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Alberta</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3775"><a href="https://greenlightcanada.com/manitoba-provincial-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Manitoba</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3782"><a href="https://greenlightcanada.com/saskatchewan-provincial-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Saskatchewan</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3789"><a href="https://greenlightcanada.com/the-atlantic-immigration-pilot/" class="elementor-sub-item" tabindex="-1">Atlantic Immigration Pilot</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3796"><a href="https://greenlightcanada.com/new-brunswick-provincial-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to New Brunswick</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3806"><a href="https://greenlightcanada.com/nova-scotia-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Nova Scotia</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3816"><a href="https://greenlightcanada.com/prince-edward-island-provincial-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Prince Edward Island</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3825"><a href="https://greenlightcanada.com/newfoundland-and-labrador-provincial-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Newfoundland And Labrador</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3832"><a href="https://greenlightcanada.com/yukon-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Yukon</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3840"><a href="https://greenlightcanada.com/northwest-territories-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Northwest Territories</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3705"><a href="https://greenlightcanada.com/canadian-humanitarian-program/" class="elementor-sub-item" tabindex="-1">Humanitarian Programs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3706"><a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/" class="elementor-sub-item" tabindex="-1">Family & Spousal Sponsorship</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3844"><a href="https://greenlightcanada.com/spousal-sponsorship/" class="elementor-sub-item" tabindex="-1">Spousal Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3855"><a href="https://greenlightcanada.com/dependent-child-sponsorship/" class="elementor-sub-item" tabindex="-1">Dependent Child Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3865"><a href="https://greenlightcanada.com/parents-and-grandparents-sponsorship/" class="elementor-sub-item" tabindex="-1">Parents And Grandparents Sponsorship</a></li>
</ul>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3870"><a href="https://greenlightcanada.com/canada-visas/" class="elementor-item" tabindex="-1">Visas</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3871"><a href="https://greenlightcanada.com/canada-visas/guest-visas/" class="elementor-sub-item" tabindex="-1">Visitor Visa To Canada</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3878"><a href="https://greenlightcanada.com/canada-visas/electronic-travel-authorization-canada/" class="elementor-sub-item" tabindex="-1">Electronic Travel Authorization</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3885"><a href="https://greenlightcanada.com/super-visa-canada/" class="elementor-sub-item" tabindex="-1">Super VISA</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3892"><a href="https://greenlightcanada.com/refugee-program-canada/" class="elementor-item" tabindex="-1">Refugee</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3899"><a href="https://greenlightcanada.com/work-in-canada/" class="elementor-item" tabindex="-1">Work In Canada</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3900"><a href="https://greenlightcanada.com/work-permits/" class="elementor-sub-item" tabindex="-1">Canada Work Permits</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3901"><a href="https://greenlightcanada.com/lmia/" class="elementor-sub-item" tabindex="-1">LMIA</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3908"><a href="https://greenlightcanada.com/red-seal-certificate/" class="elementor-sub-item" tabindex="-1">Red Seal Certificate</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3909"><a href="https://greenlightcanada.com/study-in-canada/" class="elementor-item" tabindex="-1">Study In Canada (Study Permit)</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3916"><a href="https://greenlightcanada.com/study-in-canada/foreign-student-work-permit/" class="elementor-sub-item" tabindex="-1">International Student Work Permit</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3923"><a href="https://greenlightcanada.com/stay-in-canada-after-graduation/" class="elementor-sub-item" tabindex="-1">Stay In Canada After Graduation</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3934"><a href="https://greenlightcanada.com/eligible-college-universities/" class="elementor-sub-item" tabindex="-1">Eligible College & Universities</a></li>
</ul>
</li>
</ul> </nav>
</div>
</div>
<div class="elementor-element elementor-element-51c088d elementor-align-right elementor-widget__width-auto elementor-hidden-mobile glavbutton elementor-widget elementor-widget-button" data-id="51c088d" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="/assessment-forms/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-left">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M478.179 161.787c-10.956-10.964-28.373-11.653-40.151-2.056-1.703 1.388-.384.165-26.317 26.098l67.316 67.317 24.193-23.891c11.697-11.697 11.697-30.729 0-42.427zM273.667 325.148l-39.598 84.854a15 15 0 0 0 19.936 19.936l84.854-39.599c3.357-1.567-6.806 7.945 118.822-116.114l-67.183-67.184C265.94 331.6 275.265 321.725 273.667 325.148z" fill="#ffffff" data-original="#000000" class=""></path><path d="M364.13 408.771a44.89 44.89 0 0 1-12.585 8.755l-84.854 39.599c-16.686 7.787-37.071 4.822-50.848-8.958-13.331-13.33-16.932-33.765-8.96-50.851l39.599-84.856a44.884 44.884 0 0 1 8.957-12.787l127.567-127.567V45c0-24.813-20.187-45-45-45h-293c-24.813 0-45 20.187-45 45v422c0 24.813 20.187 45 45 45h293c24.813 0 45-20.187 45-45v-76.871zM80.007 97h224c8.284 0 15 6.716 15 15s-6.716 15-15 15h-224c-8.284 0-15-6.716-15-15s6.716-15 15-15zm0 80h176c8.284 0 15 6.716 15 15s-6.716 15-15 15h-176c-8.284 0-15-6.716-15-15s6.716-15 15-15zm-15 95c0-8.284 6.716-15 15-15h128c8.284 0 15 6.716 15 15s-6.716 15-15 15h-128c-8.284 0-15-6.716-15-15z" fill="#ffffff" data-original="#000000" class=""></path></g></svg> </span>
<span class="elementor-button-text">FREE ASSESSMENT</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-1d096e0 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con" data-id="1d096e0" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-154da5b e-con-full e-flex e-con" data-id="154da5b" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-52c678b logo elementor-widget elementor-widget-image" data-id="52c678b" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="/">
<img width="546" height="130" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20546%20130'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8328" alt="" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new.png 546w, https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new-300x71.png 300w" data-lazy-sizes="(max-width: 546px) 100vw, 546px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new.png"><noscript><img width="546" height="130" src="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new.png" class="attachment-large size-large wp-image-8328" alt="" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new.png 546w, https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-new-300x71.png 300w" sizes="(max-width: 546px) 100vw, 546px" /></noscript> </a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-cfe5a31 e-con-full e-flex e-con" data-id="cfe5a31" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-a4830a7 elementor-nav-menu__align-right elementor-widget__width-auto elementor-nav-menu--stretch osnmenu elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="a4830a7" data-element_type="widget" data-settings="{"full_width":"stretch","submenu_icon":{"value":"<svg class=\"e-font-icon-svg e-fas-angle-down\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"><\/path><\/svg>","library":"fa-solid"},"layout":"horizontal","toggle":"burger"}" data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
<ul id="menu-1-a4830a7" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-27 current_page_item menu-item-4386"><a href="https://greenlightcanada.com/" aria-current="page" class="elementor-item elementor-item-active">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5049"><a href="https://greenlightcanada.com/assessment-forms/" class="elementor-item"><font color="red"><strong>Free Immigration Assessment</strong></font></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4387"><a href="https://greenlightcanada.com/about-us/" class="elementor-item">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4506"><a href="https://greenlightcanada.com/our-team/" class="elementor-item">Our Team</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8893"><a href="https://greenlightcanada.com/immigration-case-management/" class="elementor-item">GLI Academy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4507"><a href="https://greenlightcanada.com/news/" class="elementor-item">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4508"><a href="https://greenlightcanada.com/immigration-tips/" class="elementor-item">Immigration News</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4511"><a href="https://greenlightcanada.com/contact-us/" class="elementor-item">Contact Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4512"><a href="https://greenlightcanada.com/our-services/" class="elementor-item">Our Services</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4513"><a href="https://greenlightcanada.com/express-entry/" class="elementor-sub-item">Express Entry</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4514"><a href="https://greenlightcanada.com/provincial-programs-immigration-canada/" class="elementor-sub-item">Provincial Nominee Programs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4515"><a href="https://greenlightcanada.com/business-immigration/" class="elementor-sub-item">Business Immigration</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4516"><a href="https://greenlightcanada.com/study-in-canada/" class="elementor-sub-item">Study In Canada – Canada Study Permit</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4517"><a href="https://greenlightcanada.com/work-permits/" class="elementor-sub-item">Canada Work Permits</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4518"><a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/" class="elementor-sub-item">Ontario Provincial Nominee Program</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4519"><a href="https://greenlightcanada.com/canada-visas/guest-visas/" class="elementor-sub-item">Visitor Visa</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4520"><a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/" class="elementor-sub-item">Family & Spousal Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4521"><a href="https://greenlightcanada.com/canadian-humanitarian-program/" class="elementor-sub-item">Humanitarian And Compassionate Grounds</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4522"><a href="https://greenlightcanada.com/lmia/" class="elementor-sub-item">LMIA</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4523"><a href="https://greenlightcanada.com/canadian-immigration-programs/" class="elementor-item">Immigration Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4524"><a href="https://greenlightcanada.com/express-entry/" class="elementor-sub-item">Express Entry</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4525"><a href="https://greenlightcanada.com/federal-skilled-trades/" class="elementor-sub-item">Federal Skilled Trades Program</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4526"><a href="https://greenlightcanada.com/federal-skilled-trades/" class="elementor-sub-item">Federal Skilled Trades Program</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4527"><a href="/canadian-experience-class/" class="elementor-sub-item">Canadian Experience Class</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4528"><a href="https://greenlightcanada.com/business-immigration/" class="elementor-sub-item">Business Immigration</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4530"><a href="https://greenlightcanada.com/provincial-programs-immigration-canada/" class="elementor-sub-item">Provincial Nominee Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4543"><a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/" class="elementor-sub-item">Immigration to Ontario</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4544"><a href="https://greenlightcanada.com/british-columbia-pnp/" class="elementor-sub-item">Immigration to British Columbia</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4545"><a href="https://greenlightcanada.com/alberta-immigrant-nominee-program/" class="elementor-sub-item">Immigration to Alberta</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4546"><a href="https://greenlightcanada.com/manitoba-provincial-nominee-program/" class="elementor-sub-item">Immigration to Manitoba</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4547"><a href="https://greenlightcanada.com/saskatchewan-provincial-nominee-program/" class="elementor-sub-item">Immigration to Saskatchewan</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4548"><a href="https://greenlightcanada.com/the-atlantic-immigration-pilot/" class="elementor-sub-item">Atlantic Immigration Pilot</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4549"><a href="https://greenlightcanada.com/new-brunswick-provincial-nominee-program/" class="elementor-sub-item">Immigration to New Brunswick</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4550"><a href="https://greenlightcanada.com/nova-scotia-nominee-program/" class="elementor-sub-item">Immigration to Nova Scotia</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4551"><a href="https://greenlightcanada.com/prince-edward-island-provincial-nominee-program/" class="elementor-sub-item">Immigration to Prince Edward Island</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4552"><a href="https://greenlightcanada.com/newfoundland-and-labrador-provincial-nominee-program/" class="elementor-sub-item">Immigration to Newfoundland And Labrador</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4553"><a href="https://greenlightcanada.com/yukon-nominee-program/" class="elementor-sub-item">Immigration to Yukon</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4554"><a href="https://greenlightcanada.com/northwest-territories-nominee-program/" class="elementor-sub-item">Immigration to Northwest Territories</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4555"><a href="https://greenlightcanada.com/canadian-humanitarian-program/" class="elementor-sub-item">Humanitarian Programs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4556"><a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/" class="elementor-sub-item">Family & Spousal Sponsorship</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4557"><a href="https://greenlightcanada.com/spousal-sponsorship/" class="elementor-sub-item">Spousal Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4558"><a href="https://greenlightcanada.com/dependent-child-sponsorship/" class="elementor-sub-item">Dependent Child Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4559"><a href="https://greenlightcanada.com/parents-and-grandparents-sponsorship/" class="elementor-sub-item">Parents And Grandparents Sponsorship</a></li>
</ul>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4757"><a href="https://greenlightcanada.com/canada-visas/" class="elementor-item">Visas</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4758"><a href="https://greenlightcanada.com/canada-visas/guest-visas/" class="elementor-sub-item">Visitor Visa To Canada</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4759"><a href="https://greenlightcanada.com/canada-visas/electronic-travel-authorization-canada/" class="elementor-sub-item">Electronic Travel Authorization</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4760"><a href="https://greenlightcanada.com/super-visa-canada/" class="elementor-sub-item">Super VISA</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4761"><a href="https://greenlightcanada.com/refugee-program-canada/" class="elementor-item">Refugee Protection In Canada</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4762"><a href="https://greenlightcanada.com/work-in-canada/" class="elementor-item">Work In Canada</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4764"><a href="https://greenlightcanada.com/work-permits/" class="elementor-sub-item">Canada Work Permits</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4765"><a href="https://greenlightcanada.com/lmia/" class="elementor-sub-item">LMIA (Labour Market Impact Assessment)</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4766"><a href="https://greenlightcanada.com/red-seal-certificate/" class="elementor-sub-item">Red Seal Certificate</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4767"><a href="https://greenlightcanada.com/study-in-canada/" class="elementor-item">Study In Canada – Canada Study Permit (Visa)</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4768"><a href="https://greenlightcanada.com/study-in-canada/foreign-student-work-permit/" class="elementor-sub-item">International Student Work Permit</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4770"><a href="https://greenlightcanada.com/eligible-college-universities/" class="elementor-sub-item">Eligible College & Universities</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4769"><a href="https://greenlightcanada.com/stay-in-canada-after-graduation/" class="elementor-sub-item">Stay In Canada After Graduation</a></li>
</ul>
</li>
</ul> </nav>
<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg> <span class="elementor-screen-only">Menu</span>
</div>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
<ul id="menu-2-a4830a7" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-27 current_page_item menu-item-4386"><a href="https://greenlightcanada.com/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5049"><a href="https://greenlightcanada.com/assessment-forms/" class="elementor-item" tabindex="-1"><font color="red"><strong>Free Immigration Assessment</strong></font></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4387"><a href="https://greenlightcanada.com/about-us/" class="elementor-item" tabindex="-1">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4506"><a href="https://greenlightcanada.com/our-team/" class="elementor-item" tabindex="-1">Our Team</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8893"><a href="https://greenlightcanada.com/immigration-case-management/" class="elementor-item" tabindex="-1">GLI Academy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4507"><a href="https://greenlightcanada.com/news/" class="elementor-item" tabindex="-1">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4508"><a href="https://greenlightcanada.com/immigration-tips/" class="elementor-item" tabindex="-1">Immigration News</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4511"><a href="https://greenlightcanada.com/contact-us/" class="elementor-item" tabindex="-1">Contact Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4512"><a href="https://greenlightcanada.com/our-services/" class="elementor-item" tabindex="-1">Our Services</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4513"><a href="https://greenlightcanada.com/express-entry/" class="elementor-sub-item" tabindex="-1">Express Entry</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4514"><a href="https://greenlightcanada.com/provincial-programs-immigration-canada/" class="elementor-sub-item" tabindex="-1">Provincial Nominee Programs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4515"><a href="https://greenlightcanada.com/business-immigration/" class="elementor-sub-item" tabindex="-1">Business Immigration</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4516"><a href="https://greenlightcanada.com/study-in-canada/" class="elementor-sub-item" tabindex="-1">Study In Canada – Canada Study Permit</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4517"><a href="https://greenlightcanada.com/work-permits/" class="elementor-sub-item" tabindex="-1">Canada Work Permits</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4518"><a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/" class="elementor-sub-item" tabindex="-1">Ontario Provincial Nominee Program</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4519"><a href="https://greenlightcanada.com/canada-visas/guest-visas/" class="elementor-sub-item" tabindex="-1">Visitor Visa</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4520"><a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/" class="elementor-sub-item" tabindex="-1">Family & Spousal Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4521"><a href="https://greenlightcanada.com/canadian-humanitarian-program/" class="elementor-sub-item" tabindex="-1">Humanitarian And Compassionate Grounds</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4522"><a href="https://greenlightcanada.com/lmia/" class="elementor-sub-item" tabindex="-1">LMIA</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4523"><a href="https://greenlightcanada.com/canadian-immigration-programs/" class="elementor-item" tabindex="-1">Immigration Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4524"><a href="https://greenlightcanada.com/express-entry/" class="elementor-sub-item" tabindex="-1">Express Entry</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4525"><a href="https://greenlightcanada.com/federal-skilled-trades/" class="elementor-sub-item" tabindex="-1">Federal Skilled Trades Program</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4526"><a href="https://greenlightcanada.com/federal-skilled-trades/" class="elementor-sub-item" tabindex="-1">Federal Skilled Trades Program</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4527"><a href="/canadian-experience-class/" class="elementor-sub-item" tabindex="-1">Canadian Experience Class</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4528"><a href="https://greenlightcanada.com/business-immigration/" class="elementor-sub-item" tabindex="-1">Business Immigration</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4530"><a href="https://greenlightcanada.com/provincial-programs-immigration-canada/" class="elementor-sub-item" tabindex="-1">Provincial Nominee Programs</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4543"><a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Ontario</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4544"><a href="https://greenlightcanada.com/british-columbia-pnp/" class="elementor-sub-item" tabindex="-1">Immigration to British Columbia</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4545"><a href="https://greenlightcanada.com/alberta-immigrant-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Alberta</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4546"><a href="https://greenlightcanada.com/manitoba-provincial-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Manitoba</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4547"><a href="https://greenlightcanada.com/saskatchewan-provincial-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Saskatchewan</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4548"><a href="https://greenlightcanada.com/the-atlantic-immigration-pilot/" class="elementor-sub-item" tabindex="-1">Atlantic Immigration Pilot</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4549"><a href="https://greenlightcanada.com/new-brunswick-provincial-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to New Brunswick</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4550"><a href="https://greenlightcanada.com/nova-scotia-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Nova Scotia</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4551"><a href="https://greenlightcanada.com/prince-edward-island-provincial-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Prince Edward Island</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4552"><a href="https://greenlightcanada.com/newfoundland-and-labrador-provincial-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Newfoundland And Labrador</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4553"><a href="https://greenlightcanada.com/yukon-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Yukon</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4554"><a href="https://greenlightcanada.com/northwest-territories-nominee-program/" class="elementor-sub-item" tabindex="-1">Immigration to Northwest Territories</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4555"><a href="https://greenlightcanada.com/canadian-humanitarian-program/" class="elementor-sub-item" tabindex="-1">Humanitarian Programs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4556"><a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/" class="elementor-sub-item" tabindex="-1">Family & Spousal Sponsorship</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4557"><a href="https://greenlightcanada.com/spousal-sponsorship/" class="elementor-sub-item" tabindex="-1">Spousal Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4558"><a href="https://greenlightcanada.com/dependent-child-sponsorship/" class="elementor-sub-item" tabindex="-1">Dependent Child Sponsorship</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4559"><a href="https://greenlightcanada.com/parents-and-grandparents-sponsorship/" class="elementor-sub-item" tabindex="-1">Parents And Grandparents Sponsorship</a></li>
</ul>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4757"><a href="https://greenlightcanada.com/canada-visas/" class="elementor-item" tabindex="-1">Visas</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4758"><a href="https://greenlightcanada.com/canada-visas/guest-visas/" class="elementor-sub-item" tabindex="-1">Visitor Visa To Canada</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4759"><a href="https://greenlightcanada.com/canada-visas/electronic-travel-authorization-canada/" class="elementor-sub-item" tabindex="-1">Electronic Travel Authorization</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4760"><a href="https://greenlightcanada.com/super-visa-canada/" class="elementor-sub-item" tabindex="-1">Super VISA</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4761"><a href="https://greenlightcanada.com/refugee-program-canada/" class="elementor-item" tabindex="-1">Refugee Protection In Canada</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4762"><a href="https://greenlightcanada.com/work-in-canada/" class="elementor-item" tabindex="-1">Work In Canada</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4764"><a href="https://greenlightcanada.com/work-permits/" class="elementor-sub-item" tabindex="-1">Canada Work Permits</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4765"><a href="https://greenlightcanada.com/lmia/" class="elementor-sub-item" tabindex="-1">LMIA (Labour Market Impact Assessment)</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4766"><a href="https://greenlightcanada.com/red-seal-certificate/" class="elementor-sub-item" tabindex="-1">Red Seal Certificate</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4767"><a href="https://greenlightcanada.com/study-in-canada/" class="elementor-item" tabindex="-1">Study In Canada – Canada Study Permit (Visa)</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4768"><a href="https://greenlightcanada.com/study-in-canada/foreign-student-work-permit/" class="elementor-sub-item" tabindex="-1">International Student Work Permit</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4770"><a href="https://greenlightcanada.com/eligible-college-universities/" class="elementor-sub-item" tabindex="-1">Eligible College & Universities</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4769"><a href="https://greenlightcanada.com/stay-in-canada-after-graduation/" class="elementor-sub-item" tabindex="-1">Stay In Canada After Graduation</a></li>
</ul>
</li>
</ul> </nav>
</div>
</div>
</div>
</div>
</header>
<div data-elementor-type="wp-page" data-elementor-id="27" class="elementor elementor-27">
<div class="elementor-element elementor-element-a53e904 firstblockstart e-con-boxed e-flex e-con" data-id="a53e904" data-element_type="container" data-settings="{"background_background":"video","background_video_link":"https:\/\/greenlightcanada.com\/wp-content\/uploads\/2023\/08\/glc.mp4","background_play_on_mobile":"yes","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-background-video-container">
<video class="elementor-background-video-hosted elementor-html5-video" autoplay="" muted="" playsinline="" loop=""></video>
</div><div class="elementor-element elementor-element-acc2b01 e-con-full e-flex e-con" data-id="acc2b01" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-ecf26e3 elementor-widget elementor-widget-heading" data-id="ecf26e3" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<style>/*! elementor - v3.13.3 - 28-05-2023 */
.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class="elementor-heading-title elementor-size-default">Canada Immigration Services</h1> </div>
</div>
<div class="elementor-element elementor-element-876b0ac elementor-widget elementor-widget-text-editor" data-id="876b0ac" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<style>/*! elementor - v3.13.3 - 28-05-2023 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style> <p>Green Light Immigration provides exceptional immigration services to people who want to work, study, or move to Canada. Success rate of our applications is over 95%. This is the result of our team’s commitment to always working to a high standard and developing personalized strategies for each case.</p> </div>
</div>
</div>
<div class="elementor-element elementor-element-254d6ba e-con-full e-flex e-con" data-id="254d6ba" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-41276f8 e-con-boxed e-flex e-con" data-id="41276f8" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-f33101f elementor-widget elementor-widget-heading" data-id="f33101f" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<div class="elementor-heading-title elementor-size-default">Get matched and discover immigration programs</div> </div>
</div>
<div class="elementor-element elementor-element-52c766d elementor-widget elementor-widget-text-editor" data-id="52c766d" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
You can apply in just 60 seconds – Take the free online assessment test and find out the best immigration options for you. </div>
</div>
<div class="elementor-element elementor-element-adee8a7 elementor-widget elementor-widget-button" data-id="adee8a7" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="/assessment-forms/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Free Immigration Assessment</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-0722204 e-con-boxed e-flex e-con" data-id="0722204" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-aa6ab5f e-con-boxed e-flex e-con" data-id="aa6ab5f" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-87dbb4f elementor-widget elementor-widget-heading" data-id="87dbb4f" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Canada Immigration <span class="undel">Opportunities 2024</span></h2> </div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-9904f6a e-con-boxed e-flex e-con" data-id="9904f6a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-44f6034 e-con-full serv_block e-flex e-con" data-id="44f6034" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-77f8dec red_serv elementor-widget elementor-widget-spacer" data-id="77f8dec" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<style>/*! elementor - v3.13.3 - 28-05-2023 */
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style> <div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-7c51000 elementor-view-default elementor-widget elementor-widget-icon" data-id="7c51000" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div 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="M421.054,414.843c-4.142,0-7.5,3.358-7.5,7.5v70.514c0,2.283-1.858,4.141-4.141,4.141h-40.317V349.301 c0-4.142-3.358-7.5-7.5-7.5c-4.142,0-7.5,3.358-7.5,7.5v147.698h-81.185l23.543-25.9c2.572-2.83,3.785-6.861,3.244-10.787 c-0.01-0.076-0.022-0.152-0.035-0.228L277.24,327.617l6.041-9.094c3.34,2.372,5.913,4.656,10.738,4.656 c4.908,0,9.497-2.747,11.755-7.269v-0.001l23.65-47.4l53.876,20.865c1.949,0.836,30.252,13.582,30.252,47.238v50.73 c-0.001,4.141,3.357,7.5,7.5,7.5c4.142,0,7.5-3.358,7.5-7.5v-50.73c0-44.344-37.969-60.463-39.585-61.128 c-0.047-0.02-0.095-0.039-0.143-0.057l-89.668-34.726v-21.03c14.242-11.076,24.117-27.495,26.596-46.227 c7.101-0.5,13.69-3.152,19.071-7.779c7.027-6.043,11.059-14.838,11.059-24.126c0-7.708-2.781-15.068-7.737-20.803V92.953 C348.144,41.699,306.446,0,255.192,0c-51.254,0-92.952,41.699-92.952,92.953v28.511c-5.009,5.677-7.733,12.665-7.733,20.074 c0,9.291,4.03,18.085,11.059,24.129c5.377,4.625,11.962,7.274,19.061,7.775c2.499,19.083,12.662,36.114,28.117,47.339v19.92 l-89.571,34.725c-0.047,0.018-0.094,0.037-0.141,0.056c-1.617,0.665-39.585,16.784-39.585,61.128v156.245 c0,10.555,8.587,19.142,19.142,19.142h71.457c4.142,0,7.5-3.358,7.5-7.5c0-4.142-3.358-7.5-7.5-7.5h-16.137V349.301 c0-4.142-3.358-7.5-7.5-7.5c-4.142,0-7.5,3.358-7.5,7.5v147.698h-40.319c-2.283,0-4.141-1.858-4.141-4.141V336.611 c0-33.769,28.493-46.486,30.243-47.234l53.834-20.87l23.652,47.402c2.263,4.533,6.858,7.27,11.756,7.27 c4.801,0,7.349-2.249,10.738-4.656l6.041,9.094l-22.421,132.468c-0.013,0.075-0.024,0.15-0.035,0.226 c-0.542,3.924,0.671,7.957,3.244,10.789l23.543,25.9h-29.995c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h200.365 c10.555,0,19.142-8.588,19.142-19.142v-70.514C428.554,418.201,425.196,414.843,421.054,414.843z M315.375,263.069l-22.049,44.19 c-0.548-0.389-12.233-8.691-26.517-18.834c6.198-7.651-1.053,1.299,27.235-33.617L315.375,263.069z M271.043,309.833l-5.718,8.607 h-18.703l-5.718-8.607l15.07-10.703L271.043,309.833z M227.743,243.121v-14.036c9.112,3.673,18.85,5.376,28.36,5.376 c9.833,0,19.476-2.096,28.052-5.846v14.567l-28.181,34.785L227.743,243.121z M340.881,141.539 c-0.001,4.913-2.129,9.562-5.839,12.753c-2.453,2.11-5.416,3.459-8.661,3.987v-33.477 C335.001,126.202,340.881,133.352,340.881,141.539z M184.007,158.279c-8.718-1.415-14.5-8.623-14.5-16.741 c0-8.018,6.647-14.544,14.5-16.359V158.279z M184.41,109.896c-2.389,0.274-5.127,0.921-7.168,1.615V92.953 c0-42.983,34.968-77.952,77.951-77.952c42.983,0,77.951,34.969,77.951,77.952v18.043c-2.18-0.663-4.441-1.101-6.762-1.307 c0-7.237,0.063-5.841-23.612-31.294c-4.354-4.678-11.556-5.658-17.037-2.077c-26.13,17.069-58.005,25.644-87.415,23.532 C191.867,99.367,185.991,103.616,184.41,109.896z M199.008,164.184v-46.792v-2.465c32.375,1.896,66.318-7.722,93.739-25.283 c10.858,11.658,16.738,17.773,18.634,20.099c0,5.884,0,47.705,0,54.44c0,30.447-24.826,55.276-55.277,55.276 C221.91,219.46,199.008,192.934,199.008,164.184z M218.623,307.259l-22.049-44.19l21.293-8.247l27.241,33.625 C231.255,298.284,219.88,306.366,218.623,307.259z M227.228,461.702l21.709-128.263h14.071l21.709,128.263l-28.744,31.623 L227.228,461.702z"></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> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-9803a17 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon" data-id="9803a17" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div 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="m265.156 196.88-14.156-28.685-14.156 28.685c-1.457 2.951-4.272 4.997-7.53 5.47l-31.656 4.6 22.907 22.328c2.356 2.298 3.432 5.607 2.876 8.852l-5.408 31.528 28.314-14.886c1.456-.766 3.055-1.148 4.653-1.148s3.197.383 4.653 1.148l28.314 14.886-5.408-31.528c-.556-3.244.52-6.554 2.876-8.852l22.907-22.328-31.656-4.6c-3.257-.473-6.073-2.519-7.53-5.47z"></path><path d="m394.896 227.796c-.857-2.635-.857-5.421 0-8.057l8.104-24.94c4.437-13.654-.387-28.498-12.002-36.938l-21.215-15.414c-2.242-1.629-3.88-3.883-4.736-6.519l-8.104-24.94c-4.438-13.654-17.065-22.828-31.422-22.828h-26.224c-2.771 0-5.421-.861-7.663-2.49l-21.216-15.414c-11.615-8.438-27.223-8.438-38.838 0l-21.215 15.414c-2.242 1.629-4.892 2.49-7.663 2.49h-26.224c-14.356 0-26.984 9.174-31.422 22.829l-8.104 24.941c-.856 2.635-2.494 4.889-4.736 6.518l-21.215 15.414c-11.614 8.439-16.438 23.283-12.001 36.937l8.104 24.941c.857 2.635.857 5.421 0 8.057l-8.104 24.941c-4.437 13.654.387 28.498 12.002 36.938l21.216 15.415c2.242 1.628 3.879 3.882 4.735 6.519l8.104 24.94c4.438 13.654 17.065 22.828 31.422 22.828h26.224c2.771 0 5.421.861 7.663 2.49l21.216 15.413c5.809 4.22 12.612 6.33 19.419 6.33 6.805 0 13.612-2.11 19.419-6.329l21.217-15.414c2.241-1.629 4.891-2.49 7.662-2.49h26.224c14.356 0 26.984-9.174 31.422-22.829l8.104-24.941c.856-2.635 2.493-4.889 4.736-6.518l21.215-15.415c11.615-8.439 16.438-23.283 12.002-36.938zm-62.083-20.667-33.651 32.801 7.944 46.317c.644 3.751-.899 7.543-3.979 9.781-1.742 1.266-3.806 1.91-5.879 1.91-1.592 0-3.189-.379-4.652-1.148l-41.596-21.869-41.596 21.868c-3.368 1.77-7.452 1.477-10.531-.761-3.079-2.237-4.622-6.029-3.979-9.781l7.944-46.317-33.651-32.801c-2.726-2.657-3.706-6.631-2.53-10.251 1.177-3.62 4.306-6.258 8.072-6.806l46.506-6.758 20.797-42.141c1.685-3.413 5.161-5.574 8.968-5.574s7.283 2.161 8.968 5.574l20.797 42.141 46.506 6.758c3.767.547 6.896 3.186 8.072 6.806s.195 7.594-2.53 10.251z"></path></g><g><path d="m439.26 358.44-47.24-47.25-10.35 7.51-7.61 23.41c-6.85 21.1-26.36 35.27-48.54 35.27h-24.61l-9.69 7.03 61.04 61.03c1.89 1.89 4.45 2.93 7.07 2.93.68 0 1.37-.07 2.05-.22 3.3-.69 6.03-3 7.26-6.14l18.9-48.3 48.29-18.89c3.15-1.23 5.46-3.96 6.15-7.27.69-3.3-.33-6.73-2.72-9.11z"></path></g><g><path d="m201.09 377.38h-24.61c-22.18 0-41.69-14.17-48.54-35.27l-7.61-23.41-10.35-7.51-47.24 47.25c-2.39 2.38-3.41 5.81-2.72 9.11.69 3.31 3 6.04 6.15 7.27l48.29 18.89 18.9 48.3c1.23 3.14 3.96 5.45 7.26 6.14.68.15 1.37.22 2.05.22 2.62 0 5.18-1.04 7.07-2.93l61.04-61.03z"></path></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-4065675 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4065675" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<style>/*! elementor - v3.13.3 - 28-05-2023 */
.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style> <div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
<div class="elementor-element elementor-element-2878174 elementor-widget elementor-widget-heading" data-id="2878174" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="/work-visa-job-in-canada/">Immigration For Freelancers </a></h5> </div>
</div>
<div class="elementor-element elementor-element-6dbabf1 elementor-widget elementor-widget-text-editor" data-id="6dbabf1" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Immigrate to Canada as a Freelancer in 2024 with Green Light Immigration. Begin your Canadian freelance immigration with expert help.</p> </div>
</div>
<div class="elementor-element elementor-element-e3e23d4 elementor-align-justify elementor-widget elementor-widget-button" data-id="e3e23d4" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://freelance.greenlightcanada.com/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Apply Now</span>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-b5fb9de e-con-full serv_block e-flex e-con" data-id="b5fb9de" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-2206640 red_serv elementor-widget elementor-widget-spacer" data-id="2206640" 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-111bdd0 elementor-view-default elementor-widget elementor-widget-icon" data-id="111bdd0" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" height="512" viewBox="0 0 512 512" width="512"><path d="m207.884 310.861c.032.002.062.011.093.012.064.002.128.026.192.026.002 0 .005-.001.007-.001s.005.001.007.001c.041 0 .081-.016.122-.016.168.001.33.025.498.025h.002.001.001c50.933 0 92.369-41.436 92.369-92.371s-41.436-92.371-92.369-92.371c-.096 0-.189.014-.285.015-.115-.006-.231.011-.347.011-.223.001-.443.012-.664.034-.127.012-.255.006-.382.025-50.154.908-90.693 41.917-90.693 92.286 0 50.623 40.943 91.821 91.448 92.324zm-70.928-60.744h20.987c4.875 15.916 13.387 30.453 25.021 42.495-20.577-7.203-37.267-22.688-46.008-42.495zm150.382-31.581c0 6.109-.771 12.031-2.097 17.743h-23.628c.969-5.85 1.519-11.826 1.519-17.914 0-5.962-.538-11.822-1.485-17.567h23.596c1.325 5.711 2.095 11.631 2.095 17.738zm-38.044.172c0 5.977-.573 11.852-1.663 17.572h-31.908v-35.481h31.878c1.113 5.818 1.693 11.806 1.693 17.909zm-76.733 31.409h29.325v41.03c-13.556-10.83-23.59-25.005-29.325-41.03zm43.162 39.964v-39.965h28.105c-5.547 15.48-15.167 29.257-28.105 39.965zm0-103.12v-39.968c12.911 10.689 22.517 24.45 28.07 39.968zm-13.837-41.035v41.035h-29.363c5.728-15.988 15.776-30.185 29.363-41.035zm0 54.872v35.481h-33.136c-1.113-5.82-1.693-11.809-1.693-17.914 0-5.975.573-11.849 1.662-17.567zm-47.18 35.481h-22.336c-1.326-5.712-2.097-11.634-2.097-17.743 0-6.108.77-12.028 2.096-17.738h22.37c-.968 5.848-1.518 11.823-1.518 17.909 0 5.963.539 11.826 1.485 17.572zm77.912 57.077c11.986-12.169 20.768-26.951 25.753-43.24h22.284c-9.03 20.464-26.518 36.374-48.037 43.24zm48.039-106.395h-22.247c-4.977-16.254-13.77-31.051-25.783-43.241 21.517 6.867 39.002 22.778 48.03 43.241zm-97.686-42.502c-11.609 12.023-20.11 26.549-24.992 42.502h-21.025c8.741-19.812 25.435-35.3 46.017-42.502zm269.4-53.626c-4.741-9.189-12.745-15.968-22.538-19.094l-218.914-69.898c-9.788-3.135-20.243-2.243-29.431 2.504-9.187 4.739-15.968 12.743-19.094 22.535l-14.529 45.499h-53.96c-21.292 0-38.614 17.324-38.614 38.616v362.394c0 21.292 17.322 38.611 38.614 38.611h229.801c21.292 0 38.614-17.319 38.614-38.611v-63.253l92.553-289.871c3.126-9.788 2.239-20.243-2.502-29.432zm-103.889 382.556c0 13.662-11.115 24.774-24.776 24.774h-229.801c-13.662 0-24.776-11.112-24.776-24.774v-362.394c0-13.662 11.115-24.778 24.776-24.778h229.801c13.662 0 24.776 11.117 24.776 24.778zm93.211-357.331-79.373 248.592v-253.655c0-21.292-17.322-38.616-38.614-38.616h-161.319l13.186-41.291c2.002-6.27 6.356-11.401 12.259-14.45 5.901-3.045 12.603-3.617 18.88-1.617l218.914 69.899c6.27 2.004 11.403 6.356 14.448 12.261 3.045 5.9 3.621 12.607 1.619 18.877zm-139.561 248.339c0 3.82-3.097 6.919-6.919 6.919h-172.818c-3.822 0-6.919-3.099-6.919-6.919s3.097-6.919 6.919-6.919h172.819c3.822 0 6.918 3.099 6.918 6.919zm0 48.84c0 3.82-3.097 6.919-6.919 6.919h-172.818c-3.822 0-6.919-3.099-6.919-6.919s3.097-6.919 6.919-6.919h172.819c3.822.001 6.918 3.1 6.918 6.919zm-39.197 48.841c0 3.82-3.097 6.919-6.919 6.919h-94.423c-3.822 0-6.919-3.099-6.919-6.919s3.097-6.919 6.919-6.919h94.423c3.823 0 6.919 3.099 6.919 6.919z"></path></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-de0eedd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="de0eedd" 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-ddf2f22 elementor-widget elementor-widget-heading" data-id="ddf2f22" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="/direct-immigration-all-programs/">Direct Immigration</a></h5> </div>
</div>
<div class="elementor-element elementor-element-e40fe5c elementor-widget elementor-widget-text-editor" data-id="e40fe5c" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Top 5 Programs to move to Canada permanently from your home country within 4-12 months. Contact us today to get a free assessment!</p> </div>
</div>
<div class="elementor-element elementor-element-1d36224 elementor-align-justify elementor-widget elementor-widget-button" data-id="1d36224" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="/direct-immigration-all-programs/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Apply Now</span>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-c4ee443 e-con-full serv_block e-flex e-con" data-id="c4ee443" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-243bea1 red_serv elementor-widget elementor-widget-spacer" data-id="243bea1" 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-6bf7ed1 elementor-view-default elementor-widget elementor-widget-icon" data-id="6bf7ed1" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" id="Portfolio" height="512" viewBox="0 0 128 128" width="512"><g id="_x3C_Group_x3E_"><path id="_x31_1" d="m36.881 54.677h82.371c2.416 0 4.595.985 6.178 2.567v.015c1.582 1.583 2.568 3.762 2.568 6.163v55.831c0 2.4-.986 4.594-2.568 6.176-1.583 1.584-3.762 2.568-6.178 2.568h-82.371c-2.401 0-4.595-.984-6.177-2.568-1.583-1.582-2.568-3.762-2.568-6.176v-55.831c0-2.401.985-4.595 2.568-6.178 1.583-1.582 3.776-2.567 6.177-2.567zm82.371 3.998h-82.371c-1.305 0-2.485.541-3.345 1.401-.861.861-1.402 2.041-1.402 3.346v55.831c0 1.305.541 2.498 1.402 3.359.859.859 2.04 1.387 3.345 1.387h82.371c1.305 0 2.498-.527 3.359-1.387.86-.861 1.389-2.055 1.389-3.359v-55.831c0-1.305-.528-2.498-1.389-3.359v.014c-.861-.86-2.054-1.402-3.359-1.402z"></path><path id="_x31_0" d="m61.368 38.006h33.412c1.902 0 3.65.777 4.9 2.04 1.249 1.263 2.041 2.999 2.041 4.9v11.729 1.999h-2-8.439-1.998v-1.999-6.495h-22.419v6.496 1.999h-2-8.439-1.999v-1.999-11.73c0-1.901.777-3.651 2.026-4.9 1.263-1.263 3-2.04 4.915-2.04zm33.411 3.998h-33.411c-.806 0-1.541.332-2.083.874-.527.528-.859 1.263-.859 2.068v9.73h4.441v-6.496-1.998h1.999 26.416 2v1.998 6.497h4.441v-9.73c0-.806-.333-1.541-.86-2.068h-.015c-.528-.542-1.263-.875-2.069-.875z"></path><path id="_x39_" d="m22.084 108.495c1.097 0 1.999.887 1.999 1.998 0 1.096-.902 1.998-1.999 1.998h-16.087c-1.638 0-3.137-.68-4.234-1.762v-.014c-1.083-1.083-1.763-2.581-1.763-4.234v-100.485c0-1.638.68-3.137 1.763-4.233 1.082-1.083 2.581-1.763 4.234-1.763h56.231c.861 0 1.666.167 2.417.5.736.333 1.402.818 1.999 1.443v.014-.014l15.089 16.144c.041.042.069.083.111.125.484.541.832 1.139 1.082 1.763.25.681.389 1.402.389 2.166v9.8c0 1.11-.902 1.999-1.999 1.999-1.11 0-2.013-.889-2.013-1.999v-9.8c0-.278-.027-.527-.111-.75-.083-.18-.18-.347-.305-.514-.028-.027-.057-.041-.084-.069l-15.075-16.144c-.209-.222-.444-.389-.694-.514-.235-.097-.499-.152-.805-.152h-56.232c-.541 0-1.041.222-1.402.597l-.014-.014c-.361.36-.583.874-.583 1.415v100.485c0 .555.222 1.055.583 1.416l.014.014c.361.348.86.584 1.402.584z"></path><path id="_x38_" d="m70.821 91.116-34.3-6.512c-2.318-.43-4.457-1.443-5.996-2.984-1.473-1.471-2.389-3.4-2.389-5.719h3.998c0 1.18.473 2.152 1.222 2.902.958.943 2.36 1.596 3.901 1.887l34.3 6.51zm57.176-15.215c0 2.318-.916 4.234-2.388 5.705v.014c-1.541 1.541-3.678 2.555-5.982 2.984l-34.301 6.566-.749-3.914 34.3-6.566c1.555-.305 2.957-.943 3.914-1.887.75-.75 1.208-1.723 1.208-2.902z"></path><path id="_x37_" d="m50.943 17.864c1.11 0 1.999.889 1.999 1.999 0 1.097-.889 1.999-1.999 1.999h-27.9c-1.111 0-2-.902-2-1.999 0-1.11.889-1.999 2-1.999zm-37.424 0c1.111 0 2.014.889 2.014 1.999 0 1.097-.902 1.999-2.014 1.999h-1.498c-1.098 0-2-.902-2-1.999 0-1.11.902-1.999 2-1.999z"></path><path id="_x36_" d="m37.797 36.007c1.097 0 1.999.901 1.999 1.999 0 1.11-.902 1.998-1.999 1.998h-14.755c-1.11 0-1.999-.888-1.999-1.998 0-1.097.889-1.999 1.999-1.999zm-24.277 0c1.11 0 2.013.901 2.013 1.999 0 1.11-.902 1.998-2.013 1.998h-1.499c-1.097 0-2-.888-2-1.998 0-1.097.902-1.999 2-1.999z"></path><path id="_x35_" d="m50.943 26.942c1.11 0 1.999.889 1.999 1.999 0 1.096-.889 1.999-1.999 1.999h-27.9c-1.111 0-2-.902-2-1.999 0-1.11.889-1.999 2-1.999zm-37.424 0c1.111 0 2.014.889 2.014 1.999 0 1.096-.902 1.999-2.014 1.999h-1.498c-1.098 0-2-.902-2-1.999 0-1.11.902-1.999 2-1.999z"></path><path id="_x34_" d="m64.283.735 18.197 19.753c.736.805.695 2.068-.125 2.817-.375.347-.859.528-1.346.528h-12.534c-2.137 0-4.067-.875-5.469-2.276-.041-.042-.084-.083-.125-.125-1.333-1.389-2.152-3.276-2.152-5.345v-14.088c0-1.097.889-1.999 2-1.999.623 0 1.179.291 1.554.735zm12.174 19.101-11.73-12.716v8.968c0 .999.389 1.901 1.014 2.567.027.028.056.056.084.084.68.68 1.623 1.096 2.65 1.096z"></path><path id="_x33_" d="m90.893 10.771c-.222 1.082-1.276 1.776-2.359 1.541-1.083-.223-1.777-1.277-1.555-2.347l.764-3.637.999-4.733c.194-.943 1.027-1.597 1.957-1.597h3.498 3.498c1.013 0 1.847.75 1.985 1.735l1.471 6.996c1.027.292 2.027.639 2.998 1.041.986.403 1.943.875 2.859 1.389l6.122-3.998c.791-.514 1.832-.389 2.484.264h.015l2.471 2.471c.027.042.069.07.098.111l2.373 2.374c.693.68.764 1.763.223 2.54l-3.957 6.065c.527.917.986 1.874 1.402 2.86.389.971.736 1.971 1.027 2.998l7.135 1.513c.986.194 1.652 1.083 1.597 2.054v3.389 3.498c0 1.013-.749 1.86-1.735 1.985l-6.996 1.471c-.291 1.041-.639 2.041-1.027 2.998-.583 1.402-1.277 2.734-2.068 3.971-.582.943-1.818 1.221-2.762.624-.93-.597-1.207-1.832-.611-2.763.681-1.068 1.264-2.193 1.75-3.358.472-1.139.846-2.305 1.124-3.498.125-.791.735-1.444 1.555-1.624l6.772-1.416v-1.888h.014v-1.874l-6.788-1.43c-.735-.152-1.36-.722-1.541-1.513-.264-1.235-.652-2.429-1.138-3.608-.486-1.166-1.069-2.291-1.75-3.359-.402-.639-.416-1.472.014-2.152l3.791-5.802-1.223-1.235c-.041-.027-.068-.056-.111-.098l-1.332-1.332-5.678 3.706c-.652.499-1.555.555-2.275.097-1.069-.68-2.193-1.263-3.359-1.749-1.139-.472-2.318-.847-3.512-1.124-.777-.125-1.444-.722-1.61-1.555l-1.432-6.775h-1.873-1.889l-.652 3.137zm3.304 10.647c-1.111 0-2-.889-2-1.999s.889-1.999 2-1.999c4.524 0 8.619 1.833 11.59 4.803 2.957 2.957 4.789 7.052 4.789 11.577 0 1.194-.125 2.374-.375 3.498-.25 1.151-.625 2.263-1.109 3.331-.459 1-1.639 1.444-2.652.986-.999-.459-1.43-1.639-.971-2.638.36-.777.638-1.624.832-2.513.181-.86.278-1.749.278-2.665 0-3.415-1.388-6.511-3.623-8.759-2.249-2.233-5.345-3.622-8.759-3.622z"></path><path id="_x32_" d="m71.474 75.958h13.2c1.042 0 1.985.43 2.666 1.109l.014.014c.681.682 1.11 1.639 1.11 2.68v14.631c0 2.859-1.165 5.455-3.054 7.342-1.873 1.889-4.483 3.055-7.343 3.055s-5.456-1.166-7.343-3.055c-1.875-1.887-3.055-4.482-3.055-7.342v-14.631c0-1.041.431-2 1.125-2.68v-.014c.694-.679 1.639-1.109 2.68-1.109zm12.993 3.998h-12.785v14.436c0 1.748.708 3.359 1.874 4.512 1.166 1.166 2.763 1.887 4.511 1.887 1.764 0 3.359-.721 4.525-1.887 1.152-1.152 1.875-2.764 1.875-4.512z"></path><circle id="_x31_" cx="78.066" cy="94.127" r="1.999"></circle></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-e898f54 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e898f54" 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-e139d4c elementor-widget elementor-widget-heading" data-id="e139d4c" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="/business-visa-business-in-canada/">Business & Immigration</a></h5> </div>
</div>
<div class="elementor-element elementor-element-fd575fe elementor-widget elementor-widget-text-editor" data-id="fd575fe" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>More than 20 immigration programs for business owners. Launch your business in Canada! Business Registration and Immigration.</p> </div>
</div>
<div class="elementor-element elementor-element-17f1101 elementor-align-justify elementor-widget elementor-widget-button" data-id="17f1101" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="/business-visa-business-in-canada/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Apply Now</span>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-517256d e-con-full serv_block e-flex e-con" data-id="517256d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-a4baa35 red_serv elementor-widget elementor-widget-spacer" data-id="a4baa35" 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-9eb7acd elementor-view-default elementor-widget elementor-widget-icon" data-id="9eb7acd" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 64 64" width="512" height="512"><path d="M58.43,48l.05-.07a6.06,6.06,0,0,0,.39-5.55c-2.08-3.78-5.26-9.54-5.43-9.91C52,29.21,48.36,28,45.92,27.27a16.22,16.22,0,0,1-1.8-.64,2,2,0,0,1-.59-.41,13.64,13.64,0,0,0,4.24-9.58l1-.17a1,1,0,0,0,.78-1.3l-1.13-3.4,5.84-1.95a1,1,0,0,0,.07-1.87l-14.5-6.1a1,1,0,0,0-.78,0l-14.5,6.1a1,1,0,0,0,.07,1.87l.84.28v1.52A2.52,2.52,0,0,0,24,13.95v1.78a1,1,0,0,0,1,1h3.05a1,1,0,0,0,1-1V13.95a2.52,2.52,0,0,0-1.53-2.34v-.86l3,1-1.13,3.4a1,1,0,0,0,.78,1.3l.83.14A13.76,13.76,0,0,0,35,26a1.94,1.94,0,0,1-.79.64,16.32,16.32,0,0,1-1.78.63,29,29,0,0,0-2.85,1,11.76,11.76,0,0,0-2.18,1.21,1,1,0,0,0-.35.5H3a1,1,0,0,0-1,1.27L6.71,48H6a3,3,0,0,0,0,6H8v8a1,1,0,0,0,1,1H55a1,1,0,0,0,1-1V54h2a3,3,0,0,0,.43-6ZM27.05,14.73H26v-.78a.47.47,0,0,1,.53-.53c.17,0,.51,0,.53.53Zm4.61,0,1.07-3.21c.57-.44,2.7-1.87,6.77-1.87s6.21,1.43,6.77,1.87l1.07,3.21L39.5,16ZM39.5,3.84,51.16,8.75l-3.59,1.2h0c-.79-.64-3.34-2.35-8.07-2.35S32.22,9.31,31.43,10h0l-3.59-1.2ZM33,16.93,39.34,18h.33l6.1-1c-.24,4.16-3.08,8.94-6.37,8.94S33.25,21.1,33,16.93Zm6.37,11a5.7,5.7,0,0,0,2.45-.57,3.87,3.87,0,0,0,1.45,1.11l.38.15c-.57.95-1.75,2-4.16,2-2.61,0-3.76-1.19-4.28-2.21a3.87,3.87,0,0,0,1.41-1.18A5.79,5.79,0,0,0,39.39,27.91Zm-6.34,1.26.29-.1c.67,1.43,2.3,3.49,6.17,3.49,3.71,0,5.37-1.92,6.08-3.31,2.28.73,5,1.67,6,4,.13.31,3.52,6.46,5.51,10.06a4.12,4.12,0,0,1-.32,3.56A2,2,0,0,1,55,48H43a1.88,1.88,0,0,1-2-2c0-2,6.39-3,11-3a1,1,0,0,0,0-2c-.46,0-1.31,0-2.35.07l-1.81-2.72a1,1,0,1,0-1.66,1.11l1.21,1.81c-3.36.4-7.32,1.37-8.19,3.73H34.95L31,30.73a1,1,0,0,0-.53-.62A27.89,27.89,0,0,1,33.06,29.17ZM35.78,48l-.28-1h3.6a3.71,3.71,0,0,0,.38,1ZM4.32,32H29.24l4.47,16H8.78ZM54,61H10V54H54Zm4-9H6a1,1,0,0,1,0-2H58a1,1,0,0,1,0,2Z"></path><path d="M16,25.91a1,1,0,0,0,1-1v-2a1,1,0,0,0-2,0v2A1,1,0,0,0,16,25.91Z"></path><path d="M19.59,27.37a1,1,0,0,0,.71-.29l1.41-1.41a1,1,0,0,0-1.41-1.41l-1.41,1.41a1,1,0,0,0,.71,1.71Z"></path><path d="M11.81,27.08a1,1,0,0,0,1.41-1.41l-1.41-1.41a1,1,0,0,0-1.41,1.41Z"></path></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-599f7ec elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="599f7ec" 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-6270354 elementor-widget elementor-widget-heading" data-id="6270354" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="/student-immigration/">Immigration through <br>education</a></h5> </div>
</div>
<div class="elementor-element elementor-element-56c120d elementor-widget elementor-widget-text-editor" data-id="56c120d" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>We work with all Canadian universities and colleges! Study in Canada is the most secure way for immigration to Canada.</p> </div>
</div>
<div class="elementor-element elementor-element-5c64eed elementor-align-justify elementor-widget elementor-widget-button" data-id="5c64eed" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="/student-immigration/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Apply Now</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-11bab0a e-con-boxed e-flex e-con" data-id="11bab0a" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-fdb04a7 e-con-full e-flex e-con" data-id="fdb04a7" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-98cf122 e-con-full e-flex e-con" data-id="98cf122" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-4063bc1 elementor-widget elementor-widget-heading" data-id="4063bc1" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">/ Who we are?</h2> </div>
</div>
<div class="elementor-element elementor-element-a1c990f elementor-widget elementor-widget-heading" data-id="a1c990f" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Canada Immigration Consultants</h2> </div>
</div>
<div class="elementor-element elementor-element-bf67b9b elementor-widget elementor-widget-text-editor" data-id="bf67b9b" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Green Light Immigration offers expertise in immigration-related procedures and policies. We maintain a high rate of success, and consequently, our seamless experience in immigration processes have won the trust of both people who are planning to immigrate to Canada, and companies looking for potential employees. We always keep up to speed with the most recent changes and updates in immigration procedures and laws, and keep our clients well informed throughout the process, and adjust the course of our actions accordingly if needed.</p> </div>
</div>
</div>
<div class="elementor-element elementor-element-4a62fa4 e-con-full e-flex e-con" data-id="4a62fa4" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-2a39570 elementor-widget elementor-widget-image" data-id="2a39570" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="800" height="594" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20594'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8324" alt="" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1.jpg 809w, https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1-300x223.jpg 300w, https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1-768x571.jpg 768w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1.jpg"><noscript><img decoding="async" width="800" height="594" src="https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1.jpg" class="attachment-large size-large wp-image-8324" alt="" srcset="https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1.jpg 809w, https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1-300x223.jpg 300w, https://greenlightcanada.com/wp-content/uploads/2024/07/award-green-12-1-768x571.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript> </div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-2f6409d e-con-boxed e-flex e-con" data-id="2f6409d" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-0d5da6d e-con-boxed e-flex e-con" data-id="0d5da6d" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-82ccdb5 elementor-widget elementor-widget-image" data-id="82ccdb5" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="120" height="102" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%20102'%3E%3C/svg%3E" class="attachment-large size-large wp-image-397" alt="Green Light Canada" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/arrow4.png"><noscript><img decoding="async" width="120" height="102" src="https://greenlightcanada.com/wp-content/uploads/2023/05/arrow4.png" class="attachment-large size-large wp-image-397" alt="Green Light Canada" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-a03f5bc elementor-align-center elementor-widget elementor-widget-button" data-id="a03f5bc" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/about-us/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Learn more about us</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f24102c e-con-boxed e-flex e-con" data-id="f24102c" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-d2de516 e-con-boxed e-flex e-con" data-id="d2de516" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-2d75110 elementor-widget elementor-widget-heading" data-id="2d75110" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Our Specialisation</h2> </div>
</div>
<div class="elementor-element elementor-element-d02ff00 elementor-widget elementor-widget-ucaddon_content_carousel_new" data-id="d02ff00" data-element_type="widget" data-widget_type="ucaddon_content_carousel_new.default">
<div class="elementor-widget-container">
<!-- start Content Carousel -->
<link data-minify="1" id="owl-carousel-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css?ver=1730557922" type="text/css" rel="stylesheet">
<link id="fancybox-css" href="https://greenlightcanada.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css" type="text/css" rel="stylesheet">
<style type="text/css">/* widget: Content Carousel */
.ue-content-carousel
{
min-height:1px;
}
#uc_content_carousel_new_elementor_d02ff00{
position:relative;
min-height:1px;
}
#uc_content_carousel_new_elementor_d02ff00 .ue-content-holder
{
display:flex;
flex-direction:column;
}
#uc_content_carousel_new_elementor_d02ff00 .ue-btn-holder
{
margin-top:auto;
}
#uc_content_carousel_new_elementor_d02ff00 .owl-nav .owl-prev{
position:absolute;
display:inline-block;
text-align:center;
}
#uc_content_carousel_new_elementor_d02ff00 .owl-nav .owl-next{
position:absolute;
display:inline-block;
text-align:center;
}
#uc_content_carousel_new_elementor_d02ff00 .owl-dots {
overflow:hidden;
text-align:center;
}
#uc_content_carousel_new_elementor_d02ff00 .owl-dot {
border-radius:50%;
display:inline-block;
}
.uc_post_title{
font-size:21px;
}
#uc_content_carousel_new_elementor_d02ff00 .uc_image_carousel_container_holder{
overflow:hidden;
}
#uc_content_carousel_new_elementor_d02ff00 .uc_more_btn{
display:inline-block;
text-decoration:none;
text-align:center;
transition:0.3s;
}
#uc_content_carousel_new_elementor_d02ff00 .uc_date{
color:gray;
padding-top:10px;
text-style:italic;
}
#uc_content_carousel_new_elementor_d02ff00 .ue-btn-inner-wrapper
{
display:inline-flex;
align-items:center;
}
#uc_content_carousel_new_elementor_d02ff00 .ue-btn-inner-wrapper svg
{
height:1em;
width:1em;
}
#uc_content_carousel_new_elementor_d02ff00 .uc_image_carousel_placeholder
{
position:relative;
}
#uc_content_carousel_new_elementor_d02ff00 .ue_img_link
{
display:block;
position:absolute;
top:0px;
right:0px;
left:0px;
bottom:0px;
}
</style>
<div class="ue-content-carousel">
<div class="uc_carousel owl-carousel owl-theme uc-items-wrapper " id="uc_content_carousel_new_elementor_d02ff00" data-lightbox="false">
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="537" class="elementor elementor-537">
<div class="elementor-element elementor-element-5f15580e e-con-boxed e-flex e-con" data-id="5f15580e" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-6accd84 e-con-full e-flex e-con" data-id="6accd84" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-3edca9d2 elementor-widget elementor-widget-image" data-id="3edca9d2" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="400" height="217" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20217'%3E%3C/svg%3E" class="attachment-large size-large wp-image-886" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple-choosing-trip-with-agent-sitting-travel-agency-office-with-world-map-background-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple-choosing-trip-with-agent-sitting-travel-agency-office-with-world-map-background-1-300x163.jpg 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple-choosing-trip-with-agent-sitting-travel-agency-office-with-world-map-background-1.jpg"><noscript><img decoding="async" width="400" height="217" src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple-choosing-trip-with-agent-sitting-travel-agency-office-with-world-map-background-1.jpg" class="attachment-large size-large wp-image-886" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple-choosing-trip-with-agent-sitting-travel-agency-office-with-world-map-background-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple-choosing-trip-with-agent-sitting-travel-agency-office-with-world-map-background-1-300x163.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-352353af elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon" data-id="352353af" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" id="Portfolio" height="512" viewBox="0 0 128 128" width="512"><g id="_x3C_Group_x3E_"><path id="_x31_1" d="m36.881 54.677h82.371c2.416 0 4.595.985 6.178 2.567v.015c1.582 1.583 2.568 3.762 2.568 6.163v55.831c0 2.4-.986 4.594-2.568 6.176-1.583 1.584-3.762 2.568-6.178 2.568h-82.371c-2.401 0-4.595-.984-6.177-2.568-1.583-1.582-2.568-3.762-2.568-6.176v-55.831c0-2.401.985-4.595 2.568-6.178 1.583-1.582 3.776-2.567 6.177-2.567zm82.371 3.998h-82.371c-1.305 0-2.485.541-3.345 1.401-.861.861-1.402 2.041-1.402 3.346v55.831c0 1.305.541 2.498 1.402 3.359.859.859 2.04 1.387 3.345 1.387h82.371c1.305 0 2.498-.527 3.359-1.387.86-.861 1.389-2.055 1.389-3.359v-55.831c0-1.305-.528-2.498-1.389-3.359v.014c-.861-.86-2.054-1.402-3.359-1.402z"></path><path id="_x31_0" d="m61.368 38.006h33.412c1.902 0 3.65.777 4.9 2.04 1.249 1.263 2.041 2.999 2.041 4.9v11.729 1.999h-2-8.439-1.998v-1.999-6.495h-22.419v6.496 1.999h-2-8.439-1.999v-1.999-11.73c0-1.901.777-3.651 2.026-4.9 1.263-1.263 3-2.04 4.915-2.04zm33.411 3.998h-33.411c-.806 0-1.541.332-2.083.874-.527.528-.859 1.263-.859 2.068v9.73h4.441v-6.496-1.998h1.999 26.416 2v1.998 6.497h4.441v-9.73c0-.806-.333-1.541-.86-2.068h-.015c-.528-.542-1.263-.875-2.069-.875z"></path><path id="_x39_" d="m22.084 108.495c1.097 0 1.999.887 1.999 1.998 0 1.096-.902 1.998-1.999 1.998h-16.087c-1.638 0-3.137-.68-4.234-1.762v-.014c-1.083-1.083-1.763-2.581-1.763-4.234v-100.485c0-1.638.68-3.137 1.763-4.233 1.082-1.083 2.581-1.763 4.234-1.763h56.231c.861 0 1.666.167 2.417.5.736.333 1.402.818 1.999 1.443v.014-.014l15.089 16.144c.041.042.069.083.111.125.484.541.832 1.139 1.082 1.763.25.681.389 1.402.389 2.166v9.8c0 1.11-.902 1.999-1.999 1.999-1.11 0-2.013-.889-2.013-1.999v-9.8c0-.278-.027-.527-.111-.75-.083-.18-.18-.347-.305-.514-.028-.027-.057-.041-.084-.069l-15.075-16.144c-.209-.222-.444-.389-.694-.514-.235-.097-.499-.152-.805-.152h-56.232c-.541 0-1.041.222-1.402.597l-.014-.014c-.361.36-.583.874-.583 1.415v100.485c0 .555.222 1.055.583 1.416l.014.014c.361.348.86.584 1.402.584z"></path><path id="_x38_" d="m70.821 91.116-34.3-6.512c-2.318-.43-4.457-1.443-5.996-2.984-1.473-1.471-2.389-3.4-2.389-5.719h3.998c0 1.18.473 2.152 1.222 2.902.958.943 2.36 1.596 3.901 1.887l34.3 6.51zm57.176-15.215c0 2.318-.916 4.234-2.388 5.705v.014c-1.541 1.541-3.678 2.555-5.982 2.984l-34.301 6.566-.749-3.914 34.3-6.566c1.555-.305 2.957-.943 3.914-1.887.75-.75 1.208-1.723 1.208-2.902z"></path><path id="_x37_" d="m50.943 17.864c1.11 0 1.999.889 1.999 1.999 0 1.097-.889 1.999-1.999 1.999h-27.9c-1.111 0-2-.902-2-1.999 0-1.11.889-1.999 2-1.999zm-37.424 0c1.111 0 2.014.889 2.014 1.999 0 1.097-.902 1.999-2.014 1.999h-1.498c-1.098 0-2-.902-2-1.999 0-1.11.902-1.999 2-1.999z"></path><path id="_x36_" d="m37.797 36.007c1.097 0 1.999.901 1.999 1.999 0 1.11-.902 1.998-1.999 1.998h-14.755c-1.11 0-1.999-.888-1.999-1.998 0-1.097.889-1.999 1.999-1.999zm-24.277 0c1.11 0 2.013.901 2.013 1.999 0 1.11-.902 1.998-2.013 1.998h-1.499c-1.097 0-2-.888-2-1.998 0-1.097.902-1.999 2-1.999z"></path><path id="_x35_" d="m50.943 26.942c1.11 0 1.999.889 1.999 1.999 0 1.096-.889 1.999-1.999 1.999h-27.9c-1.111 0-2-.902-2-1.999 0-1.11.889-1.999 2-1.999zm-37.424 0c1.111 0 2.014.889 2.014 1.999 0 1.096-.902 1.999-2.014 1.999h-1.498c-1.098 0-2-.902-2-1.999 0-1.11.902-1.999 2-1.999z"></path><path id="_x34_" d="m64.283.735 18.197 19.753c.736.805.695 2.068-.125 2.817-.375.347-.859.528-1.346.528h-12.534c-2.137 0-4.067-.875-5.469-2.276-.041-.042-.084-.083-.125-.125-1.333-1.389-2.152-3.276-2.152-5.345v-14.088c0-1.097.889-1.999 2-1.999.623 0 1.179.291 1.554.735zm12.174 19.101-11.73-12.716v8.968c0 .999.389 1.901 1.014 2.567.027.028.056.056.084.084.68.68 1.623 1.096 2.65 1.096z"></path><path id="_x33_" d="m90.893 10.771c-.222 1.082-1.276 1.776-2.359 1.541-1.083-.223-1.777-1.277-1.555-2.347l.764-3.637.999-4.733c.194-.943 1.027-1.597 1.957-1.597h3.498 3.498c1.013 0 1.847.75 1.985 1.735l1.471 6.996c1.027.292 2.027.639 2.998 1.041.986.403 1.943.875 2.859 1.389l6.122-3.998c.791-.514 1.832-.389 2.484.264h.015l2.471 2.471c.027.042.069.07.098.111l2.373 2.374c.693.68.764 1.763.223 2.54l-3.957 6.065c.527.917.986 1.874 1.402 2.86.389.971.736 1.971 1.027 2.998l7.135 1.513c.986.194 1.652 1.083 1.597 2.054v3.389 3.498c0 1.013-.749 1.86-1.735 1.985l-6.996 1.471c-.291 1.041-.639 2.041-1.027 2.998-.583 1.402-1.277 2.734-2.068 3.971-.582.943-1.818 1.221-2.762.624-.93-.597-1.207-1.832-.611-2.763.681-1.068 1.264-2.193 1.75-3.358.472-1.139.846-2.305 1.124-3.498.125-.791.735-1.444 1.555-1.624l6.772-1.416v-1.888h.014v-1.874l-6.788-1.43c-.735-.152-1.36-.722-1.541-1.513-.264-1.235-.652-2.429-1.138-3.608-.486-1.166-1.069-2.291-1.75-3.359-.402-.639-.416-1.472.014-2.152l3.791-5.802-1.223-1.235c-.041-.027-.068-.056-.111-.098l-1.332-1.332-5.678 3.706c-.652.499-1.555.555-2.275.097-1.069-.68-2.193-1.263-3.359-1.749-1.139-.472-2.318-.847-3.512-1.124-.777-.125-1.444-.722-1.61-1.555l-1.432-6.775h-1.873-1.889l-.652 3.137zm3.304 10.647c-1.111 0-2-.889-2-1.999s.889-1.999 2-1.999c4.524 0 8.619 1.833 11.59 4.803 2.957 2.957 4.789 7.052 4.789 11.577 0 1.194-.125 2.374-.375 3.498-.25 1.151-.625 2.263-1.109 3.331-.459 1-1.639 1.444-2.652.986-.999-.459-1.43-1.639-.971-2.638.36-.777.638-1.624.832-2.513.181-.86.278-1.749.278-2.665 0-3.415-1.388-6.511-3.623-8.759-2.249-2.233-5.345-3.622-8.759-3.622z"></path><path id="_x32_" d="m71.474 75.958h13.2c1.042 0 1.985.43 2.666 1.109l.014.014c.681.682 1.11 1.639 1.11 2.68v14.631c0 2.859-1.165 5.455-3.054 7.342-1.873 1.889-4.483 3.055-7.343 3.055s-5.456-1.166-7.343-3.055c-1.875-1.887-3.055-4.482-3.055-7.342v-14.631c0-1.041.431-2 1.125-2.68v-.014c.694-.679 1.639-1.109 2.68-1.109zm12.993 3.998h-12.785v14.436c0 1.748.708 3.359 1.874 4.512 1.166 1.166 2.763 1.887 4.511 1.887 1.764 0 3.359-.721 4.525-1.887 1.152-1.152 1.875-2.764 1.875-4.512z"></path><circle id="_x31_" cx="78.066" cy="94.127" r="1.999"></circle></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-378a0225 elementor-widget elementor-widget-heading" data-id="378a0225" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/canadian-immigration-programs/business-immigration-canada/">Business Immigration Program</a></h5> </div>
</div>
<div class="elementor-element elementor-element-6fdfa92f elementor-widget elementor-widget-text-editor" data-id="6fdfa92f" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Start-Up, Buying, Provincial Programs.</span></p> </div>
</div>
<div class="elementor-element elementor-element-7ba5843f elementor-align-center elementor-widget elementor-widget-button" data-id="7ba5843f" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/canadian-immigration-programs/business-immigration-canada/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Learn More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="649" class="elementor elementor-649">
<div class="elementor-element elementor-element-1d1da908 e-con-boxed e-flex e-con" data-id="1d1da908" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-3307f42b e-con-full e-flex e-con" data-id="3307f42b" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-3fbbe126 elementor-widget elementor-widget-image" data-id="3fbbe126" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="400" height="217" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20217'%3E%3C/svg%3E" class="attachment-large size-large wp-image-888" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple4-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple4-1-300x163.jpg 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple4-1.jpg"><noscript><img decoding="async" width="400" height="217" src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple4-1.jpg" class="attachment-large size-large wp-image-888" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple4-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple4-1-300x163.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-33fd87d5 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon" data-id="33fd87d5" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 60 60" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><g fill="#000" fill-rule="nonzero"><path d="M55.949 31.6A25.98 25.98 0 0 0 23.206 4.914a1 1 0 0 0 .529 1.928 23.982 23.982 0 0 1 29.521 29.069l-1.248-3.689a1.003 1.003 0 1 0-1.9.641l2.312 6.83a1 1 0 0 0 1.607.431l5.416-4.76a1 1 0 1 0-1.32-1.5l-2.945 2.589c.411-1.59.67-3.214.771-4.853z" fill="#ff0000" data-original="#000000"></path><path d="M49 30c0-10.493-8.507-19-19-19s-19 8.507-19 19 8.507 19 19 19c10.489-.012 18.988-8.511 19-19zm-35.949 1h5.977c.06 2.562.44 5.107 1.129 7.576a20.8 20.8 0 0 0-3.682 1.682A16.888 16.888 0 0 1 13.051 31zm3.424-11.258c1.17.68 2.403 1.243 3.682 1.682A30.825 30.825 0 0 0 19.028 29h-5.977a16.888 16.888 0 0 1 3.424-9.258zM46.949 29h-5.977a30.825 30.825 0 0 0-1.129-7.576 20.766 20.766 0 0 0 3.682-1.682A16.888 16.888 0 0 1 46.949 29zm-7.977 0H31v-6.031a31.132 31.132 0 0 0 6.906-.953c.643 2.275 1 4.62 1.066 6.984zM31 20.97v-7.852c2.542.56 4.8 3.219 6.259 7A29.3 29.3 0 0 1 31 20.97zm-2-7.852v7.852a29.3 29.3 0 0 1-6.259-.849c1.464-3.784 3.717-6.443 6.259-7.003zm0 9.851V29h-7.972a28.607 28.607 0 0 1 1.066-6.984c2.26.575 4.576.895 6.906.953zM21.028 31H29v6.031c-2.33.058-4.647.378-6.906.953-.643-2.275-1-4.62-1.066-6.984zM29 39.03v7.852c-2.542-.56-4.8-3.219-6.259-7A29.3 29.3 0 0 1 29 39.03zm2 7.852V39.03a29.3 29.3 0 0 1 6.259.849C35.8 43.663 33.542 46.322 31 46.882zm0-9.851V31h7.972a28.607 28.607 0 0 1-1.066 6.984A31.132 31.132 0 0 0 31 37.031zM40.972 31h5.977a16.888 16.888 0 0 1-3.424 9.258 20.8 20.8 0 0 0-3.682-1.682A30.825 30.825 0 0 0 40.972 31zm1.238-12.8c-.957.525-1.956.968-2.988 1.325a17.633 17.633 0 0 0-3.058-5.35A17.032 17.032 0 0 1 42.21 18.2zm-18.374-4.026a17.633 17.633 0 0 0-3.058 5.35A19.337 19.337 0 0 1 17.79 18.2a17.032 17.032 0 0 1 6.046-4.026zM17.79 41.8a19.337 19.337 0 0 1 2.988-1.325 17.633 17.633 0 0 0 3.058 5.35A17.032 17.032 0 0 1 17.79 41.8zm18.374 4.025a17.633 17.633 0 0 0 3.058-5.35c1.032.357 2.031.8 2.988 1.325a17.032 17.032 0 0 1-6.046 4.026z" fill="#ff0000" data-original="#000000"></path><path d="M2 16h12a2 2 0 0 0 2-2 8.02 8.02 0 0 0-3.6-6.679c.388-.713.594-1.51.6-2.321A5 5 0 0 0 3 5c.006.816.214 1.618.605 2.334A7.851 7.851 0 0 0 0 14a2 2 0 0 0 2 2zM8 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM3.757 9.757A5.876 5.876 0 0 1 4.9 8.889a4.889 4.889 0 0 0 6.212 0A6 6 0 0 1 14 14H2a5.961 5.961 0 0 1 1.757-4.243zM56.4 51.321c.388-.713.594-1.51.6-2.321a5 5 0 0 0-10 0c.004.816.21 1.617.6 2.334A7.851 7.851 0 0 0 44 58a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2 8.02 8.02 0 0 0-3.6-6.679zM52 46a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-6 12a5.961 5.961 0 0 1 1.757-4.243 5.876 5.876 0 0 1 1.14-.868 4.889 4.889 0 0 0 6.212-.005A6 6 0 0 1 58 58zM23.271 55.114a25.85 25.85 0 0 0 13.523-.028 1 1 0 0 0-.529-1.928A23.98 23.98 0 0 1 6.744 24.094l1.248 3.689a1.003 1.003 0 0 0 1.9-.641l-2.312-6.83a1 1 0 0 0-1.607-.431l-5.421 4.76a1 1 0 1 0 1.32 1.5l2.945-2.589a25.568 25.568 0 0 0-.762 4.794c-.764 12.354 7.267 23.54 19.216 26.768z" fill="#ff0000" data-original="#000000"></path></g></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-30f9838b elementor-widget elementor-widget-heading" data-id="30f9838b" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/express-entry/">Express Entry Program
</a></h5> </div>
</div>
<div class="elementor-element elementor-element-1a6161bd elementor-widget elementor-widget-text-editor" data-id="1a6161bd" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Immigrate to Canada in 6 months.</span></p> </div>
</div>
<div class="elementor-element elementor-element-5546ae0f elementor-align-center elementor-widget elementor-widget-button" data-id="5546ae0f" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/express-entry/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Learn More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="652" class="elementor elementor-652">
<div class="elementor-element elementor-element-6a417592 e-con-boxed e-flex e-con" data-id="6a417592" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-3c387f00 e-con-full e-flex e-con" data-id="3c387f00" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-78bc9192 elementor-widget elementor-widget-image" data-id="78bc9192" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="400" height="217" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20217'%3E%3C/svg%3E" class="attachment-large size-large wp-image-890" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple2-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple2-1-300x163.jpg 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple2-1.jpg"><noscript><img decoding="async" width="400" height="217" src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple2-1.jpg" class="attachment-large size-large wp-image-890" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple2-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple2-1-300x163.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-3425c236 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon" data-id="3425c236" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 682.667 682.667" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 512h512V0H0Z" fill="#ff0000" data-original="#000000"></path></clipPath></defs><g clip-path="url(#a)" transform="matrix(1.33333 0 0 -1.33333 0 682.667)"><path d="M0 0v-170.112c0-10.29 8.447-18.738 18.737-18.738h337.948c10.318 0 18.737 8.419 18.737 18.738V0" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(68.28 208.441)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="m0 0 83.537 80.62c21.26 20.523 21.884 54.738 1.36 75.999-20.55 21.289-54.737 21.884-75.997 1.36L0 149.418l-8.873 8.561c-21.288 20.524-55.474 19.929-75.997-1.36-20.523-21.261-19.927-55.476 1.333-75.999z" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(255.991 319.42)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="m0 0-40.252 40.225M-79.229 2.608 81.496-158.15c10.545-10.545 27.779-10.545 38.324 0 10.545 10.546 10.517 27.781 0 38.326L63.496-63.526" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(374.281 354.515)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="m0 0-160.044-160.049c-10.545-10.545-10.545-27.78 0-38.326 10.516-10.544 27.779-10.544 38.324 0L39.005-37.617" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(177.953 394.74)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0c-21.515 0-38.948-17.462-38.948-38.978 0-21.515 17.433-38.977 38.948-38.977 21.543 0 38.977 17.462 38.977 38.977C38.977-17.462 21.543 0 0 0Z" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(194.82 241.636)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v41.869c0 21.317 13.352 29.368 24.435 34.158m42.463 0c11.112-4.79 24.463-12.841 24.463-34.158V0" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(210.325 19.592)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0c-16.073 0-29.083-13.011-29.083-29.084S-16.073-58.197 0-58.197c16.072 0 29.112 13.04 29.112 29.113S16.072 0 0 0Z" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(255.991 144.603)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v110.696c0 28.517 17.887 39.346 32.74 45.724m56.835 0c12.076-5.187 26.135-13.295 31.011-31.465" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(133.676 19.592)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0c21.515 0 38.977-17.462 38.977-38.978 0-21.515-17.462-38.977-38.977-38.977-21.516 0-38.977 17.462-38.977 38.977C-38.977-17.462-21.516 0 0 0Z" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(317.163 241.636)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v110.696c0 28.517-17.887 39.346-32.74 45.724m-56.864 0c-12.075-5.187-26.135-13.295-30.982-31.465" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(378.335 19.592)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="m0 0-.028.057" style="stroke-width:20.176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(406.058 322.71)" fill="none" stroke="#ff0000" stroke-width="20.176" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path></g></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-499f50bc elementor-widget elementor-widget-heading" data-id="499f50bc" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/">Family | Spousal Sponsorship</a></h5> </div>
</div>
<div class="elementor-element elementor-element-5b27d2d elementor-widget elementor-widget-text-editor" data-id="5b27d2d" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Sponsor Parents, Spouse, Children, Adoptees.</span></p> </div>
</div>
<div class="elementor-element elementor-element-2a5df177 elementor-align-center elementor-widget elementor-widget-button" data-id="2a5df177" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Learn More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="655" class="elementor elementor-655">
<div class="elementor-element elementor-element-ad3ac0e e-con-boxed e-flex e-con" data-id="ad3ac0e" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-1c73004 e-con-full e-flex e-con" data-id="1c73004" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-c33ea02 elementor-widget elementor-widget-image" data-id="c33ea02" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="400" height="217" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20217'%3E%3C/svg%3E" class="attachment-large size-large wp-image-892" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple3-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple3-1-300x163.jpg 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple3-1.jpg"><noscript><img decoding="async" width="400" height="217" src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple3-1.jpg" class="attachment-large size-large wp-image-892" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple3-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple3-1-300x163.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-2838325e elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon" data-id="2838325e" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 682.667 682.667" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 512h512V0H0Z" fill="#ff0000" data-original="#000000"></path></clipPath><clipPath id="b" clipPathUnits="userSpaceOnUse"><path d="M0 512h512V0H0Z" fill="#ff0000" data-original="#000000"></path></clipPath></defs><g clip-path="url(#a)" transform="matrix(1.33333 0 0 -1.33333 0 682.667)"><path d="M34.119 10h201.934v58.746H34.119Z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="m0 0-201.934-89.697v-213.994H0" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(236.053 372.437)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0h241.829v402.303L0 492V317.543" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(236.053 10)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M392.763 10h-71.592v112.461h71.592z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path></g><path d="M333.006 175.162h-55.083v83.161h55.083zM436.01 175.162h-55.083v83.161h55.083z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(1.33333 0 0 -1.33333 0 682.667)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v-86.179h-55.085V16.923h9.446z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(1.33333 0 0 -1.33333 444.014 161.7)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v-47.968h-55.076v68.399Z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(1.33333 0 0 -1.33333 581.344 212.648)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M181.924 68.746H88.247v79.208h93.677z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(1.33333 0 0 -1.33333 0 682.667)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v-81.724h-93.674v55.483L-31.314 0Z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(1.33333 0 0 -1.33333 242.564 311.66)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><g clip-path="url(#b)" transform="matrix(1.33333 0 0 -1.33333 0 682.667)"><path d="M0 0v-65.182" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(277.924 78.182)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v-65.182" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(436.008 78.182)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v158.167" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(236.053 13)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path></g><path d="M0 0v70.794" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(1.33333 0 0 -1.33333 314.737 333.895)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v0" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(1.33333 0 0 -1.33333 314.737 394.414)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-71fe2d7 elementor-widget elementor-widget-heading" data-id="71fe2d7" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/provincial-programs-immigration-canada/">Provincial Nominee Programs</a></h5> </div>
</div>
<div class="elementor-element elementor-element-5fa04679 elementor-widget elementor-widget-text-editor" data-id="5fa04679" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Opt for Flexible Provincial Programs.</span></p> </div>
</div>
<div class="elementor-element elementor-element-3fd45921 elementor-align-center elementor-widget elementor-widget-button" data-id="3fd45921" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/provincial-programs-immigration-canada/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Learn More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="658" class="elementor elementor-658">
<div class="elementor-element elementor-element-b5e2724 e-con-boxed e-flex e-con" data-id="b5e2724" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-516137cc e-con-full e-flex e-con" data-id="516137cc" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-fdb8a0 elementor-widget elementor-widget-image" data-id="fdb8a0" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="400" height="217" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20217'%3E%3C/svg%3E" class="attachment-large size-large wp-image-894" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple6-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple6-1-300x163.jpg 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple6-1.jpg"><noscript><img decoding="async" width="400" height="217" src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple6-1.jpg" class="attachment-large size-large wp-image-894" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple6-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple6-1-300x163.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-53179860 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon" data-id="53179860" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><path d="M510.318 157.955c-5.328-38.95-20.516-70.104-45.141-92.593-21.504-19.639-49.139-31.387-79.921-33.974-29.158-2.453-58.866 3.663-83.648 17.216-20.089 10.986-35.811 26.385-45.598 44.371-14.903-27.475-43.343-48.385-79.194-57.457-48.652-12.308-99.57.17-132.886 32.57a7.515 7.515 0 0 0 10.477 10.775c13.159-12.797 29.461-22.074 47.34-27.473v204.611a7.515 7.515 0 1 0 15.03 0V47.83c18.17-3.159 37.435-2.527 56.351 2.259 37.785 9.561 66.084 33.587 75.7 64.271a7.515 7.515 0 0 0 14.343 0c6.732-21.483 22.943-40.153 45.647-52.57 22.226-12.155 48.928-17.635 75.177-15.426 3.802.32 7.542.81 11.226 1.438v80.617a7.515 7.515 0 1 0 15.03 0V51.312c16.87 5.05 32.07 13.532 44.788 25.147 21.96 20.055 35.548 48.16 40.387 83.533 5.457 39.89-3.636 80.682-27.027 121.242-14.225 24.667-33.719 49.295-58.148 73.5V158.479a7.515 7.515 0 1 0-15.03 0v210.504a543.8 543.8 0 0 1-11.098 9.859C328.745 426.599 270.292 457.873 256 465.211c-14.292-7.338-72.745-38.612-128.124-86.369a540.808 540.808 0 0 1-11.098-9.859v-82.922a7.515 7.515 0 1 0-15.03 0v68.674c-24.429-24.204-43.923-48.832-58.148-73.5-23.391-40.56-32.484-81.352-27.027-121.242 3.091-22.597 9.88-42.477 20.179-59.086a7.515 7.515 0 0 0-2.427-10.347 7.514 7.514 0 0 0-10.347 2.427c-11.416 18.411-18.918 40.27-22.296 64.968-5.926 43.316 3.824 87.368 28.979 130.929 19.865 34.399 49.349 68.564 87.636 101.544 64.829 55.844 133.728 89.624 134.417 89.958a7.513 7.513 0 0 0 6.572 0c.689-.335 69.588-34.114 134.417-89.958 38.287-32.98 67.771-67.145 87.636-101.544 25.155-43.561 34.905-87.612 28.979-130.929z" fill="#ff0000" data-original="#000000"></path><path d="M137.099 266.795a7.515 7.515 0 0 0 1.388 7.508l16.324 18.776-9.532 10.269a7.516 7.516 0 0 0 3.084 12.225l39.04 13.304-4.726 12.418c-2.233 5.351 3.024 11.436 8.642 10.012l57.165-12.607v49.093a7.515 7.515 0 1 0 15.03 0V338.7l57.165 12.607c5.591 1.434 10.886-4.663 8.642-10.012l-4.726-12.418 39.04-13.304a7.514 7.514 0 0 0 3.084-12.225l-9.532-10.269 16.324-18.776a7.515 7.515 0 0 0-4.51-12.356l-23.857-3.728.799-15.31a7.518 7.518 0 0 0-3.186-6.542 7.518 7.518 0 0 0-7.234-.776l-40.316 16.968 6.862-50.201a7.516 7.516 0 0 0-8.824-8.405l-11.874 2.217-18.572-39.502a7.516 7.516 0 0 0-13.602 0l-18.572 39.502-11.874-2.217a7.514 7.514 0 0 0-8.824 8.405l6.862 50.201-40.316-16.968a7.514 7.514 0 0 0-10.42 7.318l.799 15.31-23.857 3.728a7.515 7.515 0 0 0-5.896 4.848zm38.774 5.228a7.517 7.517 0 0 0 6.345-7.817l-.528-10.113 41.417 17.432a7.513 7.513 0 0 0 10.361-7.944l-7.237-52.942 7.349 1.372a7.514 7.514 0 0 0 8.179-4.19L256 177.528l14.242 30.292a7.513 7.513 0 0 0 8.179 4.19l7.349-1.372-7.237 52.942a7.513 7.513 0 0 0 10.36 7.944l41.417-17.432-.528 10.113a7.516 7.516 0 0 0 6.345 7.817l17.126 2.676-11.836 13.613a7.513 7.513 0 0 0 .164 10.043l6.245 6.728-35.445 12.079a7.518 7.518 0 0 0-4.6 9.787l2.544 6.684-52.705-11.623a7.52 7.52 0 0 0-3.237 0l-52.705 11.623 2.544-6.684a7.518 7.518 0 0 0-4.6-9.787l-35.445-12.079 6.245-6.728a7.513 7.513 0 0 0 .163-10.043l-11.836-13.613z" fill="#ff0000" data-original="#000000"></path></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-19b4c476 elementor-widget elementor-widget-heading" data-id="19b4c476" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/">Ontario Immigrant Program</a></h5> </div>
</div>
<div class="elementor-element elementor-element-38813b7b elementor-widget elementor-widget-text-editor" data-id="38813b7b" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Navigate Ontario’s Nominee Program.</span></p> </div>
</div>
<div class="elementor-element elementor-element-5b86575f elementor-align-center elementor-widget elementor-widget-button" data-id="5b86575f" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Learn More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="661" class="elementor elementor-661">
<div class="elementor-element elementor-element-4d83aad2 e-con-boxed e-flex e-con" data-id="4d83aad2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-51a65ed9 e-con-full e-flex e-con" data-id="51a65ed9" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-42330a0d elementor-widget elementor-widget-image" data-id="42330a0d" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="400" height="217" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20217'%3E%3C/svg%3E" class="attachment-large size-large wp-image-896" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple8-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple8-1-300x163.jpg 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple8-1.jpg"><noscript><img decoding="async" width="400" height="217" src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple8-1.jpg" class="attachment-large size-large wp-image-896" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple8-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple8-1-300x163.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-69743ee1 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon" data-id="69743ee1" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" id="Portfolio" height="512" viewBox="0 0 128 128" width="512"><g id="_x3C_Group_x3E_"><path id="_x31_1" d="m36.881 54.677h82.371c2.416 0 4.595.985 6.178 2.567v.015c1.582 1.583 2.568 3.762 2.568 6.163v55.831c0 2.4-.986 4.594-2.568 6.176-1.583 1.584-3.762 2.568-6.178 2.568h-82.371c-2.401 0-4.595-.984-6.177-2.568-1.583-1.582-2.568-3.762-2.568-6.176v-55.831c0-2.401.985-4.595 2.568-6.178 1.583-1.582 3.776-2.567 6.177-2.567zm82.371 3.998h-82.371c-1.305 0-2.485.541-3.345 1.401-.861.861-1.402 2.041-1.402 3.346v55.831c0 1.305.541 2.498 1.402 3.359.859.859 2.04 1.387 3.345 1.387h82.371c1.305 0 2.498-.527 3.359-1.387.86-.861 1.389-2.055 1.389-3.359v-55.831c0-1.305-.528-2.498-1.389-3.359v.014c-.861-.86-2.054-1.402-3.359-1.402z"></path><path id="_x31_0" d="m61.368 38.006h33.412c1.902 0 3.65.777 4.9 2.04 1.249 1.263 2.041 2.999 2.041 4.9v11.729 1.999h-2-8.439-1.998v-1.999-6.495h-22.419v6.496 1.999h-2-8.439-1.999v-1.999-11.73c0-1.901.777-3.651 2.026-4.9 1.263-1.263 3-2.04 4.915-2.04zm33.411 3.998h-33.411c-.806 0-1.541.332-2.083.874-.527.528-.859 1.263-.859 2.068v9.73h4.441v-6.496-1.998h1.999 26.416 2v1.998 6.497h4.441v-9.73c0-.806-.333-1.541-.86-2.068h-.015c-.528-.542-1.263-.875-2.069-.875z"></path><path id="_x39_" d="m22.084 108.495c1.097 0 1.999.887 1.999 1.998 0 1.096-.902 1.998-1.999 1.998h-16.087c-1.638 0-3.137-.68-4.234-1.762v-.014c-1.083-1.083-1.763-2.581-1.763-4.234v-100.485c0-1.638.68-3.137 1.763-4.233 1.082-1.083 2.581-1.763 4.234-1.763h56.231c.861 0 1.666.167 2.417.5.736.333 1.402.818 1.999 1.443v.014-.014l15.089 16.144c.041.042.069.083.111.125.484.541.832 1.139 1.082 1.763.25.681.389 1.402.389 2.166v9.8c0 1.11-.902 1.999-1.999 1.999-1.11 0-2.013-.889-2.013-1.999v-9.8c0-.278-.027-.527-.111-.75-.083-.18-.18-.347-.305-.514-.028-.027-.057-.041-.084-.069l-15.075-16.144c-.209-.222-.444-.389-.694-.514-.235-.097-.499-.152-.805-.152h-56.232c-.541 0-1.041.222-1.402.597l-.014-.014c-.361.36-.583.874-.583 1.415v100.485c0 .555.222 1.055.583 1.416l.014.014c.361.348.86.584 1.402.584z"></path><path id="_x38_" d="m70.821 91.116-34.3-6.512c-2.318-.43-4.457-1.443-5.996-2.984-1.473-1.471-2.389-3.4-2.389-5.719h3.998c0 1.18.473 2.152 1.222 2.902.958.943 2.36 1.596 3.901 1.887l34.3 6.51zm57.176-15.215c0 2.318-.916 4.234-2.388 5.705v.014c-1.541 1.541-3.678 2.555-5.982 2.984l-34.301 6.566-.749-3.914 34.3-6.566c1.555-.305 2.957-.943 3.914-1.887.75-.75 1.208-1.723 1.208-2.902z"></path><path id="_x37_" d="m50.943 17.864c1.11 0 1.999.889 1.999 1.999 0 1.097-.889 1.999-1.999 1.999h-27.9c-1.111 0-2-.902-2-1.999 0-1.11.889-1.999 2-1.999zm-37.424 0c1.111 0 2.014.889 2.014 1.999 0 1.097-.902 1.999-2.014 1.999h-1.498c-1.098 0-2-.902-2-1.999 0-1.11.902-1.999 2-1.999z"></path><path id="_x36_" d="m37.797 36.007c1.097 0 1.999.901 1.999 1.999 0 1.11-.902 1.998-1.999 1.998h-14.755c-1.11 0-1.999-.888-1.999-1.998 0-1.097.889-1.999 1.999-1.999zm-24.277 0c1.11 0 2.013.901 2.013 1.999 0 1.11-.902 1.998-2.013 1.998h-1.499c-1.097 0-2-.888-2-1.998 0-1.097.902-1.999 2-1.999z"></path><path id="_x35_" d="m50.943 26.942c1.11 0 1.999.889 1.999 1.999 0 1.096-.889 1.999-1.999 1.999h-27.9c-1.111 0-2-.902-2-1.999 0-1.11.889-1.999 2-1.999zm-37.424 0c1.111 0 2.014.889 2.014 1.999 0 1.096-.902 1.999-2.014 1.999h-1.498c-1.098 0-2-.902-2-1.999 0-1.11.902-1.999 2-1.999z"></path><path id="_x34_" d="m64.283.735 18.197 19.753c.736.805.695 2.068-.125 2.817-.375.347-.859.528-1.346.528h-12.534c-2.137 0-4.067-.875-5.469-2.276-.041-.042-.084-.083-.125-.125-1.333-1.389-2.152-3.276-2.152-5.345v-14.088c0-1.097.889-1.999 2-1.999.623 0 1.179.291 1.554.735zm12.174 19.101-11.73-12.716v8.968c0 .999.389 1.901 1.014 2.567.027.028.056.056.084.084.68.68 1.623 1.096 2.65 1.096z"></path><path id="_x33_" d="m90.893 10.771c-.222 1.082-1.276 1.776-2.359 1.541-1.083-.223-1.777-1.277-1.555-2.347l.764-3.637.999-4.733c.194-.943 1.027-1.597 1.957-1.597h3.498 3.498c1.013 0 1.847.75 1.985 1.735l1.471 6.996c1.027.292 2.027.639 2.998 1.041.986.403 1.943.875 2.859 1.389l6.122-3.998c.791-.514 1.832-.389 2.484.264h.015l2.471 2.471c.027.042.069.07.098.111l2.373 2.374c.693.68.764 1.763.223 2.54l-3.957 6.065c.527.917.986 1.874 1.402 2.86.389.971.736 1.971 1.027 2.998l7.135 1.513c.986.194 1.652 1.083 1.597 2.054v3.389 3.498c0 1.013-.749 1.86-1.735 1.985l-6.996 1.471c-.291 1.041-.639 2.041-1.027 2.998-.583 1.402-1.277 2.734-2.068 3.971-.582.943-1.818 1.221-2.762.624-.93-.597-1.207-1.832-.611-2.763.681-1.068 1.264-2.193 1.75-3.358.472-1.139.846-2.305 1.124-3.498.125-.791.735-1.444 1.555-1.624l6.772-1.416v-1.888h.014v-1.874l-6.788-1.43c-.735-.152-1.36-.722-1.541-1.513-.264-1.235-.652-2.429-1.138-3.608-.486-1.166-1.069-2.291-1.75-3.359-.402-.639-.416-1.472.014-2.152l3.791-5.802-1.223-1.235c-.041-.027-.068-.056-.111-.098l-1.332-1.332-5.678 3.706c-.652.499-1.555.555-2.275.097-1.069-.68-2.193-1.263-3.359-1.749-1.139-.472-2.318-.847-3.512-1.124-.777-.125-1.444-.722-1.61-1.555l-1.432-6.775h-1.873-1.889l-.652 3.137zm3.304 10.647c-1.111 0-2-.889-2-1.999s.889-1.999 2-1.999c4.524 0 8.619 1.833 11.59 4.803 2.957 2.957 4.789 7.052 4.789 11.577 0 1.194-.125 2.374-.375 3.498-.25 1.151-.625 2.263-1.109 3.331-.459 1-1.639 1.444-2.652.986-.999-.459-1.43-1.639-.971-2.638.36-.777.638-1.624.832-2.513.181-.86.278-1.749.278-2.665 0-3.415-1.388-6.511-3.623-8.759-2.249-2.233-5.345-3.622-8.759-3.622z"></path><path id="_x32_" d="m71.474 75.958h13.2c1.042 0 1.985.43 2.666 1.109l.014.014c.681.682 1.11 1.639 1.11 2.68v14.631c0 2.859-1.165 5.455-3.054 7.342-1.873 1.889-4.483 3.055-7.343 3.055s-5.456-1.166-7.343-3.055c-1.875-1.887-3.055-4.482-3.055-7.342v-14.631c0-1.041.431-2 1.125-2.68v-.014c.694-.679 1.639-1.109 2.68-1.109zm12.993 3.998h-12.785v14.436c0 1.748.708 3.359 1.874 4.512 1.166 1.166 2.763 1.887 4.511 1.887 1.764 0 3.359-.721 4.525-1.887 1.152-1.152 1.875-2.764 1.875-4.512z"></path><circle id="_x31_" cx="78.066" cy="94.127" r="1.999"></circle></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-33d8cad9 elementor-widget elementor-widget-heading" data-id="33d8cad9" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/canadian-humanitarian-program/">Humanitarian | Compassionate Grounds</a></h5> </div>
</div>
<div class="elementor-element elementor-element-72ee8c33 elementor-widget elementor-widget-text-editor" data-id="72ee8c33" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Immigration based on Compassionate Grounds.</span></p> </div>
</div>
<div class="elementor-element elementor-element-5f6d2e29 elementor-align-center elementor-widget elementor-widget-button" data-id="5f6d2e29" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/canadian-humanitarian-program/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Learn More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="664" class="elementor elementor-664">
<div class="elementor-element elementor-element-1b9b8aa0 e-con-boxed e-flex e-con" data-id="1b9b8aa0" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-2bbdcdde e-con-full e-flex e-con" data-id="2bbdcdde" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-26f6c9de elementor-widget elementor-widget-image" data-id="26f6c9de" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="400" height="217" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20217'%3E%3C/svg%3E" class="attachment-large size-large wp-image-898" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple7-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple7-1-300x163.jpg 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple7-1.jpg"><noscript><img decoding="async" width="400" height="217" src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple7-1.jpg" class="attachment-large size-large wp-image-898" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple7-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple7-1-300x163.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-33fc1388 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon" data-id="33fc1388" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 682.667 682.667" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 512h512V0H0Z" fill="#ff0000" data-original="#000000"></path></clipPath></defs><g clip-path="url(#a)" transform="matrix(1.33333 0 0 -1.33333 0 682.667)"><path d="M0 0h177.405c15.187 0 27.498 12.311 27.498 27.498v238.704h-492V27.498C-287.097 12.311-274.786 0-259.599 0h171.63" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(297.097 54.899)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0h-437.004c-15.187 0-27.498-12.311-27.498-27.498V-136h492v108.502C27.498-12.311 15.187 0 0 0Z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(474.502 457.101)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0h-132.912c-8.129 0-14.719 6.59-14.719 14.72v125.784c0 8.129 6.59 14.72 14.719 14.72H0c8.129 0 14.719-6.591 14.719-14.72V14.72C14.719 6.59 8.129 0 0 0Z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(211.951 111.009)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v0c-19.967 0-36.153 16.186-36.153 36.153v15.094C-36.153 71.214-19.967 87.4 0 87.4s36.153-16.186 36.153-36.153V36.153C36.153 16.186 19.967 0 0 0Z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(145.495 178.833)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0a14.68 14.68 0 0 0-11.508-5.551h-132.914c-4.657 0-8.808 2.16-11.5 5.542l1.186 7.171a39.314 39.314 0 0 0 25.328 30.532l22.326 8.136a11.754 11.754 0 0 1 7.649 9.517l1.7 12.8a35.968 35.968 0 0 1 19.768-5.877c7.295 0 14.093 2.16 19.777 5.887l1.699-12.81a11.752 11.752 0 0 1 7.632-9.517l22.343-8.136A39.314 39.314 0 0 0-1.186 7.162Z" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(223.462 116.56)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0h-164.992" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(444.86 266.232)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0h91.859" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(353 212.67)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0h29.457" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(279.868 212.67)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0h80.739" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(364.12 111.009)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v0" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(253 54.899)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="m0 0 22.914 60.163c.468 1.144 2.088 1.146 2.559.002L48.179 0" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(330.104 357.788)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0h34.001" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(337.25 372.771)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v-61.022" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(216.549 418.81)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0s-10.95 9.204-23.862 5.314c-11.857-3.571-13.515-17.242-4.937-22.835 0 0 8.417-3.754 17.752-7.198C11.426-33.008 1.746-54.75-16.346-54.75c-9.059 0-16.662 3.968-21.264 9.046" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(295.482 412.537)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="m0 0 20.864-60.106c.437-1.23 2.181-1.219 2.601.018L43.39-.112" style="stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(133.717 418.81)" fill="none" stroke="#ff0000" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path></g></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-332cc53a elementor-widget elementor-widget-heading" data-id="332cc53a" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/canada-visas/guest-visas/">Visitor Visas Program</a></h5> </div>
</div>
<div class="elementor-element elementor-element-7ddcd32f elementor-widget elementor-widget-text-editor" data-id="7ddcd32f" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Guest, Business, Tour, Language Visits.</span></p> </div>
</div>
<div class="elementor-element elementor-element-54dee473 elementor-align-center elementor-widget elementor-widget-button" data-id="54dee473" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/canada-visas/guest-visas/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Learn More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="691" class="elementor elementor-691">
<div class="elementor-element elementor-element-7810e3fd e-con-boxed e-flex e-con" data-id="7810e3fd" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-2b8b9569 e-con-full e-flex e-con" data-id="2b8b9569" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-296529 elementor-widget elementor-widget-image" data-id="296529" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="400" height="217" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20217'%3E%3C/svg%3E" class="attachment-large size-large wp-image-900" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple9-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple9-1-300x163.jpg 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple9-1.jpg"><noscript><img decoding="async" width="400" height="217" src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple9-1.jpg" class="attachment-large size-large wp-image-900" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple9-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple9-1-300x163.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-27bc42e5 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon" data-id="27bc42e5" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 496 496" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M496 208h-17.977l-26.793 14.098c-3.015-1.664-6.152-3.075-9.535-3.922l-33.703-8.434v-3.832C422.902 195.504 432 178.313 432 160v-13.984c0-31.078-24.352-57.086-54.281-57.993-1.52-.039-3.016.016-4.52.09l8.738-20.457-42.363-42.351-24.972 16.254a135.318 135.318 0 0 0-29.946-12.422L278.488 0H217.52l-6.168 29.145a135.164 135.164 0 0 0-29.946 12.421l-24.972-16.254-42.329 42.329 8.59 20.472c-.328-.015-.64-.074-.968-.082-15.32-.445-29.75 5.145-40.711 15.785C70.039 114.45 64 128.72 64 144v16c0 18.313 9.09 35.496 24 45.902v3.84l-21.984 5.496L26.168 192H0v165.77L78.703 384h15.328l1.914-6.703 24.125 14.48c.395 13.118 10.914 23.672 24.02 24.133.46 13.05 10.95 23.54 24 24 .46 13.05 10.95 23.54 24 24 .476 13.356 11.414 24.09 24.879 24.09 5 0 9.902-1.559 14.023-4.336l7.086 6.258A24.359 24.359 0 0 0 254.176 496h1.48c13.313 0 24.145-10.762 24.313-24.031 13.168-.168 23.832-10.832 24-24 13.176-.168 23.847-10.848 24-24.024C341.266 423.633 352 412.77 352 399.398c0-.804-.04-1.597-.121-2.398L496 324.945zm-80-61.984V160c0 14.2-7.672 27.465-20.023 34.617l-4 2.313.03 25.316 39.97 9.984L344 278.535v-21.55c0-10.755-4.344-20.602-11.457-27.88L360 222.246V196.91l-3.992-2.308C343.664 187.465 336 174.199 336 160v-16c0-10.91 4.313-21.113 12.152-28.71 7.832-7.595 18.223-11.688 29.086-11.267 21.371.641 38.762 19.48 38.762 41.993zm-155.938 126.23-36.214-11.574c-16.504-5.29-34.368-6.078-51.262-2.336L168 259.352v-2.368c0-11.03 7.48-20.609 18.176-23.289L232 222.246V196.91l-3.992-2.308C215.664 187.465 208 174.199 208 160v-16c0-10.91 4.313-21.113 12.152-28.71 7.832-7.595 18.29-11.688 29.086-11.267 21.371.641 38.762 19.48 38.762 41.993V160c0 14.2-7.672 27.465-20.023 34.617l-4 2.313.03 25.316 45.817 11.45A23.983 23.983 0 0 1 328 256.983v29.977L326.023 288h-4.902l-49.184-14.055c-3.875-1.097-7.867-1.547-11.875-1.699zm-90.269-152.512C184.816 90.625 215.055 72 248 72c32.633 0 62.742 18.375 77.879 47.09A55.638 55.638 0 0 0 320 144v16c0 18.312 9.09 35.496 24 45.902v3.84l-32 8.012-32.008-8.012v-3.832C294.902 195.504 304 178.312 304 160v-13.984c0-31.079-24.352-57.086-54.281-57.993-15.313-.449-29.75 5.145-40.711 15.786C198.039 114.449 192 128.719 192 144v16c0 18.312 9.09 35.496 24 45.902v3.84l-32 8.012-32.008-8.012v-3.832C166.902 195.504 176 178.312 176 160v-13.984c0-9.414-2.266-18.352-6.207-26.282zM133 71.352l25.559-25.559 22.496 14.64 4.304-2.64c10.786-6.61 22.442-11.45 34.641-14.367l4.922-1.18L230.488 16h35.032l5.55 26.238 4.922 1.176c12.2 2.922 23.856 7.762 34.64 14.371l4.305 2.64 22.497-14.64L362.96 71.32l-9.074 21.246c-6.176 2.657-11.903 6.395-16.887 11.227-.328.32-.61.664-.93.992C317.223 74.825 283.902 56 248 56c-36.16 0-69.574 19-88.375 49.266-5.031-5.266-11.016-9.532-17.648-12.512zm-29 150.894V196.91l-3.992-2.308C87.664 187.465 80 174.199 80 160v-16c0-10.91 4.313-21.113 12.152-28.71 7.832-7.595 18.246-11.688 29.086-11.267 21.371.641 38.762 19.48 38.762 41.993V160c0 14.2-7.672 27.465-20.023 34.617l-4 2.313.03 25.316 27.45 6.86C156.344 236.382 152 246.23 152 256.983v5.926l-24.953 5.547.648-2.266.305-14.785-42.191-24.613zM16 208h5.832l57.535 33.559-29.031 116.12L16 346.23zm65.297 160-15.746-5.246 28.203-112.8L112 260.593v2.285L81.969 368zM136 391.031a9.03 9.03 0 0 1 2.625-6.344l14.063-14.062A9.03 9.03 0 0 1 159.03 368c4.946 0 8.969 4.023 8.969 8.969a9.03 9.03 0 0 1-2.625 6.344l-14.063 14.062A9.03 9.03 0 0 1 144.97 400c-4.946 0-8.969-4.023-8.969-8.969zm24 24a9.03 9.03 0 0 1 2.625-6.344l14.063-14.062A9.03 9.03 0 0 1 183.03 392c4.946 0 8.969 4.023 8.969 8.969a9.03 9.03 0 0 1-2.625 6.344l-14.063 14.062A9.03 9.03 0 0 1 168.97 424c-4.946 0-8.969-4.023-8.969-8.969zm24 24a9.03 9.03 0 0 1 2.625-6.344l14.063-14.062A9.03 9.03 0 0 1 207.03 416c4.946 0 8.969 4.023 8.969 8.969a9.03 9.03 0 0 1-2.625 6.344l-14.063 14.062A9.03 9.03 0 0 1 192.97 448c-4.946 0-8.969-4.023-8.969-8.969zM216.969 472c-4.946 0-8.969-4.023-8.969-8.969a9.03 9.03 0 0 1 2.625-6.344l14.063-14.062A9.03 9.03 0 0 1 231.03 440c4.946 0 8.969 4.023 8.969 8.969a9.03 9.03 0 0 1-2.625 6.344l-14.063 14.062A9.03 9.03 0 0 1 216.97 472zm38.687 8h-1.48a8.29 8.29 0 0 1-5.512-2.09l-5.984-5.277 6.007-6.008c2.145-2.145 3.81-4.695 5.04-7.434l7.273 6.055a8.325 8.325 0 0 1 3 6.41c0 4.602-3.742 8.344-8.344 8.344zm71.742-72h-1.382a8.583 8.583 0 0 1-5.504-2l-43.383-36.152-10.25 12.297 42.129 35.101a8.343 8.343 0 0 1 2.992 6.41c0 4.602-3.742 8.344-8.344 8.344h-1.746a8.344 8.344 0 0 1-5.336-1.938l-43.453-36.207-10.25 12.297L285 441.258a8.283 8.283 0 0 1 3 6.398c0 4.602-3.742 8.344-8.344 8.344-3.07 0-6.062-1.09-8.418-3.047l-17.855-14.883c-3.934-8.039-12.016-13.644-21.48-13.98-.462-13.05-10.95-23.54-24-24-.462-13.05-10.95-23.54-24-24-.47-13.356-11.407-24.09-24.872-24.09-6.574 0-13.008 2.664-17.656 7.313l-14.062 14.062c-.84.84-1.536 1.793-2.243 2.738l-24.574-14.746 21.543-75.398 54.008-12.008c14.168-3.168 29.105-2.48 42.922 1.941l11.785 3.77-39.953 19.976c-9.13 4.575-14.801 13.758-14.801 23.97v1.581C176 339.977 188.023 352 202.8 352c4.856 0 9.634-1.32 13.786-3.824l29.789-17.864c5.984-3.585 14.016-2.8 19.184 1.848l67.593 60.832a8.66 8.66 0 0 1 2.848 6.406c0 4.747-3.855 8.602-8.602 8.602zM480 315.055l-134.777 67.394a22.222 22.222 0 0 0-1.375-1.336l-67.582-60.832A32.117 32.117 0 0 0 254.71 312a32.222 32.222 0 0 0-16.574 4.594l-29.801 17.87A10.708 10.708 0 0 1 202.8 336C196.84 336 192 331.16 192 325.2v-1.583c0-4.12 2.29-7.816 5.969-9.656l44.625-22.313c7.636-3.824 16.703-4.68 24.933-2.312l50.274 14.36 12.176.304L480 225.04zm0 0" fill="#ff0000" data-original="#000000" class=""></path></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-d063320 elementor-widget elementor-widget-heading" data-id="d063320" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/work-permits/">Canada Work Permits</a></h5> </div>
</div>
<div class="elementor-element elementor-element-716f2fa0 elementor-widget elementor-widget-text-editor" data-id="716f2fa0" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Professional, Employer-Specific, Open Permits.</span></p> </div>
</div>
<div class="elementor-element elementor-element-570a64cf elementor-align-center elementor-widget elementor-widget-button" data-id="570a64cf" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/work-permits/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Learn More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="694" class="elementor elementor-694">
<div class="elementor-element elementor-element-2f2e7981 e-con-boxed e-flex e-con" data-id="2f2e7981" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-262e47d3 e-con-full e-flex e-con" data-id="262e47d3" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-77f1e4b3 elementor-widget elementor-widget-image" data-id="77f1e4b3" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="400" height="217" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20217'%3E%3C/svg%3E" class="attachment-large size-large wp-image-902" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple11-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple11-1-300x163.jpg 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple11-1.jpg"><noscript><img decoding="async" width="400" height="217" src="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple11-1.jpg" class="attachment-large size-large wp-image-902" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple11-1.jpg 400w, https://greenlightcanada.com/wp-content/uploads/2023/05/young-businesscouple11-1-300x163.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-25f9f6d0 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon" data-id="25f9f6d0" data-element_type="widget" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" id="Portfolio" height="512" viewBox="0 0 128 128" width="512"><g id="_x3C_Group_x3E_"><path id="_x31_1" d="m36.881 54.677h82.371c2.416 0 4.595.985 6.178 2.567v.015c1.582 1.583 2.568 3.762 2.568 6.163v55.831c0 2.4-.986 4.594-2.568 6.176-1.583 1.584-3.762 2.568-6.178 2.568h-82.371c-2.401 0-4.595-.984-6.177-2.568-1.583-1.582-2.568-3.762-2.568-6.176v-55.831c0-2.401.985-4.595 2.568-6.178 1.583-1.582 3.776-2.567 6.177-2.567zm82.371 3.998h-82.371c-1.305 0-2.485.541-3.345 1.401-.861.861-1.402 2.041-1.402 3.346v55.831c0 1.305.541 2.498 1.402 3.359.859.859 2.04 1.387 3.345 1.387h82.371c1.305 0 2.498-.527 3.359-1.387.86-.861 1.389-2.055 1.389-3.359v-55.831c0-1.305-.528-2.498-1.389-3.359v.014c-.861-.86-2.054-1.402-3.359-1.402z"></path><path id="_x31_0" d="m61.368 38.006h33.412c1.902 0 3.65.777 4.9 2.04 1.249 1.263 2.041 2.999 2.041 4.9v11.729 1.999h-2-8.439-1.998v-1.999-6.495h-22.419v6.496 1.999h-2-8.439-1.999v-1.999-11.73c0-1.901.777-3.651 2.026-4.9 1.263-1.263 3-2.04 4.915-2.04zm33.411 3.998h-33.411c-.806 0-1.541.332-2.083.874-.527.528-.859 1.263-.859 2.068v9.73h4.441v-6.496-1.998h1.999 26.416 2v1.998 6.497h4.441v-9.73c0-.806-.333-1.541-.86-2.068h-.015c-.528-.542-1.263-.875-2.069-.875z"></path><path id="_x39_" d="m22.084 108.495c1.097 0 1.999.887 1.999 1.998 0 1.096-.902 1.998-1.999 1.998h-16.087c-1.638 0-3.137-.68-4.234-1.762v-.014c-1.083-1.083-1.763-2.581-1.763-4.234v-100.485c0-1.638.68-3.137 1.763-4.233 1.082-1.083 2.581-1.763 4.234-1.763h56.231c.861 0 1.666.167 2.417.5.736.333 1.402.818 1.999 1.443v.014-.014l15.089 16.144c.041.042.069.083.111.125.484.541.832 1.139 1.082 1.763.25.681.389 1.402.389 2.166v9.8c0 1.11-.902 1.999-1.999 1.999-1.11 0-2.013-.889-2.013-1.999v-9.8c0-.278-.027-.527-.111-.75-.083-.18-.18-.347-.305-.514-.028-.027-.057-.041-.084-.069l-15.075-16.144c-.209-.222-.444-.389-.694-.514-.235-.097-.499-.152-.805-.152h-56.232c-.541 0-1.041.222-1.402.597l-.014-.014c-.361.36-.583.874-.583 1.415v100.485c0 .555.222 1.055.583 1.416l.014.014c.361.348.86.584 1.402.584z"></path><path id="_x38_" d="m70.821 91.116-34.3-6.512c-2.318-.43-4.457-1.443-5.996-2.984-1.473-1.471-2.389-3.4-2.389-5.719h3.998c0 1.18.473 2.152 1.222 2.902.958.943 2.36 1.596 3.901 1.887l34.3 6.51zm57.176-15.215c0 2.318-.916 4.234-2.388 5.705v.014c-1.541 1.541-3.678 2.555-5.982 2.984l-34.301 6.566-.749-3.914 34.3-6.566c1.555-.305 2.957-.943 3.914-1.887.75-.75 1.208-1.723 1.208-2.902z"></path><path id="_x37_" d="m50.943 17.864c1.11 0 1.999.889 1.999 1.999 0 1.097-.889 1.999-1.999 1.999h-27.9c-1.111 0-2-.902-2-1.999 0-1.11.889-1.999 2-1.999zm-37.424 0c1.111 0 2.014.889 2.014 1.999 0 1.097-.902 1.999-2.014 1.999h-1.498c-1.098 0-2-.902-2-1.999 0-1.11.902-1.999 2-1.999z"></path><path id="_x36_" d="m37.797 36.007c1.097 0 1.999.901 1.999 1.999 0 1.11-.902 1.998-1.999 1.998h-14.755c-1.11 0-1.999-.888-1.999-1.998 0-1.097.889-1.999 1.999-1.999zm-24.277 0c1.11 0 2.013.901 2.013 1.999 0 1.11-.902 1.998-2.013 1.998h-1.499c-1.097 0-2-.888-2-1.998 0-1.097.902-1.999 2-1.999z"></path><path id="_x35_" d="m50.943 26.942c1.11 0 1.999.889 1.999 1.999 0 1.096-.889 1.999-1.999 1.999h-27.9c-1.111 0-2-.902-2-1.999 0-1.11.889-1.999 2-1.999zm-37.424 0c1.111 0 2.014.889 2.014 1.999 0 1.096-.902 1.999-2.014 1.999h-1.498c-1.098 0-2-.902-2-1.999 0-1.11.902-1.999 2-1.999z"></path><path id="_x34_" d="m64.283.735 18.197 19.753c.736.805.695 2.068-.125 2.817-.375.347-.859.528-1.346.528h-12.534c-2.137 0-4.067-.875-5.469-2.276-.041-.042-.084-.083-.125-.125-1.333-1.389-2.152-3.276-2.152-5.345v-14.088c0-1.097.889-1.999 2-1.999.623 0 1.179.291 1.554.735zm12.174 19.101-11.73-12.716v8.968c0 .999.389 1.901 1.014 2.567.027.028.056.056.084.084.68.68 1.623 1.096 2.65 1.096z"></path><path id="_x33_" d="m90.893 10.771c-.222 1.082-1.276 1.776-2.359 1.541-1.083-.223-1.777-1.277-1.555-2.347l.764-3.637.999-4.733c.194-.943 1.027-1.597 1.957-1.597h3.498 3.498c1.013 0 1.847.75 1.985 1.735l1.471 6.996c1.027.292 2.027.639 2.998 1.041.986.403 1.943.875 2.859 1.389l6.122-3.998c.791-.514 1.832-.389 2.484.264h.015l2.471 2.471c.027.042.069.07.098.111l2.373 2.374c.693.68.764 1.763.223 2.54l-3.957 6.065c.527.917.986 1.874 1.402 2.86.389.971.736 1.971 1.027 2.998l7.135 1.513c.986.194 1.652 1.083 1.597 2.054v3.389 3.498c0 1.013-.749 1.86-1.735 1.985l-6.996 1.471c-.291 1.041-.639 2.041-1.027 2.998-.583 1.402-1.277 2.734-2.068 3.971-.582.943-1.818 1.221-2.762.624-.93-.597-1.207-1.832-.611-2.763.681-1.068 1.264-2.193 1.75-3.358.472-1.139.846-2.305 1.124-3.498.125-.791.735-1.444 1.555-1.624l6.772-1.416v-1.888h.014v-1.874l-6.788-1.43c-.735-.152-1.36-.722-1.541-1.513-.264-1.235-.652-2.429-1.138-3.608-.486-1.166-1.069-2.291-1.75-3.359-.402-.639-.416-1.472.014-2.152l3.791-5.802-1.223-1.235c-.041-.027-.068-.056-.111-.098l-1.332-1.332-5.678 3.706c-.652.499-1.555.555-2.275.097-1.069-.68-2.193-1.263-3.359-1.749-1.139-.472-2.318-.847-3.512-1.124-.777-.125-1.444-.722-1.61-1.555l-1.432-6.775h-1.873-1.889l-.652 3.137zm3.304 10.647c-1.111 0-2-.889-2-1.999s.889-1.999 2-1.999c4.524 0 8.619 1.833 11.59 4.803 2.957 2.957 4.789 7.052 4.789 11.577 0 1.194-.125 2.374-.375 3.498-.25 1.151-.625 2.263-1.109 3.331-.459 1-1.639 1.444-2.652.986-.999-.459-1.43-1.639-.971-2.638.36-.777.638-1.624.832-2.513.181-.86.278-1.749.278-2.665 0-3.415-1.388-6.511-3.623-8.759-2.249-2.233-5.345-3.622-8.759-3.622z"></path><path id="_x32_" d="m71.474 75.958h13.2c1.042 0 1.985.43 2.666 1.109l.014.014c.681.682 1.11 1.639 1.11 2.68v14.631c0 2.859-1.165 5.455-3.054 7.342-1.873 1.889-4.483 3.055-7.343 3.055s-5.456-1.166-7.343-3.055c-1.875-1.887-3.055-4.482-3.055-7.342v-14.631c0-1.041.431-2 1.125-2.68v-.014c.694-.679 1.639-1.109 2.68-1.109zm12.993 3.998h-12.785v14.436c0 1.748.708 3.359 1.874 4.512 1.166 1.166 2.763 1.887 4.511 1.887 1.764 0 3.359-.721 4.525-1.887 1.152-1.152 1.875-2.764 1.875-4.512z"></path><circle id="_x31_" cx="78.066" cy="94.127" r="1.999"></circle></g></svg> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-62d6b13f elementor-widget elementor-widget-heading" data-id="62d6b13f" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/lmia/">Labour Market Impact Assessment</a></h5> </div>
</div>
<div class="elementor-element elementor-element-e01c053 elementor-widget elementor-widget-text-editor" data-id="e01c053" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Obtain LMIA for Temporary Work Permits.</span></p> </div>
</div>
<div class="elementor-element elementor-element-6791198b elementor-align-center elementor-widget elementor-widget-button" data-id="6791198b" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/lmia/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Learn More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end Content Carousel --> </div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f53741f e-con-boxed e-flex e-con" data-id="f53741f" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-9a84788 e-con-full e-flex e-con" data-id="9a84788" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}" data-e-bg-lazyload="">
<div class="elementor-element elementor-element-cb739b4 e-con-full e-flex e-con" data-id="cb739b4" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-041ae77 elementor-widget elementor-widget-image" data-id="041ae77" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="562" height="702" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20562%20702'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8895" alt="" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2024/09/fgtrt53tgrtr-1.png 562w, https://greenlightcanada.com/wp-content/uploads/2024/09/fgtrt53tgrtr-1-240x300.png 240w" data-lazy-sizes="(max-width: 562px) 100vw, 562px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2024/09/fgtrt53tgrtr-1.png"><noscript><img decoding="async" width="562" height="702" src="https://greenlightcanada.com/wp-content/uploads/2024/09/fgtrt53tgrtr-1.png" class="attachment-large size-large wp-image-8895" alt="" srcset="https://greenlightcanada.com/wp-content/uploads/2024/09/fgtrt53tgrtr-1.png 562w, https://greenlightcanada.com/wp-content/uploads/2024/09/fgtrt53tgrtr-1-240x300.png 240w" sizes="(max-width: 562px) 100vw, 562px" /></noscript> </div>
</div>
</div>
<div class="elementor-element elementor-element-d2a27b2 e-con-full e-flex e-con" data-id="d2a27b2" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-5505dc1 e-con-full e-flex e-con" data-id="5505dc1" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-1bb293e elementor-widget elementor-widget-image" data-id="1bb293e" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="294" height="70" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20294%2070'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8944" alt="" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2024/09/logo-ru-newwhite245.png"><noscript><img decoding="async" width="294" height="70" src="https://greenlightcanada.com/wp-content/uploads/2024/09/logo-ru-newwhite245.png" class="attachment-large size-large wp-image-8944" alt="" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-a6cf2a4 elementor-widget elementor-widget-heading" data-id="a6cf2a4" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Learn Immigration Case Management (ICM) Now!</h2> </div>
</div>
<div class="elementor-element elementor-element-1b04b9d elementor-widget elementor-widget-text-editor" data-id="1b04b9d" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Enhance your skills and navigate the complexities of immigration with our comprehensive Immigration Case Management (ICM) training. Learn from industry experts and take your career to the next level. Explore our training page now!</p> </div>
</div>
<div class="elementor-element elementor-element-c9597fe elementor-align-left elementor-widget elementor-widget-button" data-id="c9597fe" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/immigration-case-management/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Start Learning Today</span>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-3c53096 elementor-absolute e-transform elementor-widget elementor-widget-image" data-id="3c53096" data-element_type="widget" data-settings="{"_position":"absolute","_transform_rotateZ_effect":{"unit":"px","size":-52,"sizes":[]},"_transform_rotateZ_effect_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_rotateZ_effect_mobile":{"unit":"deg","size":"","sizes":[]}}" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="144" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20144%20112'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1334" alt="Green Light Canada" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/06/download-1.svg"><noscript><img decoding="async" width="144" height="112" src="https://greenlightcanada.com/wp-content/uploads/2023/06/download-1.svg" class="attachment-large size-large wp-image-1334" alt="Green Light Canada" /></noscript> </div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-8f5cf5c e-con-boxed e-flex e-con" data-id="8f5cf5c" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-d6e0040 e-con-full e-flex e-con" data-id="d6e0040" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-916d881 elementor-widget elementor-widget-ucaddon_logo_grid" data-id="916d881" data-element_type="widget" data-widget_type="ucaddon_logo_grid.default">
<div class="elementor-widget-container">
<!-- start Logo Grid -->
<style type="text/css">/* widget: Logo Grid */
#uc_logo_grid_elementor_916d881 {
display: grid;
}
#uc_logo_grid_elementor_916d881 .ue-logo-title
{
width:100%;
position:absolute;
bottom:0;
text-align:center;
left:0;
}
#uc_logo_grid_elementor_916d881 div.logo-grid-item
{
text-align:center;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
overflow:hidden;
position:relative;
transition:0.3s;
}
#uc_logo_grid_elementor_916d881 div.logo-grid-item img
{
width:100%;
object-fit: contain;
display:block;
mix-blend-mode: normal;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
height:100%;
transition:0.3s;
}
#uc_logo_grid_elementor_916d881 a
{
display:block;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
cursor:pointer;
display:flex;
justify-content:center;
align-items:center;
}
</style>
<div id="uc_logo_grid_elementor_916d881" class="ue-logo-grid uc-items-wrapper ">
<div class="logo-grid-item elementor-animation-grow">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20499%20199'%3E%3C/svg%3E" title="Fiera Foods" alt="Green Light Canada" width="499" height="199" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo1.jpg"><noscript><img decoding="async" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo1.jpg" title="Fiera Foods" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo1.jpg" alt="Green Light Canada" width="499" height="199"></noscript>
</div>
<div class="logo-grid-item elementor-animation-grow">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20499%20199'%3E%3C/svg%3E" title="ValGuard" alt="Green Light Canada" width="499" height="199" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo233.jpg"><noscript><img decoding="async" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo233.jpg" title="ValGuard" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo233.jpg" alt="Green Light Canada" width="499" height="199"></noscript>
</div>
<div class="logo-grid-item elementor-animation-grow">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20499%20199'%3E%3C/svg%3E" title="IBM" alt="Green Light Canada" width="499" height="199" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo245.jpg"><noscript><img decoding="async" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo245.jpg" title="IBM" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo245.jpg" alt="Green Light Canada" width="499" height="199"></noscript>
</div>
<div class="logo-grid-item elementor-animation-grow">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20499%20199'%3E%3C/svg%3E" title="euro food" alt="Green Light Canada" width="499" height="199" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo234.jpg"><noscript><img decoding="async" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo234.jpg" title="euro food" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo234.jpg" alt="Green Light Canada" width="499" height="199"></noscript>
</div>
<div class="logo-grid-item elementor-animation-grow">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20499%20199'%3E%3C/svg%3E" title="re royal trading" alt="Green Light Canada" width="499" height="199" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo25345.jpg"><noscript><img decoding="async" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo25345.jpg" title="re royal trading" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo25345.jpg" alt="Green Light Canada" width="499" height="199"></noscript>
</div>
<div class="logo-grid-item elementor-animation-grow">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20499%20199'%3E%3C/svg%3E" title="roofing solutions" alt="Green Light Canada" width="499" height="199" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo267634.jpg"><noscript><img decoding="async" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo267634.jpg" title="roofing solutions" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo267634.jpg" alt="Green Light Canada" width="499" height="199"></noscript>
</div>
<div class="logo-grid-item elementor-animation-grow">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20499%20199'%3E%3C/svg%3E" title="palmerston" alt="Green Light Canada" width="499" height="199" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo25547.jpg"><noscript><img decoding="async" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo25547.jpg" title="palmerston" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo25547.jpg" alt="Green Light Canada" width="499" height="199"></noscript>
</div>
<div class="logo-grid-item elementor-animation-grow">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20499%20199'%3E%3C/svg%3E" title="toyota" alt="Green Light Canada" width="499" height="199" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo24767.jpg"><noscript><img decoding="async" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo24767.jpg" title="toyota" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo24767.jpg" alt="Green Light Canada" width="499" height="199"></noscript>
</div>
<div class="logo-grid-item elementor-animation-grow">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20499%20199'%3E%3C/svg%3E" title="dr.laffa" alt="Green Light Canada" width="499" height="199" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo257668.jpg"><noscript><img decoding="async" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo257668.jpg" title="dr.laffa" src="https://greenlightcanada.com/wp-content/uploads/2023/05/mlogo257668.jpg" alt="Green Light Canada" width="499" height="199"></noscript>
</div>
</div>
<!-- end Logo Grid --> </div>
</div>
</div>
<div class="elementor-element elementor-element-e224557 e-con-full e-flex e-con" data-id="e224557" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-46b4725 elementor-widget elementor-widget-heading" data-id="46b4725" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Immigrate to Canada</h2> </div>
</div>
<div class="elementor-element elementor-element-7ee7bb8 elementor-widget elementor-widget-text-editor" data-id="7ee7bb8" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Green Light Immigration has been working with 700+ Companies Across Canada. We work with the LMIA and provincial nomination-based work permits, as well as other, job offer-based immigration streams.</p> </div>
</div>
<div class="elementor-element elementor-element-8ebe97a elementor-align-left elementor-widget elementor-widget-button" data-id="8ebe97a" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="/work-opportunities/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Explore jobs</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-5d36e8f e-con-boxed e-flex e-con" data-id="5d36e8f" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-43465b7 e-con-full e-flex e-con" data-id="43465b7" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-4553ac4 elementor-widget elementor-widget-image" data-id="4553ac4" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="769" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20769%201024'%3E%3C/svg%3E" class="attachment-large size-large wp-image-881" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-family-769x1024-1.jpg 769w, https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-family-769x1024-1-225x300.jpg 225w" data-lazy-sizes="(max-width: 769px) 100vw, 769px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-family-769x1024-1.jpg"><noscript><img decoding="async" width="769" height="1024" src="https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-family-769x1024-1.jpg" class="attachment-large size-large wp-image-881" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-family-769x1024-1.jpg 769w, https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-family-769x1024-1-225x300.jpg 225w" sizes="(max-width: 769px) 100vw, 769px" /></noscript> </div>
</div>
</div>
<div class="elementor-element elementor-element-a119077 e-con-full e-flex e-con" data-id="a119077" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-c229cde elementor-widget elementor-widget-heading" data-id="c229cde" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Canada Immigration Solutions</h2> </div>
</div>
<div class="elementor-element elementor-element-53d6b55 elementor-widget elementor-widget-text-editor" data-id="53d6b55" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>More than 300,000 people immigrate to Canada each year, coming to enjoy the freedom, opportunities, and safety this great country has to offer. However, we know how overwhelming the idea of immigration to Canada can be. You have dozens of questions and there is a lot of paperwork involved, often at a time when getting things done quickly matters.</p><p>That is why at Green Light Immigration we offer a full range of immigration services lead by a top Canada immigration consultants. We will tailor the immigration solution to the individual situation and connect immigrants with the educational and employment opportunities they need to settle and create a home in Canada.</p> </div>
</div>
<div class="elementor-element elementor-element-2d635e6 elementor-widget elementor-widget-heading" data-id="2d635e6" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Are you eligible to Immigrate to Canada?
</h3> </div>
</div>
<div class="elementor-element elementor-element-fa922dd elementor-widget elementor-widget-text-editor" data-id="fa922dd" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Immigration, Refugees and Citizenship Canada (previously known as Immigration and Citizenship Canada) is the government department that is responsible for all cases that relate to:</p> </div>
</div>
<div class="elementor-element elementor-element-662857f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="662857f" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<link rel="stylesheet" href="https://greenlightcanada.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css"> <ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Immigration to Canada</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Refugees coming to Canada</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Canadian citizenship</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-d7bd768 elementor-widget elementor-widget-text-editor" data-id="d7bd768" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Eligibility for immigration to Canada will be determined by Immigration, Refugees and Citizenship Canada and will depend on your reason for wanting to move to Canada.</p> </div>
</div>
<div class="elementor-element elementor-element-d42d885 elementor-align-left elementor-widget elementor-widget-button" data-id="d42d885" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="/assessment-forms/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Free Assessment</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-efb9da8 e-con-boxed e-flex e-con" data-id="efb9da8" data-element_type="container" data-settings="{"background_background":"gradient","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-3828a07 e-con-full e-flex e-con" data-id="3828a07" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-a23d7ed elementor-widget elementor-widget-spacer" data-id="a23d7ed" 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-5975691 elementor-widget elementor-widget-heading" data-id="5975691" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default"><span class="undel">Immigrate</span> to Canada</h2> </div>
</div>
<div class="elementor-element elementor-element-c975595 elementor-widget elementor-widget-text-editor" data-id="c975595" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>There are a variety of reasons a person might want to immigrate to Canada, and these are supported by the various immigration programs Canada offers. Many people want to come to Canada to study. Others want to work or start a business and others want to join family members who are already living in the country. We help immigrants with each of these immigration options.</p> </div>
</div>
<div class="elementor-element elementor-element-905cd40 e-con-boxed e-flex e-con" data-id="905cd40" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-96390f9 elementor-widget elementor-widget-button" data-id="96390f9" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="#ue-tab1" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text"># Canadian Work Permits</span>
</span>
</a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-849d190 elementor-widget elementor-widget-button" data-id="849d190" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="#ue-tab2" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text"># Study in Canada</span>
</span>
</a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-9088290 elementor-widget elementor-widget-button" data-id="9088290" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="#ue-tab5" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text"># Visa</span>
</span>
</a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-c15043a elementor-widget elementor-widget-button" data-id="c15043a" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="#ue-tab3" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text"># Business Immigration</span>
</span>
</a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-b24bd9c elementor-widget elementor-widget-button" data-id="b24bd9c" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="#ue-tab6" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text"># Permanent Residence</span>
</span>
</a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-8cca49f elementor-widget elementor-widget-button" data-id="8cca49f" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="#ue-tab4" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text"># Family Sponsorship</span>
</span>
</a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-7404feb elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="7404feb" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="225" height="101" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20225%20101'%3E%3C/svg%3E" class="attachment-large size-large wp-image-814" alt="Green Light Canada" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/learn-more.png"><noscript><img decoding="async" width="225" height="101" src="https://greenlightcanada.com/wp-content/uploads/2023/05/learn-more.png" class="attachment-large size-large wp-image-814" alt="Green Light Canada" /></noscript> </div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-a19e213 e-con-full e-flex e-con" data-id="a19e213" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-5a5a379 e-con-boxed e-flex e-con" data-id="5a5a379" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-596feff e-con-boxed e-flex e-con" data-id="596feff" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-ac67fba elementor-widget elementor-widget-ucaddon_arrow_navigation" data-id="ac67fba" data-element_type="widget" data-widget_type="ucaddon_arrow_navigation.default">
<div class="elementor-widget-container">
<!-- start Remote Arrows -->
<style type="text/css">/* widget: Remote Arrows */
.ue-remote-carousel-navigation-wrapper
{
display:flex;
}
.ue-remote-carousel-navigation-wrapper .ue-remote-arrow
{
border:none;
border-color:transparent;
}
.ue-remote-carousel-navigation-wrapper .ue-remote-arrow:hover
{
background-color:transparent;
}
#uc_arrow_navigation_elementor_ac67fba
{
display:inline-flex;
}
#uc_arrow_navigation_elementor_ac67fba .ue-remote-arrow
{
flex-grow:0;
flex-shrink:0;
transition:0.3s;
display:inline-flex;
align-items:center;
justify-content:center;
line-height:1em;
cursor:pointer;
}
#uc_arrow_navigation_elementor_ac67fba .ue-remote-arrow .ue-carousel-nav-icon
{
transition:0.3s;
line-height:1em;
}
#uc_arrow_navigation_elementor_ac67fba .ue-remote-arrow .ue-carousel-nav-icon svg
{
transition:0.3s;
height:1em;
width:1em;
}
#uc_arrow_navigation_elementor_ac67fba .ue-carousel-nav-label
{
transition:0.3s;
}
</style>
<div class="ue-remote-carousel-navigation-wrapper">
<div id="uc_arrow_navigation_elementor_ac67fba" class="ue-remote-carousel-navigation" data-parentid="first">
<div class="ue-remote-arrow ue-carousel-prev ">
<div class="ue-carousel-nav-icon"><i class="fas fa-chevron-left"></i></div>
</div>
<div class="ue-remote-arrow ue-carousel-next ">
<div class="ue-carousel-nav-icon"><i class="fas fa-chevron-right"></i></div>
</div>
</div>
</div>
<!-- end Remote Arrows --> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-7723e39 e-con-full elementor-hidden-mobile e-flex e-con" data-id="7723e39" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-8692601 elementor-widget elementor-widget-ucaddon_remote_counter_display" data-id="8692601" data-element_type="widget" data-widget_type="ucaddon_remote_counter_display.default">
<div class="elementor-widget-container">
<!-- start Remote Counter -->
<style type="text/css">/* widget: Remote Counter */
#uc_remote_counter_display_elementor_8692601
{
display:flex;
}
</style>
<div id="uc_remote_counter_display_elementor_8692601" class="remote_counter_display" data-parentid="first">
<div class="ue-counter-current"></div>
<div class="ue-counter-separator">/</div>
<div class="ue-counter-total"></div>
</div>
<!-- end Remote Counter --> </div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-22a5a14 elementor-widget elementor-widget-ucaddon_content_tabs" data-id="22a5a14" data-element_type="widget" data-widget_type="ucaddon_content_tabs.default">
<div class="elementor-widget-container">
<!-- start Content Tabs -->
<style type="text/css">/* widget: Content Tabs */
#uc_content_tabs_elementor_22a5a14
{
text-align: left;
position: relative;
overflow:hidden;
display:flex;
flex-direction:column;
}
#uc_content_tabs_elementor_22a5a14 .ue-graphic-element
{
display:inline-flex;
align-items:center;
justify-content:center;
line-height:1em;
overflow:hidden;
}
#uc_content_tabs_elementor_22a5a14 .ue-graphic-element svg
{
height:1em;
width:1em;
}
#uc_content_tabs_elementor_22a5a14 .ue-graphic-element img
{
display:block;
}
#uc_content_tabs_elementor_22a5a14 .ue-item-image img
{
width:100%;
display:block;
}
#uc_content_tabs_elementor_22a5a14 .uc_container .uc_btn {
text-align: center;
display: inline-block;
text-decoration: none;
transition: ease-in-out all 0.25s;
}
#uc_content_tabs_elementor_22a5a14 * {
box-sizing: border-box;
}
#uc_content_tabs_elementor_22a5a14 .ue-tab-btn
{
transition: 0.5s;
}
#uc_content_tabs_elementor_22a5a14 > ul.tabs{
margin:0px;
list-style:none;
display:flex;
}
#uc_content_tabs_elementor_22a5a14 > ul.tabs{
justify-content:flex-start;
flex-wrap: wrap;
}
#uc_content_tabs_elementor_22a5a14 > ul.tabs > li
{
padding:0px;
margin:0px;
}
#uc_content_tabs_elementor_22a5a14 > ul.tabs > li > a {
display:flex;
text-decoration:none;
transition:0.5s;
flex-wrap: wrap;
}
#uc_content_tabs_elementor_22a5a14 .tab-container {
clear:both;
overflow:hidden;
}
#uc_content_tabs_elementor_22a5a14 .ue_post_image img
{
display:block;
width:100%;
object-fit: cover;
}
#uc_content_tabs_elementor_22a5a14 .ue_post_link
{
display:;
text-decoration:none;
}
#uc_content_tabs_elementor_22a5a14 .panes{ display:none;}
#uc_content_tabs_elementor_22a5a14.r-tabs .r-tabs-tab {
display: block;
margin: 0;
list-style: none;
}
#uc_content_tabs_elementor_22a5a14.r-tabs .r-tabs-panel {
display: none;
}
#uc_content_tabs_elementor_22a5a14.r-tabs .r-tabs-accordion-title {
display: none;
}
#uc_content_tabs_elementor_22a5a14.r-tabs .r-tabs-panel.r-tabs-state-active {
display: flex;
}
@media only screen and (max-width: 0px){
#uc_content_tabs_elementor_22a5a14 > ul.tabs {display:none;}
#uc_content_tabs_elementor_22a5a14.r-tabs .r-tabs-nav { display: none;}
#uc_content_tabs_elementor_22a5a14.r-tabs .r-tabs-accordion-title { display: block;}
#uc_content_tabs_elementor_22a5a14 .r-tabs-accordion-title .r-tabs-anchor{
display:flex;
align-items:center;
overflow:hidden;
}
#uc_content_tabs_elementor_22a5a14 .uc-tabs-accordion-title{
flex-grow:1;
}
#uc_content_tabs_elementor_22a5a14 .r-tabs-accordion-title .uc-accordion-icon-collapse{
display:none;
}
#uc_content_tabs_elementor_22a5a14 .r-tabs-accordion-title.r-tabs-state-active .uc-accordion-icon-collapse{
display:block;
}
#uc_content_tabs_elementor_22a5a14 .r-tabs-accordion-title.r-tabs-state-active .uc-accordion-icon-expand{
display:none;
}
#uc_content_tabs_elementor_22a5a14 .ue-item-content-layout{
display:flex;
flex-direction:column;
}
#uc_content_tabs_elementor_22a5a14 .ue-item-image-wrapper{
width:100%;
}
#uc_content_tabs_elementor_22a5a14 .uc-tabs-accordion-title{
display:flex;
align-items:center;
}
#uc_content_tabs_elementor_22a5a14 .panel-container{
width:100%;
}
}
</style>
<div class="uc_bold_tabs padding uc-remote-parent " id="uc_content_tabs_elementor_22a5a14" data-debug="false" data-editor="no" data-remoteid="first" data-widgetname="Content Tabs">
<ul class="tabs uc_tab_nav uc-items-wrapper">
<li class="elementor-repeater-item-07bdecc">
<a href="#uc_content_tabs_elementor_22a5a14_item1" id="#ue-tab1" class="ue-tab-btn">
<div></div>
</a>
</li>
<li class="elementor-repeater-item-98a318f">
<a href="#uc_content_tabs_elementor_22a5a14_item2" id="#ue-tab2" class="ue-tab-btn">
<div></div>
</a>
</li>
<li class="elementor-repeater-item-354d915">
<a href="#uc_content_tabs_elementor_22a5a14_item3" id="#ue-tab3" class="ue-tab-btn">
<div></div>
</a>
</li>
<li class="elementor-repeater-item-c939f3c">
<a href="#uc_content_tabs_elementor_22a5a14_item4" id="#ue-tab4" class="ue-tab-btn">
<div></div>
</a>
</li>
<li class="elementor-repeater-item-61b222e">
<a href="#uc_content_tabs_elementor_22a5a14_item5" id="#ue-tab5" class="ue-tab-btn">
<div></div>
</a>
</li>
<li class="elementor-repeater-item-9f7d13d">
<a href="#uc_content_tabs_elementor_22a5a14_item6" id="#ue-tab6" class="ue-tab-btn">
<div></div>
</a>
</li>
</ul>
<div class="panel-container uc-items-wrapper2">
<div id="uc_content_tabs_elementor_22a5a14_item1" class="tab-container panes">
<div>
<div data-elementor-type="container" data-elementor-id="737" class="elementor elementor-737">
<div class="elementor-element elementor-element-337d0c63 e-con-boxed e-flex e-con" data-id="337d0c63" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-3a2448a9 elementor-widget elementor-widget-heading" data-id="3a2448a9" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Canadian Work Permits</h2> </div>
</div>
<div class="elementor-element elementor-element-3af92323 elementor-widget elementor-widget-text-editor" data-id="3af92323" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Many people who immigrate to Canada are looking to work. That is why Canada has 11 skilled worker programs and 10 provincial work programs to help immigrants find a suitable job. While priority is given to immigrants who are sponsored by an employer, there are programs that also help non-sponsored immigrants find employment. These operate on a quota basis and use a point value system when evaluating work skills and previous experience.</p><p>Depending on the type of work you plan to engage in and how long you plan to stay in Canada, there are work permits for:</p> </div>
</div>
<div class="elementor-element elementor-element-46bd701f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="46bd701f" 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">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Temporary employment</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Permanent employment</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Student employment (while studying)</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Agricultural employment</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Live-in caregivers</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">International work experience</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Business professionals</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="uc_content_tabs_elementor_22a5a14_item2" class="tab-container panes">
<div>
<div data-elementor-type="container" data-elementor-id="750" class="elementor elementor-750">
<div class="elementor-element elementor-element-64b6c0f8 e-con-boxed e-flex e-con" data-id="64b6c0f8" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-511a9bf1 elementor-widget elementor-widget-heading" data-id="511a9bf1" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Study in Canada</h2> </div>
</div>
<div class="elementor-element elementor-element-7518d22d elementor-widget elementor-widget-text-editor" data-id="7518d22d" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Close to 500,000 international students study in Canadian schools, making it one of the top reasons people immigrate to Canada. International students must apply for a study visa in order to live and go to school in Canada. They must also apply for a special work permit if they want to work during their studies.</p> </div>
</div>
<div class="elementor-element elementor-element-1fdce47 elementor-widget elementor-widget-text-editor" data-id="1fdce47" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>We can help international students find information on:</p> </div>
</div>
<div class="elementor-element elementor-element-60213d63 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="60213d63" 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">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Canadian schools</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Scholarships for international students</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">What to do when changing your program of study</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Preparing to study in Canada</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="uc_content_tabs_elementor_22a5a14_item3" class="tab-container panes">
<div>
<div data-elementor-type="container" data-elementor-id="753" class="elementor elementor-753">
<div class="elementor-element elementor-element-3bd7f306 e-con-boxed e-flex e-con" data-id="3bd7f306" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-72832cc1 elementor-widget elementor-widget-heading" data-id="72832cc1" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Business Immigration</h2> </div>
</div>
<div class="elementor-element elementor-element-394a5a3 elementor-widget elementor-widget-text-editor" data-id="394a5a3" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Business immigration is an option for people who have the financial means to invest in or start a business in Canada, which will provide employment opportunities for Canadians and contribute to the Canadian economy. Business immigrants can enter Canada in one of two ways:</p> </div>
</div>
<div class="elementor-element elementor-element-97f94c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="97f94c" 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">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">The Start-Up Visa Program</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">As a Self-Employed Person</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Student employment (while studying)</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Agricultural employment</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Live-in caregivers</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">International work experience</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Business professionals</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-cb774d7 elementor-widget elementor-widget-text-editor" data-id="cb774d7" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Any person who wishes to benefit from the Start-up Visa Program must:</p> </div>
</div>
<div class="elementor-element elementor-element-ebc30c4 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="ebc30c4" 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">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Have the financial resources in place to support themselves prior to launching a business and earning a profit</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Have the support of an angel investor, venture capitalist, or business incubator</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Be able to communicate fluently in English or French</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-dbbcd2e elementor-widget elementor-widget-text-editor" data-id="dbbcd2e" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Any person who wants to enter Canada as a Self-Employed Person must have one of the following:</p> </div>
</div>
<div class="elementor-element elementor-element-2267c19 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2267c19" 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">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Experience in farm management and plans to operate a farm</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Experience that will allow them to contribute to Canada’s athletic or cultural community</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="uc_content_tabs_elementor_22a5a14_item4" class="tab-container panes">
<div>
<div data-elementor-type="container" data-elementor-id="756" class="elementor elementor-756">
<div class="elementor-element elementor-element-77d85555 e-con-boxed e-flex e-con" data-id="77d85555" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-4dcc746f elementor-widget elementor-widget-heading" data-id="4dcc746f" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Family Sponsorship</h2> </div>
</div>
<div class="elementor-element elementor-element-10540294 elementor-widget elementor-widget-text-editor" data-id="10540294" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>For Family Sponsorship, there must be a family member who already resides in Canada and is one of the following:</p> </div>
</div>
<div class="elementor-element elementor-element-7958cce elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="7958cce" 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">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">A Canadian citizen</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">A Permanent Resident</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">A person registered under the Canadian Indian Act</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-ab21bc3 elementor-widget elementor-widget-text-editor" data-id="ab21bc3" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>If you have family members you would like to bring to Canada, we can help you sponsor them to come and join you. Family members who can be sponsored include:</p> </div>
</div>
<div class="elementor-element elementor-element-b85075f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="b85075f" 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">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Spouse/partner</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Dependent children</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Parents and grandparents</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Adopted children</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Other relatives</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-09aa0e8 elementor-widget elementor-widget-text-editor" data-id="09aa0e8" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>In addition, family members can be sponsored to visit children or grandchildren who are living in Canada.</p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="uc_content_tabs_elementor_22a5a14_item5" class="tab-container panes">
<div>
<div data-elementor-type="container" data-elementor-id="760" class="elementor elementor-760">
<div class="elementor-element elementor-element-37dacdce e-con-boxed e-flex e-con" data-id="37dacdce" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-63bfff89 elementor-widget elementor-widget-heading" data-id="63bfff89" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Visa</h2> </div>
</div>
<div class="elementor-element elementor-element-3259b4b3 elementor-widget elementor-widget-text-editor" data-id="3259b4b3" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>There are many different types of visas you can apply for when coming to Canada. The type of visa you will need will depend on the reason for your stay and the options can be confusing. When traveling from the U.S. with a stay of less than 180 days there is no visa required.</p> </div>
</div>
<div class="elementor-element elementor-element-8527e8f elementor-widget elementor-widget-text-editor" data-id="8527e8f" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>However U.S. residents, as well as foreign nationals who are visa-exempt, must have an Electronic Travel Authorization (eTA). The eTA is an electronic document that is linked to a traveler’s passport and will need to be renewed when a passport is renewed. The eTA will allow a traveler to stay in Canada for up to 6 months.</p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="uc_content_tabs_elementor_22a5a14_item6" class="tab-container panes">
<div>
<div data-elementor-type="container" data-elementor-id="763" class="elementor elementor-763">
<div class="elementor-element elementor-element-3761fbf7 e-con-boxed e-flex e-con" data-id="3761fbf7" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-3c0d4c24 elementor-widget elementor-widget-heading" data-id="3c0d4c24" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Permanent Residence</h2> </div>
</div>
<div class="elementor-element elementor-element-569a3a67 elementor-widget elementor-widget-text-editor" data-id="569a3a67" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Permanent residency in Canada is a status granted by the Canadian government to foreign nationals who are not Canadian citizens, but who want to live and work in Canada. Permanent residents can live and work in Canada without any time limits on their stay and they have many of the same rights and responsibilities as a Canadian citizen. This is the first step in becoming a citizen of Canada.</p><p>A foreign national can apply to become a permanent resident under the following programs:</p> </div>
</div>
<div class="elementor-element elementor-element-7c19251b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="7c19251b" 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">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Canadian Experience Class Visa</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Business Class Immigration</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Family Sponsorship Program</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Live-in Caregiver Program</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Federal Skilled Trades Program</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Provincial Nomination Programs</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Quebec-Selected Skilled Workers Program</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc-accordion-contents-template" style="display:none">
<div class="uc-accordion-icon">
<span class="uc-accordion-icon-expand"><i class="fas fa-plus"></i></span>
<span class="uc-accordion-icon-collapse"><i class="fas fa-minus"></i></span>
</div>
</div>
</div>
<!-- end Content Tabs --> </div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-d2dcd99 e-con-boxed e-flex e-con" data-id="d2dcd99" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-db3d222 e-con-full e-flex e-con" data-id="db3d222" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-59930cc elementor-widget elementor-widget-image" data-id="59930cc" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="769" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20769%201024'%3E%3C/svg%3E" class="attachment-large size-large wp-image-882" alt="Green Light Canada" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-man-769x1024-1.jpg 769w, https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-man-769x1024-1-225x300.jpg 225w" data-lazy-sizes="(max-width: 769px) 100vw, 769px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-man-769x1024-1.jpg"><noscript><img decoding="async" width="769" height="1024" src="https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-man-769x1024-1.jpg" class="attachment-large size-large wp-image-882" alt="Green Light Canada" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-man-769x1024-1.jpg 769w, https://greenlightcanada.com/wp-content/uploads/2023/05/Canadian-Citizenship-man-769x1024-1-225x300.jpg 225w" sizes="(max-width: 769px) 100vw, 769px" /></noscript> </div>
</div>
</div>
<div class="elementor-element elementor-element-e92f2bc e-con-full e-flex e-con" data-id="e92f2bc" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-3b61a4c elementor-widget elementor-widget-heading" data-id="3b61a4c" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Canadian Citizenship
</h2> </div>
</div>
<div class="elementor-element elementor-element-b20f917 elementor-widget elementor-widget-text-editor" data-id="b20f917" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>When looking for how to immigrate to Canada, your journey will begin with getting the correct visa for your stay. If you intend to remain in Canada for the long-term, you will need to explore the options of becoming a permanent resident and a Canadian citizen. </p> </div>
</div>
<div class="elementor-element elementor-element-d87c11d elementor-widget elementor-widget-heading" data-id="d87c11d" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">To become a Canadian citizen, foreign nationals must:</h4> </div>
</div>
<div class="elementor-element elementor-element-5be1da8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="5be1da8" 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">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Become a permanent resident of Canada</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Have lived in Canada for 3 of the 5 years immediately prior to applying for citizenship</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Have filed income tax for at least 3 of the 5 years immediately prior to applying for citizenship</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Prove their skill in understanding and speaking either English or French</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Prove their knowledge of Canada by passing the citizenship test, which tests individuals on their knowledge of Canadian laws, government, symbols, economy, history, and geography</span>
</li>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="459px" height="459px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve"><g> <g id="check-box-outline"> <path d="M124.95,181.05l-35.7,35.7L204,331.5l255-255l-35.7-35.7L204,260.1L124.95,181.05z M408,408H51V51h255V0H51 C22.95,0,0,22.95,0,51v357c0,28.05,22.95,51,51,51h357c28.05,0,51-22.95,51-51V204h-51V408z"></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>
<span class="elementor-icon-list-text">Not have any prohibitions related to criminal activity within or outside Canada, which may prevent a person from becoming a citizen</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-4850947 elementor-widget elementor-widget-text-editor" data-id="4850947" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Once you have submitted your Canadian citizenship application, it will take approximately 12 months to process the application. Once approved, you will be required to take the Canadian citizenship test and go to an interview to test your language skills. Once you have passed the test and interview, you will take an Oath of Citizenship, which takes place on Canada Day and during Citizenship Week each year in locations across Canada.</p><p>For more information on how to immigrate to Canada, please contact us and one of our skilled Canada immigration consultants will be happy to help you.</p> </div>
</div>
<div class="elementor-element elementor-element-541c468 elementor-align-left elementor-widget elementor-widget-button" data-id="541c468" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="/assessment-forms/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-right">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span>
<span class="elementor-button-text">Free Assessment</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-5b895b0 e-con-boxed e-flex e-con" data-id="5b895b0" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-30aa719 e-con-full e-flex e-con" data-id="30aa719" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}" data-e-bg-lazyload="">
<div class="elementor-element elementor-element-382cfea e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con" data-id="382cfea" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-a9070d4 elementor-widget elementor-widget-html" data-id="a9070d4" data-element_type="widget" data-widget_type="html.default">
<div class="elementor-widget-container">
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
document.addEventListener('DOMContentLoaded', function () {
document.querySelector('.wpcf7-form').addEventListener('submit', function(event) {
const select = event.target.querySelector('select[name="country"]');
switch(select.value) {
case 'Nigeria':
window.location.href = 'https://greenlightcanada.com/immigration-to-canada-from-nigeria/';
event.preventDefault();
break;
case 'UAE':
window.location.href = 'https://greenlightcanada.com/immigration-to-canada-from-uae/';
event.preventDefault();
break;
case 'Qatar':
window.location.href = 'https://greenlightcanada.com/immigration-to-canada-from-qatar/';
event.preventDefault();
break;
case 'Kuwait':
window.location.href = 'https://greenlightcanada.com/immigration-to-canada-from-kuwait/';
event.preventDefault();
break;
case 'Saudi Arabia':
window.location.href = 'https://greenlightcanada.com/immigrate-from-saudi-arabia/';
event.preventDefault();
break;
case 'Sri Lanka':
window.location.href = 'https://greenlightcanada.com/immigration-to-canada-from-sri-lanka/';
event.preventDefault();
break;
case 'India':
window.location.href = 'https://greenlightcanada.com/immigration-to-canada-from-india/';
event.preventDefault();
break;
default:
window.location.href = 'https://greenlightcanada.com/immigration-opportunities-in-2023/';
event.preventDefault();
break;
}
});
});
</script> </div>
</div>
</div>
<div class="elementor-element elementor-element-71bf6bc e-con-full e-flex e-con" data-id="71bf6bc" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-1856c18 e-con-full e-flex e-con" data-id="1856c18" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-8122b1d elementor-widget elementor-widget-heading" data-id="8122b1d" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Opportunities 2023!</h2> </div>
</div>
<div class="elementor-element elementor-element-b2d17c5 elementor-widget elementor-widget-text-editor" data-id="b2d17c5" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Immigration Pathway Through Work Visa, Express Entry, and Provincial Nominee Programs.</p> </div>
</div>
<div class="elementor-element elementor-element-506480c country_banner elementor-widget elementor-widget-shortcode" data-id="506480c" data-element_type="widget" data-widget_type="shortcode.default">
<div class="elementor-widget-container">
<div class="elementor-shortcode">
<div class="wpcf7 no-js" id="wpcf7-f7202-p27-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/#wpcf7-f7202-p27-o1" method="post" class="wpcf7-form init cf7mls-no-scroll cf7mls-no-moving-animation" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="7202">
<input type="hidden" name="_wpcf7_version" value="5.7.6">
<input type="hidden" name="_wpcf7_locale" value="en_US">
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f7202-p27-o1">
<input type="hidden" name="_wpcf7_container_post" value="27">
<input type="hidden" name="_wpcf7_posted_data_hash" value="">
<input type="hidden" name="_wpcf7cf_hidden_group_fields" value="[]">
<input type="hidden" name="_wpcf7cf_hidden_groups" value="[]">
<input type="hidden" name="_wpcf7cf_visible_groups" value="[]">
<input type="hidden" name="_wpcf7cf_repeaters" value="[]">
<input type="hidden" name="_wpcf7cf_steps" value="{}">
<input type="hidden" name="_wpcf7cf_options" value="{"form_id":7202,"conditions":[],"settings":{"animation":"yes","animation_intime":200,"animation_outtime":200,"conditions_ui":"normal","notice_dismissed":false,"notice_dismissed_rollback-cf7-5.6.4":true}}">
</div>
<p><span id="wpcf7-6743c6c94b180-wrapper" class="wpcf7-form-control-wrap firstname-wrap" style="display:none !important; visibility:hidden !important;"><label for="wpcf7-6743c6c94b180-field" class="hp-message">Please leave this field empty.</label><input id="wpcf7-6743c6c94b180-field" placeholder="First name" class="wpcf7-form-control wpcf7-text" type="text" name="firstname" value="" size="40" tabindex="-1" autocomplete="new-password"></span>
</p>
<div class="row">
<div class="col-md-4">
<p>I'm Looking For:
</p>
<p><span class="wpcf7-form-control-wrap" data-name="stream"><select class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required form-control form-select" aria-required="true" aria-invalid="false" name="stream"><option value="">Select</option><option value="Immigration">Immigration</option><option value="Work">Work</option><option value="Study">Study</option><option value="Open a Business">Open a Business</option></select></span>
</p>
</div>
<div class="col-md-4">
<p>I Live In:
</p>
<p><span class="wpcf7-form-control-wrap" data-name="country"><select class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required form-control form-select" aria-required="true" aria-invalid="false" name="country"><option value="">Select</option><option value="Nigeria">Nigeria</option><option value="UAE">UAE</option><option value="Qatar">Qatar</option><option value="Kuwait">Kuwait</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Sri Lanka">Sri Lanka</option><option value="India">India</option><option value="Afganistan">Afganistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antigua & Barbuda">Antigua & Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bonaire">Bonaire</option><option value="Bosnia & Herzegovina">Bosnia & Herzegovina</option><option value="Botswana">Botswana</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Ter">British Indian Ocean Ter</option><option value="Brunei">Brunei</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Canary Islands">Canary Islands</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Channel Islands">Channel Islands</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos Island">Cocos Island</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Cote DIvoire">Cote DIvoire</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Curaco">Curaco</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="East Timor">East Timor</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands">Falkland Islands</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Ter">French Southern Ter</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Great Britain">Great Britain</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guinea">Guinea</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Hawaii">Hawaii</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Isle of Man">Isle of Man</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="Korea North">Korea North</option><option value="Korea Sout">Korea Sout</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macau">Macau</option><option value="Macedonia">Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malaysia">Malaysia</option><option value="Malawi">Malawi</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Midway Islands">Midway Islands</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Nambia">Nambia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherland Antilles">Netherland Antilles</option><option value="Netherlands">Netherlands</option><option value="Nevis">Nevis</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau Island">Palau Island</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Phillipines">Phillipines</option><option value="Pitcairn Island">Pitcairn Island</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Republic of Montenegro">Republic of Montenegro</option><option value="Republic of Serbia">Republic of Serbia</option><option value="Reunion">Reunion</option><option value="Romania">Romania</option><option value="Russia">Russia</option><option value="Rwanda">Rwanda</option><option value="St Barthelemy">St Barthelemy</option><option value="St Eustatius">St Eustatius</option><option value="St Helena">St Helena</option><option value="St Kitts-Nevis">St Kitts-Nevis</option><option value="St Lucia">St Lucia</option><option value="St Maarten">St Maarten</option><option value="St Pierre & Miquelon">St Pierre & Miquelon</option><option value="St Vincent & Grenadines">St Vincent & Grenadines</option><option value="Saipan">Saipan</option><option value="Samoa">Samoa</option><option value="Samoa American">Samoa American</option><option value="San Marino">San Marino</option><option value="Sao Tome & Principe">Sao Tome & Principe</option><option value="Senegal">Senegal</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="Spain">Spain</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syria">Syria</option><option value="Tahiti">Tahiti</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad & Tobago">Trinidad & Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks & Caicos Is">Turks & Caicos Is</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="United Kingdom">United Kingdom</option><option value="Ukraine">Ukraine</option><option value="United States of America">United States of America</option><option value="Uraguay">Uraguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Vatican City State">Vatican City State</option><option value="Venezuela">Venezuela</option><option value="Vietnam">Vietnam</option><option value="Virgin Islands (Brit)">Virgin Islands (Brit)</option><option value="Virgin Islands (USA)">Virgin Islands (USA)</option><option value="Wake Island">Wake Island</option><option value="Wallis & Futana Is">Wallis & Futana Is</option><option value="Yemen">Yemen</option><option value="Zaire">Zaire</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select></span>
</p>
</div>
<div class="col-md-4">
<p><input class="wpcf7-form-control has-spinner wpcf7-submit btn btn-danger btn_styled" type="submit" value="Discover Your Opportunities">
</p>
</div>
</div><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-d39fe0b e-con-boxed e-flex e-con" data-id="d39fe0b" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-252c5cf e-con-full scrol-block e-flex e-con" data-id="252c5cf" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-0130702 elementor-widget elementor-widget-heading" data-id="0130702" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">What our clients say about us?
</h2> </div>
</div>
<div class="elementor-element elementor-element-a22fade e-con-boxed e-flex e-con" data-id="a22fade" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-0a81ead e-con-full e-flex e-con" data-id="0a81ead" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-22bdaa4 elementor-widget elementor-widget-image" data-id="22bdaa4" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="129" height="129" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20129%20129'%3E%3C/svg%3E" class="attachment-full size-full wp-image-561" alt="Green Light Canada" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/unnamed1.png"><noscript><img decoding="async" width="129" height="129" src="https://greenlightcanada.com/wp-content/uploads/2023/05/unnamed1.png" class="attachment-full size-full wp-image-561" alt="Green Light Canada" /></noscript> </div>
</div>
</div>
<div class="elementor-element elementor-element-cec33fe e-con-full e-flex e-con" data-id="cec33fe" data-element_type="container" data-settings="{"background_background":"classic","content_width":"full"}">
<div class="elementor-element elementor-element-c0565a4 elementor-widget elementor-widget-heading" data-id="c0565a4" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">OLHA MALYNOVSKA</h3> </div>
</div>
<div class="elementor-element elementor-element-ed53f00 elementor-widget elementor-widget-heading" data-id="ed53f00" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">Immigration to Canada</h4> </div>
</div>
<div class="elementor-element elementor-element-08bc25f elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="08bc25f" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Thanks to the team and Eugene for support and advice throughout the entire process. They did a great job preparing documents and updating the results. Special thanks to Gunel for taking my documents halfway, analyzing every detail and discrepancy, and of course, for always being in touch.</p> </div>
</div>
<div class="elementor-element elementor-element-5d681dc elementor-absolute elementor-view-default elementor-widget elementor-widget-icon" data-id="5d681dc" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -72 512 512"><path d="m207.800781 0h-192.800781c-8.285156 0-15 6.714844-15 15v192.800781c0 8.285157 6.714844 15 15 15h81.398438v129.601563c0 8.28125 6.714843 15 15 15h48.203124c6.457032 0 12.1875-4.132813 14.226563-10.257813l48.199219-144.601562c.511718-1.527344.773437-3.128907.773437-4.742188v-192.800781c0-8.285156-6.714843-15-15-15zm0 0"></path><path d="m497 0h-192.800781c-8.285157 0-15 6.714844-15 15v192.800781c0 8.285157 6.714843 15 15 15h81.402343v129.601563c0 8.28125 6.714844 15 15 15h48.199219c6.457031 0 12.1875-4.132813 14.230469-10.257813l48.199219-144.601562c.507812-1.527344.769531-3.128907.769531-4.742188v-192.800781c0-8.285156-6.714844-15-15-15zm0 0"></path></svg> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-4863cb7 e-con-boxed e-flex e-con" data-id="4863cb7" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-3900ea1 e-con-full e-flex e-con" data-id="3900ea1" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-fe9b8f1 elementor-widget elementor-widget-image" data-id="fe9b8f1" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="129" height="129" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20129%20129'%3E%3C/svg%3E" class="attachment-full size-full wp-image-563" alt="Green Light Canada" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/unnamed2.png"><noscript><img decoding="async" width="129" height="129" src="https://greenlightcanada.com/wp-content/uploads/2023/05/unnamed2.png" class="attachment-full size-full wp-image-563" alt="Green Light Canada" /></noscript> </div>
</div>
</div>
<div class="elementor-element elementor-element-76e20f6 e-con-full e-flex e-con" data-id="76e20f6" data-element_type="container" data-settings="{"background_background":"classic","content_width":"full"}">
<div class="elementor-element elementor-element-77b40df elementor-widget elementor-widget-heading" data-id="77b40df" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">GUNIJAN SANGEET
</h3> </div>
</div>
<div class="elementor-element elementor-element-a363c94 elementor-widget elementor-widget-heading" data-id="a363c94" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">Immigration to Canada</h4> </div>
</div>
<div class="elementor-element elementor-element-4509ab2 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="4509ab2" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>I deeply thanks to green light family to get my work permit approved, processing went so smooth, they are definitely at the top notch immigration service , special thanks to Evgeny Blumin boss, kamala and Diana, thanks for making my dream come true 💯👌</p> </div>
</div>
<div class="elementor-element elementor-element-dc637a7 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon" data-id="dc637a7" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -72 512 512"><path d="m207.800781 0h-192.800781c-8.285156 0-15 6.714844-15 15v192.800781c0 8.285157 6.714844 15 15 15h81.398438v129.601563c0 8.28125 6.714843 15 15 15h48.203124c6.457032 0 12.1875-4.132813 14.226563-10.257813l48.199219-144.601562c.511718-1.527344.773437-3.128907.773437-4.742188v-192.800781c0-8.285156-6.714843-15-15-15zm0 0"></path><path d="m497 0h-192.800781c-8.285157 0-15 6.714844-15 15v192.800781c0 8.285157 6.714843 15 15 15h81.402343v129.601563c0 8.28125 6.714844 15 15 15h48.199219c6.457031 0 12.1875-4.132813 14.230469-10.257813l48.199219-144.601562c.507812-1.527344.769531-3.128907.769531-4.742188v-192.800781c0-8.285156-6.714844-15-15-15zm0 0"></path></svg> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-21b93cc e-con-boxed e-flex e-con" data-id="21b93cc" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-0a76935 e-con-full e-flex e-con" data-id="0a76935" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-fdf653a elementor-widget elementor-widget-image" data-id="fdf653a" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="129" height="129" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20129%20129'%3E%3C/svg%3E" class="attachment-full size-full wp-image-564" alt="Green Light Canada" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/unnamed3.png"><noscript><img decoding="async" width="129" height="129" src="https://greenlightcanada.com/wp-content/uploads/2023/05/unnamed3.png" class="attachment-full size-full wp-image-564" alt="Green Light Canada" /></noscript> </div>
</div>
</div>
<div class="elementor-element elementor-element-c1cf406 e-con-full e-flex e-con" data-id="c1cf406" data-element_type="container" data-settings="{"background_background":"classic","content_width":"full"}">
<div class="elementor-element elementor-element-17164c5 elementor-widget elementor-widget-heading" data-id="17164c5" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">MAMMAD NASSIRIAN
</h3> </div>
</div>
<div class="elementor-element elementor-element-a0ae80e elementor-widget elementor-widget-heading" data-id="a0ae80e" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">Immigration to Canada</h4> </div>
</div>
<div class="elementor-element elementor-element-c6b832e elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="c6b832e" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>I worked with Green Light Immigration and directly with Evgeny Blumin for my PR – express entry application. I am sure everyone hates running after people for responses and answers to their questions and Evgeny did a great job with walking me through the steps, following up and responding to all my inquiries always within 30 minutes or less. I have also referred multiple friends in Canada and outside of Canada to them. Great team, definitely recommend!</p> </div>
</div>
<div class="elementor-element elementor-element-5bf0887 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon" data-id="5bf0887" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="icon.default">
<div class="elementor-widget-container">
<div class="elementor-icon-wrapper">
<div class="elementor-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -72 512 512"><path d="m207.800781 0h-192.800781c-8.285156 0-15 6.714844-15 15v192.800781c0 8.285157 6.714844 15 15 15h81.398438v129.601563c0 8.28125 6.714843 15 15 15h48.203124c6.457032 0 12.1875-4.132813 14.226563-10.257813l48.199219-144.601562c.511718-1.527344.773437-3.128907.773437-4.742188v-192.800781c0-8.285156-6.714843-15-15-15zm0 0"></path><path d="m497 0h-192.800781c-8.285157 0-15 6.714844-15 15v192.800781c0 8.285157 6.714843 15 15 15h81.402343v129.601563c0 8.28125 6.714844 15 15 15h48.199219c6.457031 0 12.1875-4.132813 14.230469-10.257813l48.199219-144.601562c.507812-1.527344.769531-3.128907.769531-4.742188v-192.800781c0-8.285156-6.714844-15-15-15zm0 0"></path></svg> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f1751e0 e-con-full elementor-hidden-mobile e-flex e-con" data-id="f1751e0" data-element_type="container" data-settings="{"content_width":"full"}">
</div>
</div>
</div>
<div class="elementor-element elementor-element-4a13063 e-con-boxed e-flex e-con" data-id="4a13063" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-8263103 e-con-full e-flex e-con" data-id="8263103" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-a469512 e-con-boxed e-flex e-con" data-id="a469512" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-b55216b elementor-widget elementor-widget-heading" data-id="b55216b" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Immigration <span class="undel">Quotas</span></h3> </div>
</div>
<div class="elementor-element elementor-element-f821e82 elementor-widget__width-initial elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="f821e82" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="100" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2072'%3E%3C/svg%3E" class="attachment-large size-large wp-image-828" alt="Contact Us Green Light Canada" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/arr.png"><noscript><img decoding="async" width="100" height="72" src="https://greenlightcanada.com/wp-content/uploads/2023/05/arr.png" class="attachment-large size-large wp-image-828" alt="Contact Us Green Light Canada" /></noscript> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-c9b5303 elementor-widget elementor-widget-ucaddon_arrow_navigation" data-id="c9b5303" data-element_type="widget" data-widget_type="ucaddon_arrow_navigation.default">
<div class="elementor-widget-container">
<!-- start Remote Arrows -->
<style type="text/css">/* widget: Remote Arrows */
.ue-remote-carousel-navigation-wrapper
{
display:flex;
}
.ue-remote-carousel-navigation-wrapper .ue-remote-arrow
{
border:none;
border-color:transparent;
}
.ue-remote-carousel-navigation-wrapper .ue-remote-arrow:hover
{
background-color:transparent;
}
#uc_arrow_navigation_elementor_c9b5303
{
display:inline-flex;
}
#uc_arrow_navigation_elementor_c9b5303 .ue-remote-arrow
{
flex-grow:0;
flex-shrink:0;
transition:0.3s;
display:inline-flex;
align-items:center;
justify-content:center;
line-height:1em;
cursor:pointer;
}
#uc_arrow_navigation_elementor_c9b5303 .ue-remote-arrow .ue-carousel-nav-icon
{
transition:0.3s;
line-height:1em;
}
#uc_arrow_navigation_elementor_c9b5303 .ue-remote-arrow .ue-carousel-nav-icon svg
{
transition:0.3s;
height:1em;
width:1em;
}
#uc_arrow_navigation_elementor_c9b5303 .ue-carousel-nav-label
{
transition:0.3s;
}
</style>
<div class="ue-remote-carousel-navigation-wrapper">
<div id="uc_arrow_navigation_elementor_c9b5303" class="ue-remote-carousel-navigation" data-parentid="second">
<div class="ue-remote-arrow ue-carousel-prev ">
<div class="ue-carousel-nav-icon"><i class="fas fa-chevron-left"></i></div>
</div>
<div class="ue-remote-arrow ue-carousel-next ">
<div class="ue-carousel-nav-icon"><i class="fas fa-chevron-right"></i></div>
</div>
</div>
</div>
<!-- end Remote Arrows --> </div>
</div>
<div class="elementor-element elementor-element-eef799f elementor-widget elementor-widget-ucaddon_content_carousel_new" data-id="eef799f" data-element_type="widget" data-widget_type="ucaddon_content_carousel_new.default">
<div class="elementor-widget-container">
<!-- start Content Carousel -->
<link data-minify="1" id="owl-carousel-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css?ver=1730557922" type="text/css" rel="stylesheet">
<link id="fancybox-css" href="https://greenlightcanada.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css" type="text/css" rel="stylesheet">
<style type="text/css">/* widget: Content Carousel */
.ue-content-carousel
{
min-height:1px;
}
#uc_content_carousel_new_elementor_eef799f{
position:relative;
min-height:1px;
}
#uc_content_carousel_new_elementor_eef799f .ue-content-holder
{
display:flex;
flex-direction:column;
}
#uc_content_carousel_new_elementor_eef799f .ue-btn-holder
{
margin-top:auto;
}
#uc_content_carousel_new_elementor_eef799f .owl-nav .owl-prev{
position:absolute;
display:inline-block;
text-align:center;
}
#uc_content_carousel_new_elementor_eef799f .owl-nav .owl-next{
position:absolute;
display:inline-block;
text-align:center;
}
#uc_content_carousel_new_elementor_eef799f .owl-dots {
overflow:hidden;
text-align:center;
}
#uc_content_carousel_new_elementor_eef799f .owl-dot {
border-radius:50%;
display:inline-block;
}
.uc_post_title{
font-size:21px;
}
#uc_content_carousel_new_elementor_eef799f .uc_image_carousel_container_holder{
overflow:hidden;
}
#uc_content_carousel_new_elementor_eef799f .uc_more_btn{
display:inline-block;
text-decoration:none;
text-align:center;
transition:0.3s;
}
#uc_content_carousel_new_elementor_eef799f .uc_date{
color:gray;
padding-top:10px;
text-style:italic;
}
#uc_content_carousel_new_elementor_eef799f .ue-btn-inner-wrapper
{
display:inline-flex;
align-items:center;
}
#uc_content_carousel_new_elementor_eef799f .ue-btn-inner-wrapper svg
{
height:1em;
width:1em;
}
#uc_content_carousel_new_elementor_eef799f .uc_image_carousel_placeholder
{
position:relative;
}
#uc_content_carousel_new_elementor_eef799f .ue_img_link
{
display:block;
position:absolute;
top:0px;
right:0px;
left:0px;
bottom:0px;
}
</style>
<div class="ue-content-carousel">
<div class="uc_carousel owl-carousel owl-theme uc-items-wrapper uc-remote-parent " id="uc_content_carousel_new_elementor_eef799f" data-lightbox="false" data-remoteid="second" data-widgetname="Content Carousel">
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="829" class="elementor elementor-829">
<div class="elementor-element elementor-element-3dda3c23 e-con-boxed e-flex e-con" data-id="3dda3c23" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-78b95850 elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-heading" data-id="78b95850" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<div class="elementor-heading-title elementor-size-default">2024</div> </div>
</div>
<div class="elementor-element elementor-element-39248f85 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="39248f85" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>In 2024, Canada aims to welcome 411,000 new immigrants, in which economic immigration will produce 241,500 immigrants, family immigration to produce 103,500 immigrants and refugees and humanitarian programs to produce 66,000 new immigrants</p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="916" class="elementor elementor-916">
<div class="elementor-element elementor-element-d33dbbe e-con-boxed e-flex e-con" data-id="d33dbbe" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-5e3c3ec3 elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-heading" data-id="5e3c3ec3" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">2021</h2> </div>
</div>
<div class="elementor-element elementor-element-3ee3ffc elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="3ee3ffc" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>In 2021, Canada aimed to welcome 401,000 new immigrants, in which economic immigration should produce 232,500 immigrants, family immigration producing 103,500 immigrants and refugees and humanitarian programs producing 65,000 new immigrants</p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="919" class="elementor elementor-919">
<div class="elementor-element elementor-element-40a9d687 e-con-boxed e-flex e-con" data-id="40a9d687" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-6ac8861e elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-heading" data-id="6ac8861e" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<div class="elementor-heading-title elementor-size-default">2020</div> </div>
</div>
<div class="elementor-element elementor-element-7b92eb0d elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="7b92eb0d" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>In 2020, Canada aimed to welcome 341,000 new immigrants, in which economic immigration should produce 181,000 to 206,000 immigrants, family immigration producing 84,000 to 102,000 immigrants and refugees and humanitarian programs producing 47,000 to 61,500 new immigrants</p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end Content Carousel --> </div>
</div>
</div>
<div class="elementor-element elementor-element-6edadf4 e-con-full e-flex e-con" data-id="6edadf4" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-1cfe3c4 e-con-boxed e-flex e-con" data-id="1cfe3c4" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-6736749 elementor-widget elementor-widget-heading" data-id="6736749" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Immigration <span class="undel">Statistics</span></h3> </div>
</div>
<div class="elementor-element elementor-element-3db1a68 elementor-widget__width-initial elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="3db1a68" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="100" height="72" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2072'%3E%3C/svg%3E" class="attachment-large size-large wp-image-828" alt="Contact Us Green Light Canada" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/arr.png"><noscript><img decoding="async" width="100" height="72" src="https://greenlightcanada.com/wp-content/uploads/2023/05/arr.png" class="attachment-large size-large wp-image-828" alt="Contact Us Green Light Canada" /></noscript> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-c07489d elementor-widget elementor-widget-ucaddon_arrow_navigation" data-id="c07489d" data-element_type="widget" data-widget_type="ucaddon_arrow_navigation.default">
<div class="elementor-widget-container">
<!-- start Remote Arrows -->
<style type="text/css">/* widget: Remote Arrows */
.ue-remote-carousel-navigation-wrapper
{
display:flex;
}
.ue-remote-carousel-navigation-wrapper .ue-remote-arrow
{
border:none;
border-color:transparent;
}
.ue-remote-carousel-navigation-wrapper .ue-remote-arrow:hover
{
background-color:transparent;
}
#uc_arrow_navigation_elementor_c07489d
{
display:inline-flex;
}
#uc_arrow_navigation_elementor_c07489d .ue-remote-arrow
{
flex-grow:0;
flex-shrink:0;
transition:0.3s;
display:inline-flex;
align-items:center;
justify-content:center;
line-height:1em;
cursor:pointer;
}
#uc_arrow_navigation_elementor_c07489d .ue-remote-arrow .ue-carousel-nav-icon
{
transition:0.3s;
line-height:1em;
}
#uc_arrow_navigation_elementor_c07489d .ue-remote-arrow .ue-carousel-nav-icon svg
{
transition:0.3s;
height:1em;
width:1em;
}
#uc_arrow_navigation_elementor_c07489d .ue-carousel-nav-label
{
transition:0.3s;
}
</style>
<div class="ue-remote-carousel-navigation-wrapper">
<div id="uc_arrow_navigation_elementor_c07489d" class="ue-remote-carousel-navigation" data-parentid="third">
<div class="ue-remote-arrow ue-carousel-prev ">
<div class="ue-carousel-nav-icon"><i class="fas fa-chevron-left"></i></div>
</div>
<div class="ue-remote-arrow ue-carousel-next ">
<div class="ue-carousel-nav-icon"><i class="fas fa-chevron-right"></i></div>
</div>
</div>
</div>
<!-- end Remote Arrows --> </div>
</div>
<div class="elementor-element elementor-element-6cb5e2f elementor-widget elementor-widget-ucaddon_content_carousel_new" data-id="6cb5e2f" data-element_type="widget" data-widget_type="ucaddon_content_carousel_new.default">
<div class="elementor-widget-container">
<!-- start Content Carousel -->
<link data-minify="1" id="owl-carousel-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css?ver=1730557922" type="text/css" rel="stylesheet">
<link id="fancybox-css" href="https://greenlightcanada.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css" type="text/css" rel="stylesheet">
<style type="text/css">/* widget: Content Carousel */
.ue-content-carousel
{
min-height:1px;
}
#uc_content_carousel_new_elementor_6cb5e2f{
position:relative;
min-height:1px;
}
#uc_content_carousel_new_elementor_6cb5e2f .ue-content-holder
{
display:flex;
flex-direction:column;
}
#uc_content_carousel_new_elementor_6cb5e2f .ue-btn-holder
{
margin-top:auto;
}
#uc_content_carousel_new_elementor_6cb5e2f .owl-nav .owl-prev{
position:absolute;
display:inline-block;
text-align:center;
}
#uc_content_carousel_new_elementor_6cb5e2f .owl-nav .owl-next{
position:absolute;
display:inline-block;
text-align:center;
}
#uc_content_carousel_new_elementor_6cb5e2f .owl-dots {
overflow:hidden;
text-align:center;
}
#uc_content_carousel_new_elementor_6cb5e2f .owl-dot {
border-radius:50%;
display:inline-block;
}
.uc_post_title{
font-size:21px;
}
#uc_content_carousel_new_elementor_6cb5e2f .uc_image_carousel_container_holder{
overflow:hidden;
}
#uc_content_carousel_new_elementor_6cb5e2f .uc_more_btn{
display:inline-block;
text-decoration:none;
text-align:center;
transition:0.3s;
}
#uc_content_carousel_new_elementor_6cb5e2f .uc_date{
color:gray;
padding-top:10px;
text-style:italic;
}
#uc_content_carousel_new_elementor_6cb5e2f .ue-btn-inner-wrapper
{
display:inline-flex;
align-items:center;
}
#uc_content_carousel_new_elementor_6cb5e2f .ue-btn-inner-wrapper svg
{
height:1em;
width:1em;
}
#uc_content_carousel_new_elementor_6cb5e2f .uc_image_carousel_placeholder
{
position:relative;
}
#uc_content_carousel_new_elementor_6cb5e2f .ue_img_link
{
display:block;
position:absolute;
top:0px;
right:0px;
left:0px;
bottom:0px;
}
</style>
<div class="ue-content-carousel">
<div class="uc_carousel owl-carousel owl-theme uc-items-wrapper uc-remote-parent " id="uc_content_carousel_new_elementor_6cb5e2f" data-lightbox="false" data-remoteid="third" data-widgetname="Content Carousel">
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="922" class="elementor elementor-922">
<div class="elementor-element elementor-element-3904c5aa e-con-boxed e-flex e-con" data-id="3904c5aa" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-68cb5a7d elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-heading" data-id="68cb5a7d" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">2024</h2> </div>
</div>
<div class="elementor-element elementor-element-5952fb13 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="5952fb13" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>IRCC surpassed its goal to make 147,000 permanent residence final decisions in the first quarter of 2024—doubling the number of final decisions in the same time period in 2023.</p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="925" class="elementor elementor-925">
<div class="elementor-element elementor-element-759c674e e-con-boxed e-flex e-con" data-id="759c674e" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-6a1adec5 elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-heading" data-id="6a1adec5" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">2021</h2> </div>
</div>
<div class="elementor-element elementor-element-5f3cee52 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="5f3cee52" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>IRCC made over half a million decisions and welcomed over 405,000 new permanent residents in 2021—the greatest number of newcomers in a year in Canadian history. Nearly 169,000 applicants—a record number—made the transition from worker status to permanent residence in Canada.</p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uc_image_carousel_container_holder">
<div class="uc_image_carousel_content content-padding ue-content-holder">
<div data-elementor-type="container" data-elementor-id="928" class="elementor elementor-928">
<div class="elementor-element elementor-element-600ee328 e-con-boxed e-flex e-con" data-id="600ee328" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-312ca5a8 elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-heading" data-id="312ca5a8" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">2020</h2> </div>
</div>
<div class="elementor-element elementor-element-68b36d32 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="68b36d32" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>184,606 permanent residents were welcomed into Canada. 906,911 travel documents were issued. 51,011 individuals transitioned from temporary to permanent residents.</p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end Content Carousel --> </div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f80e2e3 e-con-boxed e-flex e-con" data-id="f80e2e3" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-1b04c36 e-con-boxed e-flex e-con" data-id="1b04c36" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-309cd71 elementor-widget elementor-widget-heading" data-id="309cd71" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Our Latest News & Updates</h2> </div>
</div>
<div class="elementor-element elementor-element-ae64427 elementor-widget elementor-widget-ucaddon_blox_btn_group" data-id="ae64427" data-element_type="widget" data-widget_type="ucaddon_blox_btn_group.default">
<div class="elementor-widget-container">
<!-- start Button Group -->
<style type="text/css">/* widget: Button Group */
#uc_blox_btn_group_elementor_ae64427
{
display:flex;
flex-wrap: wrap;
}
#uc_blox_btn_group_elementor_ae64427 a
{
display:block;
text-decoration:none;
transition:0.3s;
}
#uc_blox_btn_group_elementor_ae64427 .blox_btn_group_inner
{
display:inline-flex;
align-items:center;
}
#uc_blox_btn_group_elementor_ae64427 .blox_btn_group_inner .ue-btn-icon
{
line-height:1em;
}
#uc_blox_btn_group_elementor_ae64427 .blox_btn_group_inner .ue-btn-icon svg
{
height:1em;
width:1em;
}
</style>
<div id="uc_blox_btn_group_elementor_ae64427" class="blox_btn_group uc-items-wrapper ">
<a class="elementor-repeater-item-275a5e4 " href="https://greenlightcanada.com/news/" id="uc_blox_btn_group_elementor_ae64427_item1">
<div class="blox_btn_group_inner">
<div class="ue-btn-txt">Our Blog</div>
</div>
</a>
<a class="elementor-repeater-item-4b88efb " href="https://greenlightcanada.com/immigration-tips/" id="uc_blox_btn_group_elementor_ae64427_item2">
<div class="blox_btn_group_inner">
<div class="ue-btn-txt">Immigration News</div>
</div>
</a>
</div>
<!-- end Button Group --> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-d881fbf e-con-full e-flex e-con" data-id="d881fbf" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-a237bf8 elementor-arrows-position-inside elementor-widget elementor-widget-loop-carousel" data-id="a237bf8" data-element_type="widget" data-settings="{"template_id":"195","slides_to_show":"4","_skin":"post","slides_to_show_tablet":"2","slides_to_show_mobile":"1","slides_to_scroll":"1","edit_handle_selector":".elementor-widget-container","speed":500,"arrows":"yes","image_spacing_custom":{"unit":"px","size":10,"sizes":[]},"image_spacing_custom_tablet":{"unit":"px","size":"","sizes":[]},"image_spacing_custom_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="loop-carousel.post">
<div class="elementor-widget-container">
<link rel="stylesheet" href="https://greenlightcanada.com/wp-content/plugins/elementor-pro/assets/css/widget-loop-builder.min.css"> <div class="swiper elementor-loop-container elementor-grid" dir="ltr">
<div class="swiper-wrapper">
<style id="loop-dynamic-195">.e-loop-item-7748 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7748 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2024/01/ExpressEntry-Canada-2.png");}</style><style id="loop-195">.elementor-195 .elementor-element.elementor-element-9c54c89{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;}.elementor-195 .elementor-element.elementor-element-26739f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--gap:0px;--background-transition:0.3s;border-style:none;--border-style:none;--border-radius:5px 5px 5px 5px;--border-top-left-radius:5px;--border-top-right-radius:5px;--border-bottom-right-radius:5px;--border-bottom-left-radius:5px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}.elementor-195 .elementor-element.elementor-element-26739f2, .elementor-195 .elementor-element.elementor-element-26739f2::before{--border-transition:0.3s;}.elementor-195 .elementor-element.elementor-element-c66f46a{--min-height:300px;--display:flex;--justify-content:flex-end;--background-transition:0.3s;--overlay-opacity:1;--border-radius:6px 6px 0px 0px;--border-top-left-radius:6px;--border-top-right-radius:6px;--border-bottom-right-radius:0px;--border-bottom-left-radius:0px;--padding-top:37px;--padding-right:37px;--padding-bottom:27px;--padding-left:37px;}.elementor-195 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .elementor-195 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-195 .elementor-element.elementor-element-c66f46a::before, .elementor-195 .elementor-element.elementor-element-c66f46a > .elementor-background-video-container::before, .elementor-195 .elementor-element.elementor-element-c66f46a > .e-con-inner > .elementor-background-video-container::before, .elementor-195 .elementor-element.elementor-element-c66f46a > .elementor-background-slideshow::before, .elementor-195 .elementor-element.elementor-element-c66f46a > .e-con-inner > .elementor-background-slideshow::before, .elementor-195 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:transparent;background-image:linear-gradient(180deg, #192A3E26 0%, #192A3E 100%);}.elementor-195 .elementor-element.elementor-element-c66f46a, .elementor-195 .elementor-element.elementor-element-c66f46a::before{--border-transition:0.3s;}.elementor-195 .elementor-element.elementor-element-a88ab0a .elementor-icon-list-icon{width:14px;}.elementor-195 .elementor-element.elementor-element-a88ab0a .elementor-icon-list-icon i{font-size:14px;}.elementor-195 .elementor-element.elementor-element-a88ab0a .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-195 .elementor-element.elementor-element-a88ab0a .elementor-icon-list-text, .elementor-195 .elementor-element.elementor-element-a88ab0a .elementor-icon-list-text a{color:#FFFFFF;}.elementor-195 .elementor-element.elementor-element-a88ab0a .elementor-icon-list-item{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:500;}.elementor-195 .elementor-element.elementor-element-a88ab0a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:6px 14px 6px 14px;background-color:#1D2F41C2;border-radius:4px 4px 4px 4px;box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.1);}.elementor-195 .elementor-element.elementor-element-a88ab0a{width:auto;max-width:auto;top:30px;}.elementor-195 .elementor-element.elementor-element-a88ab0a.elementor-element{--align-self:flex-end;--order:-99999 /* order start hack */;}body:not(.rtl) .elementor-195 .elementor-element.elementor-element-a88ab0a{right:30px;}body.rtl .elementor-195 .elementor-element.elementor-element-a88ab0a{left:30px;}.elementor-195 .elementor-element.elementor-element-8ad5388 .elementor-heading-title{color:#FFFFFF;font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:600;}.elementor-195 .elementor-element.elementor-element-f3c5d7d{--min-height:215px;--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--gap:10px;--background-transition:0.3s;--padding-top:25px;--padding-right:35px;--padding-bottom:25px;--padding-left:35px;}.elementor-195 .elementor-element.elementor-element-f3c5d7d:not(.elementor-motion-effects-element-type-background), .elementor-195 .elementor-element.elementor-element-f3c5d7d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-195 .elementor-element.elementor-element-f3c5d7d, .elementor-195 .elementor-element.elementor-element-f3c5d7d::before{--border-transition:0.3s;}.elementor-195 .elementor-element.elementor-element-bf5d207 .elementor-icon-list-icon i{color:var( --e-global-color-accent );font-size:14px;}.elementor-195 .elementor-element.elementor-element-bf5d207 .elementor-icon-list-icon svg{fill:var( --e-global-color-accent );--e-icon-list-icon-size:14px;}.elementor-195 .elementor-element.elementor-element-bf5d207 .elementor-icon-list-icon{width:14px;}.elementor-195 .elementor-element.elementor-element-bf5d207 .elementor-icon-list-text, .elementor-195 .elementor-element.elementor-element-bf5d207 .elementor-icon-list-text a{color:var( --e-global-color-primary );}.elementor-195 .elementor-element.elementor-element-bf5d207 .elementor-icon-list-item{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:500;}.elementor-195 .elementor-element.elementor-element-bf5d207.elementor-element{--align-self:flex-start;}.elementor-195 .elementor-element.elementor-element-f2b009b{--divider-border-style:solid;--divider-color:#00000021;--divider-border-width:1px;}.elementor-195 .elementor-element.elementor-element-f2b009b .elementor-divider-separator{width:100%;}.elementor-195 .elementor-element.elementor-element-f2b009b .elementor-divider{padding-top:2px;padding-bottom:2px;}.elementor-195 .elementor-element.elementor-element-8af26be .elementor-widget-container{font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-195 .elementor-element.elementor-element-713cd36{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}.elementor-195 .elementor-element.elementor-element-be8a312 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-195 .elementor-element.elementor-element-be8a312 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-195 .elementor-element.elementor-element-be8a312 .elementor-button{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:600;fill:var( --e-global-color-accent );color:var( --e-global-color-accent );background-color:#FFFFFF;border-style:solid;border-width:1px 0px 0px 0px;border-color:#EDEDED;padding:10px 0px 10px 0px;}.elementor-195 .elementor-element.elementor-element-be8a312 .elementor-button:hover, .elementor-195 .elementor-element.elementor-element-be8a312 .elementor-button:focus{color:#FFFFFF;background-color:#BD0000;}.elementor-195 .elementor-element.elementor-element-be8a312 .elementor-button:hover svg, .elementor-195 .elementor-element.elementor-element-be8a312 .elementor-button:focus svg{fill:#FFFFFF;}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7748 post-7748 post type-post status-publish format-standard has-post-thumbnail hentry category-immigration-news" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<link rel="stylesheet" href="https://greenlightcanada.com/wp-content/plugins/elementor-pro/assets/css/widget-theme-elements.min.css"> <ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
25 January 2024 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/latest-express-entry-draw-ircc-extends-invitations-to-1040-candidates/">Latest Express Entry Draw: IRCC Extends Invitations to 1,040 Candidates</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Immigration News</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>In the most recent Express Entry draw IRCC extended invitations to 1,040 candidates. In this draw, candidates needed a minimum... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/latest-express-entry-draw-ircc-extends-invitations-to-1040-candidates/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7735 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7735 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2024/01/Ontario_179196914.jpeg");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7735 post-7735 post type-post status-publish format-standard has-post-thumbnail hentry category-immigration-news" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
22 January 2024 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/scholarships-and-grants-for-incoming-international-students-in-canada/">Scholarships and Grants for Incoming International Students in Canada</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Immigration News</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>Canada stands out as a top choice for international students globally. Thanks to its exceptional educational institutions, international reputation, and... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/scholarships-and-grants-for-incoming-international-students-in-canada/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7728 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7728 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2024/01/63b899c7d66bc1dadce6d17e_Mesa-de-trabajo-1-50.jpg");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7728 post-7728 post type-post status-publish format-standard has-post-thumbnail hentry category-blog" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
17 January 2024 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/essential-information-before-relocating-to-new-brunswick/">Essential Information Before Relocating to New Brunswick</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Blog</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>New Brunswick is one of Canada’s three maritime provinces, distinguished as the sole officially bilingual region, recognizing both English and... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/essential-information-before-relocating-to-new-brunswick/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7716 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7716 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2024/01/Cost-Of-Living-In-Canada-1.jpeg");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7716 post-7716 post type-post status-publish format-standard has-post-thumbnail hentry category-immigration-news" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
17 January 2024 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/comparing-the-most-and-least-expensive-canadian-cities-for-basic-living-costs-in-2024/">Comparing the Most and Least Expensive Canadian Cities for Basic Living Costs in 2024</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Immigration News</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>According to Market Basket Measure (MBM) data released by Statistics Canada in late November, Calgary (Alberta) stands out as the... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/comparing-the-most-and-least-expensive-canadian-cities-for-basic-living-costs-in-2024/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7712 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7712 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2024/01/Happy-family-min-612x370-1.jpg");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7712 post-7712 post type-post status-publish format-standard has-post-thumbnail hentry category-blog" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
16 January 2024 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/how-your-family-can-prevent-you-from-entering-canada/">How Your Family Can Prevent You from Entering Canada</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Blog</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>Canada ensures that all foreign nationals meet admissibility requirements before entering the country. IRCC and the Canadian Border Services Agency... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/how-your-family-can-prevent-you-from-entering-canada/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7705 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7705 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2024/01/Canadian-citizenship-for-300000-people-by-March-2023-Indians-to-benefit.jpg");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7705 post-7705 post type-post status-publish format-standard has-post-thumbnail hentry category-immigration-news" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
12 January 2024 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/in-2023-more-than-300000-individuals-obtained-canadian-citizenship/">In 2023, More Than 300,000 Individuals Obtained Canadian Citizenship</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Immigration News</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>As per statistics provided by Immigration, Refugees, and Citizenship Canada (IRCC) for 2023, over 354,000 individuals acquired Canadian citizenship through... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/in-2023-more-than-300000-individuals-obtained-canadian-citizenship/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7701 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7701 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2024/01/Express-Entry-Canada-holds-an-All-program-draw-on-January-10-2024.jpeg");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7701 post-7701 post type-post status-publish format-standard has-post-thumbnail hentry category-immigration-news" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
11 January 2024 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/first-express-entry-draw-of-2024-canada-extends-invitations-to-new-candidates/">First Express Entry Draw of 2024: Canada Extends Invitations to New Candidates</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Immigration News</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>The first Express Entry draw of the year saw IRCC issuing invitations. 1,510 candidates were invited in a general draw,... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/first-express-entry-draw-of-2024-canada-extends-invitations-to-new-candidates/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7694 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7694 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2024/01/study-in-canada-1.png");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7694 post-7694 post type-post status-publish format-standard has-post-thumbnail hentry category-immigration-news" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
10 January 2024 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/federal-court-orders-ircc-to-render-a-decision-on-study-permit-application-in-canada/">Federal Court Orders IRCC to Render a Decision on Study Permit Application in Canada</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Immigration News</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>The Federal Court has granted a writ of mandamus in response to a study permit application that faced significant delays.... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/federal-court-orders-ircc-to-render-a-decision-on-study-permit-application-in-canada/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7690 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7690 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2024/01/andy-holmes-XZ8AiqUcbD8-unsplash.jpg");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7690 post-7690 post type-post status-publish format-standard has-post-thumbnail hentry category-immigration-news" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
9 January 2024 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/top-earning-pnp-candidates-statistics-canada-highlights-high-incomes-in-ontario-bc-and-alberta/">Top Earning PNP Candidates: Statistics Canada Highlights High Incomes in Ontario, BC, and Alberta</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Immigration News</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>A recent report by Statistics Canada revealed that newcomers arriving in Canada through the PNP tend to earn higher incomes... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/top-earning-pnp-candidates-statistics-canada-highlights-high-incomes-in-ontario-bc-and-alberta/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7683 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7683 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2024/01/Study-in-Canada_272614249.jpeg");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7683 post-7683 post type-post status-publish format-standard has-post-thumbnail hentry category-immigration-news" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
4 January 2024 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/ircc-introduces-new-measures-to-authenticate-international-students-acceptance-letters/">IRCC Introduces New Measures to Authenticate International Students’ Acceptance Letters</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Immigration News</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>IRCC is initiating measures to bolster and preserve the integrity of Canada’s international student program. The immigration department has introduced... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/ircc-introduces-new-measures-to-authenticate-international-students-acceptance-letters/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7673 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7673 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2023/12/image-jpg.jpg");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7673 post-7673 post type-post status-publish format-standard has-post-thumbnail hentry category-immigration-news" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
22 December 2023 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/ircc-implements-temporary-measures-to-aid-individuals-affected-by-the-israel-hamas-conflict/">IRCC Implements Temporary Measures to Aid Individuals Affected by the Israel-Hamas Conflict</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Immigration News</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>Canada’s Immigration, Refugees, and Citizenship Canada (IRCC) has unveiled temporary immigration initiatives to assist family members of Canadians and permanent... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/ircc-implements-temporary-measures-to-aid-individuals-affected-by-the-israel-hamas-conflict/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style id="loop-dynamic-195">.e-loop-item-7665 .elementor-element.elementor-element-c66f46a:not(.elementor-motion-effects-element-type-background), .e-loop-item-7665 .elementor-element.elementor-element-c66f46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--e-bg-lazyload-loaded);--e-bg-lazyload:url("https://greenlightcanada.com/wp-content/uploads/2023/12/image-2.jpg");}</style> <div data-elementor-type="loop-item" data-elementor-id="195" class="elementor elementor-195 swiper-slide e-loop-item e-loop-item-7665 post-7665 post type-post status-publish format-standard has-post-thumbnail hentry category-immigration-news" data-custom-edit-handle="1">
<div class="elementor-element elementor-element-9c54c89 e-con-boxed e-flex e-con" data-id="9c54c89" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-26739f2 e-con-boxed e-flex e-con" data-id="26739f2" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c66f46a e-con-boxed e-flex e-con" data-id="c66f46a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-a88ab0a elementor-align-center elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-post-info" data-id="a88ab0a" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-f21b0f1 elementor-inline-item" itemprop="datePublished">
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date">
21 December 2023 </span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-8ad5388 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="8ad5388" data-element_type="widget" data-widget_type="theme-post-title.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default"><a href="https://greenlightcanada.com/ircc-extends-invitations-to-670-candidates-in-the-third-express-entry-draw-this-week/">IRCC Extends Invitations to 670 Candidates in the Third Express Entry Draw This Week</a></h4> </div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f3c5d7d e-con-full e-flex e-con" data-id="f3c5d7d" data-element_type="container" data-settings="{"content_width":"full","background_background":"classic"}">
<div class="elementor-element elementor-element-bf5d207 elementor-widget elementor-widget-post-info" data-id="bf5d207" data-element_type="widget" data-widget_type="post-info.default">
<div class="elementor-widget-container">
<ul class="elementor-inline-items elementor-icon-list-items elementor-post-info">
<li class="elementor-icon-list-item elementor-repeater-item-2f5af96 elementor-inline-item" itemprop="about">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span>
<span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms">
<span class="elementor-post-info__terms-list">
<span class="elementor-post-info__terms-list-item">Immigration News</span> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-f2b009b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f2b009b" 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-8af26be elementor-widget elementor-widget-theme-post-excerpt" data-id="8af26be" data-element_type="widget" data-widget_type="theme-post-excerpt.default">
<div class="elementor-widget-container">
<p>IRCC has released Invitations to Apply (ITAs) in the third Express Entry draw of the week. In this category-based selection... </p></div>
</div>
</div>
<div class="elementor-element elementor-element-713cd36 e-con-full e-flex e-con" data-id="713cd36" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-be8a312 elementor-align-justify elementor-widget elementor-widget-button" data-id="be8a312" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="https://greenlightcanada.com/ircc-extends-invitations-to-670-candidates-in-the-third-express-entry-draw-this-week/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Read More</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
<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> <span class="elementor-screen-only">Previous</span>
</div>
<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
<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> <span class="elementor-screen-only">Next</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer data-elementor-type="footer" data-elementor-id="131" class="elementor elementor-131 elementor-location-footer">
<div class="elementor-element elementor-element-b067f5a e-con-boxed e-flex e-con" data-id="b067f5a" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-7690bcb e-con-full e-flex e-con" data-id="7690bcb" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-bebe48f elementor-widget elementor-widget-heading" data-id="bebe48f" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Our Locations</h2> </div>
</div>
</div>
<div class="elementor-element elementor-element-1aeeb7a e-con-full e-flex e-con" data-id="1aeeb7a" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-b51ae02 elementor-widget elementor-widget-hotspot" data-id="b51ae02" data-element_type="widget" data-settings="{"hotspot":[{"hotspot_tooltip_content":"<p>London Office<\/p>","hotspot_offset_x":{"unit":"%","size":15,"sizes":[]},"hotspot_offset_y":{"unit":"%","size":27,"sizes":[]},"_id":"880a512","hotspot_label":"","hotspot_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"hotspot_icon":{"value":"","library":""},"hotspot_icon_position":null,"hotspot_icon_spacing":null,"hotspot_custom_size":"no","hotspot_width":null,"hotspot_height":null,"hotspot_horizontal":"left","hotspot_vertical":"top","hotspot_tooltip_position":"no","hotspot_position":null,"hotspot_tooltip_width":null,"hotspot_tooltip_text_wrap":null}],"hotspot_sequenced_animation":"yes","hotspot_sequenced_animation_duration":{"unit":"px","size":100,"sizes":[]},"tooltip_trigger":"mouseenter","tooltip_position":"top","tooltip_animation":"e-hotspot--fade-in-out"}" data-widget_type="hotspot.default">
<div class="elementor-widget-container">
<style>/*! elementor-pro - v3.13.2 - 22-05-2023 */
@keyframes e-hotspot-soft-beat{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes e-hotspot-expand{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}.elementor-widget-hotspot{display:flex;justify-content:var(--background-align)}.elementor-widget-hotspot .elementor-widget-container{position:relative;display:inline-block;width:var(--container-width);max-width:var(--container-max-width);height:var(--container-height)}.elementor-widget-hotspot .elementor-widget-container>img{display:block;width:var(--image-width,auto);height:var(--container-height);opacity:var(--opacity,1)}.e-hotspot{z-index:1;display:flex;align-items:center;justify-content:center;position:absolute}.e-hotspot--position-left.e-hotspot--position-top{transform:translate(calc(-1 * var(--hotspot-translate-x)),calc(-1 * var(--hotspot-translate-y)))}.e-hotspot--position-left.e-hotspot--position-bottom{transform:translate(calc(-1 * var(--hotspot-translate-x)),var(--hotspot-translate-y))}.e-hotspot--position-right.e-hotspot--position-top{transform:translate(var(--hotspot-translate-x),calc(-1 * var(--hotspot-translate-y)))}.e-hotspot--position-right.e-hotspot--position-bottom{transform:translate(var(--hotspot-translate-x),var(--hotspot-translate-y))}.e-hotspot--active{z-index:2}.e-hotspot__inner-circle,.e-hotspot__outer-circle{content:"";display:inline-block;box-sizing:content-box;border-radius:50%}.e-hotspot__inner-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--hotspot-color);padding:calc(var(--hotspot-size, 18px) / 2)}.e-hotspot__outer-circle{background-color:var(--hotspot-color);padding:var(--hotspot-padding,4px)}.e-hotspot--icon .e-hotspot__button,.e-hotspot__outer-circle{width:var(--hotspot-size,18px);height:var(--hotspot-size,18px)}.e-hotspot--icon .e-hotspot__button{line-height:0;box-sizing:content-box;font-size:var(--hotspot-size,18px)}.e-hotspot__icon,.e-hotspot__label{display:flex;justify-content:center;align-items:center}.e-hotspot__icon svg,.e-hotspot__label svg{height:var(--hotspot-size,18px);width:auto}.e-hotspot__button{cursor:pointer;position:relative;display:grid;grid-auto-flow:column;justify-content:center;color:var(--hotspot-color);font-size:var(--hotspot-size,18px);min-width:var(--hotspot-button-width);min-height:var(--hotspot-button-height)}.e-hotspot__button:before{z-index:-2;content:"";width:100%;height:100%;left:-5px;top:-5px;position:absolute;padding:5px;box-sizing:content-box}.e-hotspot__button svg{fill:var(--hotspot-color)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button{min-width:var(--hotspot-min-width);min-height:var(--hotspot-min-height);background-color:var(--hotspot-box-color);padding:var(--hotspot-padding,4px);border-radius:var(--hotspot-border-radius,3px)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button:before{border-radius:var(--hotspot-border-radius,3px)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before{background-color:var(--hotspot-box-color)}.e-hotspot--overlay{opacity:.7;transition:opacity .2s}.e-hotspot--active .e-hotspot--overlay,.e-hotspot--overlay:hover{opacity:1}.e-hotspot--soft-beat{animation:e-hotspot-soft-beat .7s infinite alternate;animation-timing-function:ease}.e-hotspot--expand .e-hotspot__outer-circle{animation:e-hotspot-expand 2s infinite}.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before{content:"";width:100%;height:100%;position:absolute;z-index:-1;opacity:0;animation:e-hotspot-expand 2s infinite}.e-hotspot--sequenced{animation:fadeIn .3s;animation-iteration-count:1;animation-fill-mode:both}.e-hotspot__direction-mask{overflow:hidden;position:absolute;pointer-events:none}.e-hotspot__tooltip{white-space:var(--white-space,nowrap);transition-property:transform,opacity;transition-duration:var(--tooltip-transition-duration,.5s);transform-origin:center center;position:absolute;pointer-events:none;color:var(--tooltip-text-color,#fff);text-align:var(--tooltip-align);min-width:var(--tooltip-min-width);padding:var(--tooltip-padding,8px);border-radius:var(--tooltip-border-radius);background-color:var(--tooltip-color)}.e-hotspot__tooltip p:last-of-type{margin-bottom:0}.e-hotspot__direction-mask .e-hotspot__tooltip{box-shadow:none!important;position:static}.e-hotspot--active .e-hotspot__tooltip{pointer-events:visible}.e-hotspot--fade-in-out{opacity:0}.e-hotspot--active .e-hotspot--fade-in-out{opacity:1}.e-hotspot--fade-grow{opacity:0;transform:scale(0)}.e-hotspot--active .e-hotspot--fade-grow{opacity:1;transform:scale(1)}.e-hotspot--override-tooltip-animation-from-top,.e-hotspot--tooltip-animation-from-top{transform:translateY(calc(-100% - 1px))}.e-hotspot--override-tooltip-animation-from-left,.e-hotspot--tooltip-animation-from-left{transform:translate(calc(-100% - 1px))}.e-hotspot--override-tooltip-animation-from-right,.e-hotspot--tooltip-animation-from-right{transform:translate(calc(100% + 1px))}.e-hotspot--override-tooltip-animation-from-bottom,.e-hotspot--tooltip-animation-from-bottom{transform:translateY(calc(100% + 1px))}.e-hotspot--fade-direction{opacity:0}.e-hotspot--active .e-hotspot--fade-direction,.e-hotspot--active .e-hotspot--slide-direction{transform:translate(0) scale(1);opacity:1}.e-hotspot--show-tooltip{transition:none;opacity:1;pointer-events:visible;transform:translate(0)}</style><img width="800" height="397" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20397'%3E%3C/svg%3E" class="attachment-large size-large wp-image-231" alt="Green Light Canada Footer" data-lazy-srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/map-1024x508.png 1024w, https://greenlightcanada.com/wp-content/uploads/2023/05/map-300x149.png 300w, https://greenlightcanada.com/wp-content/uploads/2023/05/map-768x381.png 768w, https://greenlightcanada.com/wp-content/uploads/2023/05/map-1536x762.png 1536w, https://greenlightcanada.com/wp-content/uploads/2023/05/map-2048x1015.png 2048w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/map-1024x508.png"><noscript><img width="800" height="397" src="https://greenlightcanada.com/wp-content/uploads/2023/05/map-1024x508.png" class="attachment-large size-large wp-image-231" alt="Green Light Canada Footer" srcset="https://greenlightcanada.com/wp-content/uploads/2023/05/map-1024x508.png 1024w, https://greenlightcanada.com/wp-content/uploads/2023/05/map-300x149.png 300w, https://greenlightcanada.com/wp-content/uploads/2023/05/map-768x381.png 768w, https://greenlightcanada.com/wp-content/uploads/2023/05/map-1536x762.png 1536w, https://greenlightcanada.com/wp-content/uploads/2023/05/map-2048x1015.png 2048w" sizes="(max-width: 800px) 100vw, 800px" /></noscript>
<div class="e-hotspot elementor-repeater-item-880a512 e-hotspot--sequenced e-hotspot--position-left e-hotspot--position-top e-hotspot--circle">
<div class="e-hotspot__button e-hotspot--expand">
<div class="e-hotspot__outer-circle"></div>
<div class="e-hotspot__inner-circle"></div>
</div>
<div class="e-hotspot__tooltip e-hotspot--tooltip-position e-hotspot--fade-in-out ">
<p>London Office</p> </div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-ca6c22c e-con-full e-flex e-con" data-id="ca6c22c" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-0acd0ee elementor-position-top elementor-mobile-position-left elementor-view-stacked elementor-shape-square elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="0acd0ee" 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 elementor-animation-">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-map-marker-alt" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"></path></svg> </span>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<span>
<span class="slesh"><strong>CANADA</strong></span><strong> </strong></span><strong>
</strong></div><strong>
</strong><p class="elementor-icon-box-description"><strong>
Main Office, Toronto:</strong> 1750 Steeles Ave W #223, Concord, ON L4K 1S6, Canada </p>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-d54e202 elementor-position-top elementor-mobile-position-left elementor-view-stacked elementor-shape-square elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="d54e202" 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 elementor-animation-">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-map-marker-alt" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"></path></svg> </span>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<span>
<span class="slesh"><strong>CANADA</strong></span><strong> </strong></span><strong>
</strong></div><strong>
</strong><p class="elementor-icon-box-description"><strong>
London Office: </strong> 184 York St, London, ON N6A 1B5, Canada </p>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-250b57f elementor-position-left elementor-mobile-position-left elementor-view-stacked elementor-shape-square elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="250b57f" 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 elementor-animation-">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-map-marker-alt" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"></path></svg> </span>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<span>
</span>
</div>
<p class="elementor-icon-box-description">
<span class="slesh"><strong>USA</strong></span><strong> - Miami Office:</strong> 3325 Hollywood Blvd Unit 206, Hollywood, FL 33021, United States </p>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-9889a2d elementor-position-left elementor-mobile-position-left elementor-view-stacked elementor-shape-square elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="9889a2d" 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 elementor-animation-">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-map-marker-alt" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"></path></svg> </span>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<span>
</span>
</div>
<p class="elementor-icon-box-description">
<span class="slesh"><strong>UAE</strong></span><strong> - Dubai Office:</strong> Fortune Tower - Cluster C - Jumeirah Lake Towers - Dubai, Office 404 - Dubai - United Arab Emirates </p>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-fc57d48 elementor-position-left elementor-mobile-position-left elementor-view-stacked elementor-shape-square elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="fc57d48" 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 elementor-animation-">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-map-marker-alt" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"></path></svg> </span>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<span>
</span>
</div>
<p class="elementor-icon-box-description">
<span class="slesh"><strong>INDIA</strong></span><strong> - Gujarat Office:</strong> Gujarat Office, India: Shivalik Shilp, 306 Iskon Cross Road, Ahmedabad, Gujarat 380015, India </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-9033e79 e-con-boxed e-flex e-con" data-id="9033e79" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}" data-e-bg-lazyload="">
<div class="e-con-inner">
<div class="elementor-element elementor-element-1520028 e-con-boxed e-flex e-con" data-id="1520028" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-91c8060 e-con-full e-flex e-con" data-id="91c8060" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-640666c elementor-widget elementor-widget-image" data-id="640666c" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="/">
<img width="294" height="70" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20294%2070'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8330" alt="" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-newwhite2.png"><noscript><img width="294" height="70" src="https://greenlightcanada.com/wp-content/uploads/2023/05/logo-ru-newwhite2.png" class="attachment-large size-large wp-image-8330" alt="" /></noscript> </a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-4f150fa e-con-full e-flex e-con" data-id="4f150fa" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-0f2b374 elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="0f2b374" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<div class="elementor-heading-title elementor-size-default">Subscribe to our emails
</div> </div>
</div>
<div class="elementor-element elementor-element-d1fdb82 elementor-widget__width-initial subsformfoot elementor-widget elementor-widget-shortcode" data-id="d1fdb82" data-element_type="widget" data-widget_type="shortcode.default">
<div class="elementor-widget-container">
<div class="elementor-shortcode">
<div class="wpcf7 no-js" id="wpcf7-f7817-o2" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/#wpcf7-f7817-o2" method="post" class="wpcf7-form init cf7mls-no-scroll cf7mls-no-moving-animation" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="7817">
<input type="hidden" name="_wpcf7_version" value="5.7.6">
<input type="hidden" name="_wpcf7_locale" value="en_US">
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f7817-o2">
<input type="hidden" name="_wpcf7_container_post" value="0">
<input type="hidden" name="_wpcf7_posted_data_hash" value="">
<input type="hidden" name="_wpcf7cf_hidden_group_fields" value="[]">
<input type="hidden" name="_wpcf7cf_hidden_groups" value="[]">
<input type="hidden" name="_wpcf7cf_visible_groups" value="[]">
<input type="hidden" name="_wpcf7cf_repeaters" value="[]">
<input type="hidden" name="_wpcf7cf_steps" value="{}">
<input type="hidden" name="_wpcf7cf_options" value="{"form_id":7817,"conditions":[],"settings":{"animation":"yes","animation_intime":200,"animation_outtime":200,"conditions_ui":"normal","notice_dismissed":false,"notice_dismissed_rollback-cf7-5.6.4":true}}">
</div>
<div class="row">
<div class="col-md-9">
<p><span id="wpcf7-6743c6ca1b598-wrapper" class="wpcf7-form-control-wrap first_name-wrap" style="display:none !important; visibility:hidden !important;"><label for="wpcf7-6743c6ca1b598-field" class="hp-message">Please leave this field empty.</label><input id="wpcf7-6743c6ca1b598-field" placeholder="Name" class="wpcf7-form-control wpcf7-text" type="text" name="first_name" value="" size="40" tabindex="-1" autocomplete="new-password"></span><br>
<span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email form-control" aria-required="true" aria-invalid="false" placeholder="Email" value="" type="email" name="your-email"></span>
</p>
</div>
<div class="col-md-3">
<p><input class="wpcf7-form-control has-spinner wpcf7-submit btn btn-danger btn_styled" type="submit" value="Subscribe">
</p>
</div>
</div><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-5fcfd25 e-con-full e-flex e-con" data-id="5fcfd25" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-0bc29db e-con-full e-flex e-con" data-id="0bc29db" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-a19d63b elementor-widget elementor-widget-heading" data-id="a19d63b" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<div class="elementor-heading-title elementor-size-default">Green Light Immigration - Immigration Consultants Toronto</div> </div>
</div>
<div class="elementor-element elementor-element-51ad354 elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="51ad354" data-element_type="widget" data-widget_type="social-icons.default">
<div class="elementor-widget-container">
<div class="elementor-social-icons-wrapper elementor-grid">
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-8fa51bb" href="https://www.facebook.com/GreenLightCAN/" target="_blank" rel="nofollow">
<span class="elementor-screen-only">Facebook</span>
<svg class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-1939378" href="https://www.linkedin.com/company/green-light-canada-global-mobility-solutions-ltd/" target="_blank" rel="nofollow">
<span class="elementor-screen-only">Linkedin</span>
<svg class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-0908b13" href="https://www.instagram.com/green.light.immigration/" target="_blank" rel="nofollow">
<span class="elementor-screen-only">Instagram</span>
<svg class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-57481a9" href="https://www.youtube.com/channel/UC4_MOOL7CAjPVOtzWQkhI3w" target="_blank" rel="nofollow">
<span class="elementor-screen-only">Youtube</span>
<svg class="e-font-icon-svg e-fab-youtube" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg> </a>
</span>
</div>
</div>
</div>
<div class="elementor-element elementor-element-3af24ed elementor-view-stacked elementor-position-left elementor-mobile-position-left elementor-vertical-align-middle elementor-shape-circle elementor-widget elementor-widget-icon-box" data-id="3af24ed" 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">
<a class="elementor-icon elementor-animation-" href="mailto:[email protected]">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><path d="m331.756 277.251-42.881 43.026c-17.389 17.45-47.985 17.826-65.75 0l-42.883-43.026L26.226 431.767C31.959 434.418 38.28 436 45 436h422c6.72 0 13.039-1.58 18.77-4.232L331.756 277.251z" fill="#ffffff" data-original="#000000"></path><path d="M467 76H45c-6.72 0-13.041 1.582-18.772 4.233l164.577 165.123c.011.011.024.013.035.024a.05.05 0 0 1 .013.026l53.513 53.69c5.684 5.684 17.586 5.684 23.27 0l53.502-53.681s.013-.024.024-.035c0 0 .024-.013.035-.024L485.77 80.232C480.039 77.58 473.72 76 467 76zM4.786 101.212C1.82 107.21 0 113.868 0 121v270c0 7.132 1.818 13.79 4.785 19.788l154.283-154.783L4.786 101.212zM507.214 101.21 352.933 256.005 507.214 410.79C510.18 404.792 512 398.134 512 391V121c0-7.134-1.82-13.792-4.786-19.79z" fill="#ffffff" data-original="#000000"></path></g></svg> </a>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<a href="mailto:[email protected]">
[email protected] </a>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-ccab546 elementor-view-stacked elementor-position-left elementor-mobile-position-left elementor-vertical-align-middle elementor-shape-circle elementor-widget elementor-widget-icon-box" data-id="ccab546" 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">
<a class="elementor-icon elementor-animation-" href="tel:+1%20(416)%20655-7797">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 25.625 25.625" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M22.079 17.835c-1.548-1.324-3.119-2.126-4.648-.804l-.913.799c-.668.58-1.91 3.29-6.712-2.234-4.801-5.517-1.944-6.376-1.275-6.951l.918-.8c1.521-1.325.947-2.993-.15-4.71l-.662-1.04C7.535.382 6.335-.743 4.81.58l-.824.72c-.674.491-2.558 2.087-3.015 5.119-.55 3.638 1.185 7.804 5.16 12.375 3.97 4.573 7.857 6.87 11.539 6.83 3.06-.033 4.908-1.675 5.486-2.272l.827-.721c1.521-1.322.576-2.668-.973-3.995l-.931-.801z" style="" fill="#f9f9f9" data-original="#030104" class=""></path></g></svg> </a>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<a href="tel:+1%20(416)%20655-7797">
+1 (416) 655-7797 </a>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-2a462a3 elementor-view-stacked elementor-position-left elementor-mobile-position-left elementor-vertical-align-middle elementor-shape-circle elementor-widget elementor-widget-icon-box" data-id="2a462a3" 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">
<a class="elementor-icon elementor-animation-" href="https://wa.me/14372868546" target="_blank" rel="nofollow">
<svg aria-hidden="true" class="e-font-icon-svg e-fab-whatsapp" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"></path></svg> </a>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<a href="https://wa.me/14372868546" target="_blank" rel="nofollow">
+1 (437) 286-8546 </a>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-c48f810 elementor-align-left elementor-widget__width-auto glavbutton elementor-widget elementor-widget-button" data-id="c48f810" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a href="/assessment-forms/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-left">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M478.179 161.787c-10.956-10.964-28.373-11.653-40.151-2.056-1.703 1.388-.384.165-26.317 26.098l67.316 67.317 24.193-23.891c11.697-11.697 11.697-30.729 0-42.427zM273.667 325.148l-39.598 84.854a15 15 0 0 0 19.936 19.936l84.854-39.599c3.357-1.567-6.806 7.945 118.822-116.114l-67.183-67.184C265.94 331.6 275.265 321.725 273.667 325.148z" fill="#ffffff" data-original="#000000" class=""></path><path d="M364.13 408.771a44.89 44.89 0 0 1-12.585 8.755l-84.854 39.599c-16.686 7.787-37.071 4.822-50.848-8.958-13.331-13.33-16.932-33.765-8.96-50.851l39.599-84.856a44.884 44.884 0 0 1 8.957-12.787l127.567-127.567V45c0-24.813-20.187-45-45-45h-293c-24.813 0-45 20.187-45 45v422c0 24.813 20.187 45 45 45h293c24.813 0 45-20.187 45-45v-76.871zM80.007 97h224c8.284 0 15 6.716 15 15s-6.716 15-15 15h-224c-8.284 0-15-6.716-15-15s6.716-15 15-15zm0 80h176c8.284 0 15 6.716 15 15s-6.716 15-15 15h-176c-8.284 0-15-6.716-15-15s6.716-15 15-15zm-15 95c0-8.284 6.716-15 15-15h128c8.284 0 15 6.716 15 15s-6.716 15-15 15h-128c-8.284 0-15-6.716-15-15z" fill="#ffffff" data-original="#000000" class=""></path></g></svg> </span>
<span class="elementor-button-text">FREE ASSESSMENT</span>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-0feb0ae e-con-full e-flex e-con" data-id="0feb0ae" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-cca526c elementor-widget elementor-widget-heading" data-id="cca526c" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<div class="elementor-heading-title elementor-size-default">Green Light Immigration offers expertise in immigration-related procedures and policies. We maintain a high rate of success, and consequently, our seamless experience in immigration processes have won the trust of both people who are planning to immigrate to Canada, and companies looking for potential employees.</div> </div>
</div>
<div class="elementor-element elementor-element-4b7928f elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4b7928f" 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-81e82a8 elementor-position-left elementor-mobile-position-left elementor-vertical-align-middle elementor-view-default elementor-widget elementor-widget-icon-box" data-id="81e82a8" 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 elementor-animation-">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><path d="M256 0C153.755 0 70.573 83.182 70.573 185.426c0 126.888 165.939 313.167 173.004 321.035 6.636 7.391 18.222 7.378 24.846 0 7.065-7.868 173.004-194.147 173.004-321.035C441.425 83.182 358.244 0 256 0zm0 278.719c-51.442 0-93.292-41.851-93.292-93.293S204.559 92.134 256 92.134s93.291 41.851 93.291 93.293-41.85 93.292-93.291 93.292z" fill="#ffffff" data-original="#000000"></path></g></svg> </span>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<span>
</span>
</div>
<p class="elementor-icon-box-description">
<strong>Main Office, Toronto:</strong> 1750 Steeles Ave W #223, Concord, ON L4K 1S6, Canada </p>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-693fbd4 elementor-position-left elementor-mobile-position-left elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="693fbd4" 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 elementor-animation-">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><path d="M256 0C153.755 0 70.573 83.182 70.573 185.426c0 126.888 165.939 313.167 173.004 321.035 6.636 7.391 18.222 7.378 24.846 0 7.065-7.868 173.004-194.147 173.004-321.035C441.425 83.182 358.244 0 256 0zm0 278.719c-51.442 0-93.292-41.851-93.292-93.293S204.559 92.134 256 92.134s93.291 41.851 93.291 93.293-41.85 93.292-93.291 93.292z" fill="#ffffff" data-original="#000000"></path></g></svg> </span>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<span>
</span>
</div>
<p class="elementor-icon-box-description">
<strong>London Office:</strong> 184 York St, London, ON N6A 1B5, Canada </p>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-1fc917f elementor-position-left elementor-mobile-position-left elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="1fc917f" 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 elementor-animation-">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><path d="M256 0C153.755 0 70.573 83.182 70.573 185.426c0 126.888 165.939 313.167 173.004 321.035 6.636 7.391 18.222 7.378 24.846 0 7.065-7.868 173.004-194.147 173.004-321.035C441.425 83.182 358.244 0 256 0zm0 278.719c-51.442 0-93.292-41.851-93.292-93.293S204.559 92.134 256 92.134s93.291 41.851 93.291 93.293-41.85 93.292-93.291 93.292z" fill="#ffffff" data-original="#000000"></path></g></svg> </span>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<span>
</span>
</div>
<p class="elementor-icon-box-description">
<strong>Miami Office:</strong> 3325 Hollywood Blvd Unit 206, Hollywood, FL 33021, United States </p>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-51914a0 elementor-position-left elementor-mobile-position-left elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="51914a0" 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 elementor-animation-">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><path d="M256 0C153.755 0 70.573 83.182 70.573 185.426c0 126.888 165.939 313.167 173.004 321.035 6.636 7.391 18.222 7.378 24.846 0 7.065-7.868 173.004-194.147 173.004-321.035C441.425 83.182 358.244 0 256 0zm0 278.719c-51.442 0-93.292-41.851-93.292-93.293S204.559 92.134 256 92.134s93.291 41.851 93.291 93.293-41.85 93.292-93.291 93.292z" fill="#ffffff" data-original="#000000"></path></g></svg> </span>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<span>
</span>
</div>
<p class="elementor-icon-box-description">
<strong>Dubai Office:</strong> Fortune Tower - Cluster C - Jumeirah Lake Towers - Dubai, Office 404 - Dubai - United Arab Emirates </p>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-bcc041a elementor-position-left elementor-mobile-position-left elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="bcc041a" 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 elementor-animation-">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><path d="M256 0C153.755 0 70.573 83.182 70.573 185.426c0 126.888 165.939 313.167 173.004 321.035 6.636 7.391 18.222 7.378 24.846 0 7.065-7.868 173.004-194.147 173.004-321.035C441.425 83.182 358.244 0 256 0zm0 278.719c-51.442 0-93.292-41.851-93.292-93.293S204.559 92.134 256 92.134s93.291 41.851 93.291 93.293-41.85 93.292-93.291 93.292z" fill="#ffffff" data-original="#000000"></path></g></svg> </span>
</div>
<div class="elementor-icon-box-content">
<div class="elementor-icon-box-title">
<span>
</span>
</div>
<p class="elementor-icon-box-description">
<strong>Gujarat Office:</strong> Shivalik Shilp, 306 Iskon Cross Road, Ahmedabad, Gujarat 380015, India </p>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-da0ad7b e-con-full e-flex e-con" data-id="da0ad7b" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-2ee2fb0 elementor-widget elementor-widget-heading" data-id="2ee2fb0" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><span class="slesh">/</span> Our Services</h5> </div>
</div>
<div class="elementor-element elementor-element-eeea03a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="eeea03a" 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://greenlightcanada.com/express-entry/">
<span class="elementor-icon-list-text">Express Entry</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/provincial-programs-immigration-canada/">
<span class="elementor-icon-list-text">Provincial Nominee Programs</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/canadian-immigration-programs/business-immigration-canada/">
<span class="elementor-icon-list-text">Business Immigration</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/study-in-canada/">
<span class="elementor-icon-list-text">Study In Canada – Canada Study Permit</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/work-permits/">
<span class="elementor-icon-list-text">Canada Work Permits</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/canada-visas/guest-visas/">
<span class="elementor-icon-list-text">Visitor Visas</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/ontario-immigrant-nominee-program/">
<span class="elementor-icon-list-text">Ontario Immigrant Nominee Program</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/canadian-immigration-programs/family-spousal-sponsorship-canada/">
<span class="elementor-icon-list-text">Family & Spousal Sponsorship</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/canadian-humanitarian-program/">
<span class="elementor-icon-list-text">Humanitarian And Compassionate Grounds</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/lmia/">
<span class="elementor-icon-list-text">LMIA – Labor Market Impact Assessment</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="elementor-element elementor-element-679a436 e-con-full e-flex e-con" data-id="679a436" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-79ab680 elementor-widget elementor-widget-heading" data-id="79ab680" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default"><span class="slesh">/</span> Main Menu</h5> </div>
</div>
<div class="elementor-element elementor-element-74ca6fc elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="74ca6fc" 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="/">
<span class="elementor-icon-list-text">Home</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/about-us/">
<span class="elementor-icon-list-text">About Us</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/our-team/">
<span class="elementor-icon-list-text">Our Team</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/immigration-case-management/">
<span class="elementor-icon-list-text">GLI Academy</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/news/">
<span class="elementor-icon-list-text">Blog</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/immigration-tips/">
<span class="elementor-icon-list-text">News</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/contact-us/">
<span class="elementor-icon-list-text">Contact us</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://greenlightcanada.com/privacy/">
<span class="elementor-icon-list-text">Privacy Policy</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-26e59f3 e-con-boxed e-flex e-con" data-id="26e59f3" data-element_type="container" data-settings="{"background_background":"classic","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-8c5e131 e-con-boxed e-flex e-con" data-id="8c5e131" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-c129b94 elementor-widget elementor-widget-heading" data-id="c129b94" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<div class="elementor-heading-title elementor-size-default">© Copyright 2024 by Green Light Immigration. All Rights Reserved.
</div> </div>
</div>
<div class="elementor-element elementor-element-ef7bd55 elementor-fixed animated-fast elementor-widget elementor-widget-image animated fadeInUp" data-id="ef7bd55" data-element_type="widget" data-settings="{"_position":"fixed"}" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI4NDkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D">
<img width="50" height="51" src="https://greenlightcanada.com/wp-content/uploads/2023/07/up-arr-bar.png" class="attachment-large size-large wp-image-4658 entered lazyloaded" alt="Green Light Canada" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/07/up-arr-bar.png" data-ll-status="loaded"><noscript><img width="50" height="51" src="https://greenlightcanada.com/wp-content/uploads/2023/07/up-arr-bar.png" class="attachment-large size-large wp-image-4658" alt="Green Light Canada" /></noscript> </a>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-4f3e1fd e-con-boxed e-flex e-con" data-id="4f3e1fd" data-element_type="container" data-settings="{"content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-9bf8060 elementor-widget elementor-widget-ucaddon_ue_scroll_to_top" data-id="9bf8060" data-element_type="widget" data-widget_type="ucaddon_ue_scroll_to_top.default">
<div class="elementor-widget-container">
<!-- start Scroll To Top -->
<style type="text/css">/* widget: Scroll To Top */
#uc_ue_scroll_to_top_elementor_9bf8060.ue-scroll-to {
display: flex;
z-index: auto;
}
#uc_ue_scroll_to_top_elementor_9bf8060 .ue-scroll-to-cta {
cursor: pointer;
display: flex;
position: relative;
transition: all 400ms ease-in-out;
align-content:center;
justify-content:center;
flex-direction:column;
text-align:center;
}
#uc_ue_scroll_to_top_elementor_9bf8060 .ue-scroll-to-cta .ue-scroll-to-icon {
line-height:1em;
margin:0 auto;
}
#uc_ue_scroll_to_top_elementor_9bf8060 .ue-scroll-to-cta .ue-scroll-to-icon svg {
height:1em;
width:1em;
}
.ue-scroll-to-cta
#uc_ue_scroll_to_top_elementor_9bf8060 .ue-scroll-to-icon {
position: relative;
}
#uc_ue_scroll_to_top_elementor_9bf8060 .ue-scroll-to-icon:hover {
cursor: pointer;
}
.ue-snap-v-middle{
top:50%;
}
.ue-scroll-to-text
{
font-size:10px;
}
</style>
<div id="uc_ue_scroll_to_top_elementor_9bf8060" class="ue-scroll-to ue-snap-v-bottom ue-snap-h-right">
<div class="ue-scroll-to-cta none">
<div class="ue-scroll-to-icon"><i class="fas fa-chevron-up"></i></div>
</div>
</div>
<!-- end Scroll To Top --> </div>
</div>
</div>
</div>
</div>
</div>
</footer>
<style>
/* Chatbot tab nav */ #wp-chatbot-board-container .wp-chatbot-footer .wp-chatbot-tab-nav{ display:none; } /* Span Tag */ #wp-chatbot-messages-container .wp-chatbot-paragraph span{ border-top-left-radius:6px; border-top-right-radius:6px; border-bottom-left-radius:6px; border-bottom-right-radius:6px; margin-left:5px; } #wp-chatbot-chat-container .wp-chatbot-header { background: #ff0000 !important; } #wp-chatbot-chat-container a { font-size: 16px; font-weight: 700; } #but-chat { text-transform: normal; color: #FFFFFF; background-color: #cf1212; border-radius: 6px 6px 6px 6px; padding: 6px 6px 6px 6px; */ } /* Qcld chatbot form */ #wp-chatbot-messages-container .wp-chatbot-msg .qcld-chatbot-form{ font-size:16px; border-style:solid; border-width:1px; border-color:#bcbcbc; } </style>
<div id="wp-chatbot-chat-container" class=" wp-chatbot-mobile-full-screen">
<div id="wp-chatbot-integration-container">
<div class="wp-chatbot-integration-button-container">
</div>
</div>
<div id="wp-chatbot-ball-container" class="wp-chatbot-template-01">
<div class="wp-chatbot-container">
<div class="wp-chatbot-product-container">
<div class="wp-chatbot-product-details">
<div class="wp-chatbot-product-image-col">
<div id="wp-chatbot-product-image"></div>
</div>
<!--wp-chatbot-product-image-col-->
<div class="wp-chatbot-product-info-col">
<div class="wp-chatbot-product-reload"></div>
<div id="wp-chatbot-product-title" class="wp-chatbot-product-title"></div>
<div id="wp-chatbot-product-price" class="wp-chatbot-product-price"></div>
<div id="wp-chatbot-product-description" class="wp-chatbot-product-description"></div>
<div id="wp-chatbot-product-quantity" class="wp-chatbot-product-quantity"></div>
<div id="wp-chatbot-product-variable" class="wp-chatbot-product-variable"></div>
<div id="wp-chatbot-product-cart-button" class="wp-chatbot-product-cart-button"></div>
</div>
<!--wp-chatbot-product-info-col-->
<a href="#" class="wp-chatbot-product-close"></a>
</div>
<!-- wp-chatbot-product-details-->
</div>
<!-- wp-chatbot-product-container-->
<div id="wp-chatbot-board-container" class="wp-chatbot-board-container">
<div class="wp-chatbot-header">
<div id="wp-chatbot-desktop-reload" title="Reset"><span class="dashicons dashicons-update-alt"></span></div>
<!-- <div id="wp-chatbot-desktop-close" title=""><i class="fa fa-times" aria-hidden="true"></i></div> -->
<div id="wp-chatbot-desktop-close"><span class="dashicons dashicons-no"></span></div>
</div>
<!--wp-chatbot-header-->
<div class="wp-chatbot-ball-inner wp-chatbot-content">
<!-- only show on Mobile app -->
<div class="wp-chatbot-messages-wrapper">
<ul id="wp-chatbot-messages-container" class="wp-chatbot-messages-container">
</ul>
</div>
</div>
<div class="wp-chatbot-footer">
<div id="wp-chatbot-editor-container" class="wp-chatbot-editor-container">
<input id="wp-chatbot-editor" class="wp-chatbot-editor" required="" placeholder="Send a message">
<button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button">Send</button>
</div>
<!--wp-chatbot-editor-container-->
<div class="wp-chatbot-tab-nav">
<ul>
<li><a class="wp-chatbot-operation-option" data-option="help" href="" title="Help"></a></li>
<li class="wp-chatbot-operation-active"><a class="wp-chatbot-operation-option" data-option="chat" href="" title="Chat"></a></li>
<li><a class="wp-chatbot-operation-option" data-option="support" href="" title="Support"></a></li>
</ul>
</div>
<!--wp-chatbot-tab-nav-->
</div>
<!--wp-chatbot-footer-->
</div>
<!-- wp-chatbot-board-container-->
</div>
</div> <!--wp-chatbot-board-container-->
<div id="wp-chatbot-ball" class="">
<div class="wp-chatbot-ball">
<div class="wp-chatbot-ball-animator wp-chatbot-ball-animation-switch"></div>
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="wpChatIcon" qcld_agent="https://greenlightcanada.com/wp-content/uploads/2023/07/icon-18.png" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/07/icon-18.png"><noscript><img src="https://greenlightcanada.com/wp-content/uploads/2023/07/icon-18.png"
alt="wpChatIcon" qcld_agent="https://greenlightcanada.com/wp-content/uploads/2023/07/icon-18.png" ></noscript>
</div>
</div>
<!--container-->
<!--wp-chatbot-ball-wrapper-->
</div>
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
if (typeof MsCrmMkt !== 'undefined'){
MsCrmMkt.MsCrmFormLoader.on("afterFormLoad", function(event) {
jQuery(event.formPlaceholder).find('input').each(function(id, field){
var thiss = jQuery(field)
if ( typeof(thiss.attr('title')) != 'undefined' ){
if (thiss.attr('title') != ''){
//console.log('1',field,thiss.attr('title'))
var param = thiss.attr('title').toLowerCase().replace(/\s+/g,'_')
if (param != ''){
thiss.val(Cookies.get(param))
}
}else{
//console.log('2',field,thiss.attr('title'))
}
}else{
//console.log('3',field,thiss.attr('title'))
}
})
// handl_utm_all_params.forEach(function(param) {
// jQuery('input[title='+param+']').val(Cookies.get(param));
// })
})
}
});</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
const lazyloadRunObserver = () => {
const dataAttribute = 'data-e-bg-lazyload';
const lazyloadBackgrounds = document.querySelectorAll( `[${ dataAttribute }]:not(.lazyloaded)` );
const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
entries.forEach( ( entry ) => {
if ( entry.isIntersecting ) {
let lazyloadBackground = entry.target;
const lazyloadSelector = lazyloadBackground.getAttribute( dataAttribute );
if ( lazyloadSelector ) {
lazyloadBackground = entry.target.querySelector( lazyloadSelector );
}
if( lazyloadBackground ) {
lazyloadBackground.classList.add( 'lazyloaded' );
}
lazyloadBackgroundObserver.unobserve( entry.target );
}
});
}, { rootMargin: '100px 0px 100px 0px' } );
lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
lazyloadBackgroundObserver.observe( lazyloadBackground );
} );
};
const events = [
'DOMContentLoaded',
'elementor/lazyload/observe',
];
events.forEach( ( event ) => {
document.addEventListener( event, lazyloadRunObserver );
} );
</script>
<div data-elementor-type="popup" data-elementor-id="2849" class="elementor elementor-2849 elementor-location-popup" data-elementor-settings="{"entrance_animation":"slideInUp","exit_animation":"slideInUp","entrance_animation_duration":{"unit":"px","size":0.4,"sizes":[]},"prevent_close_on_background_click":"yes","prevent_close_on_esc_key":"yes","avoid_multiple_popups":"yes","a11y_navigation":"yes","triggers":{"scrolling_offset":2,"scrolling":"yes","scrolling_direction":"down"},"timing":{"times_times":1,"times_period":"week","times_count":"close","times":"yes"}}">
<div class="elementor-element elementor-element-79d3f4c e-con-boxed e-flex e-con" data-id="79d3f4c" data-element_type="container" data-settings="{"background_background":"gradient","content_width":"boxed"}">
<div class="e-con-inner">
<div class="elementor-element elementor-element-6337bf8 e-con-full e-flex e-con" data-id="6337bf8" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-ed06e62 elementor-widget elementor-widget-image" data-id="ed06e62" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img width="102" height="112" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20102%20112'%3E%3C/svg%3E" class="attachment-medium size-medium wp-image-2870" alt="Notifiction bar" data-lazy-src="https://greenlightcanada.com/wp-content/uploads/2023/07/noti-bar1.png"><noscript><img width="102" height="112" src="https://greenlightcanada.com/wp-content/uploads/2023/07/noti-bar1.png" class="attachment-medium size-medium wp-image-2870" alt="Notifiction bar" /></noscript> </div>
</div>
</div>
<div class="elementor-element elementor-element-8348c0e e-con-full e-flex e-con" data-id="8348c0e" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-0ff222c elementor-widget elementor-widget-heading" data-id="0ff222c" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default"><span class="redd">ARE YOU</span> ELIGIBLE TO IMMIGRATE TO <span class="redd">CANADA?</span>
</h3> </div>
</div>
<div class="elementor-element elementor-element-48a03e3 elementor-widget elementor-widget-heading" data-id="48a03e3" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<div class="elementor-heading-title elementor-size-default">We can help you with the whole immigration process!</div> </div>
</div>
</div>
<div class="elementor-element elementor-element-5d63520 e-con-full e-flex e-con" data-id="5d63520" data-element_type="container" data-settings="{"content_width":"full"}">
<div class="elementor-element elementor-element-63befe0 notiBtn elementor-widget elementor-widget-html" data-id="63befe0" data-element_type="widget" data-widget_type="html.default">
<div class="elementor-widget-container">
<a href="https://greenlightcanada.com/assessment-forms/" target="_blank"><input type="button" onclick="ym(89762514, 'reachGoal', 'blockbannerclick'); return true;" value="Start Your Immigration Assessment"></a> </div>
</div>
</div>
</div>
</div>
</div>
<link rel="stylesheet" id="elementor-post-537-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-537.css?ver=1722631360" media="all">
<link rel="stylesheet" id="elementor-post-649-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-649.css?ver=1722631360" media="all">
<link rel="stylesheet" id="elementor-post-652-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-652.css?ver=1722631360" media="all">
<link rel="stylesheet" id="elementor-post-655-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-655.css?ver=1722631360" media="all">
<link rel="stylesheet" id="elementor-post-658-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-658.css?ver=1722631360" media="all">
<link rel="stylesheet" id="elementor-post-661-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-661.css?ver=1722631360" media="all">
<link rel="stylesheet" id="elementor-post-664-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-664.css?ver=1722631360" media="all">
<link rel="stylesheet" id="elementor-post-691-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-691.css?ver=1722631360" media="all">
<link rel="stylesheet" id="elementor-post-694-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-694.css?ver=1722631361" media="all">
<link rel="stylesheet" id="e-animations-css" href="https://greenlightcanada.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.13.4" media="all">
<link rel="stylesheet" id="elementor-post-737-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-737.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-750-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-750.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-753-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-753.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-756-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-756.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-760-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-760.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-763-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-763.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-829-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-829.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-916-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-916.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-919-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-919.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-922-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-922.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-925-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-925.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-928-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-928.css?ver=1722631361" media="all">
<link rel="stylesheet" id="elementor-post-195-css" href="https://greenlightcanada.com/wp-content/uploads/elementor/css/post-195.css?ver=1722631361" media="all">
<link data-minify="1" rel="stylesheet" id="qcld-wp-chatbot-style-css" href="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/chatbot/templates/template-00/style.css?ver=1730557920" media="screen">
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1730557920" id="swv-js" defer=""></script>
<script id="contact-form-7-js-extra">
var wpcf7 = {"api":{"root":"https:\/\/greenlightcanada.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1730557920" id="contact-form-7-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/cf7-repeatable-fields/assets/js/scripts.min.js?ver=1.1.1" id="wpcf7-field-group-script-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/conversational-forms-pro/assets/js/jquery.mask.js?ver=1730557920" id="qcmaskphone-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/country-phone-field-contact-form-7/assets/js/intlTelInput.min.js?ver=6.2" id="nbcpf-intlTelInput-script-js" defer=""></script>
<script id="nbcpf-countryFlag-script-js-extra">
var nbcpf = {"ajaxurl":"https:\/\/greenlightcanada.com\/wp-admin\/admin-ajax.php"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/country-phone-field-contact-form-7/assets/js/countrySelect.min.js?ver=6.2" id="nbcpf-countryFlag-script-js" defer=""></script>
<script type="rocketlazyloadscript" id="nbcpf-countryFlag-script-js-after">window.addEventListener('DOMContentLoaded', function() {
(function($) {
$(function() {
$(".wpcf7-countrytext").countrySelect({
});
$(".wpcf7-phonetext").intlTelInput({
autoHideDialCode: false,
autoPlaceholder: "off",
nationalMode: false,
separateDialCode: false,
hiddenInput: "full_number",
});
$(".wpcf7-phonetext").each(function () {
var hiddenInput = $(this).attr('name');
//console.log(hiddenInput);
$("input[name="+hiddenInput+"-country-code]").val($(this).val());
});
$(".wpcf7-phonetext").on("countrychange", function() {
// do something with iti.getSelectedCountryData()
//console.log(this.value);
var hiddenInput = $(this).attr("name");
$("input[name="+hiddenInput+"-country-code]").val(this.value);
});$(".wpcf7-phonetext").on("keyup", function() {
var dial_code = $(this).siblings(".flag-container").find(".country-list li.active span.dial-code").text();
if(dial_code == "")
var dial_code = $(this).siblings(".flag-container").find(".country-list li.highlight span.dial-code").text();
var value = $(this).val();
console.log(dial_code, value);
$(this).val(dial_code + value.substring(dial_code.length));
});$(".wpcf7-countrytext").on("keyup", function() {
var country_name = $(this).siblings(".flag-dropdown").find(".country-list li.active span.country-name").text();
if(country_name == "")
var country_name = $(this).siblings(".flag-dropdown").find(".country-list li.highlight span.country-name").text();
var value = $(this).val();
//console.log(country_name, value);
$(this).val(country_name + value.substring(country_name.length));
});
});
})(jQuery);
});</script>
<script id="wpcf7-redirect-script-js-extra">
var wpcf7r = {"ajax_url":"https:\/\/greenlightcanada.com\/wp-admin\/admin-ajax.php"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/wpcf7-redirect/build/js/wpcf7r-fe.js?ver=1730557920" id="wpcf7-redirect-script-js" defer=""></script>
<script id="cf7mls-js-extra">
var cf7mls_object = {"ajax_url":"https:\/\/greenlightcanada.com\/wp-admin\/admin-ajax.php","is_rtl":"","disable_submit":"true","cf7mls_error_message":"","scroll_step":"true","disable_enter_key":"false","check_step_before_submit":"true"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7-multi-step-pro/assets/frontend/js/cf7mls.js?ver=1730557920" id="cf7mls-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=1.0.0" id="hello-theme-frontend-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/chatbot/js/jquery.slimscroll.min.js?ver=4.7.1" id="qcld-wp-chatbot-slimscroll-js-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/chatbot/js/jquery.cookie.js?ver=1730557920" id="qcld-wp-chatbot-jquery-cookie-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/chatbot/js/jquery.magnific-popup.min.js?ver=4.7.1" id="qcld-wp-chatbot-magnify-popup-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/chatbot/js/qcld-wp-chatbot-plugin.js?ver=1730557920" id="qcld-wp-chatbot-plugin-js" defer=""></script>
<script id="qcld-wp-chatbot-front-js-js-extra">
var wp_chatbot_obj = {"wp_chatbot_position_x":"22","wp_chatbot_position_y":"22","disable_icon_animation":"","disable_featured_product":"","disable_product_search":"","disable_catalog":"","disable_order_status":"","disable_sale_product":"","open_product_detail":"","order_user":"login","ajax_url":"https:\/\/greenlightcanada.com\/wp-admin\/admin-ajax.php","image_path":"https:\/\/greenlightcanada.com\/wp-content\/plugins\/chatbot\/images\/","yes":"Yes","no":"No","or":"Or","host":"Green Light Immigration","agent":"Carrie","agent_image":"custom-agent.png","agent_image_path":"https:\/\/greenlightcanada.com\/wp-content\/uploads\/2023\/07\/agent-1.png","shopper_demo_name":"Client","agent_join":["has joined the conversation"],"welcome":["Welcome to"],"welcome_back":["Welcome back"],"hi_there":["Hi There!"],"hello":["Hello"],"asking_name":["May I know your name?"],"i_am":["I am"],"name_greeting":["Nice to meet you"],"wildcard_msg":["I am here to find what you need. What are you looking for?"],"empty_filter_msg":["Sorry, I did not understand that"],"did_you_mean":["Did you mean?"],"is_typing":["is typing..."],"send_a_msg":["Send a message"],"viewed_products":[],"shopping_cart":[],"cart_updating":[],"cart_removing":[],"imgurl":"https:\/\/greenlightcanada.com\/wp-content\/plugins\/chatbot\/images\/","sys_key_help":"start.","sys_key_product":"","sys_key_catalog":"","sys_key_order":"","sys_key_support":"faq.","sys_key_reset":"reset.","sys_key_email":"email","help_welcome":["Welcome to Help Section"],"back_to_start":["Back to Start"],"help_msg":["Get back to the main menu."],"reset":["Do you want to clear our chat history and start over?"],"wildcard_product":[],"wildcard_catalog":[],"featured_products":[],"sale_products":[],"wildcard_order":[],"wildcard_support":"Button Label","product_asking":[],"product_suggest":[],"product_infinite":[],"product_success":[["Great! We have these products for","Found these products for"]],"product_fail":[["Oops! Nothing matches your criteria","Sorry, I found nothing"]],"support_welcome":["Welcome to FAQ Section"],"support_email":"Click me if you want to send us a email","support_option_again":["You may choose option from below."],"asking_email":["Please provide your email address"],"asking_msg":["Thank you for email address. Please write your message now."],"no_result":[],"support_phone":"Button","asking_phone":["Please provide your Phone number"],"thank_for_phone":["Thank you for Phone number"],"support_query":["FAQ "],"support_ans":[""],"notification_interval":"","notifications":[],"order_welcome":[],"order_username_asking":[],"order_username_password":[],"order_login":"","is_chat_session_active":"0","order_nonce":"ffa6156dc2","order_email_support":[],"email_fail":"Sorry! I could not send your mail! Please contact the webmaster.","invalid_email":["Sorry, Email address is not valid! Please provide a valid email."],"stop_words":"a,able,about,above,abst,accordance,according,accordingly,across,act,actually,added,adj,affected,affecting,affects,after,afterwards,again,against,ah,all,almost,alone,along,already,also,although,always,am,among,amongst,an,and,announce,another,any,anybody,anyhow,anymore,anyone,anything,anyway,anyways,anywhere,apparently,approximately,are,aren,arent,arise,around,as,aside,ask,asking,at,auth,available,away,awfully,b,back,be,became,because,become,becomes,becoming,been,before,beforehand,begin,beginning,beginnings,begins,behind,being,believe,below,beside,besides,between,beyond,biol,both,brief,briefly,but,by,c,ca,came,can,cannot,can't,cause,causes,certain,certainly,co,com,come,comes,contain,containing,contains,could,couldnt,d,date,did,didn't,different,do,does,doesn't,doing,done,don't,down,downwards,due,during,e,each,ed,edu,effect,eg,eight,eighty,either,else,elsewhere,end,ending,enough,especially,et,et-al,etc,even,ever,every,everybody,everyone,everything,everywhere,ex,except,f,far,few,ff,fifth,first,five,fix,followed,following,follows,for,former,formerly,forth,found,four,from,further,furthermore,g,gave,get,gets,getting,give,given,gives,giving,go,goes,gone,got,gotten,h,had,happens,hardly,has,hasn't,have,haven't,having,he,hed,hence,her,here,hereafter,hereby,herein,heres,hereupon,hers,herself,hes,hi,hid,him,himself,his,hither,home,how,howbeit,however,hundred,i,id,ie,if,i'll,im,immediate,immediately,importance,important,in,inc,indeed,index,information,instead,into,invention,inward,is,isn't,it,itd,it'll,its,itself,i've,j,just,k,keep,keeps,kept,kg,km,know,known,knows,l,largely,last,lately,later,latter,latterly,least,less,lest,let,lets,like,liked,likely,line,little,'ll,look,looking,looks,ltd,m,made,mainly,make,makes,many,may,maybe,me,mean,means,meantime,meanwhile,merely,mg,might,million,miss,ml,more,moreover,most,mostly,mr,mrs,much,mug,must,my,myself,n,na,name,namely,nay,nd,near,nearly,necessarily,necessary,need,needs,neither,never,nevertheless,new,next,nine,ninety,no,nobody,non,none,nonetheless,noone,nor,normally,nos,not,noted,nothing,now,nowhere,o,obtain,obtained,obviously,of,off,often,oh,ok,okay,old,omitted,on,once,one,ones,only,onto,or,ord,other,others,otherwise,ought,our,ours,ourselves,out,outside,over,overall,owing,own,p,page,pages,part,particular,particularly,past,per,perhaps,placed,please,plus,poorly,possible,possibly,potentially,pp,predominantly,present,previously,primarily,probably,promptly,proud,provides,put,q,que,quickly,quite,qv,r,ran,rather,rd,re,readily,really,recent,recently,ref,refs,regarding,regardless,regards,related,relatively,research,respectively,resulted,resulting,results,right,run,s,said,same,saw,say,saying,says,sec,section,see,seeing,seem,seemed,seeming,seems,seen,self,selves,sent,seven,several,shall,she,shed,she'll,shes,should,shouldn't,show,showed,shown,showns,shows,significant,significantly,similar,similarly,since,six,slightly,so,some,somebody,somehow,someone,somethan,something,sometime,sometimes,somewhat,somewhere,soon,sorry,specifically,specified,specify,specifying,still,stop,strongly,sub,substantially,successfully,such,sufficiently,suggest,sup,sure,t,take,taken,taking,tell,tends,th,than,thank,thanks,thanx,that,that'll,thats,that've,the,their,theirs,them,themselves,then,thence,there,thereafter,thereby,thered,therefore,therein,there'll,thereof,therere,theres,thereto,thereupon,there've,these,they,theyd,they'll,theyre,they've,think,this,those,thou,though,thoughh,thousand,throug,through,throughout,thru,thus,til,tip,to,together,too,took,toward,towards,tried,tries,truly,try,trying,ts,twice,two,u,un,under,unfortunately,unless,unlike,unlikely,until,unto,up,upon,ups,us,use,used,useful,usefully,usefulness,uses,using,usually,v,value,various,'ve,very,via,viz,vol,vols,vs,w,want,wants,was,wasnt,way,we,wed,welcome,we'll,went,were,werent,we've,what,whatever,what'll,whats,when,whence,whenever,where,whereafter,whereas,whereby,wherein,wheres,whereupon,wherever,whether,which,while,whim,whither,who,whod,whoever,whole,who'll,whom,whomever,whos,whose,why,widely,willing,wish,with,within,without,wont,words,world,would,wouldnt,www,x,y,yes,yet,you,youd,you'll,your,youre,yours,yourself,yourselves,you've,z,zero","currency_symbol":"","enable_messenger":"","messenger_label":[],"fb_page_id":"","enable_skype":"","enable_whats":"","whats_label":[],"whats_num":"","ret_greet":"","enable_exit_intent":"","exit_intent_msg":"","exit_intent_once":"","enable_scroll_open":"","scroll_open_msg":"","scroll_open_percent":"","scroll_open_once":"","enable_auto_open":"","auto_open_msg":"","auto_open_time":"","auto_open_once":"","proactive_bg_color":"","disable_feedback":"1","disable_faq":"","feedback_label":[],"enable_meta_title":"","meta_label":"","phone_number":"","disable_site_search":"","ajax_nonce":"ae91f0a60e","site_search":"","call_gen":"1","call_sup":"","enable_ret_sound":"","enable_ret_user_show":"","enable_inactive_time_show":"","ret_inactive_user_once":"","mobile_full_screen":"1","botpreloadingtime":"100","inactive_time":"","checkout_msg":"","ai_df_enable":"","ai_df_token":"","df_defualt_reply":"Array","df_agent_lan":"Array","openai_enabled":"","start_menu":"<span class=\"qcld-chatbot-wildcard qcld-chatbot-form ui-draggable ui-draggable-handle qc_draggable_item_remove ui-sortable-handle\" data-form=\"CF64aa02a0eea1f\">View options<\/span>","conversation_form_ids":["CF64aa02a0eea1f"],"conversation_form_names":["View options"],"simple_response_intent":[],"forms":["View options"],"form_ids":["CF64aa02a0eea1f"],"form_commands":[["view options"]],"df_api_version":"v2","v2_client_url":"https:\/\/greenlightcanada.com\/?action=qcld_dfv2_api","show_menu_after_greetings":"1","current_user_id":"0"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/chatbot/js/qcld-wp-chatbot-front.js?ver=1730557920" id="qcld-wp-chatbot-front-js-js" defer=""></script>
<script id="wpcf7cf-scripts-js-extra">
var wpcf7cf_global_settings = {"ajaxurl":"https:\/\/greenlightcanada.com\/wp-admin\/admin-ajax.php"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/cf7-conditional-fields/js/scripts.js?ver=1730557921" id="wpcf7cf-scripts-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/sdks/OneSignalSDK.js?ver=1730557921" id="remote_sdk-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1" id="smartmenus-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/owl.carousel.min.js?ver=1.5.60" id="owl-carousel-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.js?ver=1.5.60" id="fancybox-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/remote/ue-remote-controls.js?ver=1730557922" id="ue_remote_controls-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://greenlightcanada.com/wp-content/cache/min/1/wp-content/uploads/ac_assets/uc_content_tabs/jquery.responsiveTabs.js?ver=1730557922" id="uc_ac_assets_file_jquery_responsivetabs_js_29656-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-includes/js/imagesloaded.min.js?ver=4.1.4" id="imagesloaded-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.13.2" id="elementor-pro-webpack-runtime-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.13.4" id="elementor-webpack-runtime-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.13.4" id="elementor-frontend-modules-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11" id="regenerator-runtime-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/greenlightcanada.com\/wp-admin\/admin-ajax.php","nonce":"74feea414a","urls":{"assets":"https:\/\/greenlightcanada.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/greenlightcanada.com\/wp-json\/"},"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"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/greenlightcanada.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.13.2" id="elementor-pro-frontend-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js" defer=""></script>
<script type="rocketlazyloadscript" id="elementor-frontend-js-before">
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"},"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}}},"version":"3.13.4","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"e_font_icon_svg":true,"a11y_improvements":true,"additional_custom_breakpoints":true,"container":true,"e_swiper_latest":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"landing-pages":true,"e_lazyload":true,"loop":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/greenlightcanada.com\/wp-content\/plugins\/elementor\/assets\/"},"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","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":27,"title":"Canada%20Immigration%20%7C%20Immigration%20Consultants%20Toronto","excerpt":"","featuredImage":false}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.13.4" id="elementor-frontend-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.13.2" id="pro-elements-handlers-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://greenlightcanada.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.13.2" id="e-sticky-js" defer=""></script>
<!-- Unlimited Elements 1.5.60 Scripts -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="unlimited-elements-scripts">window.addEventListener('DOMContentLoaded', function() {
/* Content Carousel scripts: */
jQuery(document).ready(function(){
function uc_content_carousel_new_elementor_d02ff00_start(){
var objCarousel = jQuery('#uc_content_carousel_new_elementor_d02ff00');
var objClonedItems;
var itemHolderSelector = '.uc_image_carousel_container_holder';
function initCarousel(){
//cloned items fancybox fix
var objItems = objCarousel.find(itemHolderSelector);
var itemsNum = objItems.length;
//set data index for each origin item
for(let i=0; i<itemsNum; i++){
var objItem = objItems.eq(i);
objItem.attr('data-fancy-index', i);
}
objCarousel.owlCarousel({
loop: true,
rtl: false,
center:false,
autoplayTimeout : 5000,
autoplayHoverPause:true,
smartSpeed: 1000,
changeItemOnClick:false,
paddingType: 'none',
dots: false,
navText: ["<i class='fas fa-chevron-left'></i>","<i class='fas fa-chevron-right'></i>"],
nav: true,
autoplay: false,
margin: 0,
delayBeforeLoad: 200,
responsive : {
0 : {
items:1,
},
768 : {
items:2,
},
980 : {
items:4,
}
}
});
//wait while carousel init
setTimeout(function(){
var useFancybox = objCarousel.data("lightbox");
if(useFancybox == false)
return(false);
var imageLinkSelector = '.ue_img_link'; //link on image
//init fancybox only on non cloned items
var fancyLink = objCarousel.find(".owl-item:not(.cloned) "+imageLinkSelector);
fancyLink.attr("data-fancybox", "gallery")
fancyLink.fancybox({
loop: true,
arrows : true,
backfocus: false
});
//for cloned items find origin items and trigger it
objClonedItems = objCarousel.find(".owl-item.cloned");
objClonedItems.on('click', function() {
var objClonedItem = jQuery(this);
var objClonedItemChild = objClonedItem.find(itemHolderSelector);
var clickedDataFancyIndex = objClonedItemChild.data('fancy-index');
var objOriginItem = objCarousel.find('.owl-item:not(.cloned) [data-fancy-index='+clickedDataFancyIndex+'] '+imageLinkSelector);
var objOriginOwlItem = objOriginItem.parent('.owl-item');
objOriginItem.trigger('click');
//do nothing with clicked cloned item https://obu.edu/_resources/ldp/galleries/fancybox/
return(false);
});
},400);
}
initCarousel();
objCarousel.on("uc_ajax_refreshed",function(){
objCarousel.trigger('destroy.owl.carousel');
initCarousel();
});
objCarousel.trigger("uc-object-ready");
jQuery("body").trigger("uc-remote-parent-init", [objCarousel]);
}if(jQuery("#uc_content_carousel_new_elementor_d02ff00").length) uc_content_carousel_new_elementor_d02ff00_start(); else
jQuery( document ).on( 'elementor/popup/show', () => { if(jQuery("#uc_content_carousel_new_elementor_d02ff00").length) uc_content_carousel_new_elementor_d02ff00_start();});
});
/* Remote Arrows scripts: */
jQuery(document).ready(function(){
var objRemoteApi = new UERemoteWidgets();
function initArrows(parentid2){
var options = {};
if(parentid2)
options.force_parentid = parentid2;
objRemoteApi.onWidgetInit("uc_arrow_navigation_elementor_ac67fba",function(objWidget){
objRemoteApi.setAction("next", ".ue-carousel-next", true);
objRemoteApi.setAction("prev", ".ue-carousel-prev",true);
},options);
}
initArrows();
var objWidget = jQuery("#uc_arrow_navigation_elementor_ac67fba");
var parentid2 = objWidget.data("parentid2");
if(parentid2)
initArrows(parentid2);
});
/* Remote Counter scripts: */
jQuery(document).ready(function(){
function numToText(num){
if(num.toString().length < 2)
num = "0" + num;
return(num);
}
function uc_remote_counter_display_elementor_8692601_start(){
var objRemoteApi = new UERemoteWidgets();
objRemoteApi.onWidgetInit("uc_remote_counter_display_elementor_8692601",function(objWidget){
var currentItemDisplay = objWidget.find('.ue-counter-current');
var totalItemsDisplay = objWidget.find('.ue-counter-total');
var totalItems = objRemoteApi.doAction('get_total_items');
var currentItem = objRemoteApi.doAction('get_num_current')+1;
totalItems = numToText(totalItems);
currentItem = numToText(currentItem);
// pass variables to html
currentItemDisplay.text(currentItem);
totalItemsDisplay.text(totalItems);
// define changed event
objRemoteApi.onEvent("change", function() {
// get currentItem after changed event
var currentItem = objRemoteApi.doAction('get_num_current')+1;
currentItem = numToText(currentItem);
currentItemDisplay.text(currentItem);
});
});
}if(jQuery("#uc_remote_counter_display_elementor_8692601").length) uc_remote_counter_display_elementor_8692601_start(); else
jQuery( document ).on( 'elementor/popup/show', () => { if(jQuery("#uc_remote_counter_display_elementor_8692601").length) uc_remote_counter_display_elementor_8692601_start();});
});
/* Content Tabs scripts: */
jQuery(document).ready(function () {
var jQuerytabs = jQuery('#uc_content_tabs_elementor_22a5a14');
var htmlAccordion = jQuerytabs.find(".uc-accordion-contents-template").html();
var tabsOptions = {
startCollapsed: 'none',
collapsible: 'accordion',
setHash: true,
accordionAnchorHTML:htmlAccordion ,
breakpoint: 0
}
jQuerytabs.responsiveTabs('init', tabsOptions);
function initScrollOption(){
}
initScrollOption();
jQuerytabs.on("uc_ajax_refreshed", function(){
jQuerytabs.responsiveTabs("init", "destroy");
jQuerytabs.responsiveTabs("reinit", tabsOptions);
initScrollOption();
});
var objRemoteOptions = {
class_items:"r-tabs-tab",
class_active:"r-tabs-state-active",
selector_item_trigger:".r-tabs-anchor"
};
jQuerytabs.data("uc-remote-options", objRemoteOptions);
jQuerytabs.trigger("uc-object-ready");
jQuery("body").trigger("uc-remote-parent-init", [jQuerytabs]);
});
/* Remote Arrows scripts: */
jQuery(document).ready(function(){
var objRemoteApi = new UERemoteWidgets();
function initArrows(parentid2){
var options = {};
if(parentid2)
options.force_parentid = parentid2;
objRemoteApi.onWidgetInit("uc_arrow_navigation_elementor_c9b5303",function(objWidget){
objRemoteApi.setAction("next", ".ue-carousel-next", true);
objRemoteApi.setAction("prev", ".ue-carousel-prev",true);
},options);
}
initArrows();
var objWidget = jQuery("#uc_arrow_navigation_elementor_c9b5303");
var parentid2 = objWidget.data("parentid2");
if(parentid2)
initArrows(parentid2);
});
/* Content Carousel scripts: */
jQuery(document).ready(function(){
function uc_content_carousel_new_elementor_eef799f_start(){
var objCarousel = jQuery('#uc_content_carousel_new_elementor_eef799f');
var objClonedItems;
var itemHolderSelector = '.uc_image_carousel_container_holder';
function initCarousel(){
//cloned items fancybox fix
var objItems = objCarousel.find(itemHolderSelector);
var itemsNum = objItems.length;
//set data index for each origin item
for(let i=0; i<itemsNum; i++){
var objItem = objItems.eq(i);
objItem.attr('data-fancy-index', i);
}
objCarousel.owlCarousel({
loop: true,
rtl: false,
center:false,
autoplayTimeout : 5000,
autoplayHoverPause:true,
smartSpeed: 1000,
changeItemOnClick:false,
paddingType: 'none',
dots: false,
navText: ["<i class='fas fa-chevron-left'></i>","<i class='fas fa-chevron-right'></i>"],
nav: false,
autoplay: false,
margin: 0,
delayBeforeLoad: 200,
responsive : {
0 : {
items:1,
},
768 : {
items:2,
},
980 : {
items:1,
}
}
});
//wait while carousel init
setTimeout(function(){
var useFancybox = objCarousel.data("lightbox");
if(useFancybox == false)
return(false);
var imageLinkSelector = '.ue_img_link'; //link on image
//init fancybox only on non cloned items
var fancyLink = objCarousel.find(".owl-item:not(.cloned) "+imageLinkSelector);
fancyLink.attr("data-fancybox", "gallery")
fancyLink.fancybox({
loop: true,
arrows : true,
backfocus: false
});
//for cloned items find origin items and trigger it
objClonedItems = objCarousel.find(".owl-item.cloned");
objClonedItems.on('click', function() {
var objClonedItem = jQuery(this);
var objClonedItemChild = objClonedItem.find(itemHolderSelector);
var clickedDataFancyIndex = objClonedItemChild.data('fancy-index');
var objOriginItem = objCarousel.find('.owl-item:not(.cloned) [data-fancy-index='+clickedDataFancyIndex+'] '+imageLinkSelector);
var objOriginOwlItem = objOriginItem.parent('.owl-item');
objOriginItem.trigger('click');
//do nothing with clicked cloned item https://obu.edu/_resources/ldp/galleries/fancybox/
return(false);
});
},400);
}
initCarousel();
objCarousel.on("uc_ajax_refreshed",function(){
objCarousel.trigger('destroy.owl.carousel');
initCarousel();
});
objCarousel.trigger("uc-object-ready");
jQuery("body").trigger("uc-remote-parent-init", [objCarousel]);
}if(jQuery("#uc_content_carousel_new_elementor_eef799f").length) uc_content_carousel_new_elementor_eef799f_start(); else
jQuery( document ).on( 'elementor/popup/show', () => { if(jQuery("#uc_content_carousel_new_elementor_eef799f").length) uc_content_carousel_new_elementor_eef799f_start();});
});
/* Remote Arrows scripts: */
jQuery(document).ready(function(){
var objRemoteApi = new UERemoteWidgets();
function initArrows(parentid2){
var options = {};
if(parentid2)
options.force_parentid = parentid2;
objRemoteApi.onWidgetInit("uc_arrow_navigation_elementor_c07489d",function(objWidget){
objRemoteApi.setAction("next", ".ue-carousel-next", true);
objRemoteApi.setAction("prev", ".ue-carousel-prev",true);
},options);
}
initArrows();
var objWidget = jQuery("#uc_arrow_navigation_elementor_c07489d");
var parentid2 = objWidget.data("parentid2");
if(parentid2)
initArrows(parentid2);
});
/* Content Carousel scripts: */
jQuery(document).ready(function(){
function uc_content_carousel_new_elementor_6cb5e2f_start(){
var objCarousel = jQuery('#uc_content_carousel_new_elementor_6cb5e2f');
var objClonedItems;
var itemHolderSelector = '.uc_image_carousel_container_holder';
function initCarousel(){
//cloned items fancybox fix
var objItems = objCarousel.find(itemHolderSelector);
var itemsNum = objItems.length;
//set data index for each origin item
for(let i=0; i<itemsNum; i++){
var objItem = objItems.eq(i);
objItem.attr('data-fancy-index', i);
}
objCarousel.owlCarousel({
loop: true,
rtl: false,
center:false,
autoplayTimeout : 5000,
autoplayHoverPause:true,
smartSpeed: 1000,
changeItemOnClick:false,
paddingType: 'none',
dots: false,
navText: ["<i class='fas fa-chevron-left'></i>","<i class='fas fa-chevron-right'></i>"],
nav: false,
autoplay: false,
margin: 0,
delayBeforeLoad: 200,
responsive : {
0 : {
items:1,
},
768 : {
items:2,
},
980 : {
items:1,
}
}
});
//wait while carousel init
setTimeout(function(){
var useFancybox = objCarousel.data("lightbox");
if(useFancybox == false)
return(false);
var imageLinkSelector = '.ue_img_link'; //link on image
//init fancybox only on non cloned items
var fancyLink = objCarousel.find(".owl-item:not(.cloned) "+imageLinkSelector);
fancyLink.attr("data-fancybox", "gallery")
fancyLink.fancybox({
loop: true,
arrows : true,
backfocus: false
});
//for cloned items find origin items and trigger it
objClonedItems = objCarousel.find(".owl-item.cloned");
objClonedItems.on('click', function() {
var objClonedItem = jQuery(this);
var objClonedItemChild = objClonedItem.find(itemHolderSelector);
var clickedDataFancyIndex = objClonedItemChild.data('fancy-index');
var objOriginItem = objCarousel.find('.owl-item:not(.cloned) [data-fancy-index='+clickedDataFancyIndex+'] '+imageLinkSelector);
var objOriginOwlItem = objOriginItem.parent('.owl-item');
objOriginItem.trigger('click');
//do nothing with clicked cloned item https://obu.edu/_resources/ldp/galleries/fancybox/
return(false);
});
},400);
}
initCarousel();
objCarousel.on("uc_ajax_refreshed",function(){
objCarousel.trigger('destroy.owl.carousel');
initCarousel();
});
objCarousel.trigger("uc-object-ready");
jQuery("body").trigger("uc-remote-parent-init", [objCarousel]);
}if(jQuery("#uc_content_carousel_new_elementor_6cb5e2f").length) uc_content_carousel_new_elementor_6cb5e2f_start(); else
jQuery( document ).on( 'elementor/popup/show', () => { if(jQuery("#uc_content_carousel_new_elementor_6cb5e2f").length) uc_content_carousel_new_elementor_6cb5e2f_start();});
});
/* Scroll To Top scripts: */
jQuery(document).ready(function(){
function showArrow(pixels){
jQuery(window).scroll(function () {
if (jQuery(this).scrollTop() > pixels) {
jQuery('#uc_ue_scroll_to_top_elementor_9bf8060').fadeIn(300);
} else {
jQuery('#uc_ue_scroll_to_top_elementor_9bf8060').fadeOut(300);
}
});
}
jQuery('#uc_ue_scroll_to_top_elementor_9bf8060 .ue-scroll-to-cta').click(function () {
jQuery('body,html').animate({
scrollTop: 0
}, 300 );
});
});
});</script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async="" src="https://greenlightcanada.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script>
<span id="elementor-device-mode-wpr" class="elementor-screen-only"></span></body></html><!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1732495050 -->