-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResidenceandEmploymentVisas.php
142 lines (113 loc) · 5.22 KB
/
ResidenceandEmploymentVisas.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<title>SUMMIT TRUST - Residence and Employment Visas</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="index,follow" />
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="js/html5.js"></script>
<script type="text/javascript" src="js/selectivizr-min.js"></script>
<link rel="stylesheet" href="css/ie_7.css" type="text/css" />
<![endif]-->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="js/all-in-one.js"></script>
<script type="text/javascript" src="js/setup.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('#demo-side-bar').removeAttr('style');
});
</script>
<style type="text/css">
.demobar{display:none;}
#demo-side-bar{top:53px!important;left:90%!important;display:block!important;}
</style>
<!--Google analytics tracker -->
<script type="text/javascript" src="js/analyticstracking.js"></script>
<meta name="google-translate-customization" content="91df6474cb52ef00-7f1adc6215151854-gcf648c5b5042e7cc-10"></meta>
<!-- Header -->
<header class="header_bg clearfix">
<div class="container clearfix">
<!-- Social -->
<ul class="social-links">
<li ><a href="javascript:"><img src="images/facebook.png" alt="Facebook"></a></li>
<li ><a href="javascript:"><img src="images/twitter.png" width="24" height="24" alt="Twitter"></a></li>
</ul>
<!-- /Social -->
<!-- Logo -->
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="" /></a>
</div>
<!-- /Logo -->
<!-- Master Nav -->
<?php include_once './naviation.php'; ?>
<!-- /Master Nav -->
</div>
</header>
<!-- /Header -->
<!-- START CONTENT -->
<section class="container clearfix">
<!-- Page Title -->
<header class="container page_info clearfix">
<h1 class="regular brown bottom_line">Residence and Employment Visas</h1>
<div class="clear"></div>
</header>
<!-- /Page Title -->
<img src="images/contents/211535rleoslide.jpg" width="940"/>
<br/> <br/> <br/>
<div class="container">
<h2> Residence and Employment Visas</h2>
<p>We organize residence and employment visas for Dubai and Abu Dhabi (also free zones).</p>
<p>All visitors, except GCC nationals, require a residence visa to stay legally in the UAE, or an employment visa to work here.</p>
<h4>Visa Transfers</h4>
<p>Visas transfer from one company to another.</p>
<h4>Family Visas</h4>
<p>UAE residence visa holders can sponsor their family to have them stay legally in the UAE.</p>
<h4>Domestic Workers’ Visas</h4>
<p>UAE residence visa holders can sponsor domestic workers – such as maids, nannies or drivers – to have them work legally.</p>
<br/> <br/> <br/>
</div>
<div class="clear padding20"></div>
<div class="clear"></div>
</section>
<!-- END CONTENT -->
<!-- footer -->
<footer class="footer_bg_bottom clearfix">
<div class="footer_bottom container">
<div class="col_2_3">
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="portfolio_4_cols.html">Portfolio</a></li>
<li><a href="pricing_5_cols.html">Pricing</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="clear padding20"></div>
<p>
Copyright © 2013 SUMMIT TRUST . All Right Reserved. <br/> Powered By <a href="http://www.MavajSunCo.com">MAVAJ SUN CO .</a>
</p>
</div>
<div class="clear padding20"></div>
</div>
</footer>
<!-- /footer -->
<div id="demo-side-bar">
</div>
<!--wrapper end-->
<!--Dynamically creates analytics markup-->
</body>
</html>