-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDocumentClearing.php
130 lines (110 loc) · 6.36 KB
/
DocumentClearing.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
<!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- Visa Sponsorship</title>
<meta name="description" content="U.A.E Visa Sponsorship" />
<meta name="keywords" content="Visa Sponsorship" />
<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">Summit Trust Document Cleaning </h1>
<div class="clear"></div>
</header>
<!-- /Page Title -->
<br/> <br/> <br/>
<div class="container">
<p>Summit Trust has been established by professionals with a clear vision to provide world class management advisory services to several faces of the enterprise in the Private, Government and Non-Government Sectors. The group, having its substantial presence in UAE.<br>
<br>
Summit Trust is head quartered in Dubai . We, at Summit Trust, have an excellent understanding of the local economy, laws and procedures, which enables us to provide full assistance throughout every step of the business formation process, however, our services do not stop here. We also offer any assistance or advice based on UAE company guidelines and procedures from the moment you choose to form the company to as long as your after formation needs go, including <strong>assistance</strong> with resident <strong>visa processing</strong>, <strong>employees visas</strong> and much more.</p>
<p>We also provide a unique capacity to empower clients with actionable information, trends, strategies and forecasts that can help develop, grow and manage changes in the near future.</p>
<p>Specializing in international corporate law, Summit Trust aims to be established as the market leader in this field. Due to our vast experience, we are able to offer clients assistance with all aspects of offshore company formation, nominee service through lawyers and corporate & offshore bank accounts with the world’s leading financial institutions which can include services such as online banking, credit cards and cheque books.</p>
<p>Our mission is to help our clients excel and our people respond successfully to an ever-changing business environment, remaining competitive and delivering premium services to the business achievers. Summit Trust draws on the unparalleled expertise of its people and aims to over deliver on results.</p>
<br/> <br/> <br/>
</div>
<center><img src="images/logo.png" width="250"/></center>
<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>