679 lines
29 KiB
HTML
679 lines
29 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||
<title>Index - Marco AIoT Technologies</title>
|
||
<meta name="description" content="">
|
||
<meta name="keywords" content="">
|
||
|
||
<!-- Favicons -->
|
||
<link href="assets/img/favicon.ico" rel="icon">
|
||
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
|
||
|
||
<!-- Fonts -->
|
||
<link href="https://fonts.googleapis.com" rel="preconnect">
|
||
<link href="https://fonts.gstatic.com" rel="preconnect" 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&family=Poppins: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&family=Raleway: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">
|
||
|
||
<!-- Vendor CSS Files -->
|
||
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
|
||
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
|
||
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
|
||
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
|
||
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
|
||
|
||
<!-- Main CSS File -->
|
||
<link href="assets/css/main.css" rel="stylesheet">
|
||
</head>
|
||
|
||
<body class="index-page">
|
||
|
||
<header id="header" class="header sticky-top">
|
||
|
||
<!-- <div class="topbar d-flex align-items-center">
|
||
<div class="container d-flex justify-content-center justify-content-md-between">
|
||
<div class="d-none d-md-flex align-items-center">
|
||
<i class="bi bi-clock me-1"></i> Monday - Saturday, 8AM to 10PM
|
||
</div>
|
||
<div class="d-flex align-items-center">
|
||
<i class="bi bi-phone me-1"></i> Call us now +1 5589 55488 55
|
||
</div>
|
||
</div>
|
||
</div> -->
|
||
<!-- End Top Bar -->
|
||
|
||
<div class="branding d-flex align-items-center">
|
||
|
||
<div class="container position-relative d-flex align-items-center justify-content-end">
|
||
<a href="index.html" class="logo d-flex align-items-center me-auto">
|
||
<img src="assets/img/logo123.jpg" alt="">
|
||
<!-- Uncomment the line below if you also wish to use a text logo -->
|
||
<!-- <h1 class="sitename">Marco</h1> -->
|
||
</a>
|
||
|
||
<nav id="navmenu" class="navmenu">
|
||
<ul>
|
||
<li><a href="#hero" class="active">Home</a></li>
|
||
<li><a href="#about">About</a></li>
|
||
<li><a href="#services">Services</a></li>
|
||
<!-- <li><a href="#departments">Departments</a></li>
|
||
<li><a href="#doctors">Doctors</a></li>
|
||
<li class="dropdown"><a href="#"><span>Dropdown</span> <i
|
||
class="bi bi-chevron-down toggle-dropdown"></i></a>
|
||
<ul>
|
||
<li><a href="#">Dropdown 1</a></li>
|
||
<li class="dropdown"><a href="#"><span>Deep Dropdown</span> <i
|
||
class="bi bi-chevron-down toggle-dropdown"></i></a>
|
||
<ul>
|
||
<li><a href="#">Deep Dropdown 1</a></li>
|
||
<li><a href="#">Deep Dropdown 2</a></li>
|
||
<li><a href="#">Deep Dropdown 3</a></li>
|
||
<li><a href="#">Deep Dropdown 4</a></li>
|
||
<li><a href="#">Deep Dropdown 5</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#">Dropdown 2</a></li>
|
||
<li><a href="#">Dropdown 3</a></li>
|
||
<li><a href="#">Dropdown 4</a></li>
|
||
</ul>
|
||
</li> -->
|
||
<li><a href="#contact">Contact</a></li>
|
||
</ul>
|
||
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
|
||
</nav>
|
||
|
||
<a class="cta-btn" target="_blank" href="https://app.marcoaiot.com/">Visit Our PMS Solution</a>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</header>
|
||
|
||
<main class="main">
|
||
|
||
<!-- Hero Section -->
|
||
<section id="hero" class="hero section">
|
||
|
||
<div id="hero-carousel" class="carousel slide carousel-fade" data-bs-ride="carousel" data-bs-interval="5000">
|
||
|
||
<div class="carousel-item active">
|
||
<img src="assets/img/hero-carousel/hero-carousel-1.jpg" alt="">
|
||
<div class="container">
|
||
<h2>Welcome to Marco</h2>
|
||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
|
||
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
|
||
ea commodo consequat.</p>
|
||
<a href="#about" class="btn-get-started">Read More</a>
|
||
</div>
|
||
</div><!-- End Carousel Item -->
|
||
|
||
<div class="carousel-item">
|
||
<img src="assets/img/hero-carousel/hero-carousel-2.jpg" alt="">
|
||
<div class="container">
|
||
<h2>At vero eos et accusamus</h2>
|
||
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime
|
||
placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam
|
||
et aut officiis debitis aut.</p>
|
||
<a href="#about" class="btn-get-started">Read More</a>
|
||
</div>
|
||
</div><!-- End Carousel Item -->
|
||
|
||
<div class="carousel-item">
|
||
<img src="assets/img/hero-carousel/hero-carousel-3.jpg" alt="">
|
||
<div class="container">
|
||
<h2>Temporibus autem quibusdam</h2>
|
||
<p>Beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut
|
||
fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt omnis iste natus
|
||
error sit voluptatem accusantium.</p>
|
||
<a href="#about" class="btn-get-started">Read More</a>
|
||
</div>
|
||
</div><!-- End Carousel Item -->
|
||
|
||
<a class="carousel-control-prev" href="#hero-carousel" role="button" data-bs-slide="prev">
|
||
<span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span>
|
||
</a>
|
||
|
||
<a class="carousel-control-next" href="#hero-carousel" role="button" data-bs-slide="next">
|
||
<span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span>
|
||
</a>
|
||
|
||
<ol class="carousel-indicators"></ol>
|
||
|
||
</div>
|
||
|
||
</section><!-- /Hero Section -->
|
||
|
||
<!-- Featured Services Section -->
|
||
<section id="featured-services" class="featured-services section">
|
||
|
||
<div class="container">
|
||
|
||
<div class="row gy-4">
|
||
|
||
<div class="col-xl-3 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="100">
|
||
<div class="service-item position-relative">
|
||
<div class="icon"><i class="fas fa-heartbeat icon"></i></div>
|
||
<h4><a href="" class="stretched-link">Web Development</a></h4>
|
||
<p>Transform your design concepts into fully functional and robust websites. Our skilled developers
|
||
leverage the latest technologies and best practices to build scalable, secure, and high-performing web
|
||
applications. Whether you need a dynamic website, an e-commerce platform, or a complex web portal, we
|
||
provide end-to-end development services tailored to your specific needs.</p>
|
||
</div>
|
||
</div><!-- End Service Item -->
|
||
|
||
<div class="col-xl-3 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="200">
|
||
<div class="service-item position-relative">
|
||
<div class="icon"><i class="fas fa-solid fa-code icon"></i></div>
|
||
<h4><a href="" class="stretched-link">Custom Software Solutions</a></h4>
|
||
<p>Unlock the potential of custom software solutions with our expert programming services. Our proficient
|
||
programmers excel in a variety of languages and frameworks to develop tailored applications that
|
||
streamline your operations, enhance productivity, and solve unique business challenges. We focus on
|
||
creating efficient, maintainable, and scalable code that meets your exact requirements.</p>
|
||
</div>
|
||
</div><!-- End Service Item -->
|
||
|
||
<div class="col-xl-3 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="300">
|
||
<div class="service-item position-relative">
|
||
<div class="icon"><i class="fas fa-thermometer icon"></i></div>
|
||
<h4><a href="" class="stretched-link">Data Analytics</a></h4>
|
||
<p>Harness the power of your data to gain valuable insights and make informed decisions. Our data
|
||
analytics services encompass data collection, cleaning, analysis, and visualization. We transform raw
|
||
data into actionable intelligence, helping you identify trends, optimize processes, understand customer
|
||
behavior, and drive business growth through data-driven strategies.</p>
|
||
</div>
|
||
</div><!-- End Service Item -->
|
||
|
||
<div class="col-xl-3 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="400">
|
||
<div class="service-item position-relative">
|
||
<div class="icon"><i class="fa-regular fa-brain-circuit"></i></div>
|
||
<h4><a href="" class="stretched-link">AI and IoT Solutions</a></h4>
|
||
<p>Embrace the future with our innovative Artificial Intelligence (AI) and Internet of Things (IoT)
|
||
solutions. We develop intelligent systems and connected devices that automate tasks, improve efficiency,
|
||
and create new opportunities. From AI-powered analytics to smart IoT applications, we help you leverage
|
||
these transformative technologies to gain a competitive advantage and create new value streams.</p>
|
||
</div>
|
||
</div><!-- End Service Item -->
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</section><!-- /Featured Services Section -->
|
||
|
||
<!-- Call To Action Section -->
|
||
<section id="call-to-action" class="call-to-action section accent-background">
|
||
|
||
<div class="container">
|
||
<div class="row justify-content-center" data-aos="zoom-in" data-aos-delay="100">
|
||
<div class="col-xl-10">
|
||
<div class="text-center">
|
||
<h3>In an emergency? Need help now?</h3>
|
||
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
|
||
laborum.</p>
|
||
<a class="cta-btn" href="#appointment">Make an Appointment</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</section><!-- /Call To Action Section -->
|
||
|
||
<!-- About Section -->
|
||
<section id="about" class="about section">
|
||
|
||
<!-- Section Title -->
|
||
<div class="container section-title" data-aos="fade-up">
|
||
<h2>About Us<br></h2>
|
||
<p>Necessitatibus eius consequatur ex aliquid fuga eum quidem sint consectetur velit</p>
|
||
</div><!-- End Section Title -->
|
||
|
||
<div class="container">
|
||
|
||
<div class="row gy-4">
|
||
<div class="col-lg-6 position-relative align-self-start" data-aos="fade-up" data-aos-delay="100">
|
||
<img src="assets/img/about.jpg" class="img-fluid" alt="">
|
||
<a href="https://www.youtube.com/watch?v=Y7f98aduVJ8" class="glightbox pulsating-play-btn"></a>
|
||
</div>
|
||
<div class="col-lg-6 content" data-aos="fade-up" data-aos-delay="200">
|
||
<h3>Voluptatem dignissimos provident quasi corporis voluptates sit assumenda.</h3>
|
||
<p class="fst-italic">
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
|
||
dolore
|
||
magna aliqua.
|
||
</p>
|
||
<ul>
|
||
<li><i class="bi bi-check2-all"></i> <span>Ullamco laboris nisi ut aliquip ex ea commodo consequat.</span>
|
||
</li>
|
||
<li><i class="bi bi-check2-all"></i> <span>Duis aute irure dolor in reprehenderit in voluptate
|
||
velit.</span></li>
|
||
<li><i class="bi bi-check2-all"></i> <span>Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis
|
||
aute irure dolor in reprehenderit in voluptate trideta storacalaperda mastiro dolore eu fugiat nulla
|
||
pariatur.</span></li>
|
||
</ul>
|
||
<p>
|
||
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
|
||
voluptate
|
||
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</section><!-- /About Section -->
|
||
|
||
<!-- Stats Section -->
|
||
<section id="stats" class="stats section">
|
||
|
||
<div class="container" data-aos="fade-up" data-aos-delay="100">
|
||
|
||
<div class="row gy-4">
|
||
|
||
<div class="col-lg-3 col-md-6">
|
||
<div class="stats-item d-flex align-items-center w-100 h-100">
|
||
<i class="fas fa-user-md flex-shrink-0"></i>
|
||
<div>
|
||
<span data-purecounter-start="0" data-purecounter-end="25" data-purecounter-duration="1"
|
||
class="purecounter"></span>
|
||
<p>Doctors</p>
|
||
</div>
|
||
</div>
|
||
</div><!-- End Stats Item -->
|
||
|
||
<div class="col-lg-3 col-md-6">
|
||
<div class="stats-item d-flex align-items-center w-100 h-100">
|
||
<i class="far fa-hospital flex-shrink-0"></i>
|
||
<div>
|
||
<span data-purecounter-start="0" data-purecounter-end="15" data-purecounter-duration="1"
|
||
class="purecounter"></span>
|
||
<p>Departments</p>
|
||
</div>
|
||
</div>
|
||
</div><!-- End Stats Item -->
|
||
|
||
<div class="col-lg-3 col-md-6">
|
||
<div class="stats-item d-flex align-items-center w-100 h-100">
|
||
<i class="fas fa-flask flex-shrink-0"></i>
|
||
<div>
|
||
<span data-purecounter-start="0" data-purecounter-end="8" data-purecounter-duration="1"
|
||
class="purecounter"></span>
|
||
<p>Research Labs</p>
|
||
</div>
|
||
</div>
|
||
</div><!-- End Stats Item -->
|
||
|
||
<div class="col-lg-3 col-md-6">
|
||
<div class="stats-item d-flex align-items-center w-100 h-100">
|
||
<i class="fas fa-award flex-shrink-0"></i>
|
||
<div>
|
||
<span data-purecounter-start="0" data-purecounter-end="150" data-purecounter-duration="1"
|
||
class="purecounter"></span>
|
||
<p>Awards</p>
|
||
</div>
|
||
</div>
|
||
</div><!-- End Stats Item -->
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</section><!-- /Stats Section -->
|
||
|
||
|
||
<!-- Services Section -->
|
||
<section id="services" class="services section">
|
||
|
||
<!-- Section Title -->
|
||
<div class="container section-title" data-aos="fade-up">
|
||
<h2>Services</h2>
|
||
<p>Necessitatibus eius consequatur ex aliquid fuga eum quidem sint consectetur velit</p>
|
||
</div><!-- End Section Title -->
|
||
|
||
<div class="container">
|
||
|
||
<div class="row gy-4">
|
||
|
||
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
|
||
<div class="service-item position-relative">
|
||
<div class="icon">
|
||
<i class="fas fa-heartbeat"></i>
|
||
</div>
|
||
<a href="#" class="stretched-link">
|
||
<h3>Nesciunt Mete</h3>
|
||
</a>
|
||
<p>Provident nihil minus qui consequatur non omnis maiores. Eos accusantium minus dolores iure perferendis
|
||
tempore et consequatur.</p>
|
||
</div>
|
||
</div><!-- End Service Item -->
|
||
|
||
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
|
||
<div class="service-item position-relative">
|
||
<div class="icon">
|
||
<i class="fas fa-pills"></i>
|
||
</div>
|
||
<a href="#" class="stretched-link">
|
||
<h3>Eosle Commodi</h3>
|
||
</a>
|
||
<p>Ut autem aut autem non a. Sint sint sit facilis nam iusto sint. Libero corrupti neque eum hic non ut
|
||
nesciunt dolorem.</p>
|
||
</div>
|
||
</div><!-- End Service Item -->
|
||
|
||
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
|
||
<div class="service-item position-relative">
|
||
<div class="icon">
|
||
<i class="fas fa-hospital-user"></i>
|
||
</div>
|
||
<a href="#" class="stretched-link">
|
||
<h3>Ledo Markt</h3>
|
||
</a>
|
||
<p>Ut excepturi voluptatem nisi sed. Quidem fuga consequatur. Minus ea aut. Vel qui id voluptas adipisci
|
||
eos earum corrupti.</p>
|
||
</div>
|
||
</div><!-- End Service Item -->
|
||
|
||
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
|
||
<div class="service-item position-relative">
|
||
<div class="icon">
|
||
<i class="fas fa-dna"></i>
|
||
</div>
|
||
<a href="#" class="stretched-link">
|
||
<h3>Asperiores Commodit</h3>
|
||
</a>
|
||
<p>Non et temporibus minus omnis sed dolor esse consequatur. Cupiditate sed error ea fuga sit provident
|
||
adipisci neque.</p>
|
||
<a href="#" class="stretched-link"></a>
|
||
</div>
|
||
</div><!-- End Service Item -->
|
||
|
||
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
|
||
<div class="service-item position-relative">
|
||
<div class="icon">
|
||
<i class="fas fa-wheelchair"></i>
|
||
</div>
|
||
<a href="#" class="stretched-link">
|
||
<h3>Velit Doloremque</h3>
|
||
</a>
|
||
<p>Cumque et suscipit saepe. Est maiores autem enim facilis ut aut ipsam corporis aut. Sed animi at autem
|
||
alias eius labore.</p>
|
||
<a href="#" class="stretched-link"></a>
|
||
</div>
|
||
</div><!-- End Service Item -->
|
||
|
||
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600">
|
||
<div class="service-item position-relative">
|
||
<div class="icon">
|
||
<i class="fas fa-notes-medical"></i>
|
||
</div>
|
||
<a href="#" class="stretched-link">
|
||
<h3>Dolori Architecto</h3>
|
||
</a>
|
||
<p>Hic molestias ea quibusdam eos. Fugiat enim doloremque aut neque non et debitis iure. Corrupti
|
||
recusandae ducimus enim.</p>
|
||
<a href="#" class="stretched-link"></a>
|
||
</div>
|
||
</div><!-- End Service Item -->
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</section><!-- /Services Section -->
|
||
|
||
|
||
<!-- Testimonials Section -->
|
||
<section id="testimonials" class="testimonials section">
|
||
|
||
<!-- Section Title -->
|
||
<div class="container section-title" data-aos="fade-up">
|
||
<h2>Testimonials</h2>
|
||
<p>Necessitatibus eius consequatur ex aliquid fuga eum quidem sint consectetur velit</p>
|
||
</div><!-- End Section Title -->
|
||
|
||
<div class="container" data-aos="fade-up" data-aos-delay="100">
|
||
|
||
<div class="swiper init-swiper" data-speed="600" data-delay="5000"
|
||
data-breakpoints="{ "320": { "slidesPerView": 1, "spaceBetween": 40 }, "1200": { "slidesPerView": 3, "spaceBetween": 40 } }">
|
||
<script type="application/json" class="swiper-config">
|
||
{
|
||
"loop": true,
|
||
"speed": 600,
|
||
"autoplay": {
|
||
"delay": 5000
|
||
},
|
||
"slidesPerView": "auto",
|
||
"pagination": {
|
||
"el": ".swiper-pagination",
|
||
"type": "bullets",
|
||
"clickable": true
|
||
},
|
||
"breakpoints": {
|
||
"320": {
|
||
"slidesPerView": 1,
|
||
"spaceBetween": 40
|
||
},
|
||
"1200": {
|
||
"slidesPerView": 3,
|
||
"spaceBetween": 20
|
||
}
|
||
}
|
||
}
|
||
</script>
|
||
<div class="swiper-wrapper">
|
||
|
||
<div class="swiper-slide">
|
||
<div class="testimonial-item" "="">
|
||
<p>
|
||
<i class=" bi bi-quote quote-icon-left"></i>
|
||
<span>Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus.
|
||
Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.</span>
|
||
<i class="bi bi-quote quote-icon-right"></i>
|
||
</p>
|
||
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
|
||
<h3>Saul Goodman</h3>
|
||
<h4>Ceo & Founder</h4>
|
||
</div>
|
||
</div><!-- End testimonial item -->
|
||
|
||
<div class="swiper-slide">
|
||
<div class="testimonial-item">
|
||
<p>
|
||
<i class="bi bi-quote quote-icon-left"></i>
|
||
<span>Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid malis quorum
|
||
velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.</span>
|
||
<i class="bi bi-quote quote-icon-right"></i>
|
||
</p>
|
||
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
|
||
<h3>Sara Wilsson</h3>
|
||
<h4>Designer</h4>
|
||
</div>
|
||
</div><!-- End testimonial item -->
|
||
|
||
<div class="swiper-slide">
|
||
<div class="testimonial-item">
|
||
<p>
|
||
<i class="bi bi-quote quote-icon-left"></i>
|
||
<span>Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis
|
||
minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.</span>
|
||
<i class="bi bi-quote quote-icon-right"></i>
|
||
</p>
|
||
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
|
||
<h3>Jena Karlis</h3>
|
||
<h4>Store Owner</h4>
|
||
</div>
|
||
</div><!-- End testimonial item -->
|
||
|
||
<div class="swiper-slide">
|
||
<div class="testimonial-item">
|
||
<p>
|
||
<i class="bi bi-quote quote-icon-left"></i>
|
||
<span>Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat dolor enim
|
||
duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.</span>
|
||
<i class="bi bi-quote quote-icon-right"></i>
|
||
</p>
|
||
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
|
||
<h3>Matt Brandon</h3>
|
||
<h4>Freelancer</h4>
|
||
</div>
|
||
</div><!-- End testimonial item -->
|
||
|
||
<div class="swiper-slide">
|
||
<div class="testimonial-item">
|
||
<p>
|
||
<i class="bi bi-quote quote-icon-left"></i>
|
||
<span>Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam sunt
|
||
culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.</span>
|
||
<i class="bi bi-quote quote-icon-right"></i>
|
||
</p>
|
||
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
|
||
<h3>John Larson</h3>
|
||
<h4>Entrepreneur</h4>
|
||
</div>
|
||
</div><!-- End testimonial item -->
|
||
|
||
</div>
|
||
<div class="swiper-pagination"></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</section><!-- /Testimonials Section -->
|
||
|
||
<!-- Contact Section -->
|
||
<section id="contact" class="contact section">
|
||
|
||
<!-- Section Title -->
|
||
<div class="container section-title" data-aos="fade-up">
|
||
<h2>Contact</h2>
|
||
<p>Necessitatibus eius consequatur ex aliquid fuga eum quidem sint consectetur velit</p>
|
||
</div><!-- End Section Title -->
|
||
|
||
<div class="mb-5" data-aos="fade-up" data-aos-delay="200">
|
||
|
||
|
||
<iframe
|
||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3596.430606301393!2d73.80925427496236!3d18.499860582589722!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bc2bf2ec20634b3%3A0x687be5f225183c2c!2sMarco%20Secure%20Solutions%20Pvt%20Ltd%20-%20HO!5e1!3m2!1sen!2sin!4v1750678973705!5m2!1sen!2sin"
|
||
frameborder="0" style="border:0; width: 100%; height: 370px;margin:0 50px 0 50px;" allowfullscreen=""
|
||
loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||
</div><!-- End Google Maps -->
|
||
|
||
|
||
|
||
</section><!-- /Contact Section -->
|
||
|
||
</main>
|
||
|
||
<footer id="footer" class="footer light-background">
|
||
|
||
<div class="container footer-top">
|
||
<div class="row gy-4">
|
||
<div class="col-lg-4 col-md-6 footer-about">
|
||
<a href="index.html" class="logo d-flex align-items-center">
|
||
<span class="sitename">Marco AIoT Technologies Pvt. Ltd.</span>
|
||
</a>
|
||
<div class="footer-contact pt-3">
|
||
<p>2<sup>nd</sup> Floor, Fullora Building, Tejas CHS,</p>
|
||
<p>Dahanukar Colony, Kothrud,</p>
|
||
<p>Pune (India) – 411038</p>
|
||
<p class="mt-3"><strong>Phone:</strong> <span>+1 5589 55488 55</span></p>
|
||
<p><strong>Email:</strong> <span>info@marcoaiot.com</span></p>
|
||
</div>
|
||
<div class="social-links d-flex mt-4">
|
||
<a href=""><i class="bi bi-twitter-x"></i></a>
|
||
<a href=""><i class="bi bi-facebook"></i></a>
|
||
<a href=""><i class="bi bi-instagram"></i></a>
|
||
<a href=""><i class="bi bi-linkedin"></i></a>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-lg-2 col-md-3 footer-links">
|
||
<h4>Useful Links</h4>
|
||
<ul>
|
||
<li><a href="#">Home</a></li>
|
||
<li><a href="#">About us</a></li>
|
||
<li><a href="#">Services</a></li>
|
||
<li><a href="#">Terms of service</a></li>
|
||
<li><a href="#">Privacy policy</a></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="col-lg-2 col-md-3 footer-links">
|
||
<h4>Our Services</h4>
|
||
<ul>
|
||
<li><a href="#">Web Design</a></li>
|
||
<li><a href="#">Web Development</a></li>
|
||
<li><a href="#">Product Management</a></li>
|
||
<li><a href="#">Marketing</a></li>
|
||
<li><a href="#">Graphic Design</a></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="col-lg-2 col-md-3 footer-links">
|
||
<h4>Hic solutasetp</h4>
|
||
<ul>
|
||
<li><a href="#">Molestiae accusamus iure</a></li>
|
||
<li><a href="#">Excepturi dignissimos</a></li>
|
||
<li><a href="#">Suscipit distinctio</a></li>
|
||
<li><a href="#">Dilecta</a></li>
|
||
<li><a href="#">Sit quas consectetur</a></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="col-lg-2 col-md-3 footer-links">
|
||
<h4>Nobis illum</h4>
|
||
<ul>
|
||
<li><a href="#">Ipsam</a></li>
|
||
<li><a href="#">Laudantium dolorum</a></li>
|
||
<li><a href="#">Dinera</a></li>
|
||
<li><a href="#">Trodelas</a></li>
|
||
<li><a href="#">Flexo</a></li>
|
||
</ul>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="container copyright text-center mt-4">
|
||
<p>© <span>Copyright</span> <strong class="px-1 sitename">Marco AIoT Technologies Pvt. Ltd.</strong> <span>All
|
||
Rights Reserved</span></p>
|
||
</div>
|
||
|
||
</footer>
|
||
|
||
<!-- Scroll Top -->
|
||
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i
|
||
class="bi bi-arrow-up-short"></i></a>
|
||
|
||
<!-- Preloader -->
|
||
<div id="preloader"></div>
|
||
|
||
<!-- Vendor JS Files -->
|
||
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||
<script src="assets/vendor/php-email-form/validate.js"></script>
|
||
<script src="assets/vendor/aos/aos.js"></script>
|
||
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
|
||
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
|
||
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
|
||
|
||
<!-- Main JS File -->
|
||
<script src="assets/js/main.js"></script>
|
||
|
||
<!-- Google tag (gtag.js) -->
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DMBMH5918L"></script>
|
||
<script>
|
||
window.dataLayer = window.dataLayer || [];
|
||
function gtag() { dataLayer.push(arguments); }
|
||
gtag('js', new Date());
|
||
|
||
gtag('config', 'G-DMBMH5918L');
|
||
</script>
|
||
</body>
|
||
|
||
</html> |