/
/
home
/
u523034047
/
domains
/
wayzoneconsultancy.com
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.4
PHP 8.3.16
Dir:
/home/u523034047/domains/wayzoneconsultancy.com/public_html
Edit:
/home/u523034047/domains/wayzoneconsultancy.com/public_html/canada-business-visit-visa.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>Canada Business Visitor Visa Consultants in Rudrapur | Canada Visit Visa consultants in Rudrapur </title> <!-- InstanceBeginEditable name="seo" --> <meta name="keywords" content="Australia Visitor Visa Consultants, Australia Business Visa Consultants in Rudrapur, Australia Visit Visa Consultancy in , Australia Visit Visa Consultants in Rudrapur, Australia Visit Visa Consultants in , Australia visitor Visa Consultants in , Australia visitor visa consultancy in , Australia visitor visa consultancy in India, Australia visitor visa consultancy in , Canada visitor visa consultancy , Best visitor visa consultants , Australia Business Visa Consultants, Australia Business Visa consultants in , Australia Business visa Consultancy"/> <meta name="description" content="Canada Visitor Visa Consultancy and Canada Business Visa Consultancy in Rudrapur, , , Delhi and India."/> <!-- 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> <link rel="canonical" href="canada-business-visit-visa.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> <!-- Inner Page Banner Area Start Here --> <div class="inner-page-banner-area" style="background-image: url('img/banner/canada.jpg');"> <div class="container"> <div class="pagination-area"> <h1>Canada Business/Visit Visa/Dependent Visa</h1> <ul> <li><a href="index.html">Home</a> -</li> <li>Canada Business and Visit Visa<li> </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-8 col-md-8 col-sm-8 col-xs-12 col-md-push-4"> <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">Canada Business/Visit Visa/Dependent Visa</h2> <p><a href="canada-business-visit-visa.php"><strong>Canada Tourist Visa or</strong></a> visitor visa for Canada is a temporary <a href="canada.php"><strong>Canadian Immigration Visa</strong></a> option which allows to visit the country for a maximum of 6 months.</p> <h3 class="sidebar-title">Dependent Visa</h3> <p>Canadian government displays its commitment to keep the families of immigrants together by providing Dependent visa. This visa lets permanent residents and citizens of Canada whose age is above 18 years to sponsor dependent family members such as children, spouse, parents, common law partners and grandparents.<br><strong>You can sponsor the below-mentioned categories of relatives through the dependent visa for Canada</strong></p><ul> <li>1. Your common law partner or spouse</li> <li>2. Your adopted or biological child or the child you intend to adopt</li> <li>3. Your brother or sister</li> <li>4. The offspring of your siblings</li> <li>5. Your grandchildren (who are orphans) or grandparents</li></ul><br> <p>The immigration experts at Akkam Overseas will assist you on the basis of your eligibility to sponsor a family member for a dependent visa. You can also check your eligibility criteria through our free assessment tool. </p> <h3 class="sidebar-title">Canada Business visit Visa</h3> <p><a href="canada-business-visit-visa.php"><strong>Canada Business Visit Visa</strong></a> is a temporary visa is given for travel of less than 90 days. <a href="canada-business-visit-visa.php"><strong>Business Visitor Visas</strong></a> is strictly for business people to visit Canada for business purposes, like to attend conference or training session, to conduct business with an Canada-based organisation, to conduct business negotiations or for an exploratory <a href="#"><strong>Business Visit</strong></a>.</p> <h3 class="sidebar-title">Basic Criteria:</h3> <ul> <li>1.Candidates must demonstrate that they possess sufficient funds to support themselves and their family for the entire period of their visit</li> <li>2.Candidates must not intend to seek or undertake a job</li> <li>3.Candidates who might stay either with their relatives or friends should also provide invitation letter.</li> <li>4.Candidates should have no criminal record and intend to strictly comply with the laws of the country</li> </ul> </div> </div> </div> </div> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 col-md-pull-8"> <div class="sidebar" style="margin-bottom:20px;"> <div class="sidebar-box"> <div class="sidebar-box-inner"> <h3 class="sidebar-title">Visa looking for</h3> <ul class="sidebar-categories"> <li><a href="#" id="CI">Canada Immigration</a></li> <li><a href="#" id="AI">Australia Immigration</a></li> <li><a href="#" id="GJSV">Germany Job Seeker Visa</a></li> <li><a href="#" id="SACSV">South Africa Critical Skilled Visa</a></li> <li><a href="#" id="USV">USA Study Visa</a></li> <li><a href="#" id="UKSV">UK Study Visa</a></li> <li><a href="#" id="CSV">Canada Study Visa</a></li> <li><a href="#" id="ASV">Australia Study Visa</a></li> <li><a href="#" id="UVV">USA Business or Visit Visa</a></li> <li><a href="#" id="UTV">USA Tourist Visa</a></li> <li><a href="#" id="UKVV">UK Business or Visit Visa</a></li> <li><a href="#" id="UKTV">UK Tourist Visa</a></li> <li><a href="#" id="OVIS">Other Visa or Immigration Service</a></li> </ul> </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: 22.0 KB