<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact us</title>
<!-- icofont-css-link -->
<link rel="stylesheet" href="css/icofont.min.css">
<!-- Owl-Carosal-Style-link -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- Bootstrap-Style-link -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Aos-Style-link -->
<link rel="stylesheet" href="css/aos.css">
<!-- Coustome-Style-link -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-Style-link -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
</head>
<body>
<!-- Page-wrapper-Start -->
<div class="page_wrapper">
<!-- Preloader -->
<!-- Header Start -->
<!-- BredCrumb-Section -->
<!-- Contact Us Section Start -->
<section class="contact_page_section">
<div class="container">
<div class="contact_inner">
<div class="contact_form">
<div class="section_title">
<h2>Leave a <span>message</span></h2>
<p>Fill up form below, our team will get back soon</p>
</div>
<form action="">
<div class="form-group">
<input type="text" placeholder="Name" class="form-control">
</div>
<div class="form-group">
<input type="email" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input type="text" placeholder="Company Name" class="form-control">
</div>
<div class="form-group">
<select class="form-control">
<option value="">Country</option>
</select>
</div>
<div class="form-group">
<input type="text" placeholder="Phone" class="form-control">
</div>
<div class="form-group">
<input type="text" placeholder="Website" class="form-control">
</div>
<div class="form-group">
<textarea class="form-control" placeholder="Your message"></textarea>
</div>
<div class="form-group term_check">
<input type="checkbox" id="term">
<label for="term">I agree to receive emails, newsletters and promotional messages</label>
</div>
<div class="form-group mb-0">
<button type="submit" class="btn puprple_btn">SEND MESSAGE</button>
</div>
</form>
</div>
<div class="contact_info">
<div class="icon"><img src="images/contact_message_icon.png" alt="image"></div>
<div class="section_title">
<h2>Have any <span>question?</span></h2>
<p>If you have any question about our product, service, payment or company, Visit our <a href="#">FAQs page.</a></p>
</div>
<a href="#" class="btn puprple_btn">READ FAQ</a>
<ul class="contact_info_list">
<li>
<div class="img">
<img src="images/mail_icon.png" alt="image">
</div>
<div class="text">
<span>Email Us</span>
<a href="mailto:example@gmail.com">example@gmail.com</a>
</div>
</li>
<li>
<div class="img">
<img src="images/call_icon.png" alt="image">
</div>
<div class="text">
<span>Call Us</span>
<a href="tel:+1(888)553-46-11">+1 (888) 553-46-11</a>
</div>
</li>
<li>
<div class="img">
<img src="images/location_icon.png" alt="image">
</div>
<div class="text">
<span>Visit Us</span>
<p>5687, Business Avenue, New York, USA 5687</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Contact Us Section End -->
<!-- Map Section Start -->
<section class="row_am map_section">
<div class="container">
<div class="map_inner">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d387190.2799160891!2d-74.25987584510595!3d40.69767006338158!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2sin!4v1664399300741!5m2!1sen!2sin" width="100%" height="510" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</section>
<!-- Map Section End -->
<!-- News-Letter-Section-Start -->
<section class="newsletter_section">
<!-- container start -->
<div class="container">
<div class="newsletter_box">
<div class="section_title" data-aos="fade-in" data-aos-duration="1500" data-aos-delay="100">
<!-- h2 -->
<h2>Subscribe newsletter</h2>
<!-- p -->
<p>Be the first to recieve all latest post in your inbox</p>
</div>
<form action="" data-aos="fade-in" data-aos-duration="1500" data-aos-delay="100">
<div class="form-group">
<input type="email" class="form-control" placeholder="Enter your email">
</div>
<div class="form-group">
<button class="btn">SUBMIT</button>
</div>
</form>
</div>
</div>
<!-- container end -->
</section>
<!-- News-Letter-Section-end -->
<!-- Footer-Section start -->
<footer>
<div class="top_footer has_bg">
<!-- container start -->
<div class="container">
<!-- row start -->
<div class="row">
<!-- footer link 1 -->
<div class="col-lg-4 col-md-6 col-12">
<div class="abt_side">
<div class="logo"> <img src="images/footer_logo.png" alt="image"></div>
<ul>
<li><a href="#">support@example.com</a></li>
<li><a href="#">+1-900-123 4567</a></li>
</ul>
<ul class="social_media">
<li><a href="#"><i class="icofont-facebook"></i></a></li>
<li><a href="#"><i class="icofont-twitter"></i></a></li>
<li><a href="#"><i class="icofont-instagram"></i></a></li>
<li><a href="#"><i class="icofont-pinterest"></i></a></li>
</ul>
</div>
</div>
<!-- footer link 2 -->
<div class="col-lg-3 col-md-6 col-12">
<div class="links">
<h3>Useful Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
</div>
<!-- footer link 3 -->
<div class="col-lg-3 col-md-6 col-12">
<div class="links">
<h3>Help & Suport</h3>
<ul>
<li><a href="#">FAQs</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">How it works</a></li>
<li><a href="#">Terms & conditions</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</div>
</div>
<!-- footer link 4 -->
<div class="col-lg-2 col-md-6 col-12">
<div class="try_out">
<h3>Let’s Try Out</h3>
<ul class="app_btn">
<li>
<a href="#">
<img src="images/appstore_blue.png" alt="image">
</a>
</li>
<li>
<a href="#">
<img src="images/googleplay_blue.png" alt="image">
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- row end -->
</div>
<!-- container end -->
</div>
<!-- last footer -->
<div class="bottom_footer">
<!-- container start -->
<div class="container">
<!-- row start -->
<div class="row">
<div class="col-md-6">
<p>© Copyrights 2022. All rights reserved.</p>
</div>
<div class="col-md-6">
<p class="developer_text">Design & developed by <a href="https://themeforest.net/user/kalanidhithemes" target="blank">Kalanidhi Themes</a></p>
</div>
</div>
<!-- row end -->
</div>
<!-- container end -->
</div>
<!-- go top button -->
<div class="go_top">
<span><img src="images/go_top.png" alt="image"></span>
</div>
</footer>
<!-- Footer-Section end -->
</div>
<!-- Page-wrapper-End -->
<!-- Jquery-js-Link -->
<script src="js/jquery.js"></script>
<!-- owl-js-Link -->
<script src="js/owl.carousel.min.js"></script>
<!-- bootstrap-js-Link -->
<script src="js/bootstrap.min.js"></script>
<!-- aos-js-Link -->
<script src="js/aos.js"></script>
<!-- main-js-Link -->
<script src="js/main.js"></script>
</body>
</html> |