updates
This commit is contained in:
parent
148d477237
commit
602667b148
@ -12889,3 +12889,4 @@ dl, ol, ul {
|
||||
font-size: 32px;
|
||||
color: #dc0f18;
|
||||
}
|
||||
|
||||
|
99
download.html
Normal file
99
download.html
Normal file
@ -0,0 +1,99 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>download</title>
|
||||
<style>
|
||||
.container{
|
||||
width: auto;
|
||||
padding: 60px;
|
||||
}
|
||||
.grid-container2 {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 15px;
|
||||
}
|
||||
.color {
|
||||
background-color: #f0f0f0;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.download-attachment {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 15px;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.download-button {
|
||||
padding: 8px 12px;
|
||||
background-color: #4CAF50;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.download-button:hover {
|
||||
background-color: #45a049;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="grid-container2">
|
||||
<div class="color">
|
||||
<p>
|
||||
This paragraph serves as an introduction to the aesthetic and unique experience offered by our platform.
|
||||
We believe in delivering high-quality, immersive content that inspires creativity and connection.
|
||||
Whether it’s exploring beautiful designs, appreciating fine details, or sharing moments, we are here
|
||||
to provide a space where aesthetics meet joy, and experiences become memorable. Lorem, ipsum dolor sit
|
||||
amet consectetur adipisicing elit. Quo distinctio cum repellat necessitatibus sed in eveniet veritatis
|
||||
cupiditate, vitae nemo laborum unde explicabo iste quos vel architecto suscipit consequuntur dignissimos
|
||||
expedita sint a ut. Atque magnam quia at adipisci rem, porro quisquam! Praesentium, quo quas laudantium asperiores.
|
||||
</p>
|
||||
<div class="download-attachment">
|
||||
<a href="" class="download-button">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="color">
|
||||
<p>
|
||||
This paragraph serves as an introduction to the aesthetic and unique experience offered by our platform.
|
||||
We believe in delivering high-quality, immersive content that inspires creativity and connection.
|
||||
Whether it’s exploring beautiful designs, appreciating fine details, or sharing moments, we are here
|
||||
to provide a space where aesthetics meet joy, and experiences become memorable. Lorem, ipsum dolor sit
|
||||
amet consectetur adipisicing elit. Quo distinctio cum repellat necessitatibus sed in eveniet veritatis
|
||||
cupiditate, vitae nemo laborum unde explicabo iste quos vel architecto suscipit consequuntur dignissimos
|
||||
expedita sint a ut. Atque magnam quia at adipisci rem, porro quisquam! Praesentium, quo quas laudantium asperiores.
|
||||
</p>
|
||||
<div class="download-attachment">
|
||||
<a href="" class="download-button">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="color">
|
||||
<p>
|
||||
This paragraph serves as an introduction to the aesthetic and unique experience offered by our platform.
|
||||
We believe in delivering high-quality, immersive content that inspires creativity and connection.
|
||||
Whether it’s exploring beautiful designs, appreciating fine details, or sharing moments, we are here
|
||||
to provide a space where aesthetics meet joy, and experiences become memorable. Lorem, ipsum dolor sit
|
||||
amet consectetur adipisicing elit. Quo distinctio cum repellat necessitatibus sed in eveniet veritatis
|
||||
cupiditate, vitae nemo laborum unde explicabo iste quos vel architecto suscipit consequuntur dignissimos
|
||||
expedita sint a ut. Atque magnam quia at adipisci rem, porro quisquam! Praesentium, quo quas laudantium asperiores.
|
||||
</p>
|
||||
<div class="download-attachment">
|
||||
<a href="" class="download-button">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -43,7 +43,7 @@
|
||||
<h3 class="footer-widget__title">Our Services</h3>
|
||||
</div>
|
||||
<ul class="footer-widget__link list-unstyled footer-link">
|
||||
<li><a href="service-details.php">Career Counseling</a></li>
|
||||
<li><a href="service-details.php">Career Counselling</a></li>
|
||||
<li><a href="service-details.php">University Selection</a></li>
|
||||
<li><a href="service-details.php">Application Assistance</a></li>
|
||||
<li><a href="service-details.php">Visa Processing</a></li>
|
||||
|
31
header.php
31
header.php
@ -135,24 +135,31 @@
|
||||
<div class="main-menu__logo"> <a href="index.php"><img src="assets/images/rohini/rohini-logo.png" alt=""></a> </div>
|
||||
<div class="main-menu__main-menu-box"> <a href="index.php" class="mobile-nav__toggler"><i class="fa fa-bars"></i></a>
|
||||
<ul class="main-menu__list">
|
||||
<li> <a href="index.php">Home</a> </li>
|
||||
<li> <a href="newzealand.php">Study in New-Zealand</a> </li>
|
||||
<li class="dropdown"> <a href="#">About</a>
|
||||
<!-- <li> <a href="index.php">Home</a> </li> -->
|
||||
<li class="dropdown"> <a href="newzealand.php">Study in New-Zealand</a>
|
||||
<ul>
|
||||
<li class="dropdown"><a href="">Know More</a>
|
||||
<ul>
|
||||
<li><a href="blog.html">Accomodation in NZ</a></li>
|
||||
<li><a href="blog-left.html">Nepalese Students</a></li>
|
||||
<li><a href="blog-right.html">Application Process</a></li>
|
||||
<li><a href="blog-right.html">Quality and Standard</a></li>
|
||||
<li><a href="blog-right.html">Work Prospects</a></li>
|
||||
<li><a href="blog-right.html">Residency Prospects</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <a href="#">Institutions</a> </li>
|
||||
<li class="dropdown"> <a href="#">Why Rohini?</a>
|
||||
<ul>
|
||||
<li><a href="about.php">Company Profile</a></li>
|
||||
<li><a href="message.php">Message Form MD</a></li>
|
||||
<li><a href="testimonials.php">Success Stories</a></li>
|
||||
<li><a href="team.php">Our Team</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown"> <a href="#">Test Prepration</a>
|
||||
<ul>
|
||||
<li><a href="pte.php">PTE</a></li>
|
||||
<li><a href="ielts.php">IELTS</a></li>
|
||||
<li><a href="toefl.php">TOEFL</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <a href="gallery.php">Gallery</a> </li>
|
||||
<li> <a href="parts/success.php">Success Stories</a> </li>
|
||||
<li><a href="">Resources</a></li>
|
||||
<li> <a href="blog.php">Blog</a> </li>
|
||||
<li> <a href="contact.php">Contact</a> </li>
|
||||
</ul>
|
||||
|
799
parts/success.php
Normal file
799
parts/success.php
Normal file
@ -0,0 +1,799 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title> Testimonials || bizgrow || HTML 5 Template </title>
|
||||
<!-- favicons Icons -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../assets/images/favicons/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../assets/images/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../assets/images/favicons/favicon-16x16.png" />
|
||||
<link rel="manifest" href="images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="bizgrow HTML 5 Template " />
|
||||
|
||||
<!-- fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
|
||||
rel="stylesheet">
|
||||
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../assets/vendors/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/animate/animate.min.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/animate/custom-animate.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/fontawesome/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/jarallax/jarallax.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/jquery-magnific-popup/jquery.magnific-popup.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/odometer/odometer.min.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/swiper/swiper.min.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/bizgrow-icons/style.css">
|
||||
<link rel="stylesheet" href="../assets/vendors/owl-carousel/owl.carousel.min.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/owl-carousel/owl.theme.default.min.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/bootstrap-select/css/bootstrap-select.min.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/ion.rangeSlider/css/ion.rangeSlider.min.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/jquery-ui/jquery-ui.css" />
|
||||
<link rel="stylesheet" href="../assets/vendors/timepicker/timePicker.css" />
|
||||
|
||||
<!-- template styles -->
|
||||
<link rel="stylesheet" href="../assets/css/bizgrow.css" />
|
||||
<link rel="stylesheet" href="../assets/css/bizgrow-responsive.css" />
|
||||
</head>
|
||||
|
||||
<body class="custom-cursor">
|
||||
|
||||
<div class="custom-cursor__cursor"></div>
|
||||
<div class="custom-cursor__cursor-two"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="preloader">
|
||||
<div class="preloader__image"></div>
|
||||
</div>
|
||||
<!-- /.preloader -->
|
||||
|
||||
|
||||
<div class="page-wrapper">
|
||||
<header class="main-header-two">
|
||||
<nav class="main-menu main-menu-two">
|
||||
<div class="main-menu-two__wrapper">
|
||||
<div class="container">
|
||||
<div class="main-menu-two__wrapper-inner">
|
||||
<div class="main-menu-two__logo">
|
||||
<a href="index.php"><img src="../assets/images/resources/logo-1.png" alt=""></a>
|
||||
</div>
|
||||
<div class="main-menu-two__top">
|
||||
<div class="main-menu-two__top-inner">
|
||||
<ul class="list-unstyled main-menu-two__contact-list">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<i class="icon-telephone-call"></i>
|
||||
</div>
|
||||
<div class="text">
|
||||
<p><a href="tel:1550250 5260">+1 (550) 250 5260</a></p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<i class="icon-mail"></i>
|
||||
</div>
|
||||
<div class="text">
|
||||
<p><a href="mailto:info@bizgrowa24.com">info@bizgrowa24.com</a>
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="main-menu-two__top-right">
|
||||
<div class="main-menu-two__top-time">
|
||||
<div class="main-menu-two__top-time-icon">
|
||||
<span class="icon-history"></span>
|
||||
</div>
|
||||
<p class="main-menu-two__top-text">Mon - Fri: 09:00 - 05:00</p>
|
||||
</div>
|
||||
<div class="main-menu-two__social">
|
||||
<a href="testimonials.html#"><i class="fab fa-twitter"></i></a>
|
||||
<a href="testimonials.html#"><i class="fab fa-facebook"></i></a>
|
||||
<a href="testimonials.html#"><i class="fab fa-pinterest-p"></i></a>
|
||||
<a href="testimonials.html#"><i class="fab fa-instagram"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main-menu-two__bottom">
|
||||
<div class="main-menu-two__main-menu-box">
|
||||
<a href="testimonials.html#" class="mobile-nav__toggler"><i class="fa fa-bars"></i></a>
|
||||
<ul class="main-menu__list">
|
||||
<li class="dropdown">
|
||||
<a href="index.php">Home </a>
|
||||
<ul>
|
||||
<li><a href="index.php">Home One</a></li>
|
||||
<li><a href="index2.html">Home Two</a></li>
|
||||
<li><a href="index3.html">Home Three</a></li>
|
||||
<li><a href="index4.html">Home Four</a></li>
|
||||
<li class="dropdown">
|
||||
<a href="testimonials.html#">One Page Styles</a>
|
||||
<ul>
|
||||
<li><a href="index-one-page.html">Home One</a></li>
|
||||
<li><a href="index2-one-page.html">Home Two</a></li>
|
||||
<li><a href="index3-one-page.html">Home Three</a></li>
|
||||
<li><a href="index4-one-page.html">Home Four</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="testimonials.html#">Dark Page Style</a>
|
||||
<ul>
|
||||
<li><a href="index-dark.html">Home Dark</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="about.php">About</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="testimonials.html#">Pages</a>
|
||||
<ul>
|
||||
<li><a href="team.html">Team</a></li>
|
||||
<li><a href="team-carousel.html">Team Carousel</a></li>
|
||||
<li><a href="team-details.html">Team Details</a></li>
|
||||
<li><a href="testimonials.html">Testimonials</a></li>
|
||||
<li><a href="testimonials-carousel.html">Testimonials Carousel</a></li>
|
||||
<li><a href="pricing.html">Pricing</a></li>
|
||||
<li><a href="pricing-carousel.html">Pricing Carousel</a></li>
|
||||
<li><a href="gallery.html">Gallery</a></li>
|
||||
<li><a href="gallery-carousel.html">Gallery Carousel</a></li>
|
||||
<li><a href="faq.html">Faq</a></li>
|
||||
<li><a href="404.html">404 Error</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="testimonials.html#">Services</a>
|
||||
<ul>
|
||||
<li><a href="services.html">Services</a></li>
|
||||
<li><a href="services-carousel.html">Services Carosuel</a></li>
|
||||
<li><a href="service-details-1.html">Service Details 01</a></li>
|
||||
<li><a href="business-planning.html">Business Planning</a></li>
|
||||
<li><a href="human-resource.html">Human Resource</a></li>
|
||||
<li><a href="market-analysis.html">Market Analysis</a></li>
|
||||
<li><a href="startup-business.html">Startup Business</a></li>
|
||||
<li><a href="programe-manager.html">Programe manager</a></li>
|
||||
<li><a href="investment-policy.html">Investment Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="testimonials.html#">Cases</a>
|
||||
<ul>
|
||||
<li><a href="case-studie-1.html">Case 01</a></li>
|
||||
<li><a href="case-studie-2.html">Case 02</a></li>
|
||||
<li><a href="case-studie-carousel.html">Case Carousel</a></li>
|
||||
<li><a href="case-details.html">Case Details</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="testimonials.html#">Blog</a>
|
||||
<ul>
|
||||
<li class="dropdown">
|
||||
<a href="testimonials.html#">Blog</a>
|
||||
<ul>
|
||||
<li><a href="blog.html">No Sidebar</a></li>
|
||||
<li><a href="blog-left.html">Left Sidebar</a></li>
|
||||
<li><a href="blog-right.html">Right Sidebar</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="testimonials.html#">Blog List</a>
|
||||
<ul>
|
||||
<li><a href="blog-list.html">No Sidebar</a></li>
|
||||
<li><a href="blog-list-left.html">Left Sidebar</a></li>
|
||||
<li><a href="blog-list-right.html">Right Sidebar</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="blog-carousel.html">Blog Carousel</a></li>
|
||||
<li><a href="blog-details.php">Blog Details</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="contact.html">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="main-menu-two__search-and-btn-box">
|
||||
<div class="main-menu-two__search-box">
|
||||
<a href="testimonials.html#"
|
||||
class="main-menu-two__search search-toggler icon-search-interface-symbol"></a>
|
||||
</div>
|
||||
<div class="main-menu-two__btn-box">
|
||||
<a href="contact.html" class="main-menu-two__btn thm-btn"><span
|
||||
class="icon-right-arrow"></span> Free Quote</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="stricky-header stricked-menu main-menu main-menu-two">
|
||||
<div class="sticky-header__content"></div><!-- /.sticky-header__content -->
|
||||
</div><!-- /.stricky-header -->
|
||||
|
||||
|
||||
<!--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>Our Success Stories</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Success Stories</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
|
||||
<section class="project-one section-bg section-pd">
|
||||
<div class="container">
|
||||
<div class="section-title text-center">
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Visa Grants</span>
|
||||
</div>
|
||||
<h2 class="section-title__title">Visa Solutions Made Simple</h2>
|
||||
</div>
|
||||
<div class="project-one__bottom">
|
||||
<div class="project-one__carousel owl-carousel owl-theme thm-owl__carousel" data-owl-options='{
|
||||
"loop": true,
|
||||
"autoplay": true,
|
||||
"margin": 30,
|
||||
"nav": false,
|
||||
"dots": false,
|
||||
"smartSpeed": 500,
|
||||
"autoplayTimeout": 10000,
|
||||
"navText": ["<span class=\"fas fa-long-arrow-alt-left\"></span>","<span class=\"fas fa-long-arrow-alt-right\"></span>"],
|
||||
"responsive": {
|
||||
"0": {
|
||||
"items": 1
|
||||
},
|
||||
"768": {
|
||||
"items": 1
|
||||
},
|
||||
"992": {
|
||||
"items": 1
|
||||
},
|
||||
"1290": {
|
||||
"items": 1
|
||||
}
|
||||
}
|
||||
}'>
|
||||
<!--Project One Single Start-->
|
||||
<div class="item">
|
||||
<div class="project-one__single">
|
||||
<div class="project-one__img-box">
|
||||
<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-box">
|
||||
<div class="project-one__content">
|
||||
<div class="project-one__icon"> <span class="icon-salary"></span> </div>
|
||||
<h3 class="project-one__title"><a href="case-details.html">Creature <br> toward female</a> </h3>
|
||||
</div>
|
||||
<div class="project-one__arrow"> <a href="../assets/images/rohini/visa/rohini1.jpg" class="img-popup"><span class="icon-next"></span></a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Project One Single End-->
|
||||
<!--Project One Single Start-->
|
||||
<div class="item">
|
||||
<div class="project-one__single">
|
||||
<div class="project-one__img-box">
|
||||
<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-box">
|
||||
<div class="project-one__content">
|
||||
<div class="project-one__icon"> <span class="icon-salary"></span> </div>
|
||||
<h3 class="project-one__title"><a href="case-details.html">Creature <br>
|
||||
toward
|
||||
female</a> </h3>
|
||||
</div>
|
||||
<div class="project-one__arrow"> <a href="../assets/images/rohini/visa/rohini2.jpg" class="img-popup"><span class="icon-next"></span></a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Project One Single End-->
|
||||
<!--Project One Single Start-->
|
||||
<div class="item">
|
||||
<div class="project-one__single">
|
||||
<div class="project-one__img-box">
|
||||
<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-box">
|
||||
<div class="project-one__content">
|
||||
<div class="project-one__icon"> <span class="icon-salary"></span> </div>
|
||||
<h3 class="project-one__title"><a href="case-details.html">Creature <br>
|
||||
toward
|
||||
female</a> </h3>
|
||||
</div>
|
||||
<div class="project-one__arrow"> <a href="../assets/images/rohini/visa/rohini3.jpg" class="img-popup"><span class="icon-next"></span></a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Project One Single End-->
|
||||
<!--Project One Single Start-->
|
||||
<div class="item">
|
||||
<div class="project-one__single">
|
||||
<div class="project-one__img-box">
|
||||
<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-box">
|
||||
<div class="project-one__content">
|
||||
<div class="project-one__icon"> <span class="icon-salary"></span> </div>
|
||||
<h3 class="project-one__title"><a href="case-details.html">Creature <br>
|
||||
toward
|
||||
female</a> </h3>
|
||||
</div>
|
||||
<div class="project-one__arrow"> <a href="../assets/images/rohini/visa/rohini4.jpg" class="img-popup"><span class="icon-next"></span></a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Project One Single End-->
|
||||
<!--Project One Single Start-->
|
||||
<div class="item">
|
||||
<div class="project-one__single">
|
||||
<div class="project-one__img-box">
|
||||
<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-box">
|
||||
<div class="project-one__content">
|
||||
<div class="project-one__icon"> <span class="icon-salary"></span> </div>
|
||||
<h3 class="project-one__title"><a href="case-details.html">Creature <br>
|
||||
toward
|
||||
female</a> </h3>
|
||||
</div>
|
||||
<div class="project-one__arrow"> <a href="../assets/images/rohini/visa/rohini5.jpg" class="img-popup"><span class="icon-next"></span></a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Project One Single End-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--Testimonials Page Start-->
|
||||
<section class="testimonials-page">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<!--Testimonial Two Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="../assets/images/testimonial/testimonial-2-1.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="../assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
</div>
|
||||
<ul class="testimonial-two__ratting list-unstyled">
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Michael Angenla</a></h3>
|
||||
<p class="testimonial-two__sub-title">Project Manager</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Testimonial Two Single End-->
|
||||
<!--Testimonial Two Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="../assets/images/testimonial/testimonial-2-2.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="../assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
</div>
|
||||
<ul class="testimonial-two__ratting list-unstyled">
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Brenda Gregory</a></h3>
|
||||
<p class="testimonial-two__sub-title">CEO of Apple</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Testimonial Two Single End-->
|
||||
<!--Testimonial Two Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="../assets/images/testimonial/testimonial-2-3.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="../assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
</div>
|
||||
<ul class="testimonial-two__ratting list-unstyled">
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Edward Monroe</a></h3>
|
||||
<p class="testimonial-two__sub-title">Senior Designer</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Testimonial Two Single End-->
|
||||
<!--Testimonial Two Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="../assets/images/testimonial/testimonial-2-4.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="../assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
</div>
|
||||
<ul class="testimonial-two__ratting list-unstyled">
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Jessica Brown</a></h3>
|
||||
<p class="testimonial-two__sub-title">Project Manager</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Testimonial Two Single End-->
|
||||
<!--Testimonial Two Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="../assets/images/testimonial/testimonial-2-5.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="../assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
</div>
|
||||
<ul class="testimonial-two__ratting list-unstyled">
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Antony Gregory</a></h3>
|
||||
<p class="testimonial-two__sub-title">CEO of Apple</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Testimonial Two Single End-->
|
||||
<!--Testimonial Two Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="../assets/images/testimonial/testimonial-2-6.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="../assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
</div>
|
||||
<ul class="testimonial-two__ratting list-unstyled">
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Edward George</a></h3>
|
||||
<p class="testimonial-two__sub-title">Senior Designer</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Testimonial Two Single End-->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Testimonials Page End-->
|
||||
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one newsletter-one-bg-color">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Our Newsletter</h3>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form action="assets/inc/sendemail.php" class="newsletter-one__form contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" name="name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" name="email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button type="submit" class="thm-btn newsletter-one__btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
|
||||
<!--Site Footer Start-->
|
||||
<footer class="site-footer">
|
||||
<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="container">
|
||||
<div class="site-footer__top">
|
||||
<div class="row">
|
||||
<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__logo">
|
||||
<a href="index.php"><img src="assets/images/resources/footer-logo.png" alt=""></a>
|
||||
</div>
|
||||
<p style="padding-top: 5px;" class="footer-widget__about-text">Eros vivamus platea nullam id consequat eu sociis
|
||||
lectus aliquam nibh auctor elitsed libero pharetra consequat and fad sociis conubia
|
||||
favorite to risus.</p>
|
||||
<div style="padding-top: 10px;" class="site-footer__social">
|
||||
<a href="testimonials.html#"><i class="icon-facebook-app-symbol"></i></a>
|
||||
<a href="testimonials.html#"><i class="icon-twitter"></i></a>
|
||||
<a href="testimonials.html#"><i class="icon-instagram"></i></a>
|
||||
<a href="testimonials.html#"><i class="icon-linked-in-logo-of-two-letters"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="200ms">
|
||||
<div class="footer-widget__column footer-widget__usefull-link">
|
||||
<div class="footer-widget__title-box">
|
||||
<h3 class="footer-widget__title" >Useful Links</h3>
|
||||
</div>
|
||||
<div class="footer-widget__link-box">
|
||||
<ul class="footer-widget__link list-unstyled">
|
||||
<li><a href="contact.html">Our Support</a></li>
|
||||
<li><a href="about.php">System Status</a></li>
|
||||
<li><a href="about.php">Knowledge base</a></li>
|
||||
<li><a href="blog.html">Blog</a></li>
|
||||
<li><a href="case-studie-1.html">Case Studies</a></li>
|
||||
<li><a href="contact.html">Contact us</a></li>
|
||||
<li><a href="contact.html">Write For Us</a></li>
|
||||
</ul>
|
||||
<ul class="footer-widget__link footer-widget__link-2 list-unstyled">
|
||||
<li><a href="about.php">Ebooks</a></li>
|
||||
<li><a href="about.php">Cloudways Users</a></li>
|
||||
<li><a href="about.php">Group</a></li>
|
||||
<li><a href="about.php">Customer Voice</a></li>
|
||||
<li><a href="about.php">affiliate</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-2 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="300ms">
|
||||
<div class="footer-widget__column footer-widget__services">
|
||||
<div class="footer-widget__title-box">
|
||||
<h3 class="footer-widget__title">Our Services</h3>
|
||||
</div>
|
||||
<ul class="footer-widget__link list-unstyled">
|
||||
<li><a href="startup-business.html">Startup Business</a></li>
|
||||
<li><a href="business-planning.html">Financial Advice</a></li>
|
||||
<li><a href="programe-manager.html">Managemant</a></li>
|
||||
<li><a href="business-planning.html">Business Advice</a></li>
|
||||
<li><a href="startup-business.html">Strategy Services</a></li>
|
||||
<li><a href="market-analysis.html">Market Analysis</a></li>
|
||||
<li><a href="human-resource.html">Human Resources</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-3 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="400ms">
|
||||
<div class="footer-widget__column footer-widget__instagram">
|
||||
<div class="footer-widget__title-box">
|
||||
<h3 class="footer-widget__title">Instagram</h3>
|
||||
</div>
|
||||
<ul class="footer-widget__instagram-list list-unstyled clearfix">
|
||||
<li>
|
||||
<div class="footer-widget__instagram-img">
|
||||
<img src="../assets/images/project/footer-widget-instagram-img-1.jpg" alt="">
|
||||
<a href="testimonials.html#"><span class="fab fa-instagram"></span></a>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="footer-widget__instagram-img">
|
||||
<img src="../assets/images/project/footer-widget-instagram-img-2.jpg" alt="">
|
||||
<a href="testimonials.html#"><span class="fab fa-instagram"></span></a>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="footer-widget__instagram-img">
|
||||
<img src="../assets/images/project/footer-widget-instagram-img-3.jpg" alt="">
|
||||
<a href="testimonials.html#"><span class="fab fa-instagram"></span></a>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="footer-widget__instagram-img">
|
||||
<img src="../assets/images/project/footer-widget-instagram-img-4.jpg" alt="">
|
||||
<a href="testimonials.html#"><span class="fab fa-instagram"></span></a>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="footer-widget__instagram-img">
|
||||
<img src="../assets/images/project/footer-widget-instagram-img-5.jpg" alt="">
|
||||
<a href="testimonials.html#"><span class="fab fa-instagram"></span></a>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="footer-widget__instagram-img">
|
||||
<img src="../assets/images/project/footer-widget-instagram-img-6.jpg" alt="">
|
||||
<a href="testimonials.html#"><span class="fab fa-instagram"></span></a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="site-footer__bottom">
|
||||
<div class="container">
|
||||
<div class="site-footer__bottom-inner">
|
||||
<p class="site-footer__bottom-text">© 2024
|
||||
Copyright <a href="testimonials.html#">bizgrow.</a> | All rights reserved</p>
|
||||
<ul class="list-unstyled site-footer__bottom-menu">
|
||||
<li><a href="about.php">Privacy & Policy</a></li>
|
||||
<li><a href="about.php">Terms of use</a></li>
|
||||
<li><a href="about.php">Cookie Policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!--Site Footer End-->
|
||||
|
||||
|
||||
</div><!-- /.page-wrapper -->
|
||||
|
||||
|
||||
<div class="mobile-nav__wrapper">
|
||||
<div class="mobile-nav__overlay mobile-nav__toggler"></div>
|
||||
<!-- /.mobile-nav__overlay -->
|
||||
<div class="mobile-nav__content">
|
||||
<span class="mobile-nav__close mobile-nav__toggler"><i class="fa fa-times"></i></span>
|
||||
|
||||
<div class="logo-box">
|
||||
<a href="index.php" aria-label="logo image"><img src="assets/images/resources/logo-2.png" width="145"
|
||||
alt="" /></a>
|
||||
</div>
|
||||
<!-- /.logo-box -->
|
||||
<div class="mobile-nav__container"></div>
|
||||
<!-- /.mobile-nav__container -->
|
||||
|
||||
<ul class="mobile-nav__contact list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-envelope"></i>
|
||||
<a href="mailto:needhelp@packageName__.com">needhelp@bizgrow.com</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-phone-alt"></i>
|
||||
<a href="tel:666-888-0000">666 888 0000</a>
|
||||
</li>
|
||||
</ul><!-- /.mobile-nav__contact -->
|
||||
<div class="mobile-nav__top">
|
||||
<div class="mobile-nav__social">
|
||||
<a href="testimonials.html#" class="fab fa-twitter"></a>
|
||||
<a href="testimonials.html#" class="fab fa-facebook-square"></a>
|
||||
<a href="testimonials.html#" class="fab fa-pinterest-p"></a>
|
||||
<a href="testimonials.html#" class="fab fa-instagram"></a>
|
||||
</div><!-- /.mobile-nav__social -->
|
||||
</div><!-- /.mobile-nav__top -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- /.mobile-nav__content -->
|
||||
</div>
|
||||
<!-- /.mobile-nav__wrapper -->
|
||||
|
||||
<div class="search-popup">
|
||||
<div class="search-popup__overlay search-toggler"></div>
|
||||
<!-- /.search-popup__overlay -->
|
||||
<div class="search-popup__content">
|
||||
<form action="#">
|
||||
<label for="search" class="sr-only">search here</label><!-- /.sr-only -->
|
||||
<input type="text" id="search" placeholder="Search Here..." />
|
||||
<button type="submit" aria-label="search submit" class="thm-btn">
|
||||
<i class="icon-search-interface-symbol"></i>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
<!-- /.search-popup__content -->
|
||||
</div>
|
||||
<!-- /.search-popup -->
|
||||
|
||||
<a href="testimonials.html#" data-target="html" class="scroll-to-target scroll-to-top"><i class="icon-right-arrow"></i></a>
|
||||
|
||||
|
||||
<script src="../assets/vendors/jquery/jquery-3.6.0.min.js"></script>
|
||||
<script src="../assets/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../assets/vendors/jarallax/jarallax.min.js"></script>
|
||||
<script src="../assets/vendors/jquery-ajaxchimp/jquery.ajaxchimp.min.js"></script>
|
||||
<script src="../assets/vendors/jquery-appear/jquery.appear.min.js"></script>
|
||||
<script src="../assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js"></script>
|
||||
<script src="../assets/vendors/jquery-magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
<script src="../assets/vendors/jquery-validate/jquery.validate.min.js"></script>
|
||||
<script src="../assets/vendors/odometer/odometer.min.js"></script>
|
||||
<script src="../assets/vendors/swiper/swiper.min.js"></script>
|
||||
<script src="../assets/vendors/wnumb/wNumb.min.js"></script>
|
||||
<script src="../assets/vendors/wow/wow.js"></script>
|
||||
<script src="../assets/vendors/isotope/isotope.js"></script>
|
||||
<script src="../assets/vendors/owl-carousel/owl.carousel.min.js"></script>
|
||||
<script src="../assets/vendors/bootstrap-select/js/bootstrap-select.min.js"></script>
|
||||
<script src="../assets/vendors/jquery-ui/jquery-ui.js"></script>
|
||||
<script src="../assets/vendors/timepicker/timePicker.js"></script>
|
||||
<script src="../assets/vendors/circleType/jquery.circleType.js"></script>
|
||||
<script src="../assets/vendors/circleType/jquery.lettering.min.js"></script>
|
||||
<script src="../assets/vendors/ion.rangeSlider/js/ion.rangeSlider.min.js"></script>
|
||||
<script src="../assets/vendors/marquee/marquee.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- template js -->
|
||||
<script src="../assets/js/bizgrow.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -460,7 +460,7 @@
|
||||
<a href="testimonials.html#"><i class="icon-twitter"></i></a>
|
||||
<a href="testimonials.html#"><i class="icon-instagram"></i></a>
|
||||
<a href="testimonials.html#"><i class="icon-linked-in-logo-of-two-letters"></i></a>
|
||||
</div>
|
||||
</divclass=>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="200ms">
|
||||
@ -491,7 +491,7 @@
|
||||
<div class="col-xl-2 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="300ms">
|
||||
<div class="footer-widget__column footer-widget__services">
|
||||
<div class="footer-widget__title-box">
|
||||
<h3 class="footer-widget__title">Our Services</h3>
|
||||
<h3 style="padding-top: 10px;" class="footer-widget__title">Our Services</h3>
|
||||
</div>
|
||||
<ul class="footer-widget__link list-unstyled">
|
||||
<li><a href="startup-business.html">Startup Business</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user