File Manager

Current Directory: /home/u930863517/domains/limraevents.com/public_html
Viewing File: /home/u930863517/domains/limraevents.com/public_html/market-research.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/services.css"> <link rel="stylesheet" href="./css/responsive.css"> </head> <body> <?php include 'header.php'; ?> <!-- * ========================================================== --> <!-- * HERO --> <!-- * ========================================================== --> <div class="hero services flex-center market-research"> <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">Market Research</h3> </div> </div> <!-- * ========================================================== --> <!-- * HERO --> <!-- * ========================================================== --> </header> <main> <!-- * ========================================================== --> <!-- * TIMELINE --> <!-- * ========================================================== --> <section class="categories-wrapper"> <div class="container"> <div class="timeline"> <div class="timeline-item slide-top"> <div class="timeline-icon flex-center"> <i class="fas fa-ad text-white"></i> </div> <div class="timeline-content"> <h2 class="timeline-heading"><i class="fab fa-galactic-senate mr-1"></i> Brand Research </h2> <p align='justify'> Brand research helps in the creation and selecting and organizing strong as well as distinctive brands. There is lot of competition in the market, so Brand research is really helpful in achieving competitive advantages through objectives, insight based ideas and recommendations on product, service or customer service strategies. </p> <a href="./brand-research.php" class="link">Read More</a> </div> </div> <div class="timeline-item slide-top"> <div class="timeline-icon flex-center"> <i class="fas fa-ad text-white"></i> </div> <div class="timeline-content right"> <h2 class="timeline-heading"><i class="fab fa-galactic-senate mr-1"></i> Market Segmentation Study </h2> <p align='justify'> Market Segmentation study is type of research which is used to help a firm identify segments in a market, with the end goal of developing different strategies and tactics for the different segments. It is often referred as segmentation research. Our company has team of experts and professionals in marketing are, who can help you in assessing the market, analyze the critical aspects of the market, and come up with appropriate strategy for market. </p> <a href="./market-segmentation-study.php" class="link">Read More</a> </div> </div> <div class="timeline-item slide-top"> <div class="timeline-icon flex-center"> <i class="fas fa-chart-line text-white"></i> </div> <div class="timeline-content"> <h2 class="timeline-heading"><i class="fab fa-galactic-senate mr-1"></i> Analytics & Reporting </h2> <p align='justify'> Analytics and Reporting are two of the most important terms in business, marketing point of view. These are used to describe the general application and use the data, to track the ongoing health of company and to inform decision making. Reporting is the process of organizing data into informal summaries in order to monitor how different areas of business are performing. Analytics is the process of exploring data and reports in order to extract meaningful insights, which can be used to better understand and improve business performance. </p> <a href="./analytics-reporting.php" class="link">Read More</a> </div> </div> </div> </div> </section> <!-- * ========================================================== --> <!-- * TIMELINE --> <!-- * ========================================================== --> <!-- * ========================================================== --> <!-- * RELATED WORK --> <!-- * ========================================================== --> <section class="related-work bg-light"> <div class="container"> <div class="heading-wrapper flex-center"> <div class="line"></div> <h1 class="heading">Related Work</h1> <div class="line"></div> </div> <p class="subheading mb-3 text-center">A showcase of our recent & interesting projects</p> <div class="gallery-wrapper"> <div class="image"> <img src="./assets/services/market-research1.jpg" alt=""> </div> <div class="image"> <img src="./assets/services/market-research2.jpg" alt=""> </div> <div class="image"> <img src="./assets/services/market-research3.jpg" alt=""> </div> <div class="image"> <img src="./assets/services/market-research4.jpg" alt=""> </div> <div class="image"> <img src="./assets/services/market-research5.jpg" alt=""> </div> </div> <center> <a href="./gallery.php" class="btn secondary-button mt-0"> <div class="overlay"></div> <span>View full gallery</span> </a> </center> </div> </section> <!-- * ========================================================== --> <!-- * RELATED WORK --> <!-- * ========================================================== --> <!-- * ========================================================== --> <!-- * FREE QUOTE --> <!-- * ========================================================== --> <section class="free-quote"> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-8 col-12 flex-center"> <div class="heading-wrapper"> <h1 class="heading">Wants to know more about your brand?</h1> <p class="para">Ask for a free quote</p> </div> </div> <div class="col-lg-4 col-md-4 col-12 flex-center"> <a href="./contact-us.html#send-us-message" class="primary-button"> <div class="overlay"></div> <span>Send us a message</span> </a> </div> </div> </div> </section> <!-- * ========================================================== --> <!-- * FREE QUOTE --> <!-- * ========================================================== --> </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>