/
/
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/usa-business-visitor-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>USA Business Visitor Visa Consultants Services in Rudrapur | Best USA Business Visitor Visa B1 B2</title> <!-- InstanceBeginEditable name="seo" --> <meta name="keywords" content="USA Business Visitor Visa Consultants Services in Rudrapur, USA Business Visitor Visa Consultants Services in , USA Business Visitor Visa Consultants Services in , USA Business Visitor Visa Services, USA Visitor Visa in Rudrapur, USA Visit Visa, USA Visit Visa Services in , B2 Visa, Tourist Visa Consultants Services in Rudrapur"/><meta name="description" content="USA Business Visitor Visa Consultants Services in Rudrapur USA Business Visitor Visa Consultants Services in USA Business Visitor Visa Consultants Services in USA Business Visitor Visa Services USA Visitor Visa in Rudrapur USA Visit Visa USA Visit Visa Services in B2 Visa Tourist Visa Consultants Services in Rudrapur"/> <!-- 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="usa-business-visitor-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/usa.jpg');"> <div class="container"> <div class="pagination-area"> <h1>USA Business and Visit Visa</h1> <ul> <li><a href="index.php">Home</a> -</li> <li>Business and Visit Visa</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-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">USA Business and Visit Visa</h2> <p><a href="usa-business-visitor-visa.php"><strong>USA Tourist / Visitor Visa</strong></a> allows you to visit <a href="us-immigration.php"><strong>USA</strong></a> for a holiday or visit family/friends. Visas are granted for up to 10 years depending on applicant?s intent, profile & documentation. Visitors are not allowed to work on this visa.</p> <h3 class="sidebar-title">Criteria for a USA Tourist/Visitor Visa</h3> <ol> <li>According to <a href="us-immigration.php"><strong>U.S. Visa</strong></a> laws and regulations, all non-immigrant visa applicants must demonstrate to the consular officer that they have strong ties to their country of residence and must show that they intend to depart the United States after their temporary visit.</li> <li>It is very important that your passport is in good condition for a U.S. visa to be placed. <a href="us-immigration.php"><strong>U.S. Visa</strong></a>?cannot be placed in damaged passports.</li> <li>Candidates must demonstrate that they possess sufficient funds to support themselves and their family for the entire period of their visit</li> <li>Candidates must not intend to seek or undertake a job</li> <li>Candidates should have no criminal record and intend to strictly comply with the laws of the country</li> <li>Candidates who might stay either with their relatives or friends should also provide invitation letter.</li> </ol> <h3 class="sidebar-title">US business Visa( B1)</h3> <p>The <a href="usa-business-visitor-visa.php"><strong>B1 Visa?USA</strong></a> is temporary visa which can be granted up to a period of 10 years depending on applicant?s intent, profile & documentation.</p> <ol> <li>Candidates must demonstrate that they possess sufficient funds to support themselves and their family for the entire period of their visit</li> <li>Candidates must not intend to seek or undertake a job</li> <li>Candidates who might stay either with their relatives or friends should also provide invitation letter.</li> <li>Candidates should have no criminal record and intend to strictly comply with the laws of the country</li> </ol> <h4><strong>Salient Features</strong></h4> <ol> <li>The <a href="usa-business-visitor-visa.php"><strong>US Business Visa</strong></a> (B1 Visa) is for owners of a Business or employees of a firm/company.</li> <li>It allows you to travel throughout <a href="us-immigration.php"><strong>USA</strong></a> to attend Seminars, training Sessions, meetings, build alliances or open branch offices in a country.</li> </ol> </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.4 KB