-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.html
520 lines (469 loc) · 29.7 KB
/
service.html
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Services Page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- favicon
============================================ -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<!-- Google Fonts
============================================ -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href="http://allfont.net/allfont.css?fonts=montserrat-light" rel="stylesheet" type="text/css" />
<!--linearicons font-->
<link rel="stylesheet" href="css/linearfont.css">
<!-- Bootstrap CSS
============================================ -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- meanmenu CSS
============================================ -->
<link rel="stylesheet" href="css/meanmenu.min.css">
<!-- Bootstrap CSS
============================================ -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- owl.carousel CSS
============================================ -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/owl.transitions.css">
<!-- animate CSS
============================================ -->
<link rel="stylesheet" href="css/animate.css">
<!-- normalize CSS
============================================ -->
<link rel="stylesheet" href="css/normalize.css">
<!-- Nivo Slider CSS -->
<link rel="stylesheet" href="css/nivo-slider.css">
<!-- Add venobox css -->
<link rel="stylesheet" href="venobox/venobox.css">
<!-- main CSS
============================================ -->
<link rel="stylesheet" href="css/main.css">
<!-- Nivo Slider CSS -->
<link rel="stylesheet" href="css/nivo-slider.css">
<!-- style CSS
============================================ -->
<link rel="stylesheet" href="style.css">
<!-- responsive CSS
============================================ -->
<link rel="stylesheet" href="css/responsive.css">
<!-- modernizr JS
============================================ -->
<script src="js/vendor/modernizr-2.8.3.min.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]-->
<!--start header area -->
<div class="header_area">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-3 col-xs-10">
<div class="logo">
<a href="index.html"><img src="img/last.jpg" alt="" /></a>
</div>
</div>
<!-- end header logo -->
<div class="col-md-8 col-sm-9 col-xs-10">
<div>
<div class="social_icon pull-right">
<p>
<a target="_blank" href="https://www.facebook.com/migrateshyd" class="icon-set" style="font-size: 40px"><i class="fa fa-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/migrateshyd/" class="icon-set" style="font-size: 40px"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://twitter.com/migrateshyd" class="icon-set" style="font-size: 40px"><i class="fa fa-twitter"></i></a>
</p>
</div>
</div>
<div class="phone_address pull-right clear">
<p class="no-margin">
<small>
<span class="text-msg"style="font-size:20px">Have any questions?</span>
<span class="icon-set"style="font-size:20px"><i class="fa fa-phone"></i> +9140 6633-3969</span>
<span class="icon-set"style="font-size:20px"><i class="fa fa-envelope"></i> [email protected]</span>
</small>
</p>
</div>
</div>
</div>
</div>
</div>
<!--end header area -->
<!--Start nav area -->
<div class="nav_area home-3">
<div class="container">
<div class="row">
<!--nav item-->
<div class="col-md-12 col-sm-12 col-xs-12">
<!-- nav menu-->
<nav class="menu">
<ul class="navid pull-left">
<li><a href="home.html">Home <i class="fa fa-angle-down"></i></a>
</li>
<li><a href="#">Contries</a>
<ul>
<li><a href="australia.html">Study in australia</a></li>
<li><a href="canada.html">Study in Canada</a></li>
<li><a href="usa.html">Study in Usa</a></li>
<li><a href="nz.html">Study in New Zeland</a></li>
</ul>
</li>
<li><a href="service.html">Services <i class="fa fa-angle-down"></i></a>
<li><a href="association.html">Association</a></li>
<li><a href="institution.html">institutions</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</nav>
<!--end nav menu-->
<div class="search pull-right">
<div class="search-box home-3">
<input type="text" class="form_control" placeholder="search" />
<span class="search-open"><i class="fa fa-search search"></i><i class="fa fa-close hidden close"></i></span>
</div>
</div>
</div>
<!--end nav item -->
</div>
</div>
</div>
<!--end nav area -->
<!--Start mobile menu area -->
<div class="mobile_memu_area">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="mobile_memu">
<!-- nav menu-->
<nav>
<ul class="navid">
<li><a href="home.html">Home <i class="fa fa-angle-down"></i></a>
</li>
<li><a href="#">Contries</a>
<ul>
<li><a href="australia.html">Study in australia</a></li>
<li><a href="canada.html">Study in Canada</a></li>
<li><a href="usa.html">Study in Usa</a></li>
<li><a href="nz.html">Study in New Zeland</a></li>
</ul>
</li>
<li><a href="service.html">Services <i class="fa fa-angle-down"></i></a>
<li><a href="association.html">Association</a></li>
<li><a href="institution.html">institutions</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</nav>
<!--end nav menu-->
</div>
</div>
</div>
</div>
</div>
<!--end mobile menu area -->
<!--Start slider area -->
<br>
<div id="page-content">
<div class="container">
<div class="row">
<!--SIDEBAR Content-->
<div class="col-md-4">
<div class="sidebar" id="page-sidebar">
<!--
<aside class="news-small" id="news-small">
<header>
<h2>Related News</h2>
</header>
<div class="section-content">
<article>
<figure class="date"><i class="fa fa-file-o"></i>08-24-2014</figure>
<header><a href="#">U-M School of Public Health, Detroit partners aim to improve air quality in the city</a></header>
</article>
<article>
<figure class="date"><i class="fa fa-file-o"></i>08-24-2014</figure>
<header><a href="#">At 50, Center for the Education of Women celebrates a wider mission</a></header>
</article>
<article>
<figure class="date"><i class="fa fa-file-o"></i>08-24-2014</figure>
<header><a href="#">Three U-Michigan scientists receive Sloan fellowships</a></header>
</article>
</div>
<a href="" class="read-more">All News</a>
</aside>
-->
<aside id="newsletter">
<header>
<h2 style="font-size: 25px">Newsletter</h2>
<br>
<div class="section-content">
<div class="newsletter">
<div class="input-group"><input class="form-control" placeholder="Your e-mail" type="text" /> <span class="input-group-btn"><button class="btn" type="submit"></button> </span></div>
<!-- /input-group -->
<br>
<br>
</div>
<!-- /.newsletter -->
</div>
<!-- /.section-content -->
</header>
</aside>
<!-- /.newsletter -->
<aside>
<div class="block">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<section id="partners">
<header>
<h2 style="font-size: 25px">Accreditations</h2>
</header>
<div class="section-content">
<div class="logos" style="display: flex;flex-direction: column">
<div class="logo">
<a href=""><img alt="Qisan" src="img/logo1.jpg" style="width: 160px;height: 100px ;margin: 50px" /></a>
</div>
<div class="logo">
<a href=""><img alt="Issana" src="img/logo2.jpg" style="width: 180px;height: 100px ;margin: 30px" /></a>
</div>
<div class="logo">
<a href=""><img alt="Uniagents" src="img/logo3.jpg" style="width:180px;height: 100px ;margin: 30px" /></a>
</div>
</div>
</div>
</section>
</div>
<!-- /.col-md-9 -->
<div class="col-md-3 col-sm-3"></div>
<!-- /.col-md-3 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
</aside>
<div class="col-md-4 col-sm-4">
<div class="side-images"></div>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<img alt="" class="side-img" src="assets/img/side-image1.jpeg" /></div>
<img alt="" class="side-img" src="assets/img/side-image3.jpeg" /> <img alt="" class="side-img" src="assets/img/side-image2.jpeg" />
<!-- /#sidebar -->
</div>
<!-- /.col-md-4 -->
<!--MAIN Content-->
<div class="col-md-8">
<div id="page-main">
<section id="right-sidebar">
<header>
<h2 style="font-size: 25px">Services</h2>
</header>
<br>
<img src="img/services-img-1.jpg" />
<p></p>
<br>
<h3 style="font-size: 21px"><strong>“The way to get started is to take the first step with dream powered optimism”</strong></h3>
<p></p>
<hr />
<p style="font-size: 17px">At Migrates Overseas Consultancy we provide a lot of services for students. We do not stop at the expertise of our team, we are well prepared to go out of our way to provide satisfactory services to each and every student who
walks into our office. Getting admission in any of the prestigious universities around the world is totally based on the aptitude, reasoning and mental ability of the students. A student’s performance is evaluated
through a specially designed test so as to index his/her capabilities. Each field requires a completely different type of knowledge. Thus, a test for which a student has to appear is totally based on his/her choice of field
of study and program. Thus, a number of tests are available, and a student appears in which can vary greatly. To secure admission in some of the highly acclaimed universities across the globe a student has to make sure
that his/her performance is extremely well in the test. So, we work on giving a beforehand information about all the tests and their curriculum to help students a great deal in the examination process. The first process
of getting into any university is topping the entrance test and Migrates help you in every way to get the appropriate coaching for exams to get maximum out of your potential.</p>
<hr />
<p></p>
<h3 style="font-size: 21px"><strong>Career Counselling</strong></h3>
<p></p>
<p style="font-size: 17px">Choosing a career can be confusing and scary for many students. At Migrates we help you decide what your career should be according to your talents, interests, and preferences. The choice of career highly affects the University
you will go to and the country you will go to. The experts at Migrates will help you decide the career which is best suited to your abilities and interest.</p>
<hr />
<p></p>
<h3 style="font-size: 21px"><strong>Admission Guidance</strong></h3>
<p></p>
<p style="font-size: 17px">Our team at Migrates has constituted a dedicated admission cell which provides a comprehensive service which includes details for entrance tests, dates for admission, academic grades required, fees for application and the documents
required as well other things necessary to clear eligibility of admission to various universities you wish to apply for.</p>
<br>
<img src="img/services-img-2.jpg" />
<hr />
<p></p>
<h3 style="font-size: 21px"><strong>University Selection</strong></h3>
<p></p>
<p style="font-size: 21px">Selecting the Universities, you want to apply to, can be a very difficult task. There are a lot of questions you must ask yourself and factors you must consider before taking this decision. Factors like the economic availability,
grades, and scores, ranking of the University, minimum scores required to get in, communal safety for international students etc. Other information such as internship opportunities, on-campus and off-campus jobs etcetera.
At Migrates the experts will answer every question for you and help you decide the top universities you should shortlist and apply to.</p>
<hr />
<p></p>
<h3 style="font-size: 21px"><strong>Application Process</strong></h3>
<p></p>
<p style="font-size: 17px">At Migrates, we understand that application process can take a lot of effort and time to give results. We ensure complete transparency in the whole process from filling online forms to posting hard copies, everything and every
step is done in a transparent method. Our team, throughout the beginning, maintain a constant communication with the institutions to keep you updated on the progress of your application. Also, a separate process for deserving
students has been facilitated where we provide advisory services to them for extra benefits.</p>
<hr />
<p></p>
<h3 style="font-size: 21px"><strong>Scholarship Guidance</strong></h3>
<p></p>
<p style="font-size: 17px">We all know that studies abroad cost a lot. And if you are thinking of getting into the more prestigious Universities then the tuition fees there can make the University out of many students’ reach instantly. But as we
know every University has some kind of scholarship scheme for students who cannot afford the fees. International students also get special schemes. Migrates experts help you get all the information about every possible
scholarship you are eligible for. They also help in making your application look more attractive so that the chances of your scholarship increase.</p>
<img src="img/services-img-3.jpg" />
<hr />
<p></p>
<h3 style="font-size: 21px"><strong>Visa Assistance</strong></h3>
<p></p>
<p style="font-size: 17px">After your application is accepted by your respective university getting a visa for that country is not a big task. But still, it is strictly advised to take precaution and proceed with caution. A small mistake in visa application
can abolish all of your hard work up till application. The visa application is a time-consuming process but Migrates is there on every step to facilitate the speedy procedure. We even arrange mock interviews to help ease
the process.</p>
<hr />
<p></p>
<h3 style="font-size: 21px"><strong>Travel And Pre-Departure Assistance</strong></h3>
<p></p>
<p style="font-size: 17px">Once your visa gets approved all you need to do is confirm your air-tickets and ensure that you don’t miss your deadline reporting time at university. Before you begin your new journey, we make sure you get to know about your
new homeland and thus we arrange a communication portal between you and member of Migrates Alumni who have already settled there so you might become more familiar with your upcoming life. The team will help you get cheap
airline tickets, will prepare you for cultural change, secure the foreign exchange for you. Some last-minute advice goes a long way, so the team will give you some of the survival tips, things to do and not to do etcetera.</p>
<!--<div class="table-responsive">
<table class="table table-hover course-list-table tablesorter">
<thead>
<tr>
<th>Course Name</th>
<th>Course Type</th>
<th class="starts">Starts</th>
<th class="length">Length</th>
</tr>
</thead>
<tbody>
<tr>
<th class="course-title"><a href="course-detail-v1.html">Introduction to modo 701</a></th>
<th class="course-category"><a href="#">Graphic Design and 3D</a></th>
<th>01-03-2014</th>
<th>3 months</th>
</tr>
<tr>
<th class="course-title"><a href="course-detail-v1.html">Become self marketer</a></th>
<th class="course-category"><a href="#">Marketing</a></th>
<th>03-03-2014</th>
<th>2 lessons</th>
</tr>
<tr>
<th class="course-title"><a href="course-detail-v1.html">How to find long term customers</a></th>
<th class="course-category"><a href="#">Marketing</a></th>
<th>06-03-2014</th>
<th>1 month</th>
</tr>
<tr>
<th class="course-title"><a href="course-detail-v1.html">Neuroscience and the future</a></th>
<th class="course-category"><a href="#">Science</a></th>
<th>21-03-2014</th>
<th>3 weeks</th>
</tr>
<tr>
<th class="course-title"><a href="course-detail-v1.html">History in complex view</a></th>
<th class="course-category"><a href="#">History and Psychology</a></th>
<th>06-04-2014</th>
<th>1 lesson</th>
</tr>
<tr>
<th class="course-title"><a href="course-detail-v1.html">Become self marketer</a></th>
<th class="course-category"><a href="#">Marketing</a></th>
<th>03-03-2014</th>
<th>2 lessons</th>
</tr>
<tr>
<th class="course-title"><a href="course-detail-v1.html">How to find long term customers</a></th>
<th class="course-category"><a href="#">Marketing</a></th>
<th>06-03-2014</th>
<th>1 month</th>
</tr>
<tr>
<th class="course-title"><a href="course-detail-v1.html">Neuroscience and the future</a></th>
<th class="course-category"><a href="#">Science</a></th>
<th>21-03-2014</th>
<th>3 weeks</th>
</tr>
<tr>
<th class="course-title"><a href="course-detail-v1.html">History in complex view</a></th>
<th class="course-category"><a href="#">History and Psychology</a></th>
<th>06-04-2014</th>
<th>1 lesson</th>
</tr>
</tbody>
</table>
</div>-->
</section>
</div>
<!-- /#page-main -->
</div>
<!-- /.col-md-8 -->
<!-- end MAIN Content -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<br>
<br>
<!-- end Page Content -->
<!-- Footer -->
<!-- footer area -->
<div class="footer_area">
<div class="container">
<!-- widget area -->
<div class="row">
<div class="col-md-6 col-sm-12">
<!--single widget item -->
<div class="single_widget">
<div class="widget_thumb">
<img src="img/home1/camp-1.jpg" alt="" />
</div>
<div class="widget_content">
<h2>Contact Us</h2>
<br>
<p style="font-size: 15px">Migrates Overseas Consultancy LLP</p>
<br>
<p>204, Lorven Complex, Behind HP Petrol Pump, Chaitanyapuri,
<br>DilsukhNagar, Hyderabad, Telangana-500060, India<br> Telephone: +9140 6633-3969<br> Mobile: 9100544402/3/4/5<br> Email: [email protected]<br> Email: [email protected]</p>
</div>
</div>
</div>
</div>
</div>
<!-- end widget area -->
</div>
</div>
<!-- end footer area -->
<!-- footer bottom area -->
<div class="footer_bottom_area">
<div class="container">
<div class="row">
<div class=" col-sm-6 col-md-6 col-lg-6">
<div class="footer_text">
<p>
© Migrates, All rights reserved
</p>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="assets/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="assets/js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="assets/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/selectize.min.js"></script>
<script type="text/javascript" src="assets/js/owl.carousel.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.validate.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.placeholder.js"></script>
<script type="text/javascript" src="assets/js/jQuery.equalHeights.js"></script>
<script type="text/javascript" src="assets/js/icheck.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.vanillabox-0.1.5.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.tablesorter.min.js"></script>
<script type="text/javascript" src="assets/js/retina-1.1.0.min.js"></script>
<script type="text/javascript" src="assets/js/custom.js"></script>
</body>
</html>