File Manager

Current Directory: /home/u930863517/domains/limraevents.com/public_html
Viewing File: /home/u930863517/domains/limraevents.com/public_html/exibition-and-trade.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 exibition"> <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 & Exhibitions <i class="fas fa-arrow-right mx-3 fa-xs"></i> Exhibitions & Trade shows</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>Exhibitions & Trade shows</h1> <div class="line"></div> </div> <div class="row content"> <div class="col"> <p align='justify'> In a world that’s ‘always on’, marketers worldwide are making digital a cornerstone of their marketing strategy. Digital channels offer cost-effective and targeted means to reach key audiences. Day/night, 24*7, there’s simply no limit to the opportunities for brands to engage with a wide range of audiences in increasingly personalized and tailored ways. But when it comes to ‘engagement’, the ambition of modern day marketing, marketers should not ignore the power of exhibitions to deliver genuine results. </p> <p align='justify'> Exhibitions and Trade Shows often know as ‘expos’ or ‘show’, are powerful marketplaces. They are an experimental marketing channel that engages an active and highly motivated audience in a face to face environment. The people, who attend the exhibitions, choose to be there and want to connect with the products or services on the show. They are engaged in the purchase cycle and have the authority to purchase or influence purchasing. </p> <p> An exhibition has the power to: <ul class="ml-3"> <li>Bring your most active prospects & customers to you</li> <li>Harnesses all five senses to drive home your messages</li> <li>Create deep vertical interaction with the product</li> <li>Drive business to other sales channels. i.e. online, retails etc</li> <li>Provide opportunity to meet more interested buyers than any other sales activity</li> <li>To build business relationships and generate leads</li> <li>Emotionally connect with customers</li> </ul> </p> <p align='justify'> One of the motto of our business is good relations with clients as well as friendly and excellent service according to clients desires. So it will be really beneficial for you and your business as well to leave the planning, organizing & management of your program, if you are interested in inception of new relations. We have successfully organized more than 400 business events. Those numbers speak for themselves. </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/exibition-img1.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>Get Quote Now! <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>