/
/
home
/
u523034047
/
domains
/
wayzoneconsultancy.com
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.52
PHP 8.3.16
Dir:
/home/u523034047/domains/wayzoneconsultancy.com/public_html
Edit:
/home/u523034047/domains/wayzoneconsultancy.com/public_html/australia.php
<!doctype html> <html class="no-js" lang=""> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Australia Immigration and Visa Services - Wayzone Constulancy</title> <!-- InstanceBeginEditable name="seo" --> <meta name="keywords" content="australia immigration consultants,immigration australia,australia visa,immigrate to australia from india,australia pr visa,australia pr visa agents"> <meta name="description" content="How to immigrate to Australia from India? Get all details at Akkam, India's best immigration consultancy. Check your Australia Immigration eligibility through our PR Point Calculator and find out you are eligible or not."/> <meta name="robots" content="index, follow"> <meta property="og:locale" content="en_IN" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Migrate to Australia | Australia Immigration Consultants | Wayzone Consultancy India" /> <meta property="og:description" content="To know if you are eligible or not for Australia Immigration, contact Akkam today. Our immigration consultants will assist you to get Australia PR Visa." /> <meta property="og:url" content="australia.html" /> <meta property="og:site_name" content="Wayzone Consultancy Overseas Services Pvt Ltd" /> <meta property="og:image" content="img/logo-textprimary.png" /> <meta property="og:image:secure_url" content="img/logo-textprimary.png" /> <meta property="og:image:alt" content="Wayzone Consultancy Overseas Services Pvt Ltd" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:site" content="@Wayzone ConsultancyInd"/> <meta name="twitter:title" content="Australia Immigration Visa Consultants Near Me" /> <meta name="twitter:description" content="How to get Permanent Residency in Australia? Wayzone Consultancy is one of the best Australian immigration consultants. We help you to get the Australia PR Visa. Visit our office or call us today."/> <meta name="twitter:creator" content="@Wayzone ConsultancyInd"> <!-- InstanceEndEditable --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Favicon --> <link href="favicon.png" rel="shortcut icon" /> <!-- Normalize CSS --> <link rel="stylesheet" href="css/normalize.css"> <!-- Main CSS --> <link rel="stylesheet" href="css/main.css"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- Animate CSS --> <link rel="stylesheet" href="css/animate.min.css"> <!-- Font-awesome CSS--> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- Owl Caousel CSS --> <link rel="stylesheet" href="vendor/OwlCarousel/owl.carousel.min.css"> <link rel="stylesheet" href="vendor/OwlCarousel/owl.theme.default.min.css"> <!-- Main Menu CSS --> <link rel="stylesheet" href="css/meanmenu.min.css"> <!-- nivo slider CSS --> <link rel="stylesheet" href="vendor/slider/css/nivo-slider.css" type="text/css" /> <link rel="stylesheet" href="vendor/slider/css/preview.css" type="text/css" media="screen" /> <!-- Datetime Picker Style CSS --> <link rel="stylesheet" href="css/jquery.datetimepicker.css"> <!-- Select2 CSS --> <link rel="stylesheet" href="css/select2.min.css"> <!-- Magic popup CSS --> <link rel="stylesheet" href="css/magnific-popup.css"> <!-- Switch Style CSS --> <link rel="stylesheet" href="css/hover-min.css"> <!-- Nouislider Style CSS --> <link rel="stylesheet" href="vendor/noUiSlider/nouislider.min.css"> <!-- Custom CSS --> <link rel="stylesheet" href="style.css"> <!-- Modernizr Js --> <script src="js/modernizr-2.8.3.min.js"></script> <!-- jquery--> <script src="js/jquery-2.2.4.min.js" type="text/javascript"></script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KZVB3H8');</script> <!-- End Google Tag Manager --> <style> .modal-backdrop{ z-index:7 !important; } #loading { display: none; } #loading1 { display: none; } </style> <script> function submitform(){ document.getElementById('namee').style.display = 'none'; document.getElementById('phonee').style.display = "none"; document.getElementById('emaile').style.display = "none"; document.getElementById('emailv').style.display = "none"; document.getElementById('statee').style.display = "none"; var name = document.getElementById('name').value; var email = document.getElementById('email').value; var phone = document.getElementById('phone').value; var state = document.getElementById('state').value; var description = document.getElementById('description').value; var typeofserv = document.getElementById('test3').value; //alert(typeofserv); if(name == ""){ alert("Please select your name"); document.getElementById('namee').style.display = "block"; return false; } var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(email == ""){ alert("Please select your email"); document.getElementById('emaile').style.display = "block"; return false; } else if(reg.test(email) == false){ alert("Please enter valid email"); document.getElementById('emaile').style.display = "block"; return false; } if(state == ""){ alert("Please select your state"); document.getElementById('statee').style.display = "block"; return false; } if(phone == ""){ alert("Please select your phone"); document.getElementById('phonee').style.display = "block"; return false; } $(document).ajaxStart(function() { $("#loading").show(); }).ajaxStop(function() { $("#loading").hide(); }); $.ajax({ type: 'POST', url: 'home_form.php', data: { chname: name, chemail: email, chphn: phone, chstate: state, chdescription: description, chtypeofserv: typeofserv }, success: function(response) { window.location.href="thank-you.html"; } }); } function submitform1(){ document.getElementById('namee1').style.display = 'none'; document.getElementById('phonee1').style.display = "none"; document.getElementById('emaile1').style.display = "none"; document.getElementById('emailv1').style.display = "none"; document.getElementById('statee1').style.display = "none"; var name = document.getElementById('name1').value; var email = document.getElementById('email1').value; var phone = document.getElementById('phone1').value; var state = document.getElementById('state1').value; var description = document.getElementById('description1').value; var typeofserv = document.getElementById('test4').value; //alert(typeofserv); if(name == ""){ alert("Please select your name"); document.getElementById('namee1').style.display = "block"; return false; } var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(email == ""){ alert("Please select your email"); document.getElementById('emaile1').style.display = "block"; return false; } else if(reg.test(email) == false){ alert("Please enter valid email"); document.getElementById('emaile1').style.display = "block"; return false; } if(state == ""){ alert("Please select your state"); document.getElementById('statee1').style.display = "block"; return false; } if(phone == ""){ alert("Please select your phone"); document.getElementById('phonee1').style.display = "block"; return false; } $(document).ajaxStart(function() { $("#loading1").show(); }).ajaxStop(function() { $("#loading1").hide(); }); $.ajax({ type: 'POST', url: 'home_form.php', data: { chname: name, chemail: email, chphn: phone, chstate: state, chdescription: description, chtypeofserv: typeofserv }, success: function(response) { window.location.href="thank-you.html"; } }); } function removenamee(){ //alert('hi'); document.getElementById('namee').style.display = 'none'; document.getElementById('phonee').style.display = "none"; document.getElementById('emaile').style.display = "none"; document.getElementById('emailv').style.display = "none"; document.getElementById('statee').style.display = "none"; document.getElementById('namee1').style.display = 'none'; document.getElementById('phonee1').style.display = "none"; document.getElementById('emaile1').style.display = "none"; document.getElementById('emailv1').style.display = "none"; document.getElementById('statee1').style.display = "none"; } $(document).on("click", "#CI", function(){ var vlfor=document.getElementById("CI").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#AI", function(){ var vlfor=document.getElementById("AI").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#GJSV", function(){ var vlfor=document.getElementById("GJSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#SACSV", function(){ var vlfor=document.getElementById("SACSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#USV", function(){ var vlfor=document.getElementById("USV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UKSV", function(){ var vlfor=document.getElementById("UKSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#CSV", function(){ var vlfor=document.getElementById("CSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#ASV", function(){ var vlfor=document.getElementById("ASV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UVV", function(){ var vlfor=document.getElementById("UVV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UTV", function(){ var vlfor=document.getElementById("UTV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UKVV", function(){ var vlfor=document.getElementById("UKVV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UKTV", function(){ var vlfor=document.getElementById("UKTV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#OVIS", function(){ var vlfor=document.getElementById("OVIS").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); }); </script> <script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101193205);</script> <script async src="http://static.getclicky.com/js"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <div id="wrapper"> <!-- Header Area Start Here --> <script src="../cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" type="text/javascript"></script> <meta name="ahrefs-site-verification" content="84ec98196057403e8d6ac00ba66b32d930a8f30fe359d45d0b0b4ce24a996142"> <link rel="canonical" href="australia.html" /> <script> $(document).on("click", "#oe", function(){ $('#otherenq').modal("show"); //alert(vlfor); }); function openFancybox() { $('#oe').trigger('click'); } </script> <script> var timerID = setInterval(myStartFunction, 1000); function myStartFunction() { setTimeout( function() { var visited = $.cookie('visited'); if (visited == 'yes') { console.log(visited); setTimeout( function() {$('#oe').trigger('click'); },60000); $.removeCookie("visited"); $.cookie('visited', 'yes1', { expires: 1 }); } else if (visited == 'yes1') { console.log(visited+"1"); myStopFunction(); } else { openFancybox(); $.cookie('visited', 'yes', { expires: 1 }); console.log($.cookie('visited')+"2"); } },15000); } function myStopFunction() { clearInterval(timerID); } </script> <script> $(document).ajaxStart(function() { $("#loading1").show(); }).ajaxStop(function() { $("#loading1").hide(); }); function submitenqform(){ document.getElementById('namee2').style.display = 'none'; document.getElementById('phonee2').style.display = "none"; document.getElementById('emaile2').style.display = "none"; document.getElementById('emailv2').style.display = "none"; document.getElementById('statee2').style.display = "none"; document.getElementById('descriptione').style.display = "none"; var name = document.getElementById('name2').value; var email = document.getElementById('email2').value; var phone = document.getElementById('phone2').value; var state = document.getElementById('state2').value; var description = document.getElementById('description2').value; var typeofserv = 'Website Online Enquiry'; //alert(typeofserv); if(name == ""){ alert("Please enter your name"); document.getElementById('namee2').style.display = "block"; return false; } var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(email == ""){ alert("Please enter your email"); document.getElementById('emaile2').style.display = "block"; return false; } else if(reg.test(email) == false){ alert("Please enter valid email"); document.getElementById('emaile2').style.display = "block"; return false; } if(state == ""){ alert("Please select your state"); document.getElementById('statee2').style.display = "block"; return false; } if(phone == ""){ alert("Please enter your phone"); document.getElementById('phonee2').style.display = "block"; return false; } if(description == ""){ alert("Please enter your message"); document.getElementById('descriptione').style.display = "block"; return false; } $(document).ajaxStart(function() { $("#enqloading").show(); }).ajaxStop(function() { $("#enqloading").hide(); }); $.ajax({ type: 'POST', url: 'online-enquiry.php', data: { chname: name, chemail: email, chphn: phone, chstate: state, chdescription: description, chtypeofserv: typeofserv }, success: function(response) { // alert(response); window.location.href="thank-you.html"; } }); } </script> <script> document.onkeydown = function(e) { if (e.ctrlKey && (e.keyCode === 67 || e.keyCode === 86 || e.keyCode === 85 || e.keyCode === 117)) { // alert('not allowed'); return false; } else { return true; } }; document.addEventListener('contextmenu', event => event.preventDefault()); </script> <style> .freeass{ color:#fff !important; } .freeass:hover{ color:#002147 !important; } #enqloading{ display: none; } </style> <header> <?php include ('menu.php');?> <style> .enqry{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:42px; z-index: 1100; border-radius:10px; background-color:#002147; border:1px solid #fff; cursor: pointer; } .enqry:hover{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:42px; z-index: 1100; border-radius:10px; background-color:#f92222; border:1px solid #fff; cursor: pointer; } .rotated { float:right; color:#fff; margin-top:10px; font-size:16px; line-height:20px padding-bottom:10px; padding-left:8px; padding-top:10px; padding-right:5px; writing-mode: tb-rl; transform: rotate(180deg); } @media only screen and (max-width: 600px) { .enqry{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:35px; z-index: 1100; border-radius:10px; background-color:#002147; border:1px solid #fff; cursor: pointer; } .enqry:hover{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:35px; z-index: 1100; border-radius:10px; background-color:#f92222; border:1px solid #fff; cursor: pointer; } .rotated { float:right; color:#fff; margin-top:10px; font-size:16px; line-height:20px padding-bottom:10px; padding-left:3px; padding-top:10px; padding-right:5px; writing-mode: tb-rl; transform: rotate(180deg); } } </style> <!-- Header Area End Here --> <!-- Inner Page Banner Area Start Here --> <div class="inner-page-banner-area" style="background-image: url('img/banner/australia.jpg');"> <div class="container"> <div class="pagination-area"> <h1>Australia Immigration</h1> <ul> <li><a href="index.php">Home</a> -</li> <li>Australia Immigration</li> </ul> </div> </div> </div> <!-- Inner Page Banner Area End Here --> <!-- Courses Page 1 Area Start Here --> <div class="courses-page-area"> <div class="container" style="margin-top:35px; margin-bottom:25px"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 "> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="courses-page-top-area"> <div style="padding:15px"> <div class="courses-content-wrapper"> <h2 class="sidebar-title">Why Immigrate to Australia?</h2> <p>Immigrants from across the world want to immigrate to Australia because of the opportunities in Australia. It is the immigration leader among all the prominent developed countries we have today in the world. Australia is not only an economic miracle but also a demographic miracle too.</p> <p>Australia is the land of wonderful sea-beaches, sunshine, blue skies, endless economic growth, spellbound wildlife, and destinations. Being one of the wealthiest Asia Pacific Nations with a wide economic expansion in the last few years, Australia has become a choice for many professionals. Australia is even called as the "land of opportunities for the migrants." <a style="cursor:default; text-decoration: none; color:#fff" href="https://www.australia-watches.com">replica watches australia</a></p> <h3 class="sidebar-title">Who is Eligible?</h3> <p>The potential immigrants who want to migrate to Australia must have a minimum score of 65 points with their occupation listed in the Skilled Occupation List (SOL) or the Consolidated Skilled Occupation List (CSOL). These two lists contain the In-Demand Occupations. The State and the Central Government does complete research on a regular basis on the aspects of jobs vs. professionals available and announces the lists accordingly. The above lists tend to change periodically, and we advise you to move ahead ASAP if your Skill is listed. <a style="cursor:default; text-decoration: none; color:#fff" href="https://www.watchesuk.uk.com/collections/rolex">replica rolex</a></p> <h3 class="sidebar-title">Australia Immigration Information</h3> <p>You need to know the primary visa requirements before you present a petition for Australia Immigration. Australia offers more than 100 permit sub-streams that are categorized as provisional, temporary, and permanent to all types of aspirants. The type of visa which is ideal for you depends on various circumstances. Here are the details of the visas that we provide:</p> <h4><strong>Skilled Workers</strong></h4> <p>You are eligible for Skilled Migration to Australia if you work as a manager, tradesperson, or as a professional.</p> <h4><strong>International Students</strong></h4> <p>If you are an international student and want to stay in Australia after your education, then there are several temporary and permanent visa options available for you.</p> <h4><strong>Corporate Immigration Solutions</strong></h4> <p>This visa option is for the HR professionals and business owners who wish to sponsor employees to work in Australia</p> <h4><strong>Business Migration Visas</strong></h4> <p>If you want to invest or want to start a new business in Australia, then this option is suitable for you. You can eventually apply for Australia PR once your business is established in Australia.</p> <h4><strong>Family Migration Visas</strong></h4> <p>If you have a family member or spouse to sponsor to live in Australia, then you can apply for this type of visa. <a style="cursor:default; text-decoration: none; color:#fff" href="https://www.handbag.uk.com/collections/chanel">Chanel Replica</a></p> <h3 class="sidebar-title">How to Apply for Australia Immigration?</h3> <p>All skilled migration procedure administered and run by Skill Select (an innovative online facility in Australia that improves and facilitates the procedure of Australia Immigration). It has provided Australia with a successful tool to watch the skills inflow given in the SOL and CSOL, the Skilled Professions Tabulations.</p> <p><b>You need to acquire the following preliminaries before generating your EOI profile:</b></p> <ol> <li><b>Explore CSOL or SOL:</b> To discover your trade closely associated or exactly comparable to your specific line of work.</li> <li><b>Credentials Evaluation:</b> After the choice of trade, you should get your academic and professional credentials from a certified evaluation bureau, to determine the strength of your skilled profile.</li> <li><b>Language Requirements:</b> You have to evaluate your linguistic skills as per Australian standards, through IELTS exam (English Eligibility Test).</li> </ol> <p><b>The preliminaries mentioned above should be concluded in advance for the below two specific reasons:</b></p> <ol> <li>During Expression of Interest (EOI) profile formation, you should present these preliminaries. Your profile will be given marks on the points-assessment basis. This is a crucial step in case you opt for the independent migration where only the highest profile gets the preference.</li> <li>You will get 60 days to conclude the requirements, once your EOI is chosen. You can generate your profile post completing the requirements.</li> <li>You can select for the migration passage (Independent migration, skilled migration, Business migration, employer sponsorship, Investment, and Provincial endorsement) at the time of generating your EOI profile.</li> </ol> <p>Your EOI is stored for two years and can be updated as and when needed. If your profile is chosen, you need to furnish bona fide information as its vital part of your submission. You can be subjected to some serious consequences, in case something is found faulty against your originally provided details. You could even be restricted to move to Australia in such cases. <a style="cursor:default; text-decoration: none; color:#fff" href="https://www.bagspretty.com/collections/replica-handbags">Replica Handbags USA</a></p> <p><b>If you choose:</b></p> <ol> <li><b>Point Scheme:</b> Your profile gets the rank, and you will get the invitation based on the ranks considered at the stated time.</li> <li><b>Sponsorship (Employer or State):</b> Your profile will be visible to recruiters/firms that you have chosen for in your EOI. You receive the invitations based on the judgement provided by those firms/employers.</li> </ol> <p>If you get shortlisted, you will be asked to present a submission within 60 days. The offer of submission is withdrawn in case you are not able to submit in the specified time.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="modal fade" id="addBookDialog"> <div class="modal-header"> <button class="close" data-dismiss="modal"> </button> <h3>Modal header</h3> </div> <div class="modal-body"> <p>some content</p> <input type="text" name="bookId" id="bookId" value=""/> </div> </div> <!-- Courses Page 1 Area End Here --> <!-- Footer Area Start Here --> <footer> <?php include ('footer.php');?> </html>
Ukuran: 25.6 KB