{"id":14477,"date":"2024-04-06T12:43:27","date_gmt":"2024-04-06T07:13:27","guid":{"rendered":"https:\/\/www.admissify.com\/blog\/?post_type=web-story&#038;p=14477"},"modified":"2024-04-06T12:44:40","modified_gmt":"2024-04-06T07:14:40","slug":"study-abroad-5-countries-recent-visa-changes","status":"publish","type":"web-story","link":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/","title":{"rendered":"Study Abroad 5 Countries Recent Visa Changes"},"content":{"rendered":"<p><html amp=\"\" lang=\"en\"><head>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script id="bv-lazyload-images" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});var bv_lazyload_event_listener="load",bv_lazyload_events=["mousemove","click","keydown","wheel","touchmove","touchend"],bv_use_srcset_attr=!1,BV_DEBUG_MODE=!1,bv_style_observer,img_observer,picture_lazy_observer,bvImageLazyloadObserverOptions={rootMargin:"200px 0px",threshold:.01};function bvDebugLog(...args){BV_DEBUG_MODE&&console.log(...args)}__name(bvDebugLog,"bvDebugLog"),bv_lazyload_event_listener=="load"?window.addEventListener("load",event=>{handle_lazyload_images()}):bv_lazyload_event_listener=="readystatechange"&&document.addEventListener("readystatechange",event=>{document.readyState==="interactive"&&handle_lazyload_images()});function add_lazyload_image_event_listeners(handle_lazyload_images2){bv_lazyload_events.forEach(function(event){document.addEventListener(event,handle_lazyload_images2,!0)})}__name(add_lazyload_image_event_listeners,"add_lazyload_image_event_listeners");function remove_lazyload_image_event_listeners(){bv_lazyload_events.forEach(function(event){document.removeEventListener(event,handle_lazyload_images,!0)})}__name(remove_lazyload_image_event_listeners,"remove_lazyload_image_event_listeners");function bv_replace_lazyloaded_image_url(element2){let src_value=element2.getAttribute("bv-data-src"),srcset_value=element2.getAttribute("bv-data-srcset"),currentSrc=element2.getAttribute("src");currentSrc&&currentSrc.startsWith("data:image/svg+xml")&&(bv_use_srcset_attr&&srcset_value&&element2.setAttribute("srcset",srcset_value),src_value&&element2.setAttribute("src",src_value))}__name(bv_replace_lazyloaded_image_url,"bv_replace_lazyloaded_image_url");function bv_replace_inline_style_image_url(element2){let bv_style_attr=element2.getAttribute("bv-data-style");if(bvDebugLog(bv_style_attr),bv_style_attr){let currentStyles=element2.getAttribute("style")||"",newStyle=currentStyles+(currentStyles?";":"")+bv_style_attr;element2.setAttribute("style",newStyle)}else bvDebugLog("BV_STYLE_ATTRIBUTE_NOT_FOUND : "+entry)}__name(bv_replace_inline_style_image_url,"bv_replace_inline_style_image_url");function handleLazyloadImages(entries){entries.map(entry2=>{entry2.isIntersecting&&(bv_replace_lazyloaded_image_url(entry2.target),img_observer.unobserve(entry2.target))})}__name(handleLazyloadImages,"handleLazyloadImages");function handleOnscreenInlineStyleImages(entries){entries.map(entry2=>{entry2.isIntersecting&&(bv_replace_inline_style_image_url(entry2.target),bv_style_observer.unobserve(entry2.target))})}__name(handleOnscreenInlineStyleImages,"handleOnscreenInlineStyleImages");function handlePictureTags(entries){entries.map(entry2=>{entry2.isIntersecting&&(bv_replace_picture_tag_url(entry2.target),picture_lazy_observer.unobserve(entry2.target))})}__name(handlePictureTags,"handlePictureTags");function bv_replace_picture_tag_url(element2){const child_elements=element2.children;for(let i=0;i<child_elements.length;i++){let child_elem=child_elements[i],_srcset=child_elem.getAttribute("bv-data-srcset"),_src=child_elem.getAttribute("bv-data-src");_srcset&&child_elem.setAttribute("srcset",_srcset),_src&&child_elem.setAttribute("src",_src),bv_replace_picture_tag_url(child_elem)}}__name(bv_replace_picture_tag_url,"bv_replace_picture_tag_url"),"IntersectionObserver"in window&&(bv_style_observer=new IntersectionObserver(handleOnscreenInlineStyleImages,bvImageLazyloadObserverOptions),img_observer=new IntersectionObserver(handleLazyloadImages,bvImageLazyloadObserverOptions),picture_lazy_observer=new IntersectionObserver(handlePictureTags,bvImageLazyloadObserverOptions));function handle_lazyload_images(){"IntersectionObserver"in window?(document.querySelectorAll(".bv-lazyload-bg-style").forEach(target_element=>{bv_style_observer.observe(target_element)}),document.querySelectorAll(".bv-lazyload-tag-img").forEach(img_element=>{img_observer.observe(img_element)}),document.querySelectorAll(".bv-lazyload-picture").forEach(picture_element=>{picture_lazy_observer.observe(picture_element)})):(document.querySelectorAll(".bv-lazyload-bg-style").forEach(target_element=>{bv_replace_inline_style_image_url(target_element)}),document.querySelectorAll(".bv-lazyload-tag-img").forEach(target_element=>{bv_replace_lazyloaded_image_url(target_element)}),document.querySelectorAll(".bv-lazyload-picture").forEach(picture_element=>{bv_replace_picture_tag_url(element)}))}__name(handle_lazyload_images,"handle_lazyload_images");
</script>

<script id="bv-viewport-image-hydration" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});const BV_VIEWPORT_IMAGE_CLASS="bv-viewport-img",BV_VIEWPORT_IMAGE_SWAP_MODE="src";function getViewportImageDeviceName(){let device_width=window.outerWidth;return device_width<=480?"mobile":device_width<=820?"ipad":device_width<=1536?"desktop":"large"}__name(getViewportImageDeviceName,"getViewportImageDeviceName");function getViewportHydrationAttr(node_element,attr_suffix,device_name){let attr_names=["bv-data-"+device_name+"-"+attr_suffix,"bv-data-large-"+attr_suffix];for(let index=0;index<attr_names.length;index+=1){let attr_value=node_element.getAttribute(attr_names[index]);if(attr_value)return attr_value}return""}__name(getViewportHydrationAttr,"getViewportHydrationAttr");function hydrateViewportImage(node_element){if(!node_element||node_element.getAttribute("bv-viewport-hydrated")==="1")return;let hydrated=!1,device_name=getViewportImageDeviceName(),src_attr=getViewportHydrationAttr(node_element,"src",device_name),srcset_attr=getViewportHydrationAttr(node_element,"srcset",device_name);BV_VIEWPORT_IMAGE_SWAP_MODE==="srcset"&&srcset_attr&&(node_element.setAttribute("srcset",srcset_attr),hydrated=!0),src_attr&&(node_element.setAttribute("src",src_attr),hydrated=!0),hydrated&&node_element.setAttribute("bv-viewport-hydrated","1")}__name(hydrateViewportImage,"hydrateViewportImage");function hydrateViewportImages(){let img_tags=document.querySelectorAll("."+BV_VIEWPORT_IMAGE_CLASS);setTimeout(()=>{img_tags.forEach(img_tag=>{hydrateViewportImage(img_tag)})},0)}__name(hydrateViewportImages,"hydrateViewportImages"),document.readyState==="loading"?document.addEventListener("DOMContentLoaded",hydrateViewportImages):hydrateViewportImages();
</script>

<script id="bv-dl-scripts-list" data-cfasync="false" bv-exclude="true">
var scriptAttrs = [{"attrs":{"defer":true,"data-cfasync":false,"async":false,"src":"\\"https:\\/\\/cdn.ampproject.org\\/v0.js\\"","bv_inline_delayed":false},"bv_unique_id":"90vEkZNX4ZShXAojMreN","reference":0},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"src":"\\"https:\\/\\/cdn.ampproject.org\\/v0\\/amp-story-1.0.js\\"","custom-element":"\\"amp-story\\"","bv_inline_delayed":false},"bv_unique_id":"eIlSokBGS1dufTTfVKso","reference":1},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"LvHO7SXbRBwcqxnzQ6uQ","reference":2},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"bqIzO2dZSF4gwaWTShw4","reference":3},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"eHkXh96mNQoh4PyTTGs9","reference":4},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"p9xassHXolqCdIW1fYUi","reference":5},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"HtU1CEdEYNFm4YohDhPc","reference":6},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"rSf3LkJjbDpPiVqJ44aC","reference":7},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"koBD0elDSwmFvKdnSgte","reference":8},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"ofZZ6bIdAuwtPrwTCGlN","reference":9},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"vJZaIouFA8w0L1kKogKz","reference":10},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"Rv1MImfsiHGMzraub4NW","reference":11},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"alsZHMdXUJDloqjuwPBl","reference":12},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"HIetcQLWRJjGgooQeIKb","reference":13},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/json\\"","bv_inline_delayed":true},"bv_unique_id":"hhgw9GcL4xAoCsDSAMez","reference":14},{"attrs":{"defer":true,"data-cfasync":false,"async":false,"type":"\\"application\\/ld+json\\"","class":"\\"yoast-schema-graph\\"","bv_inline_delayed":true},"bv_unique_id":"iVfjy0Mzyh2dbL88eHdo","reference":15},{"attrs":{"src":"data:text\/javascript;base64, ZnVuY3Rpb24gYnZfdHJpZ2dlcl9haXJsaWZ0X2V2ZW50KHRhcmdldCwgZXZlbnRfdHlwZSkgewoKICBpZiAoZXZlbnRfdHlwZSA9PT0gInJlYWR5c3RhdGVjaGFuZ2UiKSB7CiAgICBpZiAoYnZfc3RhdGVfY291bnRlciA9PT0gMCkgewogICAgICBidl9zdGF0ZV9jb3VudGVyICs9IDEKICAgICAgYnZfY3VzdG9tX3JlYWR5X3N0YXRlX3ZhbHVlID0gImludGVyYWN0aXZlIgogICAgfSBlbHNlIGlmKGJ2X3N0YXRlX2NvdW50ZXIgPT09IDEpIHsKICAgICAgYnZfc3RhdGVfY291bnRlciArPSAxCiAgICAgIGJ2X2N1c3RvbV9yZWFkeV9zdGF0ZV92YWx1ZSA9ICJjb21wbGV0ZSIKICAgIH0KICB9CgogIGxldCBldmVudF9uYW1lID0gIkFpcmxpZnQiICsgZXZlbnRfdHlwZTsKICBsZXQgc3ludGhldGljRXZlbnQgPSBuZXcgRXZlbnQoZXZlbnRfbmFtZSwgeyBidWJibGVzOiB0cnVlIH0pOwoKICBPYmplY3QuZGVmaW5lUHJvcGVydHkoc3ludGhldGljRXZlbnQsICJ0eXBlIiwgeyBnZXQ6IGZ1bmN0aW9uICgpIHsgcmV0dXJuIGV2ZW50X3R5cGU7IH0sIHNldDogZnVuY3Rpb24gKCkgeyB9IH0pOwogIE9iamVjdC5kZWZpbmVQcm9wZXJ0eShzeW50aGV0aWNFdmVudCwgInRhcmdldCIsIHsgZ2V0OiBmdW5jdGlvbiAoKSB7IHJldHVybiB0YXJnZXQ7IH0sIHNldDogZnVuY3Rpb24gKCkgeyB9IH0pOwoKICB0YXJnZXQuZGlzcGF0Y2hFdmVudChzeW50aGV0aWNFdmVudCk7Cn0KCmZ1bmN0aW9uIGJ2X2Rpc3BhdGNoRGVsYXllZEV2ZW50cygpIHsKICAgIGJ2X3RyaWdnZXJfYWlybGlmdF9ldmVudChkb2N1bWVudCwgInJlYWR5c3RhdGVjaGFuZ2UiKTsKICAgIGJ2X3RyaWdnZXJfYWlybGlmdF9ldmVudChkb2N1bWVudCwgIkRPTUNvbnRlbnRMb2FkZWQiKTsKCiAgICBzZXRUaW1lb3V0KCgpID0+IHsKICAgICAgICBidl90cmlnZ2VyX2FpcmxpZnRfZXZlbnQoZG9jdW1lbnQsICJyZWFkeXN0YXRlY2hhbmdlIik7CgogICAgICAgIHNldFRpbWVvdXQoKCkgPT4gewogICAgICAgICAgICBidl90cmlnZ2VyX2FpcmxpZnRfZXZlbnQod2luZG93LCAibG9hZCIpOwogICAgICAgICAgICBidl90cmlnZ2VyX2FpcmxpZnRfZXZlbnQod2luZG93LCAicGFnZXNob3ciKTsKICAgICAgICB9LCAwKTsKICAgIH0sIDApOwp9Cgp2YXIgYnZfc3RhdGVfY291bnRlciA9IDAKCmJ2X2Rpc3BhdGNoRGVsYXllZEV2ZW50cygpOwoK","id":"bv-trigger-listener","type":"text\/javascript","defer":true,"async":false},"bv_unique_id":"d6fe9c24159ed4a27d224d91c70f8fdc","reference":100000000}];
</script>
<script id="bv-web-worker" type="javascript/worker" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});self.onmessage=function(e){var counter=e.data.fetch_urls.length;e.data.fetch_urls.forEach(function(fetch_url){loadUrl(fetch_url,function(){console.log("DONE: "+fetch_url),counter=counter-1,counter===0&&self.postMessage({status:"SUCCESS"})})})};async function loadUrl(fetch_url,callback){try{var request=new Request(fetch_url,{mode:"no-cors",redirect:"follow"});await fetch(request),callback()}catch(fetchError){console.log("Fetch Error loading URL:",fetchError);try{var xhr=new XMLHttpRequest;xhr.onerror=callback,xhr.onload=callback,xhr.responseType="blob",xhr.open("GET",fetch_url,!0),xhr.send()}catch(xhrError){console.log("XHR Error loading URL:",xhrError),callback()}}}__name(loadUrl,"loadUrl");
</script>
<script id="bv-web-worker-handler" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});if(typeof scriptAttrs<"u"&&Array.isArray(scriptAttrs)&&scriptAttrs.length>0){const lastElement=scriptAttrs[scriptAttrs.length-1];if(lastElement.attrs&&lastElement.attrs.id==="bv-trigger-listener"){var bv_custom_ready_state_value="loading";Object.defineProperty(document,"readyState",{get:__name(function(){return bv_custom_ready_state_value},"get"),set:__name(function(){},"set")})}}if(typeof scriptAttrs>"u"||!Array.isArray(scriptAttrs))var scriptAttrs=[];if(typeof linkStyleAttrs>"u"||!Array.isArray(linkStyleAttrs))var linkStyleAttrs=[];function isMobileDevice(){return window.innerWidth<=500}__name(isMobileDevice,"isMobileDevice");var js_dom_loaded=!1;document.addEventListener("DOMContentLoaded",()=>{js_dom_loaded=!0});const EVENTS=["mousemove","click","keydown","wheel","touchmove","touchend"];var scriptUrls=[],styleUrls=[],bvEventCalled=!1,workerFinished=!1,functionExec=!1,scriptsInjected=!1,stylesInjected=!1,bv_load_event_fired=!1,autoInjectTimerStarted=!1;const BV_AUTO_INJECT_ENABLED=!0,BV_DESKTOP_AUTO_INJECT_DELAY=4e3,BV_MOBILE_AUTO_INJECT_DELAY=1e4,BV_WORKER_TIMEOUT_DURATION=3e3;scriptAttrs.forEach((scriptAttr,index)=>{scriptAttr.attrs.src&&!scriptAttr.attrs.src.includes("data:text/javascript")&&(scriptUrls[index]=scriptAttr.attrs.src)}),linkStyleAttrs.forEach((linkAttr,index)=>{styleUrls[index]=linkAttr.attrs.href});var fetchUrls=scriptUrls.concat(styleUrls);function addEventListeners(bvEventHandler2){EVENTS.forEach(function(event){document.addEventListener(event,bvEventFired,!0),document.addEventListener(event,bvEventHandler2,!0)})}__name(addEventListeners,"addEventListeners");function removeEventListeners(){EVENTS.forEach(function(event){document.removeEventListener(event,bvEventHandler,!0)})}__name(removeEventListeners,"removeEventListeners");function bvEventFired(){bvEventCalled||(bvEventCalled=!0,workerFinished=!0)}__name(bvEventFired,"bvEventFired");function bvGetElement(attributes,element){Object.keys(attributes).forEach(function(attr){attr==="async"?element.async=attributes[attr]:attr==="innerHTML"?element.innerHTML=atob(attributes[attr]):element.setAttribute(attr,attributes[attr])})}__name(bvGetElement,"bvGetElement");function bvAddElement(attr,element){var attributes=attr.attrs;if(attributes.bv_inline_delayed){let bvScriptId=attr.bv_unique_id,bvScriptElement=document.querySelector("[bv_unique_id='"+bvScriptId+"']");bvScriptElement?(!attributes.innerHTML&&!attributes.src&&bvScriptElement.textContent.trim()!==""&&(attributes.src="data:text/javascript;base64, "+btoa(unescape(encodeURIComponent(bvScriptElement.textContent)))),bvGetElement(attributes,element),bvScriptElement.after(element)):console.log(`Script not found for ${bvScriptId}`)}else{bvGetElement(attributes,element);var templateId=attr.bv_unique_id,targetElement=document.querySelector("[id='"+templateId+"']");targetElement&&targetElement.after(element)}}__name(bvAddElement,"bvAddElement");function injectStyles(){if(stylesInjected){console.log("Styles already injected, skipping");return}stylesInjected=!0,document.querySelectorAll('style[type="bv_inline_delayed_css"], template[id]').forEach(element=>{if(element.tagName.toLowerCase()==="style"){var new_style=document.createElement("style");new_style.type="text/css",new_style.textContent=element.textContent,element.after(new_style),new_style.parentNode?element.remove():console.log("PARENT NODE NOT FOUND")}else if(element.tagName.toLowerCase()==="template"){var templateId=element.id,linkStyleAttr=linkStyleAttrs.find(attr=>attr.bv_unique_id===templateId);if(linkStyleAttr){var link=document.createElement("link");bvAddElement(linkStyleAttr,link),element.parentNode&&element.parentNode.replaceChild(link,element),console.log("EXTERNAL STYLE ADDED")}else console.log(`No linkStyleAttr found for template ID ${templateId}`)}}),linkStyleAttrs.forEach((linkStyleAttr,index)=>{console.log("STYLE ADDED");var element=document.createElement("link");bvAddElement(linkStyleAttr,element)})}__name(injectStyles,"injectStyles");function injectScripts(){if(scriptsInjected){console.log("Scripts already injected, skipping");return}scriptsInjected=!0;let last_script_element;scriptAttrs.forEach((scriptAttr,index)=>{if(bv_custom_ready_state_value==="loading"&&scriptAttr.attrs&&scriptAttr.attrs.is_first_defer_element===!0)if(last_script_element){const readyStateScript=document.createElement("script");readyStateScript.src="data:text/javascript;base64, "+btoa(unescape(encodeURIComponent("bv_custom_ready_state_value = 'interactive';"))),readyStateScript.async=!1,last_script_element.after(readyStateScript)}else bv_custom_ready_state_value="interactive",console.log('Ready state manually set to "interactive"');console.log("JS ADDED");var element=document.createElement("script");last_script_element=element,bvAddElement(scriptAttr,element)})}__name(injectScripts,"injectScripts");function bvEventHandler(){console.log("EVENT FIRED"),js_dom_loaded&&bvEventCalled&&workerFinished&&!functionExec&&(functionExec=!0,injectStyles(),injectScripts(),removeEventListeners())}__name(bvEventHandler,"bvEventHandler");function autoInjectScriptsAfterLoad(){js_dom_loaded&&workerFinished&&!scriptsInjected&&!stylesInjected&&(console.log("Auto-injecting styles and scripts after timer"),injectStyles(),injectScripts())}__name(autoInjectScriptsAfterLoad,"autoInjectScriptsAfterLoad");function startAutoInjectTimer(){if(BV_AUTO_INJECT_ENABLED&&!autoInjectTimerStarted&&bv_load_event_fired&&!bvEventCalled){autoInjectTimerStarted=!0;var delay=isMobileDevice()?BV_MOBILE_AUTO_INJECT_DELAY:BV_DESKTOP_AUTO_INJECT_DELAY;console.log("Starting auto-inject timer with delay: "+delay+"ms"),setTimeout(function(){autoInjectScriptsAfterLoad()},delay)}}__name(startAutoInjectTimer,"startAutoInjectTimer"),addEventListeners(bvEventHandler);var requestObject=window.URL||window.webkitURL,bvWorker=new Worker(requestObject.createObjectURL(new Blob([document.getElementById("bv-web-worker").textContent],{type:"text/javascript"})));bvWorker.onmessage=function(e){e.data.status==="SUCCESS"&&(console.log("WORKER_FINISHED"),workerFinished=!0,bvEventHandler(),startAutoInjectTimer())},addEventListener("load",()=>{bvEventHandler(),bv_call_fetch_urls(),bv_load_event_fired=!0});function bv_call_fetch_urls(){!bv_load_event_fired&&!workerFinished&&(bvWorker.postMessage({fetch_urls:fetchUrls}),bv_initiate_worker_timer())}__name(bv_call_fetch_urls,"bv_call_fetch_urls"),setTimeout(function(){bv_call_fetch_urls()},5e3);function bv_initiate_worker_timer(){setTimeout(function(){workerFinished||(console.log("WORKER_TIMEDOUT"),workerFinished=!0,bvWorker.terminate()),bvEventHandler(),startAutoInjectTimer()},BV_WORKER_TIMEOUT_DURATION)}__name(bv_initiate_worker_timer,"bv_initiate_worker_timer");
</script>
<meta charSet=\"utf-8\"\/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"\/><template id="90vEkZNX4ZShXAojMreN"></template><\/script><template id="eIlSokBGS1dufTTfVKso"></template><\/script><link href=\"https:\/\/fonts.googleapis.com\/css2?display=swap&amp;family=EB+Garamond%3Awght%40400%3B700\" rel=\"stylesheet\"\/><link href=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg\" rel=\"preload\" as=\"image\"\/>\n<style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}<\/style>\n<p><noscript><\/p>\n<style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}<\/style>\n<p><\/noscript><\/p>\n<style amp-custom=\"\">\n              h1, h2, h3 { font-weight: normal; }<\/p>\n<p>              amp-story-page {\n                background-color: #131516;\n              }<\/p>\n<p>              amp-story-grid-layer {\n                overflow: visible;\n              }<\/p>\n<p>              @media (max-aspect-ratio: 9 \/ 16)  {\n                @media (min-aspect-ratio: 320 \/ 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% \/ 0.5625 - 100% \/ 0.6666666666666666) \/ 2);\n                  }\n                }\n              }<\/p>\n<p>              @media not all and (min-resolution:.001dpcm) {\n                @media {\n                  p.text-wrapper > span {\n                    font-size: calc(100% - 0.5px);\n                  }\n                }\n              }<\/p>\n<p>              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% \/ 2);\n              }<\/p>\n<p>              .element-overlay-area {\n                position: absolute;\n                width: 100%;\n                height: 100%;\n                top: 0;\n                left: 0;\n              }<\/p>\n<p>              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }<\/p>\n<p>              .mask {\n                position: absolute;\n                overflow: hidden;\n              }<\/p>\n<p>              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }<\/p>\n<p>              @media (prefers-reduced-motion: no-preference) {\n                .animation-wrapper {\n                  opacity: var(--initial-opacity);\n                  transform: var(--initial-transform);\n                }\n              }<\/p>\n<p>              amp-story-grid-layer.align-bottom {\n                align-content: end;\n                padding: 0;\n                \/* \n                  AMP CTA Layer will exactly occupy 74px regardless of any device.\n                  To space out captions 74px from the BOTTOM (AMP CTA Layer),\n                  74px from the TOP should also be spaced out and thus: 2 * 74px\n                  will be the desired max-height.\n                *\/\n                max-height: calc(100vh - (2 * 74px));\n              }<\/p>\n<p>              .captions-area {\n                padding: 0 32px 0;\n              }<\/p>\n<p>              amp-story-captions {\n                margin-bottom: 16px;\n                text-align: center;\n              }\n              <\/style>\n<p><meta name=\"web-stories-replace-head-start\"\/><title>Study Abroad 5 Countries Recent Visa Changes<\/title><link rel=\"canonical\" href=\"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/\"\/><meta name=\"web-stories-replace-head-end\"\/><\/head><body><amp-story standalone=\"\" publisher=\"Admissify\" publisher-logo-src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2023\/10\/Favicon.jpg\" title=\"Study Abroad 5 Countries Recent Visa Changes\" poster-portrait-src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg\"><amp-story-page id=\"92d6bbae-c926-40c4-9ee5-cccd9fa39c65\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#d1bcb7\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-dffa20ca-7856-4097-9160-0be60df6441d\">\n<div style=\"position:absolute;width:133.38544%;height:100%;left:-21.55383%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg\" alt=\"Study Abroad 5 Countries&#x27; Recent Visa Changes\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg 640w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-350x466.jpg 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-225x300.jpg 225w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-150x200.jpg 150w\" sizes=\"(min-width: 1024px) 60vh, 133vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<div class=\"element-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%)\"><\/div>\n<\/div>\n<\/div>\n<div class=\"page-background-overlay-area\" style=\"background-image:linear-gradient(0.5turn, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%)\"><\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:4.61165%;top:68.4466%;width:91.01942%;height:12.45955%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.5333333333333333% 0.5333333333333333% 0.5333333333333333% 0.5333333333333333% \/ 2.5974025974025974% 2.5974025974025974% 2.5974025974025974% 2.5974025974025974%\" id=\"el-a58dfe92-6bd2-4805-90ad-95ba093a8286\">\n<h2 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.01999999999999981% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.485437em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #fff\">Study Abroad 5 Countries&#8217; Recent Visa Changes<\/span><\/span><\/h2>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:16.74757%;top:84.95146%;width:59.70874%;height:6.31068%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.8130081300813009% 0.8130081300813009% 0.8130081300813009% 0.8130081300813009% \/ 5.128205128205128% 5.128205128205128% 5.128205128205128% 5.128205128205128%\" id=\"el-a976c876-ece1-42fb-b8fd-526181b28c2c\">\n<p class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.015243902439024246% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.242718em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"color: #fff\">Published By&nbsp;<\/span><br \/>\n<span style=\"color: #fff\">Gaurav Kandari | March 23, 2024<\/span><\/span><\/p>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:32.76699%;top:96.92557%;width:27.6699%;height:5.01618%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-76ec5919-0a64-47ca-b6bb-7831277b221c\">\n<div style=\"position:absolute;width:101.59984%;height:100%;left:-0.79992%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign.png\" alt=\"Admissify logo yellow\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign.png 3669w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-2048x548.png 2048w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-1536x411.png 1536w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-1024x274.png 1024w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-910x244.png 910w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-768x206.png 768w\" sizes=\"(min-width: 1024px) 12vh, 28vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"b46b1f29-cf00-4bc2-9f84-d0a63e52763e\" auto-advance-after=\"7s\"><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-baa058c6-c699-467c-8b7a-d5c31aad78c3\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-400f4884-2bbc-4a73-8518-7d3db573086f\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#b1ada9\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-65026e3f-b0f8-4d4b-9801-aa939f559ca8\">\n<div style=\"position:absolute;width:262.22223%;height:100%;left:-81.11111%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28.png 826w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-768x521.png 768w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-350x237.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-300x203.png 300w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-150x102.png 150w\" sizes=\"(min-width: 1024px) 118vh, 263vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:1.94175%;top:70.87379%;width:95.87379%;height:27.83172%;opacity:1\">\n<div id=\"anim-baa058c6-c699-467c-8b7a-d5c31aad78c3\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:5.063291139240507% 5.063291139240507% 5.063291139240507% 5.063291139240507% \/ 11.627906976744185% 11.627906976744185% 11.627906976744185% 11.627906976744185%;background-clip:content-box;background-color:rgba(18,99,255,0.9)\" id=\"el-931e46d2-d310-4ec2-81ec-6930ccd5e5d8\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.013924050632910872% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.355987em;line-height:1.3;text-align:center;padding:3.5443037974683547% 4.556962025316456%;color:#000000\"><span><\/p>\n<p><span style=\"color: #fff\">A rise in general English language proficiency and a new genuine student test changes selection criteria for the students.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:8.25243%;top:74.43366%;width:83.25243%;height:5.50162%;opacity:1\">\n<div id=\"anim-400f4884-2bbc-4a73-8518-7d3db573086f\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.5830903790087464% 0.5830903790087464% 0.5830903790087464% 0.5830903790087464% \/ 5.88235294117647% 5.88235294117647% 5.88235294117647% 5.88235294117647%\" id=\"el-3bb83b4c-9433-43d2-9495-635818de1dfc\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.018950437317783595% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.420712em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #fff\">Australia&#8217;s English Standards<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"b336fb74-b753-4a90-b194-dc0be82e5ded\" auto-advance-after=\"7s\"><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-626fd7c7-5c53-4b62-9480-6dd3fec9c98d\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-509e2528-ab37-471b-a333-07193d1faa0d\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#097cb1\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-65026e3f-b0f8-4d4b-9801-aa939f559ca8\">\n<div style=\"position:absolute;width:266.50535%;height:100%;left:-61.03045%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115.png 826w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-768x512.png 768w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-350x233.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-300x200.png 300w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-150x100.png 150w\" sizes=\"(min-width: 1024px) 120vh, 267vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:1.94175%;top:70.87379%;width:95.87379%;height:27.83172%;opacity:1\">\n<div id=\"anim-626fd7c7-5c53-4b62-9480-6dd3fec9c98d\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:5.063291139240507% 5.063291139240507% 5.063291139240507% 5.063291139240507% \/ 11.627906976744185% 11.627906976744185% 11.627906976744185% 11.627906976744185%;background-clip:content-box;background-color:rgba(18,99,255,0.9)\" id=\"el-582d242b-ce67-4895-9a1b-c35511eec73a\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.013924050632910872% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.355987em;line-height:1.3;text-align:center;padding:3.5443037974683547% 4.556962025316456%;color:#000000\"><span><\/p>\n<p><span style=\"color: #fff\">French post-graduate Indian students enjoy an extended duration of five years for their post-study work visa.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:11.65049%;top:74.91909%;width:76.45631%;height:5.50162%;opacity:1\">\n<div id=\"anim-509e2528-ab37-471b-a333-07193d1faa0d\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.6349206349206349% 0.6349206349206349% 0.6349206349206349% 0.6349206349206349% \/ 5.88235294117647% 5.88235294117647% 5.88235294117647% 5.88235294117647%\" id=\"el-7741b330-1740-4196-b31f-58d17a8ef8f7\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.020634920634919913% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.420712em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #fff\">France&#8217;s Extended Visa<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"f4606864-f62e-4360-ab5a-7b3d13f5ee05\" auto-advance-after=\"7s\"><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-1c6ac7a7-f02c-42a5-84b4-f272d9c29211\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-b45cd5b6-9b82-4afc-9aee-6a63ff394ea9\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#cdcabe\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-9ed83ff2-2dfc-4f9f-8aa8-40bca93c97dc\">\n<div style=\"position:absolute;width:266.50535%;height:100%;left:-74.2249%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29.png 826w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-768x512.png 768w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-350x233.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-300x200.png 300w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-150x100.png 150w\" sizes=\"(min-width: 1024px) 120vh, 267vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:1.94175%;top:67.63754%;width:95.87379%;height:32.36246%;opacity:1\">\n<div id=\"anim-1c6ac7a7-f02c-42a5-84b4-f272d9c29211\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:5.063291139240507% 5.063291139240507% 5.063291139240507% 5.063291139240507% \/ 10% 10% 10% 10%;background-clip:content-box;background-color:rgba(18,99,255,0.9)\" id=\"el-fc68e51e-e68c-44bd-9fbc-e6cd9e03a911\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.013924050632910872% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.355987em;line-height:1.3;text-align:center;padding:3.5443037974683547% 4.556962025316456%;color:#000000\"><span><\/p>\n<p><span style=\"color: #fff\">Talking about post-study work visas being extended to 2-3 years, Ireland underlines its dedication to international students once again.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:11.65049%;top:71.68285%;width:76.45631%;height:5.50162%;opacity:1\">\n<div id=\"anim-b45cd5b6-9b82-4afc-9aee-6a63ff394ea9\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.6349206349206349% 0.6349206349206349% 0.6349206349206349% 0.6349206349206349% \/ 5.88235294117647% 5.88235294117647% 5.88235294117647% 5.88235294117647%\" id=\"el-e84d5831-0230-4c75-9ace-0e9b23896a11\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.020634920634919913% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.420712em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #fff\">Ireland&#8217;s Welcoming Policy<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"8e8140b6-260d-4f68-9d80-9551ad0eabd1\" auto-advance-after=\"7s\"><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-49d5c5b4-aa1a-497e-83cd-cca226b1c6f7\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-c6434584-4586-43eb-8776-1f819e6130bc\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#4c4543\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-53beeffc-a2ce-4749-bd05-32909bf593d0\">\n<div style=\"position:absolute;width:266.50535%;height:100%;left:-83.25267%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30.png 826w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-768x512.png 768w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-350x233.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-300x200.png 300w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-150x100.png 150w\" sizes=\"(min-width: 1024px) 120vh, 267vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:1.94175%;top:67.63754%;width:95.87379%;height:37.05502%;opacity:1\">\n<div id=\"anim-49d5c5b4-aa1a-497e-83cd-cca226b1c6f7\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:5.063291139240507% 5.063291139240507% 5.063291139240507% 5.063291139240507% \/ 8.73362445414847% 8.73362445414847% 8.73362445414847% 8.73362445414847%;background-clip:content-box;background-color:rgba(18,99,255,0.9)\" id=\"el-53cef445-6bbf-4b5e-9128-95d8c2f05d0f\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.013924050632910872% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.355987em;line-height:1.3;text-align:center;padding:3.5443037974683547% 4.556962025316456%;color:#000000\"><span><\/p>\n<p><span style=\"color: #fff\">Indian graduates are now allowed to extend their stay in Italy for another 12 months after the completion of their studies, further aiding the exchange between cultures.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:11.65049%;top:67.63754%;width:76.45631%;height:11.16505%;opacity:1\">\n<div id=\"anim-c6434584-4586-43eb-8776-1f819e6130bc\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.6349206349206349% 0.6349206349206349% 0.6349206349206349% 0.6349206349206349% \/ 2.898550724637681% 2.898550724637681% 2.898550724637681% 2.898550724637681%\" id=\"el-46671885-1ac9-4e01-af18-8d2e3c62605b\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.020634920634919913% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.420712em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #fff\"><br \/>\nItaly&#8217;s Extended Stay<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"5abe8f97-b8b4-4713-ac91-2b9d37e7d45b\" auto-advance-after=\"7s\"><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-5303c2a1-c156-46d8-bf42-05adaf9ae4e0 [data-leaf-element=\\\"true\\\"]\",\"keyframes\":{\"transform\":[\"translate(0%, 0%) scale(1.5)\",\"translate(0%, 0%) scale(1)\"]},\"delay\":0,\"duration\":2000,\"easing\":\"cubic-bezier(.3,0,.55,1)\",\"fill\":\"forwards\"}]<\/script><\/amp-story-animation><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#323a5e\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div id=\"anim-5303c2a1-c156-46d8-bf42-05adaf9ae4e0\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-6aafd17a-d499-4561-b8a8-e7d89e4e1b9a\">\n<div style=\"position:absolute;width:100%;height:100%;left:0%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3.jpg\" alt=\"Book a Free counselling today\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3.jpg 720w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-576x1024.jpg 576w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-350x622.jpg 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-169x300.jpg 169w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-150x267.jpg 150w\" sizes=\"(min-width: 1024px) 45vh, 100vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\"><\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-page-outlink layout=\"nodisplay\"><a href=\"https:\/\/www.admissify.com\/in\/study-abroad-for-top-universities\/\" rel=\"\">Book Free Counselling<\/a><\/amp-story-page-outlink><\/amp-story-page><amp-story-page id=\"5e1194c4-bae7-4630-9a33-7d6b0374da8b\" auto-advance-after=\"7s\"><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-1ff6c361-f686-4a95-901e-d7662fa0c9b0\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-c73b4e00-9ede-49e9-96a1-3d73351b20a4\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#d6d2d1\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-2621fb57-30aa-44be-8267-31e15748c7dc\">\n<div style=\"position:absolute;width:266.50535%;height:100%;left:-31.16934%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31.png 826w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-768x512.png 768w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-350x233.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-300x200.png 300w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-150x100.png 150w\" sizes=\"(min-width: 1024px) 120vh, 267vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:1.94175%;top:67.63754%;width:95.87379%;height:27.83172%;opacity:1\">\n<div id=\"anim-1ff6c361-f686-4a95-901e-d7662fa0c9b0\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:5.063291139240507% 5.063291139240507% 5.063291139240507% 5.063291139240507% \/ 11.627906976744185% 11.627906976744185% 11.627906976744185% 11.627906976744185%;background-clip:content-box;background-color:rgba(18,99,255,0.9)\" id=\"el-fe6f5c30-2ffb-46a7-ab37-895017bb8254\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.013924050632910872% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.355987em;line-height:1.3;text-align:center;padding:3.5443037974683547% 4.556962025316456%;color:#000000\"><span><\/p>\n<p><span style=\"color: #fff\">The more strict IRCC Verification for Indian student immigration to Canada mandates the integrity of immigration.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:6.79612%;top:71.84466%;width:86.16505%;height:5.50162%;opacity:1\">\n<div id=\"anim-c73b4e00-9ede-49e9-96a1-3d73351b20a4\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.5633802816901409% 0.5633802816901409% 0.5633802816901409% 0.5633802816901409% \/ 5.88235294117647% 5.88235294117647% 5.88235294117647% 5.88235294117647%\" id=\"el-9818f133-e25d-46f8-9ddc-3b56ea8d7b95\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.018309859154928936% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.420712em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #fff\">Canada&#8217;s Verification Update<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><\/amp-story-page><amp-story-page id=\"365d4d28-f97a-4350-aaf7-e650a2ebdd05\" auto-advance-after=\"7s\"><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-230b97c1-06cb-4a74-bf50-039a40feca72\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-animation layout=\"nodisplay\" trigger=\"visibility\"><script type=\"application\/json\">[{\"selector\":\"#anim-4273449d-2b34-4f11-962b-9d6f9e264e78\",\"keyframes\":{\"opacity\":[0,1]},\"delay\":0,\"duration\":600,\"easing\":\"cubic-bezier(0.4, 0.4, 0.0, 1)\",\"fill\":\"both\"}]<\/script><\/amp-story-animation><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\" style=\"background-color:#4f4c57\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:0;top:-9.25926%;width:100%;height:118.51852%;opacity:1\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0\" class=\"mask\" id=\"el-e5e5404f-24ae-475a-9d3d-a043e684b3f2\">\n<div style=\"position:absolute;width:118.51852%;height:100%;left:-9.25926%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33.png\" alt=\"image\" srcSet=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33.png 360w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-350x525.png 350w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-200x300.png 200w,https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-150x225.png 150w\" sizes=\"(min-width: 1024px) 53vh, 119vw\" disable-inline-width=\"true\"><\/amp-img><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><\/p>\n<div class=\"page-fullbleed-area\">\n<div class=\"page-safe-area\">\n<div style=\"position:absolute;pointer-events:none;left:1.94175%;top:67.63754%;width:95.87379%;height:27.83172%;opacity:1\">\n<div id=\"anim-230b97c1-06cb-4a74-bf50-039a40feca72\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:5.063291139240507% 5.063291139240507% 5.063291139240507% 5.063291139240507% \/ 11.627906976744185% 11.627906976744185% 11.627906976744185% 11.627906976744185%;background-clip:content-box;background-color:rgba(18,99,255,0.9)\" id=\"el-696bdc7a-2206-4564-b741-8bc4b98e3a61\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.013924050632910872% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.355987em;line-height:1.3;text-align:center;padding:3.5443037974683547% 4.556962025316456%;color:#000000\"><span><\/p>\n<p><span style=\"color: #fff\">UK bans entry for student family members and reviews post-study work visa.<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"position:absolute;pointer-events:none;left:11.65049%;top:71.35922%;width:76.45631%;height:5.50162%;opacity:1\">\n<div id=\"anim-4273449d-2b34-4f11-962b-9d6f9e264e78\" class=\"animation-wrapper\" style=\"width:100%;height:100%;display:block;position:absolute;top:0;left:0;--initial-opacity:0;--initial-transform:none\">\n<div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:0;border-radius:0.6349206349206349% 0.6349206349206349% 0.6349206349206349% 0.6349206349206349% \/ 5.88235294117647% 5.88235294117647% 5.88235294117647% 5.88235294117647%\" id=\"el-5f4067a2-577f-4b15-96f0-681adca18e13\">\n<h3 class=\"fill text-wrapper\" style=\"white-space:pre-line;overflow-wrap:break-word;word-break:break-word;margin:0.020634920634919913% 0;font-family:&quot;EB Garamond&quot;,serif;font-size:0.420712em;line-height:1.3;text-align:center;padding:0;color:#000000\"><span><span style=\"font-weight: 700; color: #fff\">UK Work Visa Update<\/span><\/span><\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/amp-story-grid-layer><amp-story-page-outlink layout=\"nodisplay\" cta-image=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/02\/UK-Study-Visa-Interview-Questions-with-Answers.jpg\"><a href=\"https:\/\/www.admissify.com\/blog\/uk-study-visa-interview-questions-with-answers\/\" rel=\"\">Read more<\/a><\/amp-story-page-outlink><\/amp-story-page><\/amp-story><\/body><\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Italy&#8217;s Extended Stay: Indian graduates are now allowed to extend their stay in Italy for another 12 months after the completion of their studies, further aiding the exchange between cultures.<\/p>\n","protected":false},"author":4,"featured_media":14484,"template":"","meta":{"_lmt_disableupdate":"","_lmt_disable":"","web_stories_publisher_logo":10252,"web_stories_poster":[],"web_stories_products":[],"footnotes":""},"web_story_category":[],"web_story_tag":[],"class_list":["post-14477","web-story","type-web-story","status-publish","has-post-thumbnail","hentry"],"yoast_head":"\n<title>Study Abroad 5 Countries Recent Visa Changes | Admissify Blog<\/title>\n<meta name=\"description\" content=\"Italy&#039;s Extended Stay: Indian graduates are now allowed to extend their stay in Italy for another 12 months after the completion of their studies, further aiding the exchange between cultures.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Study Abroad 5 Countries Recent Visa Changes | Admissify Blog\" \/>\n<meta property=\"og:description\" content=\"Italy&#039;s Extended Stay: Indian graduates are now allowed to extend their stay in Italy for another 12 months after the completion of their studies, further aiding the exchange between cultures.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/\" \/>\n<meta property=\"og:site_name\" content=\"Admissify Blog\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-06T07:14:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"853\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/\"},\"author\":{\"name\":\"Gaurav Kandari\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/#\\\/schema\\\/person\\\/7f0fd73aa5a3ea4ee67952d71a9c4225\"},\"headline\":\"Study Abroad 5 Countries Recent Visa Changes\",\"datePublished\":\"2024-04-06T07:13:27+00:00\",\"dateModified\":\"2024-04-06T07:14:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/\"},\"wordCount\":161,\"image\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/\",\"url\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/\",\"name\":\"Study Abroad 5 Countries Recent Visa Changes | Admissify Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg\",\"datePublished\":\"2024-04-06T07:13:27+00:00\",\"dateModified\":\"2024-04-06T07:14:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg\",\"contentUrl\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg\",\"width\":640,\"height\":853,\"caption\":\"Study Abroad 5 Countries' Recent Visa Changes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/study-abroad-5-countries-recent-visa-changes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Stories\",\"item\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/web-stories\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Study Abroad 5 Countries Recent Visa Changes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/\",\"name\":\"Admissify\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.admissify.com\\\/blog\\\/#\\\/schema\\\/person\\\/7f0fd73aa5a3ea4ee67952d71a9c4225\",\"name\":\"Gaurav Kandari\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g\",\"caption\":\"Gaurav Kandari\"},\"description\":\"Gaurav Kandari is SEO Specialist with 4 years of experience in on-page, off-page, and technical SEO. Passionate about driving organic growth, boosting search rankings, and delivering measurable results.\"}]}<\/script>\n","yoast_head_json":{"title":"Study Abroad 5 Countries Recent Visa Changes | Admissify Blog","description":"Italy's Extended Stay: Indian graduates are now allowed to extend their stay in Italy for another 12 months after the completion of their studies, further aiding the exchange between cultures.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/","og_locale":"en_US","og_type":"article","og_title":"Study Abroad 5 Countries Recent Visa Changes | Admissify Blog","og_description":"Italy's Extended Stay: Indian graduates are now allowed to extend their stay in Italy for another 12 months after the completion of their studies, further aiding the exchange between cultures.","og_url":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/","og_site_name":"Admissify Blog","article_modified_time":"2024-04-06T07:14:40+00:00","og_image":[{"width":640,"height":853,"url":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/#article","isPartOf":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/"},"author":{"name":"Gaurav Kandari","@id":"https:\/\/www.admissify.com\/blog\/#\/schema\/person\/7f0fd73aa5a3ea4ee67952d71a9c4225"},"headline":"Study Abroad 5 Countries Recent Visa Changes","datePublished":"2024-04-06T07:13:27+00:00","dateModified":"2024-04-06T07:14:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/"},"wordCount":161,"image":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/","url":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/","name":"Study Abroad 5 Countries Recent Visa Changes | Admissify Blog","isPartOf":{"@id":"https:\/\/www.admissify.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/#primaryimage"},"image":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg","datePublished":"2024-04-06T07:13:27+00:00","dateModified":"2024-04-06T07:14:40+00:00","breadcrumb":{"@id":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/#primaryimage","url":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg","contentUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg","width":640,"height":853,"caption":"Study Abroad 5 Countries' Recent Visa Changes"},{"@type":"BreadcrumbList","@id":"https:\/\/www.admissify.com\/blog\/web-stories\/study-abroad-5-countries-recent-visa-changes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.admissify.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Stories","item":"https:\/\/www.admissify.com\/blog\/web-stories\/"},{"@type":"ListItem","position":3,"name":"Study Abroad 5 Countries Recent Visa Changes"}]},{"@type":"WebSite","@id":"https:\/\/www.admissify.com\/blog\/#website","url":"https:\/\/www.admissify.com\/blog\/","name":"Admissify","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.admissify.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.admissify.com\/blog\/#\/schema\/person\/7f0fd73aa5a3ea4ee67952d71a9c4225","name":"Gaurav Kandari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/51ec890564fe52df18fe6e4ead3eb868d2c372bb576a07b643dee7650f6b70a6?s=96&d=mm&r=g","caption":"Gaurav Kandari"},"description":"Gaurav Kandari is SEO Specialist with 4 years of experience in on-page, off-page, and technical SEO. Passionate about driving organic growth, boosting search rankings, and delivering measurable results."}]}},"story_data":{"version":47,"pages":[{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":320,"height":427,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"dffa20ca-7856-4097-9160-0be60df6441d","scale":100,"focalX":53.6444091796875,"focalY":50,"resource":{"type":"image","mimeType":"image\/jpeg","width":640,"height":853,"sizes":{"medium":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-225x300.jpg","width":225,"height":300,"filesize":13704,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-225x300.jpg"},"thumbnail":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-150x150.jpg","width":150,"height":150,"filesize":6537,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-150x150.jpg"},"quemag-wp-thumbnail-comments":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-350x466.jpg","width":350,"height":466,"filesize":25332,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-350x466.jpg"},"quemag-wp-thumbnail-module-grid":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-242x180.jpg","width":242,"height":180,"filesize":9950,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-242x180.jpg"},"quemag-wp-thumbnail-widget-big":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-250x180.jpg","width":250,"height":180,"filesize":10218,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-250x180.jpg"},"quemag-wp-thumbnail-widget-small":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-75x75.jpg","width":75,"height":75,"filesize":2755,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-75x75.jpg"},"quemag-wp-thumbnail-blog-featured":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-640x490.jpg","width":640,"height":490,"filesize":40643,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-640x490.jpg"},"quemag-wp-thumbnail-blog-featured-small":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-320x228.jpg","width":320,"height":228,"filesize":14254,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-320x228.jpg"},"quemag-wp-thumbnail-blog-list":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-300x225.jpg","width":300,"height":225,"filesize":13409,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-300x225.jpg"},"web-stories-publisher-logo":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-96x96.jpg","width":96,"height":96,"filesize":3511,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-96x96.jpg"},"web-stories-thumbnail":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes-150x200.jpg","width":150,"height":200,"filesize":7792,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes-150x200.jpg"},"full":{"file":"Study-Abroad-5-Countries-Recent-Visa-Changes.jpg","width":640,"height":853,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#d1bcb7","blurHash":"UBC@,L_#yB07BB9b$+ys80-:9bv}9$T1j;]f","creationDate":"2024-04-06T07:11:39","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg","id":14484,"alt":"Study Abroad 5 Countries' Recent Visa Changes","local":false},"overlay":{"type":"linear","rotation":0,"stops":[{"color":{"r":0,"g":0,"b":0,"a":0},"position":0},{"color":{"r":0,"g":0,"b":0,"a":1},"position":1}],"alpha":0.4}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"EB Garamond"},"fontSize":30,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #fff\">Study Abroad 5 Countries' Recent Visa Changes<\/span>","x":19,"y":423,"width":375,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"type":"text","height":77,"id":"a58dfe92-6bd2-4805-90ad-95ba093a8286"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"EB Garamond"},"fontSize":15,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"color: #fff\">Published By&nbsp;<\/span>\n<span style=\"color: #fff\">Gaurav Kandari | March 23, 2024<\/span>","x":69,"y":525,"width":246,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"type":"text","height":39,"id":"a976c876-ece1-42fb-b8fd-526181b28c2c"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":false,"scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":3669,"height":982,"sizes":{"medium":{"file":"logo-redesign-300x80.png","width":300,"height":80,"filesize":14896,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-300x80.png"},"large":{"file":"logo-redesign-1024x274.png","width":1024,"height":274,"filesize":128785,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-1024x274.png"},"thumbnail":{"file":"logo-redesign-150x150.png","width":150,"height":150,"filesize":12644,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-150x150.png"},"medium_large":{"file":"logo-redesign-768x206.png","width":768,"height":206,"filesize":58214,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-768x206.png"},"1536x1536":{"file":"logo-redesign-1536x411.png","width":1536,"height":411,"filesize":222755,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-1536x411.png"},"2048x2048":{"file":"logo-redesign-2048x548.png","width":2048,"height":548,"filesize":497549,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-2048x548.png"},"quemag-wp-thumbnail-comments":{"file":"logo-redesign-350x94.png","width":350,"height":94,"filesize":21299,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-350x94.png"},"quemag-wp-thumbnail-module-grid":{"file":"logo-redesign-242x180.png","width":242,"height":180,"filesize":17343,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"logo-redesign-250x180.png","width":250,"height":180,"filesize":23678,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"logo-redesign-75x75.png","width":75,"height":75,"filesize":4003,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-75x75.png"},"quemag-wp-thumbnail-single-image":{"file":"logo-redesign-910x244.png","width":910,"height":244,"filesize":116039,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-910x244.png"},"quemag-wp-thumbnail-blog-featured":{"file":"logo-redesign-670x490.png","width":670,"height":490,"filesize":160260,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"logo-redesign-320x228.png","width":320,"height":228,"filesize":36966,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"logo-redesign-300x225.png","width":300,"height":225,"filesize":36220,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-300x225.png"},"web-stories-poster-portrait":{"file":"logo-redesign-640x853.png","width":640,"height":853,"filesize":256430,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-640x853.png"},"web-stories-publisher-logo":{"file":"logo-redesign-96x96.png","width":96,"height":96,"filesize":5452,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-96x96.png"},"web-stories-thumbnail":{"file":"logo-redesign-150x40.png","width":150,"height":40,"filesize":5634,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign-150x40.png"},"full":{"file":"logo-redesign.png","width":3669,"height":982,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#fcac34","blurHash":"UDIgAJ-UROofu%$f?GxD1B%0$K$%03s,%0xD","creationDate":"2024-03-13T07:16:13","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/logo-redesign.png","id":14086,"alt":"Admissify logo yellow","local":false},"type":"image","x":135,"y":599,"width":114,"height":31,"mask":{"type":"rectangle","showInLibrary":true,"name":"Rectangle","path":"M 0,0 1,0 1,1 0,1 0,0 Z","ratio":1,"supportsBorder":true},"id":"76ec5919-0a64-47ca-b6bb-7831277b221c"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"id":"92d6bbae-c926-40c4-9ee5-cccd9fa39c65","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"b2930bed-5361-42a1-b8d5-93ebf074d80d"},"animations":[]},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":330,"height":223,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"65026e3f-b0f8-4d4b-9801-aa939f559ca8","scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":826,"height":560,"sizes":{"medium":{"file":"image-28-300x203.png","width":300,"height":203,"filesize":110972,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-300x203.png"},"thumbnail":{"file":"image-28-150x150.png","width":150,"height":150,"filesize":45094,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-150x150.png"},"medium_large":{"file":"image-28-768x521.png","width":768,"height":521,"filesize":558737,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-768x521.png"},"quemag-wp-thumbnail-comments":{"file":"image-28-350x237.png","width":350,"height":237,"filesize":145568,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-350x237.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-28-242x180.png","width":242,"height":180,"filesize":82475,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-28-250x180.png","width":250,"height":180,"filesize":84903,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-28-75x75.png","width":75,"height":75,"filesize":13183,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-28-670x490.png","width":670,"height":490,"filesize":472947,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-28-320x228.png","width":320,"height":228,"filesize":130019,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-28-300x225.png","width":300,"height":225,"filesize":121312,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-300x225.png"},"web-stories-poster-portrait":{"file":"image-28-640x560.png","width":640,"height":560,"filesize":504628,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-640x560.png"},"web-stories-publisher-logo":{"file":"image-28-96x96.png","width":96,"height":96,"filesize":20200,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-96x96.png"},"web-stories-thumbnail":{"file":"image-28-150x102.png","width":150,"height":102,"filesize":32633,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28-150x102.png"},"full":{"file":"image-28.png","width":826,"height":560,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#b1ada9","blurHash":"UKH_*[%fD%-;~pM_NH%ME1E1t6V@W=IVM{RP","creationDate":"2024-04-06T06:58:36","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-28.png","id":14478,"alt":"image","local":false}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"FILL","font":{"family":"EB Garamond"},"fontSize":22,"backgroundColor":{"color":{"r":18,"g":99,"b":255,"a":0.9}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":true,"horizontal":18,"vertical":14},"content":"\n\n<span style=\"color: #fff\">A rise in general English language proficiency and a new genuine student test changes selection criteria for the students.<\/span>","x":8,"y":438,"width":395,"borderRadius":{"locked":true,"topLeft":20,"topRight":20,"bottomRight":20,"bottomLeft":20},"height":172,"id":"931e46d2-d310-4ec2-81ec-6930ccd5e5d8","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"EB Garamond"},"fontSize":26,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #fff\">Australia's English Standards<\/span>","x":34,"y":460,"width":343,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":34,"id":"3bb83b4c-9433-43d2-9495-635818de1dfc","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[{"id":"6bc38754-770d-412a-88be-91bbbe058aa4","type":"effect-fade-in","duration":600,"delay":0,"targets":["931e46d2-d310-4ec2-81ec-6930ccd5e5d8"]},{"id":"595c97c0-d424-424e-9b22-f29636402693","type":"effect-fade-in","duration":600,"delay":0,"targets":["3bb83b4c-9433-43d2-9495-635818de1dfc"]}],"id":"b46b1f29-cf00-4bc2-9f84-d0a63e52763e","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"a921b29b-197f-4300-abdb-b1dd9751325b"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":330,"height":220,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"65026e3f-b0f8-4d4b-9801-aa939f559ca8","scale":100,"focalX":41.66162227602905,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":826,"height":551,"sizes":{"medium":{"file":"image-115-300x200.png","width":300,"height":200,"filesize":85491,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-300x200.png"},"thumbnail":{"file":"image-115-150x150.png","width":150,"height":150,"filesize":41298,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-150x150.png"},"medium_large":{"file":"image-115-768x512.png","width":768,"height":512,"filesize":477841,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-768x512.png"},"quemag-wp-thumbnail-comments":{"file":"image-115-350x233.png","width":350,"height":233,"filesize":113996,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-350x233.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-115-242x180.png","width":242,"height":180,"filesize":66275,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-115-250x180.png","width":250,"height":180,"filesize":67367,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-115-75x75.png","width":75,"height":75,"filesize":11256,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-115-670x490.png","width":670,"height":490,"filesize":434825,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-115-320x228.png","width":320,"height":228,"filesize":106012,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-115-300x225.png","width":300,"height":225,"filesize":100351,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-300x225.png"},"web-stories-poster-portrait":{"file":"image-115-640x551.png","width":640,"height":551,"filesize":435518,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-640x551.png"},"web-stories-publisher-logo":{"file":"image-115-96x96.png","width":96,"height":96,"filesize":17918,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-96x96.png"},"web-stories-thumbnail":{"file":"image-115-150x100.png","width":150,"height":100,"filesize":23146,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115-150x100.png"},"full":{"file":"image-115.png","width":826,"height":551,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#097cb1","blurHash":"U8A.4ciI1Td;3Ewu}]Rk5sj]+@X7%4NHRNxb","creationDate":"2024-03-23T11:59:51","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/image-115.png","id":14303,"alt":"image","local":false}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"FILL","font":{"family":"EB Garamond"},"fontSize":22,"backgroundColor":{"color":{"r":18,"g":99,"b":255,"a":0.9}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":true,"horizontal":18,"vertical":14},"content":"\n\n<span style=\"color: #fff\">French post-graduate Indian students enjoy an extended duration of five years for their post-study work visa.<\/span>","x":8,"y":438,"width":395,"borderRadius":{"locked":true,"topLeft":20,"topRight":20,"bottomRight":20,"bottomLeft":20},"height":172,"id":"582d242b-ce67-4895-9a1b-c35511eec73a","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"EB Garamond"},"fontSize":26,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #fff\">France's Extended Visa<\/span>","x":48,"y":463,"width":315,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":34,"id":"7741b330-1740-4196-b31f-58d17a8ef8f7","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[{"id":"0633befb-df47-4321-b6a7-2cba6c004197","type":"effect-fade-in","duration":600,"delay":0,"targets":["582d242b-ce67-4895-9a1b-c35511eec73a"]},{"id":"04a61de5-1b0e-4470-a1e5-269973537559","type":"effect-fade-in","duration":600,"delay":0,"targets":["7741b330-1740-4196-b31f-58d17a8ef8f7"]}],"id":"b336fb74-b753-4a90-b194-dc0be82e5ded","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"74c81187-987d-4cd0-bd74-ee138b32d21c"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":330,"height":220,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"9ed83ff2-2dfc-4f9f-8aa8-40bca93c97dc","scale":100,"focalX":46.61253404963681,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":826,"height":551,"sizes":{"medium":{"file":"image-29-300x200.png","width":300,"height":200,"filesize":91644,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-300x200.png"},"thumbnail":{"file":"image-29-150x150.png","width":150,"height":150,"filesize":40560,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-150x150.png"},"medium_large":{"file":"image-29-768x512.png","width":768,"height":512,"filesize":472073,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-768x512.png"},"quemag-wp-thumbnail-comments":{"file":"image-29-350x233.png","width":350,"height":233,"filesize":120884,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-350x233.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-29-242x180.png","width":242,"height":180,"filesize":70008,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-29-250x180.png","width":250,"height":180,"filesize":71783,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-29-75x75.png","width":75,"height":75,"filesize":11913,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-29-670x490.png","width":670,"height":490,"filesize":419602,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-29-320x228.png","width":320,"height":228,"filesize":110371,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-29-300x225.png","width":300,"height":225,"filesize":103543,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-300x225.png"},"web-stories-poster-portrait":{"file":"image-29-640x551.png","width":640,"height":551,"filesize":366697,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-640x551.png"},"web-stories-publisher-logo":{"file":"image-29-96x96.png","width":96,"height":96,"filesize":18392,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-96x96.png"},"web-stories-thumbnail":{"file":"image-29-150x100.png","width":150,"height":100,"filesize":26916,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29-150x100.png"},"full":{"file":"image-29.png","width":826,"height":551,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#cdcabe","blurHash":"UMLXPb?H8_%h~o-;M}xt?aSjtSacWXWAWAxu","creationDate":"2024-04-06T07:00:54","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-29.png","id":14479,"alt":"image","local":false}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"FILL","font":{"family":"EB Garamond"},"fontSize":22,"backgroundColor":{"color":{"r":18,"g":99,"b":255,"a":0.9}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":true,"horizontal":18,"vertical":14},"content":"\n\n<span style=\"color: #fff\">Talking about post-study work visas being extended to 2-3 years, Ireland underlines its dedication to international students once again.<\/span>","x":8,"y":418,"width":395,"borderRadius":{"locked":true,"topLeft":20,"topRight":20,"bottomRight":20,"bottomLeft":20},"height":200,"id":"fc68e51e-e68c-44bd-9fbc-e6cd9e03a911","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"EB Garamond"},"fontSize":26,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #fff\">Ireland's Welcoming Policy<\/span>","x":48,"y":443,"width":315,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":34,"id":"e84d5831-0230-4c75-9ace-0e9b23896a11","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[{"id":"0dd637ee-85ab-4554-b73c-a9b56aa10821","type":"effect-fade-in","duration":600,"delay":0,"targets":["fc68e51e-e68c-44bd-9fbc-e6cd9e03a911"]},{"id":"79696ad2-3446-440e-8d68-a79b9911a585","type":"effect-fade-in","duration":600,"delay":0,"targets":["e84d5831-0230-4c75-9ace-0e9b23896a11"]}],"id":"f4606864-f62e-4360-ab5a-7b3d13f5ee05","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"83d3b157-671a-45dd-8995-b6fe1592c27c"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":330,"height":220,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"53beeffc-a2ce-4749-bd05-32909bf593d0","scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":826,"height":551,"sizes":{"medium":{"file":"image-30-300x200.png","width":300,"height":200,"filesize":93187,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-300x200.png"},"thumbnail":{"file":"image-30-150x150.png","width":150,"height":150,"filesize":40822,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-150x150.png"},"medium_large":{"file":"image-30-768x512.png","width":768,"height":512,"filesize":491511,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-768x512.png"},"quemag-wp-thumbnail-comments":{"file":"image-30-350x233.png","width":350,"height":233,"filesize":123328,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-350x233.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-30-242x180.png","width":242,"height":180,"filesize":71117,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-30-250x180.png","width":250,"height":180,"filesize":73012,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-30-75x75.png","width":75,"height":75,"filesize":11764,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-30-670x490.png","width":670,"height":490,"filesize":431643,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-30-320x228.png","width":320,"height":228,"filesize":113282,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-30-300x225.png","width":300,"height":225,"filesize":105920,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-300x225.png"},"web-stories-poster-portrait":{"file":"image-30-640x551.png","width":640,"height":551,"filesize":453937,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-640x551.png"},"web-stories-publisher-logo":{"file":"image-30-96x96.png","width":96,"height":96,"filesize":18331,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-96x96.png"},"web-stories-thumbnail":{"file":"image-30-150x100.png","width":150,"height":100,"filesize":26702,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30-150x100.png"},"full":{"file":"image-30.png","width":826,"height":551,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#4c4543","blurHash":"UdIEtvx]?cxu~WWV%fxuW9M{ahoJR,ofsla#","creationDate":"2024-04-06T07:04:51","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-30.png","id":14480,"alt":"image","local":false}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"FILL","font":{"family":"EB Garamond"},"fontSize":22,"backgroundColor":{"color":{"r":18,"g":99,"b":255,"a":0.9}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":true,"horizontal":18,"vertical":14},"content":"\n\n<span style=\"color: #fff\">Indian graduates are now allowed to extend their stay in Italy for another 12 months after the completion of their studies, further aiding the exchange between cultures.<\/span>","x":8,"y":418,"width":395,"borderRadius":{"locked":true,"topLeft":20,"topRight":20,"bottomRight":20,"bottomLeft":20},"height":229,"id":"53cef445-6bbf-4b5e-9128-95d8c2f05d0f","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"EB Garamond"},"fontSize":26,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #fff\">\nItaly's Extended Stay<\/span>","x":48,"y":418,"width":315,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":69,"id":"46671885-1ac9-4e01-af18-8d2e3c62605b","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[{"id":"a928e48d-ef58-4642-a34a-58915cba5ba3","type":"effect-fade-in","duration":600,"delay":0,"targets":["53cef445-6bbf-4b5e-9128-95d8c2f05d0f"]},{"id":"7d9d7f9a-c099-4b6e-a98a-2db958d7abb2","type":"effect-fade-in","duration":600,"delay":0,"targets":["46671885-1ac9-4e01-af18-8d2e3c62605b"]}],"id":"8e8140b6-260d-4f68-9d80-9551ad0eabd1","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"91c9defa-b714-4583-a07d-bfa3be9c07c2"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":-56,"y":-160,"width":330,"height":586,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"6aafd17a-d499-4561-b8a8-e7d89e4e1b9a","scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/jpeg","width":720,"height":1280,"sizes":{"medium":{"file":"Book-a-Free-counselling-today-3-169x300.jpg","width":169,"height":300,"filesize":13790,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-169x300.jpg"},"large":{"file":"Book-a-Free-counselling-today-3-576x1024.jpg","width":576,"height":1024,"filesize":87337,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-576x1024.jpg"},"thumbnail":{"file":"Book-a-Free-counselling-today-3-150x150.jpg","width":150,"height":150,"filesize":7810,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-150x150.jpg"},"quemag-wp-thumbnail-comments":{"file":"Book-a-Free-counselling-today-3-350x622.jpg","width":350,"height":622,"filesize":42555,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-350x622.jpg"},"quemag-wp-thumbnail-module-grid":{"file":"Book-a-Free-counselling-today-3-242x180.jpg","width":242,"height":180,"filesize":12018,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-242x180.jpg"},"quemag-wp-thumbnail-widget-big":{"file":"Book-a-Free-counselling-today-3-250x180.jpg","width":250,"height":180,"filesize":12029,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-250x180.jpg"},"quemag-wp-thumbnail-widget-small":{"file":"Book-a-Free-counselling-today-3-75x75.jpg","width":75,"height":75,"filesize":2915,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-75x75.jpg"},"quemag-wp-thumbnail-blog-featured":{"file":"Book-a-Free-counselling-today-3-670x490.jpg","width":670,"height":490,"filesize":53056,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-670x490.jpg"},"quemag-wp-thumbnail-blog-featured-small":{"file":"Book-a-Free-counselling-today-3-320x228.jpg","width":320,"height":228,"filesize":17196,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-320x228.jpg"},"quemag-wp-thumbnail-blog-list":{"file":"Book-a-Free-counselling-today-3-300x225.jpg","width":300,"height":225,"filesize":16660,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-300x225.jpg"},"web-stories-poster-portrait":{"file":"Book-a-Free-counselling-today-3-640x853.jpg","width":640,"height":853,"filesize":91253,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-640x853.jpg"},"web-stories-publisher-logo":{"file":"Book-a-Free-counselling-today-3-96x96.jpg","width":96,"height":96,"filesize":3825,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-96x96.jpg"},"web-stories-thumbnail":{"file":"Book-a-Free-counselling-today-3-150x267.jpg","width":150,"height":267,"filesize":11638,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3-150x267.jpg"},"full":{"file":"Book-a-Free-counselling-today-3.jpg","width":720,"height":1280,"mimeType":"image\/jpeg","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3.jpg"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#323a5e","blurHash":"UaPZox%ft7Rk~pWCt7j@x]Mxj[t7E1s.flbI","creationDate":"2024-03-13T07:08:41","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/03\/Book-a-Free-counselling-today-3.jpg","id":14084,"alt":"Book a Free counselling today","local":false}}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"id":"5abe8f97-b8b4-4713-ac91-2b9d37e7d45b","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"f83caa5b-10c2-405f-a894-716cee0159df"},"animations":[{"id":"88fdc2f5-4a95-4268-89d0-773f25de3fec","type":"effect-background-zoom","zoomDirection":"scaleOut","duration":2000,"delay":0,"targets":["6aafd17a-d499-4561-b8a8-e7d89e4e1b9a"]}],"pageAttachment":{"url":"https:\/\/www.admissify.com\/in\/study-abroad-for-top-universities\/","icon":"","needsProxy":false,"ctaText":"Book Free Counselling"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":330,"height":220,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"2621fb57-30aa-44be-8267-31e15748c7dc","scale":100,"focalX":30.4569272094431,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":826,"height":551,"sizes":{"medium":{"file":"image-31-300x200.png","width":300,"height":200,"filesize":86464,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-300x200.png"},"thumbnail":{"file":"image-31-150x150.png","width":150,"height":150,"filesize":36996,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-150x150.png"},"medium_large":{"file":"image-31-768x512.png","width":768,"height":512,"filesize":438330,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-768x512.png"},"quemag-wp-thumbnail-comments":{"file":"image-31-350x233.png","width":350,"height":233,"filesize":112815,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-350x233.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-31-242x180.png","width":242,"height":180,"filesize":66863,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-31-250x180.png","width":250,"height":180,"filesize":68307,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-31-75x75.png","width":75,"height":75,"filesize":11559,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-31-670x490.png","width":670,"height":490,"filesize":391002,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-670x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-31-320x228.png","width":320,"height":228,"filesize":103380,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-31-300x225.png","width":300,"height":225,"filesize":97678,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-300x225.png"},"web-stories-poster-portrait":{"file":"image-31-640x551.png","width":640,"height":551,"filesize":355100,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-640x551.png"},"web-stories-publisher-logo":{"file":"image-31-96x96.png","width":96,"height":96,"filesize":17425,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-96x96.png"},"web-stories-thumbnail":{"file":"image-31-150x100.png","width":150,"height":100,"filesize":26372,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31-150x100.png"},"full":{"file":"image-31.png","width":826,"height":551,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#d6d2d1","blurHash":"UKK^?J~WD*?b0KITIo?bELo}RP-qv}MxofE1","creationDate":"2024-04-06T07:06:18","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-31.png","id":14481,"alt":"image","local":false}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"FILL","font":{"family":"EB Garamond"},"fontSize":22,"backgroundColor":{"color":{"r":18,"g":99,"b":255,"a":0.9}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":true,"horizontal":18,"vertical":14},"content":"\n\n<span style=\"color: #fff\">The more strict IRCC Verification for Indian student immigration to Canada mandates the integrity of immigration.<\/span>","x":8,"y":418,"width":395,"borderRadius":{"locked":true,"topLeft":20,"topRight":20,"bottomRight":20,"bottomLeft":20},"height":172,"id":"fe6f5c30-2ffb-46a7-ab37-895017bb8254","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"EB Garamond"},"fontSize":26,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #fff\">Canada's Verification Update<\/span>","x":28,"y":444,"width":355,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":34,"id":"9818f133-e25d-46f8-9ddc-3b56ea8d7b95","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[{"id":"a493abb6-26a7-46bd-8752-5e861720375c","type":"effect-fade-in","duration":600,"delay":0,"targets":["fe6f5c30-2ffb-46a7-ab37-895017bb8254"]},{"id":"9b134993-c2d8-4eda-91fa-3ea788dbd586","type":"effect-fade-in","duration":600,"delay":0,"targets":["9818f133-e25d-46f8-9ddc-3b56ea8d7b95"]}],"id":"5e1194c4-bae7-4630-9a33-7d6b0374da8b","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"c26a24d2-c8c5-43e2-995e-283f575bd496"}},{"elements":[{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":48,"y":0,"width":180,"height":270,"mask":{"type":"rectangle"},"isBackground":true,"type":"image","id":"e5e5404f-24ae-475a-9d3d-a043e684b3f2","scale":100,"focalX":50,"focalY":50,"resource":{"type":"image","mimeType":"image\/png","width":360,"height":540,"sizes":{"medium":{"file":"image-33-200x300.png","width":200,"height":300,"filesize":114419,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-200x300.png"},"thumbnail":{"file":"image-33-150x150.png","width":150,"height":150,"filesize":46263,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-150x150.png"},"quemag-wp-thumbnail-comments":{"file":"image-33-350x525.png","width":350,"height":525,"filesize":297136,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-350x525.png"},"quemag-wp-thumbnail-module-grid":{"file":"image-33-242x180.png","width":242,"height":180,"filesize":79343,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-242x180.png"},"quemag-wp-thumbnail-widget-big":{"file":"image-33-250x180.png","width":250,"height":180,"filesize":81103,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-250x180.png"},"quemag-wp-thumbnail-widget-small":{"file":"image-33-75x75.png","width":75,"height":75,"filesize":13533,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-75x75.png"},"quemag-wp-thumbnail-blog-featured":{"file":"image-33-360x490.png","width":360,"height":490,"filesize":281823,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-360x490.png"},"quemag-wp-thumbnail-blog-featured-small":{"file":"image-33-320x228.png","width":320,"height":228,"filesize":120624,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-320x228.png"},"quemag-wp-thumbnail-blog-list":{"file":"image-33-300x225.png","width":300,"height":225,"filesize":114997,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-300x225.png"},"web-stories-publisher-logo":{"file":"image-33-96x96.png","width":96,"height":96,"filesize":20837,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-96x96.png"},"web-stories-thumbnail":{"file":"image-33-150x225.png","width":150,"height":225,"filesize":68836,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33-150x225.png"},"full":{"file":"image-33.png","width":360,"height":540,"mimeType":"image\/png","sourceUrl":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33.png"}},"isPlaceholder":false,"isExternal":false,"needsProxy":false,"baseColor":"#4f4c57","blurHash":"U5F5?X00t+pd04-rR.wi0r01?Gw00K~V?a9G","creationDate":"2024-04-06T07:08:24","src":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/image-33.png","id":14483,"alt":"image","local":false}},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"FILL","font":{"family":"EB Garamond"},"fontSize":22,"backgroundColor":{"color":{"r":18,"g":99,"b":255,"a":0.9}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":true,"horizontal":18,"vertical":14},"content":"\n\n<span style=\"color: #fff\">UK bans entry for student family members and reviews post-study work visa.<\/span>","x":8,"y":418,"width":395,"borderRadius":{"locked":true,"topLeft":20,"topRight":20,"bottomRight":20,"bottomLeft":20},"height":172,"id":"696bdc7a-2206-4564-b741-8bc4b98e3a61","type":"text"},{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundTextMode":"NONE","font":{"family":"EB Garamond"},"fontSize":26,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"lineHeight":1.3,"textAlign":"center","padding":{"locked":true,"hasHiddenPadding":false,"horizontal":0,"vertical":0},"content":"<span style=\"font-weight: 700; color: #fff\">UK Work Visa Update<\/span>","x":48,"y":441,"width":315,"borderRadius":{"locked":true,"topLeft":2,"topRight":2,"bottomRight":2,"bottomLeft":2},"height":34,"id":"5f4067a2-577f-4b15-96f0-681adca18e13","type":"text"}],"backgroundColor":{"color":{"r":255,"g":255,"b":255}},"animations":[{"id":"6969d50a-5988-4f58-9146-c36063d10e20","type":"effect-fade-in","duration":600,"delay":0,"targets":["696bdc7a-2206-4564-b741-8bc4b98e3a61"]},{"id":"ce5c7da3-7b48-42c7-8442-c7fd508e5fe3","type":"effect-fade-in","duration":600,"delay":0,"targets":["5f4067a2-577f-4b15-96f0-681adca18e13"]}],"id":"365d4d28-f97a-4350-aaf7-e650a2ebdd05","defaultBackgroundElement":{"opacity":100,"flip":{"vertical":false,"horizontal":false},"rotationAngle":0,"lockAspectRatio":true,"backgroundColor":{"color":{"r":196,"g":196,"b":196}},"x":1,"y":1,"width":1,"height":1,"mask":{"type":"rectangle"},"isBackground":true,"isDefaultBackground":true,"type":"shape","id":"15115446-644e-4f09-bd58-39467fa73900"},"pageAttachment":{"url":"https:\/\/www.admissify.com\/blog\/uk-study-visa-interview-questions-with-answers\/","icon":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/02\/UK-Study-Visa-Interview-Questions-with-Answers.jpg","needsProxy":false,"ctaText":"Read more"}}],"fonts":{"EB Garamond":{"family":"EB Garamond","fallbacks":["serif"],"weights":[400,500,600,700,800],"styles":["regular","italic"],"variants":[[0,400],[0,500],[0,600],[0,700],[0,800],[1,400],[1,500],[1,600],[1,700],[1,800]],"service":"fonts.google.com","metrics":{"upm":1000,"asc":1007,"des":-298,"tAsc":1007,"tDes":-298,"tLGap":0,"wAsc":1047,"wDes":390,"xH":400,"capH":650,"yMin":-324,"yMax":985,"hAsc":1007,"hDes":-298,"lGap":0}}},"autoAdvance":true,"defaultPageDuration":7,"currentStoryStyles":{"colors":[]}},"story_poster":{"id":14484,"url":"https:\/\/www.admissify.com\/blog\/wp-content\/uploads\/2024\/04\/Study-Abroad-5-Countries-Recent-Visa-Changes.jpg","width":640,"height":853,"needsProxy":false},"_links":{"self":[{"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web-story\/14477","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web-story"}],"about":[{"href":"https:\/\/www.admissify.com\/blog\/wp-json\/wp\/v2\/types\/web-story"}],"author":[{"embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/users\/4"}],"version-history":[{"count":0,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web-story\/14477\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/media\/14484"}],"wp:attachment":[{"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/media?parent=14477"}],"wp:term":[{"taxonomy":"web_story_category","embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web_story_category?post=14477"},{"taxonomy":"web_story_tag","embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web_story_tag?post=14477"}],"wp:lock":[{"embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/web-story\/14477\/lock"}],"wp:publisherlogo":[{"embeddable":true,"href":"https:\/\/www.admissify.com\/blog\/wp-json\/web-stories\/v1\/media\/10252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69bad0f746fa5cab2f04b6d9. Config Timestamp: 2026-03-18 16:21:10 UTC, Cached Timestamp: 2026-04-07 07:54:49 UTC -->