partialCallbacks = {}; selections = {}; copyText = (text, message, alert) => { navigator.clipboard.writeText(text).then(() => { (alert !== false) && $alert.notify({ type: 'success', title: 'Clipboard', message: (message || 'Text copied to clipboard.'), toast: true, }); }); }; share = (details) => navigator.share($utilities.deepCopy(details)); comingSoon = () => { $alert.notify({ type: 'info', title: 'Feature coming soon', message: 'This feature is currently not available.', toast: true, }); }; transformPathwayOptions = (options) => { let transformed = []; (options || studyProvinces).forEach((item) => { let shareKey = ''; for (let i = 0; i < item.name.length; i++){ shareKey = item.name.at(i); if (shareKey == ' '){ continue; } shareKey = shareKey.toLowerCase(); if (transformed.length == 0 || !transformed.find(opt => opt.share_key === shareKey)){ break; } } transformed.push({ share_key: shareKey, label: item.name, }); }); return transformed; }; studyProvinces = [ { name: 'Alberta', is_good: true, }, { name: 'British Columbia', is_good: false, }, { name: 'Manitoba', is_good: true, }, { name: 'New Brunswick', is_good: true, }, { name: 'Newfoundland and Labrador', is_good: true, }, { name: 'Northwest Territories', is_good: false, }, { name: 'Nunavut', is_good: false, }, { name: 'Ontario', is_good: false, }, { name: 'Prince Edward Island', is_good: true, }, { name: 'Quebec', is_good: false, }, { name: 'Saskatchewan', is_good: true, }, { name: 'Yukon', is_good: false, }, ]; prOccupations = [ { name: 'French-language proficiency', show: false, }, { name: 'Healthcare occupations', show: true, }, { name: 'Science, Technology, Engineering and Math (STEM) occupations', show: true, }, { name: 'Trade occupations', show: true, }, { name: 'Transport occupations', show: true, }, { name: 'Agriculture and Agri-food occupations', show: true, }, ];
const title = ({"value":"Immigration Services | Family Sponsorship Visa"}).value; document.title = `${title} | Shirah`;
getStarted = () => { $refs.startTarget && $refs.startTarget.scrollIntoView({ behavior: 'smooth', block: 'start', }); };

Welcome To Family Sponsorship Visa Pathway

Bring Your Family to Canada with Confidence Sponsoring loved ones can feel overwhelming, but with the right preparation, you can prove financial stability. While no strict income requirement exists, you must show you can support them without social assistance.

Let’s Narrow It Down

Here are all the action plans available for your chosen pathway. Each one is designed to address different needs, whether you’re after full support or just a bit of expert advice. Pick the plan that suits you best, and we’ll get started!

Please note that all payments are in USD.

Family Sponsorship Visa Success: Tips & Insights!

Get expert insights on Family Sponsorship visa applications, common mistakes to avoid, and how to increase your approval chances!

Video placeholder

Google Reviews – What Our Clients Say!

Real feedback from students who secured admission & study visas with us!

Quotes

Shirah consulting is absolutely amazing. They are patient in walking you through the immigration process. They are professionals and are really knowledgeable. My session with them was an eye-opener as they unveiled hidden gems. I would recommend them to friends and family. Once again thank you Shirah!!!

Aisha Bello

Ratings stars (5)
Quotes

Thank you for the great service rendered during my study permit application. Bearing in mind I had previously had two (2) refusals, I knew I needed a competent Registered Consultant to help navigate the process. You came highly recommended and I do not regret my decision choosing to work with you! I appreciated the attention to details that was paid. Well done

Gafar Olalekan

Ratings stars (5)
Quotes

Shirah’s services were great! My IELTS score was reviewed from 6.5 to 8 thanks to their support. They broke down the payment structure, kept me updated, and provided excellent advice. I’m glad I chose a licensed professional. I highly recommend Shirah for any Canada immigration needs.

Sandra Anuobi

Ratings stars (5)

Join our newsletter

Be the first to access valuable insights, updates on immigration policies, and exclusive tips for a successful journey to Canada

checkpoint = 0; target = document.querySelector('#modal-mount'); targetParent = target.parentElement; targetParent.style.display = 'none'; setVisible = (show) => { if (show != isVisible){ isVisible = show; targetParent.style.display = (show ? 'flex' : 'none'); $$class(document.body).toggleOn(show, 'overflow-hidden'); } if (show && duration){ const cp = ++checkpoint; window.setTimeout(() => cp == checkpoint && hide(), duration); } }; init = (options) => { options = options || {}; disableParentClick = options.disableParentClick || false; duration = options.duration || 0; ++checkpoint; !options.hidden && show(); }; show = () => setVisible(true); hide = () => setVisible(false); toggleVisible = () => setVisible(!isVisible); onEntered = () => { aIndex = 0; loading = true; target.style.display = 'none'; show(); }; onLoad = () => { loading = false; target.style.display = 'flex'; }; onReload = () => onLoad(); $event.target === targetParent && !disableParentClick && hide();
show = false; show = false; show = !show; if (show && !$static(shown)){ shown = true; $nextTick(() => $refs.menu.focus()); } else{ shown = false; }

Sign in to access this feature

if ($event.detail.data && $event.detail.data.otp){ otpEmail = $event.detail.data.email; $router.goto('vUdlBD4WkGGp2KVetS3R://otp'); } else{ window.location.href = ({"value":"\/headed\/objects"}).value; }
onProgress = (progress, isComplete) => { percentage = $rel.lt(progress, 1) ? progress * 100 : 100; if (isComplete && isActive){ const chkpt = (checkpoint = (checkpoint || 0) + 1); window.setTimeout(() => (chkpt === checkpoint && (isActive = false)), 500); } else if (!isComplete && !isActive){ isActive = true; } };