Access_Website/network.php
2024-09-04 16:28:07 +05:45

80 lines
5.1 KiB
PHP

<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="network-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Access Educatioin Network</h2>
<h3>Our Network</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!--Network Section-->
<section class="wpo-faq-section section-padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-12">
<div class="faq-left-content">
<div class="wpo-section-title">
<h3>Connecting You Globally</h3>
<p class="para-width pb-4">"Access Education Network connects you with top educational institutions worldwide, providing the resources and support needed to achieve your academic dreams."</p>
<img src="assets/images/access-images/network-location.jpg" alt="network"> </div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="accordion">
<div class="accordion-item">
<button class="accordion-header">Putalisadak Office</button>
<div class="accordion-content">
<p>Access Education Network (AEN) started the operation of its consultation and counseling service through the office located at Putalisadak that was established in the year 2005. It is the head office of the network. It has been tirelessly executing its activities related to students counseling and abroad studies consultation through its branch with a high success rate.</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Baneshwor Office</button>
<div class="accordion-content">
<p>As a leading name in the Education Consultancy sector, Access Education Network has been empowering dreams and guiding aspiring individuals towards a bright future for many years. With our commitment to excellence and unwavering dedication to our clients, we have expanded our reach with multiple offices in Nepal and abroad.</p>
<p class="mt-4">Our new Baneshwor office is a testament to our continuous efforts to provide the best services and support to our valued clients. Strategically located in the vibrant locality of Baneshwor, this state-of-the-art office is poised to serve as a hub of educational excellence and career opportunities. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Pokhara Office</button>
<div class="accordion-content">
<p>Pokhara office, the first extension of AEN out of the valley, was established in the year 2007. With the motive of extending its service to ease the access of the students to AEN at the regional level, this branch was started in the lap of the naturally beautiful and pristine location of Pokhara. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Kumaripati Office</button>
<div class="accordion-content">
<p>A new extension of the network was done in Lalitpur district in the year 2015. With the extension, students in and around Kumaripati, Lalitpur has been benefitted from the consultancy which has been proving its reputation in rendering quality consultation service. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Chitwan Office</button>
<div class="accordion-content">
<p>Chitwan branch is another important branch extension of AEN. The world-acclaimed tourist destination is the home of numerous prospect-seeking students. Focusing on the accessibility of those students, AEN had its 7th branch started in the district. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Butwal Office</button>
<div class="accordion-content">
<p>AEN continued the extension of its service by opening a branch office in this city in the year 2009. Later, in the year 2019, the office, with rejuvenation relaunched its service in the city in a different location with an amicable and pristine ambiance. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Biratnagar Office</button>
<div class="accordion-content">
<p>The branch office was established in the industrial city of Morang in the year 2012. The city is the education of the eastern region. As such focusing on the aspirations of the students, the office with upgraded resources and rejuvenation has been relaunched in the year 2021. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Network Section End-->
<?php include('footer.php');?>