-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
229 lines (220 loc) · 9.59 KB
/
Copy pathabout.html
File metadata and controls
229 lines (220 loc) · 9.59 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Us | Fly Desire Overseas Education Consultant</title>
<meta name="description" content="Learn about Fly Desire Overseas - India's trusted overseas education consultancy since 2018. Founded by Anuj Kumar, we've helped 500+ students achieve their study abroad dreams." />
<link rel="icon" type="image/svg+xml" href="/assets/fly-desire-logo-v3.svg" />
<link rel="shortcut icon" href="/assets/fly-desire-logo-v3.svg" />
<link rel="apple-touch-icon" href="/assets/fly-desire-logo-v3.svg" />
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<div class="page">
<header class="site-header">
<div class="container header-inner">
<a class="brand" href="/index.html" aria-label="Fly Desire Home">
<img class="brand-logo" src="/assets/fly-desire-logo-v3.svg" alt="Fly Desire logo" />
</a>
<nav class="nav" id="main-nav">
<a class="nav-link" href="/index.html">Home</a>
<a class="nav-link active" href="/about.html">About Us</a>
<a class="nav-link" href="/services.html">Services</a>
<a class="nav-link" href="/contact.html">Contact</a>
<a class="nav-link" href="/success-stories.html">Success Stories</a>
<a class="nav-link" href="/testimonials.html">Testimonials</a>
</nav>
<div class="header-actions">
<a class="header-phone" href="tel:+918826947257">+91 88269 47257</a>
<a class="btn btn-secondary" href="/contact.html">Free Consultation</a>
</div>
<button class="menu-toggle" aria-label="Toggle menu" aria-expanded="false" aria-controls="main-nav">
<span></span>
<span></span>
<span></span>
</button>
</div>
</header>
<main>
<section class="page-hero hero-gradient">
<div class="container">
<span class="section-tag">About Fly Desire</span>
<h1>Turning Dreams into <span>Reality</span></h1>
<p>Since 2018, Fly Desire Overseas has been helping students achieve their international education goals with honesty, integrity, and dedication.</p>
</div>
</section>
<section class="section">
<div class="container two-col">
<div>
<span class="section-tag">Our Story</span>
<h2>Founded on a Vision of Excellence</h2>
<div class="body-copy">
<p>Fly Desire Overseas was established in 2018 by <strong>Anuj Kumar</strong>, a B.Tech graduate from Central University Bilaspur, Chhattisgarh (2013). With a passion for helping students realize their dreams of studying abroad, Anuj founded this consultancy with a simple mission: to provide honest, transparent, and student-focused guidance.</p>
<p>What started as a small operation has grown into a trusted name in overseas education consultancy. Over the years, we have successfully guided hundreds of students to prestigious universities across Australia, the United Kingdom, the United States, Canada, New Zealand, and Europe.</p>
<p>Our approach is built on understanding each student's unique aspirations and providing personalized counselling that aligns with their academic and career goals.</p>
</div>
</div>
<div class="stat-grid">
<div class="stat-card">
<span>7+</span>
<p>Years of Experience</p>
</div>
<div class="stat-card">
<span>500+</span>
<p>Students Placed</p>
</div>
<div class="stat-card">
<span>6+</span>
<p>Countries Covered</p>
</div>
<div class="stat-card">
<span>95%</span>
<p>Visa Success Rate</p>
</div>
</div>
</div>
</section>
<section class="section section-muted">
<div class="container two-col">
<div class="info-card">
<h3>Our Mission</h3>
<p>To deliver honest, professional, and end-to-end overseas education services that empower students to build successful global careers. We are committed to ethical practices, genuine documentation, and long-term success for students and partners alike.</p>
</div>
<div class="info-card accent">
<h3>Our Vision</h3>
<p>To become a trusted international education partner recognized for integrity, quality counselling, and long-term institutional relationships. We aspire to be the first choice for students seeking genuine overseas education guidance.</p>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-header">
<span class="section-tag">Our Values</span>
<h2>What Drives Us Forward</h2>
</div>
<div class="value-grid">
<article class="value-card">
<h3>Integrity</h3>
<p>Honest and transparent dealings with students and partners.</p>
</article>
<article class="value-card">
<h3>Student-Centric</h3>
<p>Every decision is made with the student's best interest in mind.</p>
</article>
<article class="value-card">
<h3>Excellence</h3>
<p>Committed to delivering the highest quality of service.</p>
</article>
<article class="value-card">
<h3>Reliability</h3>
<p>Dependable guidance throughout your education journey.</p>
</article>
</div>
</div>
</section>
<section class="section section-muted">
<div class="container">
<div class="section-header">
<span class="section-tag">Company Information</span>
<h2>Legal Details</h2>
</div>
<div class="legal-card">
<div>
<h4>Trade Name</h4>
<p>Fly Desire</p>
</div>
<div>
<h4>Legal Name</h4>
<p>Anuj Kumar</p>
</div>
<div>
<h4>Nature of Business</h4>
<p>Proprietorship</p>
</div>
<div>
<h4>Established</h4>
<p>2018</p>
</div>
<div class="span-2">
<h4>GST Registration No.</h4>
<p>07DVFPK0867L1Z6</p>
</div>
<div class="span-2">
<h4>Registered Office</h4>
<p>G-122, Adhyapak Nagar, Nangloi, West Delhi, Delhi – 110041, India</p>
</div>
</div>
</div>
</section>
<section class="cta">
<div class="container">
<h2>Ready to Start Your <span>Journey?</span></h2>
<p>Let us help you take the first step towards your international education dream.</p>
<div class="cta-actions">
<a class="btn btn-secondary btn-lg" href="/contact.html">Get Free Consultation</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-grid">
<div>
<div class="footer-brand">
<img class="footer-logo" src="/assets/fly-desire-logo-v3.svg" alt="Fly Desire logo" />
</div>
<p>Fly Desire Overseas is an India-based overseas education consultancy specializing in student visa services and international admissions since 2018.</p>
<div class="social-row">
<a href="#">Facebook</a>
<a href="#">Instagram</a>
<a href="#">LinkedIn</a>
<a href="#">Twitter</a>
</div>
</div>
<div>
<h4>Quick Links</h4>
<a href="/index.html">Home</a>
<a href="/about.html">About Us</a>
<a href="/services.html">Our Services</a>
<a href="/contact.html">Contact Us</a>
<a href="/success-stories.html">Success Stories</a>
<a href="/testimonials.html">Testimonials</a>
</div>
<div>
<h4>Study Destinations</h4>
<p>Australia</p>
<p>United Kingdom</p>
<p>United States</p>
<p>Canada</p>
<p>New Zealand</p>
<p>Europe</p>
</div>
<div>
<h4>Our Offices</h4>
<p class="office"><strong>Delhi Office</strong><br />G-122, Adhyapak Nagar, Nangloi, West Delhi, Delhi – 110041</p>
<p class="office"><strong>Lucknow Office</strong><br />C 4/50, Viraj Khand-4, Gomti Nagar, Lucknow, UP – 226010</p>
<a href="tel:+918826947257">+91 88269 47257</a>
<a href="mailto:admissions@flydesire.com">admissions@flydesire.com</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Fly Desire Overseas. All rights reserved.</p>
<p>GST: 07DVFPK0867L1Z6</p>
</div>
</footer>
<a class="whatsapp-fab" href="https://wa.me/918826947257?text=Hello!%20I'm%20interested%20in%20overseas%20education%20consultation." target="_blank" rel="noopener noreferrer" aria-label="Chat on WhatsApp">
<span>💬</span>
<span class="fab-badge">1</span>
</a>
</div>
<script>
const toggle = document.querySelector('.menu-toggle');
const nav = document.getElementById('main-nav');
toggle.addEventListener('click', () => {
const expanded = toggle.getAttribute('aria-expanded') === 'true';
toggle.setAttribute('aria-expanded', String(!expanded));
nav.classList.toggle('nav-open');
});
</script>
</body>
</html>