Current Directory: /home/u930863517/domains/limraevents.com/public_html
Viewing File: /home/u930863517/domains/limraevents.com/public_html/live-concert.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services | Limra Events</title>
<!-- favicon -->
<link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon">
<!-- bootstrap css -->
<link rel="stylesheet" href="./vendor/bootstrap/bootstrap.min.css">
<!-- fontawesome -->
<link rel="stylesheet" href="./vendor/fontawesome/all.min.css">
<!-- slick slider -->
<link rel="stylesheet" href="./vendor/slickslider/slick.css">
<link rel="stylesheet" href="./vendor/slickslider/slick-theme.css">
<!-- magnific popup -->
<link rel="stylesheet" href="./vendor/Magnific-Popup/magnific-popup.css">
<!-- custom css -->
<link rel="stylesheet" href="./css/core-services.css">
<link rel="stylesheet" href="./css/responsive.css">
</head>
<body>
<?php
include 'header.php';
?>
<!-- * ========================================================== -->
<!-- * HERO -->
<!-- * ========================================================== -->
<div class="hero services flex-center concert">
<div class="content">
<div class="heading-wrapper flex-center">
<div class="line"></div>
<h1 class="heading">Our Services</h1>
<div class="line"></div>
</div>
<h3 class="sub-heading flex-center">Events & Exibitions <i class="fas fa-arrow-right mx-3 fa-xs"></i>
Live Concert & Streaming</h3>
</div>
</div>
<!-- * ========================================================== -->
<!-- * HERO -->
<!-- * ========================================================== -->
</header>
<main>
<section class="wrapper">
<div class="container-fluid">
<div class="row">
<div>
<div class="content-wrapper py-2">
<div class="heading">
<h1>Live Concert & Streaming</h1>
<div class="line"></div>
</div>
<div class="row content">
<div class="col">
<p align='justify'>
You know what a concert is; it’s a live music performance in front of an
audience, right. The performance may be by a single musician, sometimes they
called a recital, or by a musical ensemble, such as orchestra, choir or band.
Concerts are held in a wide variety and size of settings, from private houses to
large nightclubs.
</p>
<p align='justify'>
Concerts are enjoyable, only if there is some comfort mixed with good quality
music setting and good hospitality. If either of them is missing, it can move
from worth to worse; but you don’t worry about that, our large concert halls and
great system will make you dance on the every bit. Be it, solo concert, band or
DJ, anything, we will take care of it.
</p>
<p align='justify'>
We also have another option for concert, which is Live Streaming service on the
online platform, i.e. Virtual Concerts. It is a really great way to enjoy some
good music, even if you can’t visit the place practically, but don’t want to
miss the fun of it. Just join with us, subscribe with us, and we will take care
of everything you need.
</p>
<p align='justify'>
Our reach is in Mumbai, Pune, Nashik, Nagpur and Aurangabad. We have more than
300 events under our belt. And one last thing, taking responsibility of your
event is not just only our work, but also it is our passion.
</p>
<center>
<button class="btn secondary-button mt-4" onclick="window.open('https://docs.google.com/forms/d/e/1FAIpQLSeyI9uIFCcbaNqYEup4vzrmF97SgPheq3h6gJ54VD7RXMrscw/viewform?usp=sf_link', '_blank')">
<div class="overlay"></div>
<span>Get Quote Now!<i class="fas fa-paper-plane ml-2"></i></span>
</button>
</center>
</div>
<div class="col image">
<img src="./assets/core-services/concert-img.jpg"
class="rounded img-fluid float-right ml-2 my-3" alt="">
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-5 col-mg-5 col-12">
<div class="contact-form-wrapper">
<form action="#" class="contact-form">
<div class="title">
<h2 class="text-sentence mb-3 text-center" style="font-family: var(--font-roboto);">
Send Your
Queries To Us </h2>
<hr style="width: 50px; margin:auto; background:black;padding:1px" class="mb-4">
</div>
<div class="form-group">
<input type="text" class="form-control bg-light" placeholder="Your name">
</div>
<div class="form-group">
<input type="text" class="form-control bg-light" placeholder="Your email">
</div>
<div class="form-group">
<input type="text" class="form-control bg-light" placeholder="Your company name">
</div>
<div class="form-group">
<input type="text" class="form-control bg-light" placeholder="Your contact number">
</div>
<div class="form-group">
<textarea name="" placeholder="What's your message?" id="" cols="30" rows="3"
class="form-control bg-light"></textarea>
</div>
<center>
<button class="btn secondary-button mt-4">
<div class="overlay"></div>
<span>Send Message <i class="fas fa-paper-plane ml-2"></i></span>
</button>
</center>
</form>
</div>
</div> -->
</div>
</div>
</section>
</main>
<?php
include 'footer.php';
?>
</footer>
<!-- jquery -->
<script src="./vendor/jquery/jquery.min.js"></script>
<!-- bootstrap js -->
<script src="./vendor/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="./vendor/slickslider/slick.min.js"></script>
<!-- magnific popup -->
<script src="./vendor/Magnific-Popup/jquery.magnific-popup.min.js"></script>
<!-- custom js -->
<script src="./js/main.js"></script>
<script src="./js/index.js"></script>
</body>
</html>