forked from Sujan/Rohini_New
prepration class added
This commit is contained in:
parent
9d7f715945
commit
c5fb249ff8
15
header.php
15
header.php
@ -61,16 +61,14 @@
|
||||
<div class="sidebar-textwidget">
|
||||
<div class="sidebar-info-contents">
|
||||
<div class="content-inner">
|
||||
<div class="logo"> <a href="index.php"><img src="assets/images/resources/logo-2.png" alt="" /></a> </div>
|
||||
<div class="logo"> <a href="index.php"><img src="assets/images/rohini/rohini-logo.png" alt="" /></a> </div>
|
||||
<div class="content-box">
|
||||
<h4>About Us</h4>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor incididunt ut
|
||||
labore et magna aliqua. Ut enim ad minim veniam laboris.</p>
|
||||
<p>Rohini International Education is committed to transforming the academic dreams of students into reality. Since our inception, we have been dedicated to offering personalized, high-quality guidance for students aspiring to study abroad. </p>
|
||||
</div>
|
||||
<div class="form-inner">
|
||||
<h4>Get a free quote</h4>
|
||||
<form action="assets/inc/sendemail.php" class="contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<h4>Inquiry Now</h4>
|
||||
<form action="assets/inc/sendemail.php" class="contact-form-validated" novalidate="novalidate">
|
||||
<div class="form-group">
|
||||
<input type="text" name="name" placeholder="Name" required="">
|
||||
</div>
|
||||
@ -78,7 +76,7 @@
|
||||
<input type="email" name="email" placeholder="Email" required="">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<textarea name="message" placeholder="Message..."></textarea>
|
||||
<textarea name="message" placeholder="Message"></textarea>
|
||||
</div>
|
||||
<div class="form-group message-btn">
|
||||
<button type="submit" class="thm-btn form-inner__btn">Submit Now</button>
|
||||
@ -200,8 +198,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="main-menu__right">
|
||||
<div class="main-menu__btn-box"> <a href="contact.html" class="main-menu__btn thm-btn"><span
|
||||
class="icon-right-arrow"></span> Free Quote</a> </div>
|
||||
<!-- <div class="main-menu__btn-box"> <a href="contact.html" class="main-menu__btn thm-btn"><span class="icon-right-arrow"></span> Free Quote</a> </div>-->
|
||||
<div class="main-menu__nav-sidebar-icon"> <a class="navSidebar-button" href="index.php#"> <span class="icon-dots-menu-one"></span> <span class="icon-dots-menu-two"></span> <span class="icon-dots-menu-three"></span> </a> </div>
|
||||
</div>
|
||||
</div>
|
||||
|
298
ielts.php
Normal file
298
ielts.php
Normal file
@ -0,0 +1,298 @@
|
||||
<?php include('header.php')?>
|
||||
<!--Page Header Start-->
|
||||
<section class="page-header">
|
||||
<div class="page-header__bg" style="background-image: url('assets/images/backgrounds/page-header-bg.jpg');">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="page-header__inner">
|
||||
<div class="thm-breadcrumb__box">
|
||||
<ul class="thm-breadcrumb list-unstyled">
|
||||
<li><a href="index.php">Home</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li><a href="service.php">Services</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>PTE</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>PTE</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li class="active">
|
||||
<a href="business-planning.html">Business Planning<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="human-resource.html">Human Resource<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="market-analysis.html">Market Analysis<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="startup-business.html">Startup Business<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="programe-manager.html">Programe manager<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="investment-policy.html">Investment Policy<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>915 Hill Street, USA</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:+13330000000">+1(333) 000-0000</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">example@email.com</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Mon - Sat: 9:00 AM - 5:00 PM
|
||||
<br> Sunday Close</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets/images/services/services-details-img-1.jpg" alt="">
|
||||
</div>
|
||||
<h3 class="services-details__title-1">Business Planning</h3>
|
||||
<p class="services-details__text-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
|
||||
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
|
||||
qui officia deserunt mollit anim id est laborum.</p>
|
||||
<div class="services-details__img-and-feature">
|
||||
<div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit, sed do eiusmod tempor.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Best Business consulting</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>24/7 customer support</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our Service:</h3>
|
||||
<p class="services-details__text-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Valuable Time</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Offer an Outsider’s Perspective</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Fill in Gaps in Your Knowledge</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Save Money</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Achieve Goals</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. Offer Expertise</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our Work process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Identifying Problems</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Research Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Solutions Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Consultation With Experts</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently asked questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>What activities are done in the development?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>How can i use landbook When should I use a Tag?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are social media good for the business growth?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span>How often should i work on the digital marketing?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span>What are the different types of marketing solutions?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
<?php include('footer.php')?>
|
@ -9,7 +9,8 @@
|
||||
<?php include('parts/testimonial.php')?>
|
||||
<?php include('parts/project.php')?>
|
||||
<?php /*?><?php include('parts/work.php')?><?php */?>
|
||||
<?php include('parts/team.php')?>
|
||||
<?php include('parts/class.php')?>
|
||||
<?php /*?><?php include('parts/team.php')?><?php */?>
|
||||
<?php /*?><?php include('parts/pricing.php')?><?php */?>
|
||||
<?php include('parts/blog.php')?>
|
||||
<?php /*?><?php include('parts/newsletter.php')?><?php */?>
|
||||
|
54
parts/class.php
Normal file
54
parts/class.php
Normal file
@ -0,0 +1,54 @@
|
||||
<section class="feature-one section-pd">
|
||||
<div class="container">
|
||||
|
||||
<div class="section-title text-center">
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Prepration Classes</span> </div>
|
||||
<h2 class="section-title__title">Master the Test with<br> Confidence</h2>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="feature-one__inner">
|
||||
<div class="row">
|
||||
<!--Feature One Single Start-->
|
||||
<div class="col-xl-4 col-lg-4 wow fadeInLeft animated" data-wow-delay="100ms" style="visibility: visible; animation-delay: 100ms; animation-name: fadeInLeft;">
|
||||
<div class="feature-one__single">
|
||||
<div class="feature-one__shape-1" style="background-image: url('assets/images/shapes/feature-one-shape-1.png');"></div>
|
||||
<div class="feature-one__shape-2" style="background-image: url('assets/images/shapes/feature-one-shape-2.png');"></div>
|
||||
<div class="feature-one__icon"> <span class="icon-finance-icon"></span> </div>
|
||||
<div class="feature-one__content">
|
||||
<h3 class="feature-one__title"><a href="services.html">PTE</a></h3>
|
||||
<a href="pte.php" class="feature-one__read-more"><span class="icon-right-arrow"></span>Read More</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Feature One Single End-->
|
||||
<!--Feature One Single Start-->
|
||||
<div class="col-xl-4 col-lg-4 wow fadeInLeft animated" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeInLeft;">
|
||||
<div class="feature-one__single">
|
||||
<div class="feature-one__shape-1" style="background-image: url('assets/images/shapes/feature-one-shape-1.png');"></div>
|
||||
<div class="feature-one__shape-2" style="background-image: url('assets/images/shapes/feature-one-shape-2.png');"></div>
|
||||
<div class="feature-one__icon"> <span class="icon-idea"></span> </div>
|
||||
<div class="feature-one__content">
|
||||
<h3 class="feature-one__title"><a href="services.html">IELTS</a></h3>
|
||||
<a href="ielts.php" class="feature-one__read-more"><span class="icon-right-arrow"></span>Read More</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Feature One Single End-->
|
||||
<!--Feature One Single Start-->
|
||||
<div class="col-xl-4 col-lg-4 wow fadeInLeft animated" data-wow-delay="300ms" style="visibility: visible; animation-delay: 300ms; animation-name: fadeInLeft;">
|
||||
<div class="feature-one__single">
|
||||
<div class="feature-one__shape-1" style="background-image: url('assets/images/shapes/feature-one-shape-1.png');"></div>
|
||||
<div class="feature-one__shape-2" style="background-image: url('assets/images/shapes/feature-one-shape-2.png');"></div>
|
||||
<div class="feature-one__icon"> <span class="icon-bars"></span> </div>
|
||||
<div class="feature-one__content">
|
||||
<h3 class="feature-one__title"><a href="services.html">TOEFL</a></h3>
|
||||
<a href="toefl.php" class="feature-one__read-more"><span class="icon-right-arrow"></span>Read More</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Feature One Single End-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
298
pte.php
Normal file
298
pte.php
Normal file
@ -0,0 +1,298 @@
|
||||
<?php include('header.php')?>
|
||||
<!--Page Header Start-->
|
||||
<section class="page-header">
|
||||
<div class="page-header__bg" style="background-image: url('assets/images/backgrounds/page-header-bg.jpg');">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="page-header__inner">
|
||||
<div class="thm-breadcrumb__box">
|
||||
<ul class="thm-breadcrumb list-unstyled">
|
||||
<li><a href="index.php">Home</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li><a href="service.php">Services</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>PTE</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>PTE</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li class="active">
|
||||
<a href="business-planning.html">Business Planning<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="human-resource.html">Human Resource<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="market-analysis.html">Market Analysis<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="startup-business.html">Startup Business<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="programe-manager.html">Programe manager<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="investment-policy.html">Investment Policy<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>915 Hill Street, USA</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:+13330000000">+1(333) 000-0000</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">example@email.com</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Mon - Sat: 9:00 AM - 5:00 PM
|
||||
<br> Sunday Close</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets/images/services/services-details-img-1.jpg" alt="">
|
||||
</div>
|
||||
<h3 class="services-details__title-1">Business Planning</h3>
|
||||
<p class="services-details__text-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
|
||||
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
|
||||
qui officia deserunt mollit anim id est laborum.</p>
|
||||
<div class="services-details__img-and-feature">
|
||||
<div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit, sed do eiusmod tempor.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Best Business consulting</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>24/7 customer support</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our Service:</h3>
|
||||
<p class="services-details__text-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Valuable Time</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Offer an Outsider’s Perspective</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Fill in Gaps in Your Knowledge</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Save Money</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Achieve Goals</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. Offer Expertise</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our Work process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Identifying Problems</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Research Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Solutions Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Consultation With Experts</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently asked questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>What activities are done in the development?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>How can i use landbook When should I use a Tag?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are social media good for the business growth?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span>How often should i work on the digital marketing?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span>What are the different types of marketing solutions?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
<?php include('footer.php')?>
|
298
toefl.php
Normal file
298
toefl.php
Normal file
@ -0,0 +1,298 @@
|
||||
<?php include('header.php')?>
|
||||
<!--Page Header Start-->
|
||||
<section class="page-header">
|
||||
<div class="page-header__bg" style="background-image: url('assets/images/backgrounds/page-header-bg.jpg');">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="page-header__inner">
|
||||
<div class="thm-breadcrumb__box">
|
||||
<ul class="thm-breadcrumb list-unstyled">
|
||||
<li><a href="index.php">Home</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li><a href="service.php">Services</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>PTE</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>PTE</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li class="active">
|
||||
<a href="business-planning.html">Business Planning<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="human-resource.html">Human Resource<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="market-analysis.html">Market Analysis<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="startup-business.html">Startup Business<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="programe-manager.html">Programe manager<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="investment-policy.html">Investment Policy<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>915 Hill Street, USA</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:+13330000000">+1(333) 000-0000</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">example@email.com</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Mon - Sat: 9:00 AM - 5:00 PM
|
||||
<br> Sunday Close</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets/images/services/services-details-img-1.jpg" alt="">
|
||||
</div>
|
||||
<h3 class="services-details__title-1">Business Planning</h3>
|
||||
<p class="services-details__text-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
|
||||
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
|
||||
qui officia deserunt mollit anim id est laborum.</p>
|
||||
<div class="services-details__img-and-feature">
|
||||
<div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit, sed do eiusmod tempor.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Best Business consulting</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>24/7 customer support</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our Service:</h3>
|
||||
<p class="services-details__text-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Valuable Time</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Offer an Outsider’s Perspective</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Fill in Gaps in Your Knowledge</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Save Money</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Achieve Goals</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. Offer Expertise</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our Work process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Identifying Problems</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Research Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Solutions Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Consultation With Experts</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently asked questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>What activities are done in the development?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>How can i use landbook When should I use a Tag?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are social media good for the business growth?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span>How often should i work on the digital marketing?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span>What are the different types of marketing solutions?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
<?php include('footer.php')?>
|
Loading…
Reference in New Issue
Block a user