Home Page Changes
This commit is contained in:
parent
4df6504262
commit
9d7f715945
@ -2839,7 +2839,6 @@ dl, ol, ul {
|
|||||||
.about-one {
|
.about-one {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 120px 0 120px;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.about-one__left {
|
.about-one__left {
|
||||||
@ -3168,8 +3167,6 @@ dl, ol, ul {
|
|||||||
.services-one {
|
.services-one {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 250px 0 216px;
|
|
||||||
margin-top: -140px;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.services-one__bg {
|
.services-one__bg {
|
||||||
@ -3277,7 +3274,7 @@ dl, ol, ul {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 33px;
|
line-height: 33px;
|
||||||
color: var(--bizgrow-base);
|
color: var(--bizgrow-base);
|
||||||
padding-left: 53px;
|
padding-left: 25px;
|
||||||
}
|
}
|
||||||
.services-one__title a {
|
.services-one__title a {
|
||||||
color: var(--bizgrow-white);
|
color: var(--bizgrow-white);
|
||||||
@ -3287,9 +3284,8 @@ dl, ol, ul {
|
|||||||
left: 70px;
|
left: 70px;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
text-align: center;
|
|
||||||
background-color: var(--bizgrow-white);
|
background-color: var(--bizgrow-white);
|
||||||
padding: 27px 30px 25px;
|
padding: 30px 25px;
|
||||||
background-position: center bottom;
|
background-position: center bottom;
|
||||||
transition-delay: .1s;
|
transition-delay: .1s;
|
||||||
transition-timing-function: ease-in-out;
|
transition-timing-function: ease-in-out;
|
||||||
@ -3323,8 +3319,6 @@ dl, ol, ul {
|
|||||||
.services-one__btn {
|
.services-one__btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--bizgrow-black);
|
color: var(--bizgrow-black);
|
||||||
@ -3558,8 +3552,6 @@ dl, ol, ul {
|
|||||||
.why-choose-one {
|
.why-choose-one {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: -110px;
|
|
||||||
padding: 0 0 100px;
|
|
||||||
background-color: var(--bizgrow-extra);
|
background-color: var(--bizgrow-extra);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
@ -3795,7 +3787,7 @@ dl, ol, ul {
|
|||||||
.testimonial-one {
|
.testimonial-one {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
background-color: var(--bizgrow-black);
|
background-color: #fff;
|
||||||
padding: 120px 0 170px;
|
padding: 120px 0 170px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
@ -3807,7 +3799,7 @@ dl, ol, ul {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
opacity: .50;
|
opacity: .50;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
.testimonial-one__right .section-title__title background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
@ -3852,10 +3844,10 @@ dl, ol, ul {
|
|||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
.testimonial-one__right .section-title__tagline {
|
.testimonial-one__right .section-title__tagline {
|
||||||
color: var(--bizgrow-primary);
|
color: #6E7075;
|
||||||
}
|
}
|
||||||
.testimonial-one__right .section-title__title {
|
.testimonial-one__right .section-title__title {
|
||||||
color: var(--bizgrow-white);
|
color: #3d3d3d;
|
||||||
}
|
}
|
||||||
.testimonial-one__right .section-title {
|
.testimonial-one__right .section-title {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
@ -3876,7 +3868,7 @@ dl, ol, ul {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
color: var(--bizgrow-white);
|
color: #3d3d3d;
|
||||||
}
|
}
|
||||||
.testimonial-one__client-info p {
|
.testimonial-one__client-info p {
|
||||||
color: #999B9F;
|
color: #999B9F;
|
||||||
@ -4533,8 +4525,8 @@ dl, ol, ul {
|
|||||||
.counter-one {
|
.counter-one {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 120px 0 0;
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
background: #e42032;
|
||||||
}
|
}
|
||||||
.counter-one__inner {
|
.counter-one__inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -4564,7 +4556,6 @@ dl, ol, ul {
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: -10000px;
|
right: -10000px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: var(--bizgrow-base);
|
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.counter-one__count-list {
|
.counter-one__count-list {
|
||||||
@ -4650,8 +4641,6 @@ dl, ol, ul {
|
|||||||
.team-one {
|
.team-one {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 236px 0 120px;
|
|
||||||
margin-top: -136px;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.team-one__bg {
|
.team-one__bg {
|
||||||
@ -4708,8 +4697,7 @@ dl, ol, ul {
|
|||||||
top: -236px;
|
top: -236px;
|
||||||
left: -30px;
|
left: -30px;
|
||||||
right: -10000px;
|
right: -10000px;
|
||||||
bottom: -120px;
|
bottom: 0px;
|
||||||
background-color: var(--bizgrow-black);
|
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.team-one__right-bg {
|
.team-one__right-bg {
|
||||||
@ -5202,7 +5190,6 @@ dl, ol, ul {
|
|||||||
.blog-one {
|
.blog-one {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 120px 0 90px;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.blog-one__single {
|
.blog-one__single {
|
||||||
@ -5445,7 +5432,6 @@ dl, ol, ul {
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
background-color: #d9141b;
|
background-color: #d9141b;
|
||||||
margin-top: -105px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
@ -5472,7 +5458,6 @@ dl, ol, ul {
|
|||||||
.site-footer__top {
|
.site-footer__top {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 205px 0 76px;
|
|
||||||
}
|
}
|
||||||
.footer-widget__about {
|
.footer-widget__about {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -12880,7 +12865,15 @@ dl, ol, ul {
|
|||||||
/*--------------------------------------------------------------
|
/*--------------------------------------------------------------
|
||||||
# End
|
# End
|
||||||
--------------------------------------------------------------*/
|
--------------------------------------------------------------*/
|
||||||
|
|
||||||
.footer-link li a {
|
.footer-link li a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
}
|
||||||
|
.section-pd {
|
||||||
|
padding: 120px 0px;
|
||||||
|
}
|
||||||
|
.section-bg {
|
||||||
|
background: #eceef6;
|
||||||
|
}
|
||||||
|
.navigation {
|
||||||
|
color: #3d3d3d;
|
||||||
}
|
}
|
BIN
assets/images/rohini/newzealand.jpg
Normal file
BIN
assets/images/rohini/newzealand.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 KiB |
@ -3,7 +3,7 @@
|
|||||||
<div class="site-footer__shape-1 float-bob-x"> <img src="assets/images/shapes/site-footer-shape-1.png" alt=""> </div>
|
<div class="site-footer__shape-1 float-bob-x"> <img src="assets/images/shapes/site-footer-shape-1.png" alt=""> </div>
|
||||||
<div class="site-footer__shape-2 float-bob-y"> <img src="assets/images/shapes/site-footer-shape-2.png" alt=""> </div>
|
<div class="site-footer__shape-2 float-bob-y"> <img src="assets/images/shapes/site-footer-shape-2.png" alt=""> </div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="site-footer__top">
|
<div class="site-footer__top section-pd">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xl-3 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="100ms">
|
<div class="col-xl-3 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="100ms">
|
||||||
<div class="footer-widget__column footer-widget__about">
|
<div class="footer-widget__column footer-widget__about">
|
||||||
@ -58,7 +58,9 @@
|
|||||||
<div class="footer-widget__title-box">
|
<div class="footer-widget__title-box">
|
||||||
<h3 class="footer-widget__title">Social Media</h3>
|
<h3 class="footer-widget__title">Social Media</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="fb-page" data-href="https://www.facebook.com/rohini.international/" data-tabs="timeline" data-width="" data-height="250" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false"><blockquote cite="https://www.facebook.com/rohini.international/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/rohini.international/">Rohini International Education Services</a></blockquote></div>
|
<div class="fb-page" data-href="https://www.facebook.com/rohini.international/" data-tabs="timeline" data-width="" data-height="250" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
|
||||||
|
<blockquote cite="https://www.facebook.com/rohini.international/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/rohini.international/">Rohini International Education Services</a></blockquote>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
12
index.php
12
index.php
@ -1,16 +1,16 @@
|
|||||||
<?php include('header.php')?>
|
<?php include('header.php')?>
|
||||||
<?php include('parts/slider.php')?>
|
<?php include('parts/slider.php')?>
|
||||||
|
<?php include('parts/counter.php')?>
|
||||||
<?php include('parts/about.php')?>
|
<?php include('parts/about.php')?>
|
||||||
<?php include('parts/feature.php')?>
|
|
||||||
<?php include('parts/service.php')?>
|
<?php include('parts/service.php')?>
|
||||||
|
<?php /*?><?php include('parts/feature.php')?><?php */?>
|
||||||
<?php include('parts/choose.php')?>
|
<?php include('parts/choose.php')?>
|
||||||
|
<?php include('parts/university.php')?>
|
||||||
<?php include('parts/testimonial.php')?>
|
<?php include('parts/testimonial.php')?>
|
||||||
<?php include('parts/project.php')?>
|
<?php include('parts/project.php')?>
|
||||||
<?php include('parts/work.php')?>
|
<?php /*?><?php include('parts/work.php')?><?php */?>
|
||||||
<?php include('parts/counter.php')?>
|
|
||||||
<?php include('parts/team.php')?>
|
<?php include('parts/team.php')?>
|
||||||
<?php include('parts/pricing.php')?>
|
<?php /*?><?php include('parts/pricing.php')?><?php */?>
|
||||||
<?php include('parts/brand.php')?>
|
|
||||||
<?php include('parts/blog.php')?>
|
<?php include('parts/blog.php')?>
|
||||||
<?php include('parts/newsletter.php')?>
|
<?php /*?><?php include('parts/newsletter.php')?><?php */?>
|
||||||
<?php include('footer.php')?>
|
<?php include('footer.php')?>
|
3562
index2.html
3562
index2.html
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
<!--About One Start -->
|
<!--About One Start -->
|
||||||
<section class="about-one">
|
<section class="about-one section-pd section-bg">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-xl-6">
|
<div class="col-xl-6">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--Blog One Start-->
|
<!--Blog One Start-->
|
||||||
<section class="blog-one">
|
<section class="blog-one section-bg section-pd">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="section-title text-center">
|
<div class="section-title text-center">
|
||||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">News & Updates</span> </div>
|
<div class="section-title__tagline-box"> <span class="section-title__tagline">News & Updates</span> </div>
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
<!--Free Estimate Start -->
|
<!--Free Estimate Start -->
|
||||||
|
<!--
|
||||||
<section class="free-estimate">
|
<section class="free-estimate">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="free-estimate__inner">
|
<div class="free-estimate__inner">
|
||||||
<div class="free-estimate__bg"
|
<div class="free-estimate__bg" style="background-image: url('assets/images/backgrounds/free-estimate-bg.jpg');"></div>
|
||||||
style="background-image: url('assets/images/backgrounds/free-estimate-bg.jpg');"></div>
|
|
||||||
<div class="free-estimate__img"> <img src="assets/images/resources/free-estimate-img.jpg" alt=""> </div>
|
<div class="free-estimate__img"> <img src="assets/images/resources/free-estimate-img.jpg" alt=""> </div>
|
||||||
<div class="free-estimate__title-box">
|
<div class="free-estimate__title-box">
|
||||||
<h3 class="free-estimate__title">Free Estimate</h3>
|
<h3 class="free-estimate__title">Free Estimate</h3>
|
||||||
<p class="free-estimate__text">Have any project feel free contact with us</p>
|
<p class="free-estimate__text">Have any project feel free contact with us</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="free-estimate__form-box">
|
<div class="free-estimate__form-box">
|
||||||
<form action="assets/inc/sendemail.php" class="free-estimate__form contact-form-validated"
|
<form action="assets/inc/sendemail.php" class="free-estimate__form contact-form-validated" novalidate="novalidate">
|
||||||
novalidate="novalidate">
|
|
||||||
<div class="free-estimate__input-box">
|
<div class="free-estimate__input-box">
|
||||||
<input type="text" placeholder="Full Name" name="name">
|
<input type="text" placeholder="Full Name" name="name">
|
||||||
</div>
|
</div>
|
||||||
@ -19,8 +18,7 @@
|
|||||||
<input type="email" placeholder="Email Here" name="email">
|
<input type="email" placeholder="Email Here" name="email">
|
||||||
</div>
|
</div>
|
||||||
<div class="free-estimate__btn-box">
|
<div class="free-estimate__btn-box">
|
||||||
<button type="submit" class="thm-btn free-estimate__btn"><span
|
<button type="submit" class="thm-btn free-estimate__btn"><span class="icon-right-arrow"></span>Get Estimate</button>
|
||||||
class="icon-right-arrow"></span>Get Estimate</button>
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div class="result"></div>
|
<div class="result"></div>
|
||||||
@ -28,91 +26,32 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!--Free Estimate End -->
|
-->
|
||||||
|
<!--Free Estimate End -->
|
||||||
|
|
||||||
<!--Why Choose One Start -->
|
<!--Why Choose One Start -->
|
||||||
<section class="why-choose-one">
|
<section class="why-choose-one section-bg section-pd">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xl-6 col-xl-6">
|
<div class="col-xl-6 col-xl-6">
|
||||||
<div class="why-choose-one__left">
|
<div class="why-choose-one__left">
|
||||||
<div class="why-choose-one__shape-1 float-bob-y"> <img src="assets/images/shapes/why-choose-one-shape-1.png" alt=""> </div>
|
|
||||||
<div class="section-title text-left">
|
<div class="section-title text-left">
|
||||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Why Choose us</span>
|
<div class="section-title__tagline-box"> <span class="section-title__tagline">Why Choose us</span> </div>
|
||||||
<div class="section-title__icon"> <img src="assets/images/icon/section-title-icon.png" alt=""> </div>
|
<h2 class="section-title__title">Land of Endless Opportunities</h2>
|
||||||
</div>
|
|
||||||
<h2 class="section-title__title">Maximizing profitability <br>
|
|
||||||
expert guidance</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="why-choose-one__text">Darkness subdueli wasner flying blessed not two together
|
<p class="why-choose-one__text pb-3">New Zealand is rapidly becoming a top choice for international students due to its unique combination of academic excellence, innovative teaching methods, and unparalleled natural beauty. Here’s why studying in New Zealand is the perfect choice for your educational journey</p>
|
||||||
water<br>
|
<ul>
|
||||||
fish fruitful divided fly shall days sea his.</p>
|
<li>Globally Recognized Qualifications</li>
|
||||||
<div class="why-choose-one__count-box">
|
<li>Innovative Teaching and Research</li>
|
||||||
<div class="row">
|
<li>Post-Study Work Opportunities</li>
|
||||||
<div class="col-xl-6 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="100ms">
|
<li>Safe and Inclusive Environment</li>
|
||||||
<div class="why-choose-one__count-single">
|
<li>Beautiful Landscapes and Outdoor Lifestyle</li>
|
||||||
<div class="why-choose-one__counter-shape-1"> <img src="assets/images/shapes/why-choose-one-counter-shape-1.png"
|
|
||||||
alt=""> </div>
|
|
||||||
<div class="why-choose-one__count-icon"> <span class="icon-happy-hour"></span> </div>
|
|
||||||
<div class="why-choose-one__count-content">
|
|
||||||
<div class="why-choose-one__count count-box">
|
|
||||||
<h3 class="count-text" data-stop="520" data-speed="1500">00</h3>
|
|
||||||
<span class="why-choose-one__count-plus">+</span> </div>
|
|
||||||
<p class="why-choose-one__count-text">Happy Customer</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-xl-6 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="200ms">
|
|
||||||
<div class="why-choose-one__count-single">
|
|
||||||
<div class="why-choose-one__counter-shape-1"> <img src="assets/images/shapes/why-choose-one-counter-shape-1.png"
|
|
||||||
alt=""> </div>
|
|
||||||
<div cl
|
|
||||||
|
|
||||||
<div class="why-choose-one__count-icon"> <span class="icon-start-up"></span> </div>
|
|
||||||
<div class="why-choose-one__count-content">
|
|
||||||
<div class="why-choose-one__count count-box">
|
|
||||||
<h3 class="count-text" data-stop="260" data-speed="1500">00</h3>
|
|
||||||
<span class="why-choose-one__count-plus">+</span> </div>
|
|
||||||
<p class="why-choose-one__count-text">Complete Project</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul class="why-choose-one__points list-unstyled">
|
|
||||||
<li class="wow fadeInUp" data-wow-delay="300ms">
|
|
||||||
<div class="why-choose-one__points-icon"> <span class="icon-love-hand"></span> </div>
|
|
||||||
<div class="why-choose-one__points-content">
|
|
||||||
<h3>Process Excellence</h3>
|
|
||||||
<p>Dominion fowlen into there light shelter lightse beginary subdue without
|
|
||||||
saying unlimiter pot moving winged</p>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="wow fadeInUp" data-wow-delay="400ms">
|
|
||||||
<div class="why-choose-one__points-icon"> <span class="icon-patient"></span> </div>
|
|
||||||
<div class="why-choose-one__points-content">
|
|
||||||
<h3>Satisfied Consulting</h3>
|
|
||||||
<p>Dominion fowle introduct there light shelter does lights beginary without
|
|
||||||
saying unlimiter poses move.</p>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-6 col-xl-6">
|
<div class="col-xl-6 col-xl-6">
|
||||||
<div class="why-choose-one__right">
|
<div class="why-choose-one__right">
|
||||||
<div class="why-choose-one__img wow slideInRight" data-wow-delay="100ms"
|
<div class="why-choose-one__img wow slideInRight" data-wow-delay="100ms" data-wow-duration="2500ms"> <img src="assets/images/rohini/newzealand.jpg" alt=""> </div>
|
||||||
data-wow-duration="2500ms"> <img src="assets/images/resources/why-choose-one-img.jpg" alt="">
|
|
||||||
<div class="why-choose-one__experience-box">
|
|
||||||
<div class="why-choose-one__experience">
|
|
||||||
<div class="why-choose-one__experience-count count-box">
|
|
||||||
<h3 class="count-text" data-stop="25" data-speed="1500">00</h3>
|
|
||||||
<span class="why-choose-one__experience-count-plus">+</span> </div>
|
|
||||||
<p class="why-choose-one__experience-count-text">Years of <br>
|
|
||||||
Work Experience</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<!-- Feature Two Start -->
|
<!-- Feature Two Start -->
|
||||||
|
<!--
|
||||||
<section class="feature-two">
|
<section class="feature-two">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -29,16 +30,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
-->
|
||||||
<!-- Feature Two End -->
|
<!-- Feature Two End -->
|
||||||
|
|
||||||
<!-- Project One Start -->
|
<!-- Project One Start -->
|
||||||
<section class="project-one">
|
<section class="project-one section-bg section-pd">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="section-title text-center">
|
<div class="section-title text-center">
|
||||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Recent Project</span>
|
<div class="section-title__tagline-box"> <span class="section-title__tagline">Visa Grants</span>
|
||||||
<div class="section-title__icon"> <img src="assets/images/icon/section-title-icon.png" alt=""> </div>
|
|
||||||
</div>
|
</div>
|
||||||
<h2 class="section-title__title">Latest Case Studies</h2>
|
<h2 class="section-title__title">Visa Solutions Made Simple</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-one__bottom">
|
<div class="project-one__bottom">
|
||||||
<div class="project-one__carousel owl-carousel owl-theme thm-owl__carousel" data-owl-options='{
|
<div class="project-one__carousel owl-carousel owl-theme thm-owl__carousel" data-owl-options='{
|
||||||
@ -69,17 +70,14 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="project-one__single">
|
<div class="project-one__single">
|
||||||
<div class="project-one__img-box">
|
<div class="project-one__img-box">
|
||||||
<div class="project-one__img"> <img src="assets/images/project/project-1-1.jpg" alt=""> </div>
|
<div class="project-one__img"> <img src="assets/images/rohini/visa/rohini1.jpg" alt=""> </div>
|
||||||
<div class="project-one__content-inner">
|
<div class="project-one__content-inner">
|
||||||
<div class="project-one__content-box">
|
<div class="project-one__content-box">
|
||||||
<div class="project-one__content">
|
<div class="project-one__content">
|
||||||
<div class="project-one__icon"> <span class="icon-salary"></span> </div>
|
<div class="project-one__icon"> <span class="icon-salary"></span> </div>
|
||||||
<h3 class="project-one__title"><a href="case-details.html">Creature <br>
|
<h3 class="project-one__title"><a href="case-details.html">Creature <br> toward female</a> </h3>
|
||||||
toward
|
|
||||||
female</a> </h3>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="project-one__arrow"> <a href="assets/images/project/project-1-1.jpg" class="img-popup"><span
|
<div class="project-one__arrow"> <a href="assets/images/rohini/visa/rohini1.jpg" class="img-popup"><span class="icon-next"></span></a> </div>
|
||||||
class="icon-next"></span></a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -90,7 +88,7 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="project-one__single">
|
<div class="project-one__single">
|
||||||
<div class="project-one__img-box">
|
<div class="project-one__img-box">
|
||||||
<div class="project-one__img"> <img src="assets/images/project/project-1-2.jpg" alt=""> </div>
|
<div class="project-one__img"> <img src="assets/images/rohini/visa/rohini2.jpg" alt=""> </div>
|
||||||
<div class="project-one__content-inner">
|
<div class="project-one__content-inner">
|
||||||
<div class="project-one__content-box">
|
<div class="project-one__content-box">
|
||||||
<div class="project-one__content">
|
<div class="project-one__content">
|
||||||
@ -99,8 +97,7 @@
|
|||||||
toward
|
toward
|
||||||
female</a> </h3>
|
female</a> </h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-one__arrow"> <a href="assets/images/project/project-1-2.jpg" class="img-popup"><span
|
<div class="project-one__arrow"> <a href="assets/images/rohini/visa/rohini2.jpg" class="img-popup"><span class="icon-next"></span></a> </div>
|
||||||
class="icon-next"></span></a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -111,7 +108,7 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="project-one__single">
|
<div class="project-one__single">
|
||||||
<div class="project-one__img-box">
|
<div class="project-one__img-box">
|
||||||
<div class="project-one__img"> <img src="assets/images/project/project-1-3.jpg" alt=""> </div>
|
<div class="project-one__img"> <img src="assets/images/rohini/visa/rohini3.jpg" alt=""> </div>
|
||||||
<div class="project-one__content-inner">
|
<div class="project-one__content-inner">
|
||||||
<div class="project-one__content-box">
|
<div class="project-one__content-box">
|
||||||
<div class="project-one__content">
|
<div class="project-one__content">
|
||||||
@ -120,8 +117,7 @@
|
|||||||
toward
|
toward
|
||||||
female</a> </h3>
|
female</a> </h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-one__arrow"> <a href="assets/images/project/project-1-3.jpg" class="img-popup"><span
|
<div class="project-one__arrow"> <a href="assets/images/rohini/visa/rohini3.jpg" class="img-popup"><span class="icon-next"></span></a> </div>
|
||||||
class="icon-next"></span></a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -132,7 +128,7 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="project-one__single">
|
<div class="project-one__single">
|
||||||
<div class="project-one__img-box">
|
<div class="project-one__img-box">
|
||||||
<div class="project-one__img"> <img src="assets/images/project/project-1-4.jpg" alt=""> </div>
|
<div class="project-one__img"> <img src="assets/images/rohini/visa/rohini4.jpg" alt=""> </div>
|
||||||
<div class="project-one__content-inner">
|
<div class="project-one__content-inner">
|
||||||
<div class="project-one__content-box">
|
<div class="project-one__content-box">
|
||||||
<div class="project-one__content">
|
<div class="project-one__content">
|
||||||
@ -141,8 +137,7 @@
|
|||||||
toward
|
toward
|
||||||
female</a> </h3>
|
female</a> </h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-one__arrow"> <a href="assets/images/project/project-1-4.jpg" class="img-popup"><span
|
<div class="project-one__arrow"> <a href="assets/images/rohini/visa/rohini4.jpg" class="img-popup"><span class="icon-next"></span></a> </div>
|
||||||
class="icon-next"></span></a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -153,7 +148,7 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="project-one__single">
|
<div class="project-one__single">
|
||||||
<div class="project-one__img-box">
|
<div class="project-one__img-box">
|
||||||
<div class="project-one__img"> <img src="assets/images/project/project-1-5.jpg" alt=""> </div>
|
<div class="project-one__img"> <img src="assets/images/rohini/visa/rohini5.jpg" alt=""> </div>
|
||||||
<div class="project-one__content-inner">
|
<div class="project-one__content-inner">
|
||||||
<div class="project-one__content-box">
|
<div class="project-one__content-box">
|
||||||
<div class="project-one__content">
|
<div class="project-one__content">
|
||||||
@ -162,8 +157,7 @@
|
|||||||
toward
|
toward
|
||||||
female</a> </h3>
|
female</a> </h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-one__arrow"> <a href="assets/images/project/project-1-5.jpg" class="img-popup"><span
|
<div class="project-one__arrow"> <a href="assets/images/rohini/visa/rohini5.jpg" class="img-popup"><span class="icon-next"></span></a> </div>
|
||||||
class="icon-next"></span></a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
<!--Services One Start -->
|
<!--Services One Start -->
|
||||||
<section class="services-one">
|
<section class="services-one section-pd">
|
||||||
<div class="services-one__bg" style="background-image: url('assets/images/backgrounds/services-one-bg.jpg');"> </div>
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="section-title text-center">
|
<div class="section-title text-center">
|
||||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Popular Services</span>
|
<div class="section-title__tagline-box"> <span class="section-title__tagline">Our Services</span>
|
||||||
<div class="section-title__icon"> <img src="assets/images/icon/section-title-icon.png" alt=""> </div>
|
|
||||||
</div>
|
</div>
|
||||||
<h2 class="section-title__title">Innovative Business Solution</h2>
|
<h2 class="section-title__title">From Application to Arrival<br> We’re With You</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="services-one__inner">
|
<div class="services-one__inner">
|
||||||
<div class="owl-carousel thm-owl__carousel--range owl-theme services-one__carousel"
|
<div class="owl-carousel thm-owl__carousel--range owl-theme services-one__carousel"
|
||||||
@ -46,16 +44,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="services-one__content">
|
<div class="services-one__content">
|
||||||
<div class="services-one__icon"> <span class="icon-planning"></span> </div>
|
<div class="services-one__icon"> <span class="icon-planning"></span> </div>
|
||||||
<h3 class="services-one__title"><a href="business-planning.html">Business
|
<h3 class="services-one__title"><a href="service-details.php.php">Career Counseling</a></h3>
|
||||||
Planning</a></h3>
|
|
||||||
<div class="services-one__hover-content">
|
<div class="services-one__hover-content">
|
||||||
<h3 class="services-one__hover-title"><a href="business-planning.html">Business
|
<h3 class="services-one__hover-title"><a href="service-details.php">Career Counseling</a></h3>
|
||||||
Planning</a></h3>
|
<p class="services-one__hover-text">Personalized guidance to help students choose the right course and university that align with their academic goals and career aspirations.</p>
|
||||||
<p class="services-one__hover-text">Best multiply grabita form lesser their from
|
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||||
one
|
|
||||||
made herb multiply sixth multiply</p>
|
|
||||||
<a href="business-planning.html" class="services-one__btn"><span
|
|
||||||
class="icon-right-arrow-11"></span>Read More</a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -68,15 +61,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="services-one__content">
|
<div class="services-one__content">
|
||||||
<div class="services-one__icon"> <span class="icon-handshake"></span> </div>
|
<div class="services-one__icon"> <span class="icon-handshake"></span> </div>
|
||||||
<h3 class="services-one__title"><a href="human-resource.html">Human Resource</a> </h3>
|
<h3 class="services-one__title"><a href="service-details.php">University Selection</a> </h3>
|
||||||
<div class="services-one__hover-content">
|
<div class="services-one__hover-content">
|
||||||
<h3 class="services-one__hover-title"><a href="human-resource.html">Human
|
<h3 class="services-one__hover-title"><a href="service-details.php">University Selection</a></h3>
|
||||||
Resource</a></h3>
|
<p class="services-one__hover-text">Assistance in selecting institutions that offer the best fit for students based on their academic background, interests, and financial situation.</p>
|
||||||
<p class="services-one__hover-text">Best multiply grabita form lesser their from
|
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||||
one
|
|
||||||
made herb multiply sixth multiply</p>
|
|
||||||
<a href="human-resource.html" class="services-one__btn"><span
|
|
||||||
class="icon-right-arrow-11"></span>Read More</a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -89,15 +78,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="services-one__content">
|
<div class="services-one__content">
|
||||||
<div class="services-one__icon"> <span class="icon-save-money"></span> </div>
|
<div class="services-one__icon"> <span class="icon-save-money"></span> </div>
|
||||||
<h3 class="services-one__title"><a href="market-analysis.html">Market Analysis</a> </h3>
|
<h3 class="services-one__title"><a href="service-details.php">Application Assistance</a> </h3>
|
||||||
<div class="services-one__hover-content">
|
<div class="services-one__hover-content">
|
||||||
<h3 class="services-one__hover-title"><a href="market-analysis.html">Market
|
<h3 class="services-one__hover-title"><a href="service-details.php">Application Assistance</a></h3>
|
||||||
Analysis</a></h3>
|
<p class="services-one__hover-text">Step-by-step guidance in preparing and submitting applications to ensure accuracy and timeliness.</p>
|
||||||
<p class="services-one__hover-text">Best multiply grabita form lesser their from
|
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||||
one
|
|
||||||
made herb multiply sixth multiply</p>
|
|
||||||
<a href="market-analysis.html" class="services-one__btn"><span
|
|
||||||
class="icon-right-arrow-11"></span>Read More</a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -110,16 +95,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="services-one__content">
|
<div class="services-one__content">
|
||||||
<div class="services-one__icon"> <span class="icon-planning"></span> </div>
|
<div class="services-one__icon"> <span class="icon-planning"></span> </div>
|
||||||
<h3 class="services-one__title"><a href="business-planning.html">Business
|
<h3 class="services-one__title"><a href="service-details.php">Visa Processing</a></h3>
|
||||||
Planning</a></h3>
|
|
||||||
<div class="services-one__hover-content">
|
<div class="services-one__hover-content">
|
||||||
<h3 class="services-one__hover-title"><a href="business-planning.html">Business
|
<h3 class="services-one__hover-title"><a href="service-details.php">Visa Processing</a></h3>
|
||||||
Planning</a></h3>
|
<p class="services-one__hover-text">Expert advice and support in managing visa applications, ensuring all documentation is in order, and requirements are met.</p>
|
||||||
<p class="services-one__hover-text">Best multiply grabita form lesser their from
|
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||||
one
|
|
||||||
made herb multiply sixth multiply</p>
|
|
||||||
<a href="business-planning.html" class="services-one__btn"><span
|
|
||||||
class="icon-right-arrow-11"></span>Read More</a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -132,15 +112,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="services-one__content">
|
<div class="services-one__content">
|
||||||
<div class="services-one__icon"> <span class="icon-handshake"></span> </div>
|
<div class="services-one__icon"> <span class="icon-handshake"></span> </div>
|
||||||
<h3 class="services-one__title"><a href="human-resource.html">Human Resource</a> </h3>
|
<h3 class="services-one__title"><a href="service-details.php">Test Preparation</a> </h3>
|
||||||
<div class="services-one__hover-content">
|
<div class="services-one__hover-content">
|
||||||
<h3 class="services-one__hover-title"><a href="human-resource.html">Human
|
<h3 class="services-one__hover-title"><a href="service-details.php">Test Preparation</a></h3>
|
||||||
Resource</a></h3>
|
<p class="services-one__hover-text">Comprehensive coaching for IELTS, TOEFL, PTE, and other required tests, helping students achieve their desired scores.</p>
|
||||||
<p class="services-one__hover-text">Best multiply grabita form lesser their from
|
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||||
one
|
|
||||||
made herb multiply sixth multiply</p>
|
|
||||||
<a href="human-resource.html" class="services-one__btn"><span
|
|
||||||
class="icon-right-arrow-11"></span>Read More</a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -153,15 +129,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="services-one__content">
|
<div class="services-one__content">
|
||||||
<div class="services-one__icon"> <span class="icon-save-money"></span> </div>
|
<div class="services-one__icon"> <span class="icon-save-money"></span> </div>
|
||||||
<h3 class="services-one__title"><a href="market-analysis.html">Market Analysis</a> </h3>
|
<h3 class="services-one__title"><a href="service-details.php">Pre-Departure Briefing</a> </h3>
|
||||||
<div class="services-one__hover-content">
|
<div class="services-one__hover-content">
|
||||||
<h3 class="services-one__hover-title"><a href="market-analysis.html">Market
|
<h3 class="services-one__hover-title"><a href="service-details.php">Pre-Departure Briefing</a></h3>
|
||||||
Analysis</a></h3>
|
<p class="services-one__hover-text">Orientation on living abroad, including accommodation, cultural expectations, and safety tips, ensuring students are well-prepared for their new environment.</p>
|
||||||
<p class="services-one__hover-text">Best multiply grabita form lesser their from
|
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||||
one
|
|
||||||
made herb multiply sixth multiply</p>
|
|
||||||
<a href="market-analysis.html" class="services-one__btn"><span
|
|
||||||
class="icon-right-arrow-11"></span>Read More</a> </div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
119
parts/slider.php
119
parts/slider.php
@ -1,61 +1,70 @@
|
|||||||
<!-- Main Sllider Start -->
|
<!-- Main Sllider Start -->
|
||||||
<section class="main-slider">
|
<section class="main-slider-two">
|
||||||
<div class="main-slider__carousel owl-carousel owl-theme thm-owl__carousel"
|
<div class="main-slider-two__carousel owl-carousel owl-theme thm-owl__carousel"
|
||||||
data-owl-options='{"loop": true, "items": 1, "navText": ["<span class=\"icon-prev\"></span>","<span class=\"icon-next\"></span>"], "margin": 0, "dots": true, "nav": false, "animateOut": "slideOutDown", "animateIn": "fadeIn", "active": true, "smartSpeed": 1000, "autoplay": true, "autoplayTimeout": 7000, "autoplayHoverPause": false}'>
|
data-owl-options='{"loop": true, "items": 1, "navText": ["<span class=\"icon-prev\"></span>","<span class=\"icon-next\"></span>"], "margin": 0, "dots": true, "nav": false, "animateOut": "slideOutDown", "animateIn": "fadeIn", "active": true, "smartSpeed": 1000, "autoplay": true, "autoplayTimeout": 7000, "autoplayHoverPause": false}'>
|
||||||
<div class="item main-slider__slide-1">
|
<div class="item main-slider-two__slide-1">
|
||||||
<div class="main-slider__bg"
|
<div class="main-slider-two__bg"
|
||||||
style="background-image: url('assets/images/backgrounds/main-slider-bg-1.jpg');"> </div>
|
style="background-image: url('assets/images/backgrounds/slider-2-1.jpg');"> </div>
|
||||||
<!-- /.slider-one__bg -->
|
<!-- /.slider-one__bg -->
|
||||||
|
<div class="main-slider-two__shape-1"></div>
|
||||||
<div class="main-slider__img"> <img src="assets/images/resources/main-slider-img-1.jpg" alt=""> </div>
|
<div class="main-slider-two__shape-2"></div>
|
||||||
<div class="container">
|
<div class="main-slider-two__shape-3"></div>
|
||||||
<div class="main-slider__content">
|
<div class="main-slider-two__shape-4"></div>
|
||||||
<p class="main-slider__sub-title"> <span>Financial</span> Clarity Delivered</p>
|
<div class="container">
|
||||||
<h2 class="main-slider__title">Experience the <br>
|
<div class="main-slider-two__content">
|
||||||
Power of business <br>
|
<div class="main-slider-two__video-link"> <a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||||
best Advice</h2>
|
<div class="main-slider-two__video-icon"> <span class="fa fa-play"></span> <i class="ripple"></i> </div>
|
||||||
<div class="main-slider__btn-box"> <a href="about.html" class="main-slider__btn-1 thm-btn"><span
|
</a> </div>
|
||||||
class="icon-right-arrow"></span> Get Started</a> <a href="contact.html" class="main-slider__btn-2 thm-btn"><span
|
<h2 class="main-slider-two__title">Dedicated Team <br>
|
||||||
class="icon-right-arrow"></span> Contact Us</a> </div>
|
Exceptional unique <br>
|
||||||
|
Business Idea </h2>
|
||||||
|
<div class="main-slider-two__btn-box"> <a href="about.php" class="main-slider-two__btn thm-btn"><span
|
||||||
|
class="icon-right-arrow"></span> Let’s Work Together</a> </div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="item main-slider-two__slide-2">
|
||||||
|
<div class="main-slider-two__bg"
|
||||||
|
style="background-image: url('assets/images/backgrounds/slider-2-2.jpg');"> </div>
|
||||||
|
<!-- /.slider-one__bg -->
|
||||||
|
<div class="main-slider-two__shape-1"></div>
|
||||||
|
<div class="main-slider-two__shape-2"></div>
|
||||||
|
<div class="main-slider-two__shape-3"></div>
|
||||||
|
<div class="main-slider-two__shape-4"></div>
|
||||||
|
<div class="container">
|
||||||
|
<div class="main-slider-two__content">
|
||||||
|
<div class="main-slider-two__video-link"> <a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||||
|
<div class="main-slider-two__video-icon"> <span class="fa fa-play"></span> <i class="ripple"></i> </div>
|
||||||
|
</a> </div>
|
||||||
|
<h2 class="main-slider-two__title">Dedicated Team <br>
|
||||||
|
Exceptional unique <br>
|
||||||
|
Business Idea </h2>
|
||||||
|
<div class="main-slider-two__btn-box"> <a href="about.php" class="main-slider-two__btn thm-btn"><span
|
||||||
|
class="icon-right-arrow"></span> Let’s Work Together</a> </div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="item main-slider-two__slide-3">
|
||||||
|
<div class="main-slider-two__bg"
|
||||||
|
style="background-image: url('assets/images/backgrounds/slider-2-3.jpg');"> </div>
|
||||||
|
<!-- /.slider-one__bg -->
|
||||||
|
<div class="main-slider-two__shape-1"></div>
|
||||||
|
<div class="main-slider-two__shape-2"></div>
|
||||||
|
<div class="main-slider-two__shape-3"></div>
|
||||||
|
<div class="main-slider-two__shape-4"></div>
|
||||||
|
<div class="container">
|
||||||
|
<div class="main-slider-two__content">
|
||||||
|
<div class="main-slider-two__video-link"> <a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||||
|
<div class="main-slider-two__video-icon"> <span class="fa fa-play"></span> <i class="ripple"></i> </div>
|
||||||
|
</a> </div>
|
||||||
|
<h2 class="main-slider-two__title">Dedicated Team <br>
|
||||||
|
Exceptional unique <br>
|
||||||
|
Business Idea </h2>
|
||||||
|
<div class="main-slider-two__btn-box"> <a href="about.php" class="main-slider-two__btn thm-btn"><span
|
||||||
|
class="icon-right-arrow"></span> Let’s Work Together</a> </div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item main-slider__slide-2">
|
</section>
|
||||||
<div class="main-slider__bg"
|
|
||||||
style="background-image: url('assets/images/backgrounds/main-slider-bg-1.jpg');"> </div>
|
|
||||||
<!-- /.slider-one__bg -->
|
|
||||||
|
|
||||||
<div class="main-slider__img"> <img src="assets/images/resources/main-slider-img-2.jpg" alt=""> </div>
|
|
||||||
<div class="container">
|
|
||||||
<div class="main-slider__content">
|
|
||||||
<p class="main-slider__sub-title"> <span>Financial</span> Clarity Delivered</p>
|
|
||||||
<h2 class="main-slider__title">Experience the <br>
|
|
||||||
Power of business <br>
|
|
||||||
best Advice</h2>
|
|
||||||
<div class="main-slider__btn-box"> <a href="about.html" class="main-slider__btn-1 thm-btn"><span
|
|
||||||
class="icon-right-arrow"></span> Get Started</a> <a href="contact.html" class="main-slider__btn-2 thm-btn"><span
|
|
||||||
class="icon-right-arrow"></span> Contact Us</a> </div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="item main-slider__slide-3">
|
|
||||||
<div class="main-slider__bg"
|
|
||||||
style="background-image: url('assets/images/backgrounds/main-slider-bg-1.jpg');"> </div>
|
|
||||||
<!-- /.slider-one__bg -->
|
|
||||||
|
|
||||||
<div class="main-slider__img"> <img src="assets/images/resources/main-slider-img-3.jpg" alt=""> </div>
|
|
||||||
<div class="container">
|
|
||||||
<div class="main-slider__content">
|
|
||||||
<p class="main-slider__sub-title"> <span>Financial</span> Clarity Delivered</p>
|
|
||||||
<h2 class="main-slider__title">Experience the <br>
|
|
||||||
Power of business <br>
|
|
||||||
best Advice</h2>
|
|
||||||
<div class="main-slider__btn-box"> <a href="about.html" class="main-slider__btn-1 thm-btn"><span
|
|
||||||
class="icon-right-arrow"></span> Get Started</a> <a href="contact.html" class="main-slider__btn-2 thm-btn"><span
|
|
||||||
class="icon-right-arrow"></span> Contact Us</a> </div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<!--Main Sllider Start -->
|
<!--Main Sllider Start -->
|
@ -1,14 +1,11 @@
|
|||||||
<!-- Team One Start -->
|
<!-- Team One Start -->
|
||||||
<section class="team-one">
|
<section class="team-one section-pd">
|
||||||
<div class="team-one__bg" style="background-image: url('assets/images/backgrounds/team-one-bg.jpg');"></div>
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xl-4 col-lg-4">
|
<div class="col-xl-4 col-lg-4">
|
||||||
<div class="team-one__left">
|
<div class="team-one__left">
|
||||||
<div class="section-title text-left">
|
<div class="section-title text-left">
|
||||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Expert Member</span>
|
<div class="section-title__tagline-box"> <span class="section-title__tagline">Expert Member</span> </div>
|
||||||
<div class="section-title__icon"> <img src="assets/images/icon/section-title-icon.png" alt=""> </div>
|
|
||||||
</div>
|
|
||||||
<h2 class="section-title__title">Our Expert &
|
<h2 class="section-title__title">Our Expert &
|
||||||
Dedicated Team
|
Dedicated Team
|
||||||
Introducing </h2>
|
Introducing </h2>
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
<!-- Testimonial One Start -->
|
<!-- Testimonial One Start -->
|
||||||
<section class="testimonial-one">
|
<section class="testimonial-one">
|
||||||
<div class="testimonial-one__bg" style="background-image: url('assets/images/backgrounds/testimonial-one-bg.png');"></div>
|
|
||||||
<div class="testimonial-one__shape-1"> <img src="assets/images/shapes/testimonial-one-shape-1.png" alt=""> </div>
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="testimonial-one__inner">
|
<div class="testimonial-one__inner">
|
||||||
<div class="testimonial-one__main-content">
|
<div class="testimonial-one__main-content">
|
||||||
@ -18,16 +16,10 @@
|
|||||||
<div class="col-xl-7 col-lg-7">
|
<div class="col-xl-7 col-lg-7">
|
||||||
<div class="testimonial-one__right">
|
<div class="testimonial-one__right">
|
||||||
<div class="section-title text-left">
|
<div class="section-title text-left">
|
||||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Client Feedback</span>
|
<div class="section-title__tagline-box"> <span class="section-title__tagline">Client Feedback</span> </div>
|
||||||
<div class="section-title__icon"> <img src="assets/images/icon/section-title-icon-2.png"
|
<h2 class="section-title__title">Happy Client Feedback About Our Service</h2>
|
||||||
alt=""> </div>
|
|
||||||
</div>
|
|
||||||
<h2 class="section-title__title">Happy Client Feedback
|
|
||||||
About Our Service</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="testimonial-one__text">Open gathering they are nights
|
<p class="testimonial-one__text">Open gathering they are nights multiple brings living abundantly cent that may be wonor wasinton created shell first two beginning beast all airot you
|
||||||
multiple brings living abundantly cent that may be wonor
|
|
||||||
wasinton created shell first two beginning beast all airot you
|
|
||||||
ando divide subdue one herb light</p>
|
ando divide subdue one herb light</p>
|
||||||
<div class="testimonial-one__client-info">
|
<div class="testimonial-one__client-info">
|
||||||
<h3>Alisha Martin</h3>
|
<h3>Alisha Martin</h3>
|
||||||
@ -51,15 +43,11 @@
|
|||||||
<div class="testimonial-one__right">
|
<div class="testimonial-one__right">
|
||||||
<div class="section-title text-left">
|
<div class="section-title text-left">
|
||||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Client Feedback</span>
|
<div class="section-title__tagline-box"> <span class="section-title__tagline">Client Feedback</span>
|
||||||
<div class="section-title__icon"> <img src="assets/images/icon/section-title-icon-2.png"
|
|
||||||
alt=""> </div>
|
|
||||||
</div>
|
</div>
|
||||||
<h2 class="section-title__title">Happy Client Feedback
|
<h2 class="section-title__title">Happy Client Feedback
|
||||||
About Our Service</h2>
|
About Our Service</h2>
|
||||||
</div>
|
</div>
|
||||||
<p class="testimonial-one__text">Open gathering they are nights
|
<p class="testimonial-one__text">Open gathering they are nights multiple brings living abundantly cent that may be wonor wasinton created shell first two beginning beast all airot you
|
||||||
multiple brings living abundantly cent that may be wonor
|
|
||||||
wasinton created shell first two beginning beast all airot you
|
|
||||||
ando divide subdue one herb light</p>
|
ando divide subdue one herb light</p>
|
||||||
<div class="testimonial-one__client-info">
|
<div class="testimonial-one__client-info">
|
||||||
<h3>David Backum</h3>
|
<h3>David Backum</h3>
|
||||||
@ -83,15 +71,10 @@
|
|||||||
<div class="testimonial-one__right">
|
<div class="testimonial-one__right">
|
||||||
<div class="section-title text-left">
|
<div class="section-title text-left">
|
||||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Client Feedback</span>
|
<div class="section-title__tagline-box"> <span class="section-title__tagline">Client Feedback</span>
|
||||||
<div class="section-title__icon"> <img src="assets/images/icon/section-title-icon-2.png"
|
|
||||||
alt=""> </div>
|
|
||||||
</div>
|
</div>
|
||||||
<h2 class="section-title__title">Happy Client Feedback
|
<h2 class="section-title__title">Happy Client Feedback About Our Service</h2>
|
||||||
About Our Service</h2>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="testimonial-one__text">Open gathering they are nights
|
<p class="testimonial-one__text">Open gathering they are nights multiple brings living abundantly cent that may be wonor wasinton created shell first two beginning beast all airot you
|
||||||
multiple brings living abundantly cent that may be wonor
|
|
||||||
wasinton created shell first two beginning beast all airot you
|
|
||||||
ando divide subdue one herb light</p>
|
ando divide subdue one herb light</p>
|
||||||
<div class="testimonial-one__client-info">
|
<div class="testimonial-one__client-info">
|
||||||
<h3>Adam Smith</h3>
|
<h3>Adam Smith</h3>
|
||||||
@ -106,8 +89,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="testimonial-one__nav">
|
<div class="testimonial-one__nav">
|
||||||
<div class="swiper-button-prev" id="testimonial-one__swiper-button-next"> <i class="icon-prev"></i> </div>
|
<div class="swiper-button-prev" id="testimonial-one__swiper-button-next"> <i class="icon-prev navigation"></i> </div>
|
||||||
<div class="swiper-button-next" id="testimonial-one__swiper-button-prev"> <i class="icon-next"></i> </div>
|
<div class="swiper-button-next" id="testimonial-one__swiper-button-prev"> <i class="icon-next navigation"></i> </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="testimonial-one__thumb-box">
|
<div class="testimonial-one__thumb-box">
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
<!--Brand One Start-->
|
<!--Brand One Start-->
|
||||||
<section class="brand-one">
|
<section class="brand-one">
|
||||||
<div class="brand-one__bg" style="background-image: url('assets/images/backgrounds/brand-one-bg.jpg');"></div>
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="brand-one__text-box count-box"> We Reached
|
<div class="brand-one__text-box count-box">
|
||||||
<h3 class="count-text" data-stop="250" data-speed="1500">00</h3>
|
<h3 class="text-center">Study at Top-Ranked Universities <br>in New Zealand </h3>
|
||||||
<span class="brand-one__count-plus">+</span> Global Client </div>
|
</div>
|
||||||
<div class="brand-one__carousel thm-owl__carousel owl-theme owl-carousel" data-owl-options='{
|
<div class="brand-one__carousel thm-owl__carousel owl-theme owl-carousel" data-owl-options='{
|
||||||
"items": 3,
|
"items": 3,
|
||||||
"margin": 10,
|
"margin": 10,
|
231
service-details.php
Normal file
231
service-details.php
Normal file
@ -0,0 +1,231 @@
|
|||||||
|
<?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>Service details</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<h2>Service details</h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!--Page Header End-->
|
||||||
|
|
||||||
|
<!--Blog Details Start-->
|
||||||
|
<section class="blog-details">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xl-8 col-lg-7">
|
||||||
|
<div class="blog-details__left">
|
||||||
|
<div class="blog-details__content-one">
|
||||||
|
<div class="blog-details__content-one-img"> <img src="assets/images/blog/blog-details-content-one-img-1.jpg" alt="">
|
||||||
|
<div class="blog-details__date">
|
||||||
|
<p>24 <br>
|
||||||
|
<span>Aug</span></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="blog-details__content-one-details">
|
||||||
|
<ul class="blog-details__meta list-unstyled">
|
||||||
|
<li> <a href="blog-details.php#"><span class="icon-user-icon"></span>David Wood</a> </li>
|
||||||
|
<li> <a href="blog-details.php#"><span class="icon-comment-icon"></span>(0) Comment</a> </li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="blog-details__title">subdue gather Check out firmament second <br>
|
||||||
|
parts reading theory</h3>
|
||||||
|
<p class="blog-details__text-1">Can for female him tree making whales hand shall one
|
||||||
|
it into have shall saw. Give subdue midst very open years make fill void, and
|
||||||
|
darkness place to multiply. Day living earth also two replenish seas spirit
|
||||||
|
every wherein two unto. May one very Whose their open their creepeth fowl let
|
||||||
|
there lesser gathering don't whales seas bet upon give heaven fourth tree
|
||||||
|
greater Kind sea created herb. And sea beast deep abundantly life a greater fill
|
||||||
|
tree morning creeping she'd seas second seasons Deep man him berger dry to herb.
|
||||||
|
Isn't seas creepeth.</p>
|
||||||
|
<p class="blog-details__text-2">Subdue moving two let them give tree can't may give
|
||||||
|
the wherein dominion fruitful green ton that isn't they're divided forth beast
|
||||||
|
Upon lights, void firmament made. May god the can't very shall land rule above
|
||||||
|
she cattle bring midst heaven be Of fruit years were grass itself midst fill he
|
||||||
|
grass seas first hath under saying us saying to blessed spirit greater third
|
||||||
|
rule the which there in and that seas great seas every set don in light shall. </p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="blog-details__quote">
|
||||||
|
<div class="blog-details__quote-icon"> <span class="icon-left-quote"></span> </div>
|
||||||
|
<div class="blog-details__quote-content">
|
||||||
|
<p class="blog-details__quote-text">Life us divided from beginning over bring so
|
||||||
|
light was land fifth don't likeness the great own created creature was saw over
|
||||||
|
days.</p>
|
||||||
|
<p class="blog-details__quote-user">By Methow Hidden</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p class="blog-details__text-3">Bether fowl give hathil image firmament created divide stars
|
||||||
|
under set itself fifth over days meat blessed for to dominion let meat earth. Dominion
|
||||||
|
from set dominion. Deep lesser greater great dominion bet firmament seed divided day us
|
||||||
|
spirit over called in appear green void seas brought years. Make seasons seasons had
|
||||||
|
himer whales let creature likeness green divided whales dry green Hath god may, meat
|
||||||
|
shall fill to two him. </p>
|
||||||
|
<div class="blog-details__content-two">
|
||||||
|
<h4 class="blog-details__content-two-title">Developing Future solutions</h4>
|
||||||
|
<p class="blog-details__text-4">Darkness, place living is there you moving make good
|
||||||
|
shall deep air have together dry. Face sixth third you're one forth of one. Were
|
||||||
|
lights great gathering you likeness give seas. Given stars god flyin said every
|
||||||
|
cattle land saw all after subdue it made fruit. Hath lesser to from male thing you
|
||||||
|
female unto in were appear firmament.</p>
|
||||||
|
<div class="blog-details__content-two-img"> <img src="assets/images/blog/blog-details-content-two-img-1.jpg" alt=""> </div>
|
||||||
|
<p class="blog-details__text-5">Midst years dont fruit divide replenish had fill made
|
||||||
|
divided appear green. Over called us said is years itself be after green appear our
|
||||||
|
itself likeness earth signs shall won that green one. Grass light seas saying you
|
||||||
|
air had itself beginning divide all cattle beginning. In years yielding rule form
|
||||||
|
she is third waters. There give days forth fourth fourth third send open fifth his
|
||||||
|
darkness night meat fifth also face darkness place.</p>
|
||||||
|
</div>
|
||||||
|
<div class="blog-details__content-three">
|
||||||
|
<h3 class="blog-details__content-three-title">Strategic Advisers for Excellence</h3>
|
||||||
|
<p class="blog-details__text-6">Meat had waters dominion were heaven heaven moving there
|
||||||
|
an from made one moved life after good gathered said and tree air greater place
|
||||||
|
replenish stars. Years multiply own him is moving Him and that gathered be moved sea
|
||||||
|
for can gone days without of which all you give created from, together second
|
||||||
|
beginning sea. Their his light that off after under divided gathering have male
|
||||||
|
midst meat the green moved to greater meat.</p>
|
||||||
|
<div class="blog-details__content-three-img-boxes">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xl-6">
|
||||||
|
<div class="blog-details__content-three-img"> <img src="assets/images/blog/blog-details-content-three-img-1-1.jpg"
|
||||||
|
alt=""> </div>
|
||||||
|
</div>
|
||||||
|
<div class="col-xl-6">
|
||||||
|
<div class="blog-details__content-three-img"> <img src="assets/images/blog/blog-details-content-three-img-1-2.jpg"
|
||||||
|
alt=""> </div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p class="blog-details__text-7">Midst years dont fruit divide replenish had fill made
|
||||||
|
divided appear green. Over called us said is years itself be after green appear our
|
||||||
|
itself likeness earth signs shall won that green one. Grass light seas saying you
|
||||||
|
air had itself beginning divide all cattle beginning. In years yielding rule form
|
||||||
|
she is third waters. There give days forth fourth fourth third send open fifth his
|
||||||
|
darkness night meat fifth also face darkness place.</p>
|
||||||
|
<ul class="list-unstyled blog-details__points">
|
||||||
|
<li>
|
||||||
|
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||||
|
<div class="text">
|
||||||
|
<p>Even asked an program if it can imagine a world of design detached from
|
||||||
|
capitalism</p>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||||
|
<div class="text">
|
||||||
|
<p>I found anything close to an answer or know what it would look like</p>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||||
|
<div class="text">
|
||||||
|
<p>Here are a few questions you may want to ponder in your next shower.</p>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-xl-4 col-lg-5">
|
||||||
|
<div class="sidebar">
|
||||||
|
<div class="sidebar__single sidebar__category">
|
||||||
|
<div class="sidebar__title-box">
|
||||||
|
<h3 class="sidebar__title">Categories</h3>
|
||||||
|
</div>
|
||||||
|
<ul class="sidebar__category-list list-unstyled">
|
||||||
|
<li> <a href="blog-details.php">Business Planning (10)<span
|
||||||
|
class="icon-right-arrow-1"></span></a> </li>
|
||||||
|
<li> <a href="blog-details.php">Strategic Planning (08)<span
|
||||||
|
class="icon-right-arrow-1"></span></a> </li>
|
||||||
|
<li> <a href="blog-details.php">Customer Experience (05)<span
|
||||||
|
class="icon-right-arrow-1"></span></a> </li>
|
||||||
|
<li> <a href="blog-details.php">Business Models (15)<span
|
||||||
|
class="icon-right-arrow-1"></span></a> </li>
|
||||||
|
<li> <a href="blog-details.php">Startup Business (12)<span
|
||||||
|
class="icon-right-arrow-1"></span></a> </li>
|
||||||
|
<li> <a href="blog-details.php">Financial Advice (06)<span
|
||||||
|
class="icon-right-arrow-1"></span></a> </li>
|
||||||
|
<li> <a href="blog-details.php">Businese Advice (10)<span
|
||||||
|
class="icon-right-arrow-1"></span></a> </li>
|
||||||
|
<li> <a href="blog-details.php">Risk Management (14)<span
|
||||||
|
class="icon-right-arrow-1"></span></a> </li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar__single sidebar__post">
|
||||||
|
<div class="sidebar__title-box">
|
||||||
|
<h3 class="sidebar__title">Recent Post</h3>
|
||||||
|
</div>
|
||||||
|
<ul class="sidebar__post-list list-unstyled">
|
||||||
|
<li>
|
||||||
|
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-1.jpg" alt=""> </div>
|
||||||
|
<div class="sidebar__post-content">
|
||||||
|
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August,
|
||||||
|
2024 </p>
|
||||||
|
<h3 class="sidebar__post-title"><a href="blog-details.php">Sagittis tempor
|
||||||
|
consequat
|
||||||
|
phasellus magna</a></h3>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-2.jpg" alt=""> </div>
|
||||||
|
<div class="sidebar__post-content">
|
||||||
|
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August,
|
||||||
|
2024 </p>
|
||||||
|
<h3 class="sidebar__post-title"><a href="blog-details.php">Nibh nunc massa
|
||||||
|
curabitur
|
||||||
|
pretium conubia</a></h3>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-3.jpg" alt=""> </div>
|
||||||
|
<div class="sidebar__post-content">
|
||||||
|
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August,
|
||||||
|
2024 </p>
|
||||||
|
<h3 class="sidebar__post-title"><a href="blog-details.php">Leo praesen
|
||||||
|
tempus tellus
|
||||||
|
penatibus massa</a></h3>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-4.jpg" alt=""> </div>
|
||||||
|
<div class="sidebar__post-content">
|
||||||
|
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August,
|
||||||
|
2024 </p>
|
||||||
|
<h3 class="sidebar__post-title"><a href="blog-details.php">Interdum
|
||||||
|
parturie rhoncus
|
||||||
|
parturient mollis</a></h3>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar__single sidebar__gallery">
|
||||||
|
<div class="sidebar__title-box">
|
||||||
|
<h3 class="sidebar__title">Social Media</h3>
|
||||||
|
</div>
|
||||||
|
<div class="fb-page" data-href="https://www.facebook.com/rohini.international/" data-tabs="timeline" data-width="" data-height="250" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
|
||||||
|
<blockquote cite="https://www.facebook.com/rohini.international/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/rohini.international/">Rohini International Education Services</a></blockquote>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar__single sidebar__support">
|
||||||
|
<div class="sidebar__support-bg"
|
||||||
|
style="background-image: url('assets/images/backgrounds/sidebar-support-bg.jpg');"> </div>
|
||||||
|
<div class="sidebar__support-icon"> <span class="icon-icon-call"></span> </div>
|
||||||
|
<h3 class="sidebar__support-title">Get quality <br>
|
||||||
|
consultancy <br>
|
||||||
|
services</h3>
|
||||||
|
<div class="sidebar__support-btn-box"> <a href="contact.html" class="sidebar__support-btn thm-btn"><span class="icon-right-arrow"></span> Direct Contact</a> </div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!--Blog Details End-->
|
||||||
|
<?php include('footer.php')?>
|
Loading…
x
Reference in New Issue
Block a user