Current File : /var/www/html/vertex-contact-us.php |
<?php
ob_start();
if (isset($_POST["submit"])){
if (isset($_POST['g-recaptcha-response'])) {
$secret_key = '6LeqLRwmAAAAAJvBd_AdTWSL43fJ_lENUX2AScEq';
$url = 'https://www.google.com/recaptcha/api/siteverify?secret='.$secret_key.'&response='.$_POST['g-recaptcha-response'];
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_HEADER, false);
$data = curl_exec($curl);
curl_close($curl);
$response = json_decode($data);
//echo "Isset";
if ($response != null){
$message = "Dear Admin, Message from Vertex Power Contact Us Page Form\r\n";
$message .= "--------------------------------------------------------------------------------\r\n";
$message .= "Name : ".$_POST['textName']."\r\n";
$message .= "Email: ".$_POST['textMail']."\r\n";
$message .= "Contact Number: ".$_POST['textNumber']."\r\n";
$message .= "Message: ".$_POST['textSubject']."\r\n";
$message .= "--------------------------------------------------------------------------------\r\n";
date_default_timezone_set('Asia/Kolkata');
$to = "enquiry@vertexpower.co.in, digitifyuads@gmail.com";
$from = "enquiry@vertexpower.co.in";
// $to = "sales@vertexpower.co.in";
// $from = "sales@vertexpower.co.in";
$subject = "Contact Us Page - Vertex Power - https://www.vertexpower.co.in/ - ".date("d F Y");
$headers = "From: Vertex Power - Contact Us Page<noreply@vertexpower.co.in>\r\n";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-type:text/plain;charset=UTF-8" . "\r\n";
if(mail($to, $subject, $message, $headers)== true){
header('Location: ./thank-you.html');
exit();
}else{
echo "<script type='text/javascript'> alert('Something went wrong please try again.');</script>";
}
}else{
echo "<script type='text/javascript'> alert('ReCaptcha failed!!');</script>";
}
ob_end_flush();
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact Us || One of the best leading Manufacturers Company in India || Vertex Solutions in Power Conditioning</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="">
<meta name="keywords" content="">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Swaragh Technologies"/>
<link rel="shortcut icon" type="image/x-icon" href="./images/vertex-power-favi-icon.png" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha512-H9jrZiiopUdsLpg94A333EfumgUBpO9MdbxStdeITo+KEIMaNfHNvwyjjDJb+ERPaRS6DpyRlKbvPUasNItRyw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css">
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- google font -->
<link rel="stylesheet" href="./css/vtp.css" type="text/css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5PLFJ7TZ');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5PLFJ7TZ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="wrapper">
<header>
<section class="top-header">
<ul class="fluid-container">
<li><a href="index.shtml" class="home-link"><i class="fa fa-home"></i></a></li>
<li><a href="https://www.facebook.com/vertexpspl?mibextid=ZbWKwL"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/vertexpowersolution/"><i class="fa-brands fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/vertexpower/"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://www.youtube.com/@vertexpower4351"><i class="fab fa-youtube"></i></a></li>
<li><a href="sitemap.shtml"><i class="fas fa-sitemap"></i></a></li>
</ul>
</section>
<section class="bottom-header">
<div class="fluid-container">
<a href="index.shtml" class="header-logo">
<img src="./images/logo/vertex-power-logo.png" alt="logo">
<div></div>
</a>
<ul>
<li><a href="index.shtml" title="Home">Home</a></li>
<li><a title="About Us">About Us</a>
<ul class="first-route">
<li><a href="about-us.shtml">About Company</a></li>
<li><a href="our-team.shtml">Our Core Team</a></li>
<li><a href="testimonials.shtml">Testimonials</a></li>
<li><a href="clientle.shtml">Clientele</a></li>
</ul>
</li>
<li style="position: initial;"><a href="products-overview.shtml" title="Products"
style="position: relative;">Products</a>
<div class="first-route full-width-route">
<div class="sub-route-img">
<h2>Products Overview</h2>
<span><img src="images/home-page-imgs/about-us-img.png"
alt="product-overview-image"></span>
<a href="products-overview.shtml">View All</a>
</div>
<div class="sub-route-ul">
<h2>Product Range</h2>
<ul>
<li><a href="single-phase-servo-stabiliser.shtml"><span><img
src="./images/home-page-imgs/header-images/single-phase-servo-stabiliser.png"
alt="link-icon"></span>Single Phase Servo Stabiliser </a></li>
<li><a href="three-phase-aircooled-servo-stabiliser.shtml"><span><img
src="./images/home-page-imgs/header-images/three-phase-aircooled-servo-stabiliser.png"
alt="link-icon"></span>Three Phase Aircoooled Servo
Stabiliser</a></li>
<li><a href="three-phase-oilcooled-servo-stabiliser.shtml"><span><img
src="./images/home-page-imgs/header-images/three-phase-oilcooled-servo-stabiliser.png"
alt="link-icon"></span>Three Phase Oilcooled Servo
Stabiliser</a></li>
<li><a href="static-voltage-stabiliser.shtml"><span><img
src="./images/home-page-imgs/header-images/static-voltage-stabiliser.png"
alt="link-icon"></span> Static Voltage Stabiliser</a></li>
<li><a href="isolation-transformer.shtml"><span><img
src="./images/home-page-imgs/header-images/isolation-transformer.png"
alt="link-icon"></span> Isolation Transformer</a></li>
<li><a href="cvt.shtml"><span><img
src="./images/home-page-imgs/header-images/cvt.png"
alt="link-icon"></span> Constant Voltage Transformer (CVT)</a>
</li>
<li><a href="ups.shtml"><span><img
src="./images/icons/header-icons/product-7.png"
alt="link-icon"></span> Un-interrupted Power Supplies (UPS)</a>
</li>
<li><a href="step-down-transformer.shtml"><span><img
src="./images/inner-page-images/Images-for-product-landing-page/three-pase-aircooled-servo-stabiliser/Step-Down-Transformer-3.png"
alt="link-icon"></span> Step Down Transformer</a>
</li>
</ul>
</div>
</div>
</li>
<li><a href="./eaton/index.html" title="Eaton Products">Eaton</a></li>
<li><a title="Solutions">Solutions</a>
<ul class="first-route">
<li><a href="power-quality-solutions.shtml">Power Quality Solutions</a></li>
<li><a href="power-management-solutions.shtml">Power Management Solutions</a></li>
<li><a href="monitoring-solutions.shtml">Monitoring Solutions</a></li>
</ul>
</li>
<li><a href="javascript:void(0)" title="Knowledge Centre">Knowledge Centre</a>
<ul class="first-route">
<li><a href="case-studies.shtml">Case Studies</a></li>
<li><a href="faqs.shtml">FAQs</a></li>
<li><a href="https://vertexpower.co.in/blog/">Blog</a></li>
</ul>
</li>
<li class="cont-head-btn-li"><a href="vertex-contact-us.php" title="Contact Us"
class="cont-head-btn">Contact Us</a></li>
</ul>
<!-- responsive menu -->
<nav class="resp-menu">
<a class="toggle hc-nav-trigger hc-nav-1"><span></span></a>
<nav id="main-nav">
<ul class="first-nav" style="background-color: #fff !important;">
<li><a style="background-color: #fff !important;margin: 0px 0;" href="index.shtml"
title="HOME"><img src="./images/logo/vertex-power-logo.png" alt="logo"
style="width: 100%; max-width: 80px; margin: auto;"></a></li>
</ul>
<ul class="first-nav">
<li><a class="resp-home" href="index.shtml" title="HOME">Home</a></li>
</ul>
<ul class="second-nav">
<li><a title="About Us">About Us</a>
<ul>
<li><a href="about-us.shtml">About Company</a></li>
<li><a href="our-team.shtml">Our Core Team</a></li>
<li><a href="testimonials.shtml">Testimonials</a></li>
<li><a href="clientle.shtml">Clientele</a></li>
</ul>
</li>
</ul>
<ul class="second-nav">
<li><a title="Products">Products</a>
<ul>
<li><a href="products-overview.shtml">Products Overview</a></li>
<li><a href="single-phase-servo-stabiliser.shtml">Single Phase Servo Stabiliser
</a></li>
<li><a href="three-phase-aircooled-servo-stabiliser.shtml">Three Phase
Aircoooled Servo Stabiliser</a></li>
<li><a href="three-phase-oilcooled-servo-stabiliser.shtml">Three Phase Oilcooled
Servo Stabiliser</a></li>
<li><a href="static-voltage-stabiliser.shtml">Static Voltage Stabiliser</a></li>
<li><a href="isolation-transformer.shtml">Isolation Transformer</a></li>
<li><a href="cvt.shtml">Constant Voltage Transformer (CVT)</a></li>
<li><a href="ups.shtml">Un-interrupted Power Supplies (UPS)</a></li>
<li><a href="step-down-transformer.shtml">Step Down Transformer</a></li>
</ul>
</li>
</ul>
<ul class="first-nav">
<li><a class="" href="./eaton/index.html" title="Eaton Products">Eaton</a></li>
</ul>
<ul class="first-nav">
<li><a title="Solutions">Solutions</a>
<ul>
<li><a href="power-quality-solutions.shtml">Power Quality Solutions</a></li>
<li><a href="power-management-solutions.shtml">Power Management Solutions</a>
</li>
<li><a href="monitoring-solutions.shtml">Monitoring Solutions</a></li>
</ul>
</li>
</ul>
<ul class="second-nav">
<li><a title="Knowledge Centre">Knowledge Centre</a>
<ul>
<li><a href="case-studies.shtml">Case Studies</a></li>
<li><a href="faqs.shtml">FAQs</a></li>
<li><a href="https://vertexpower.co.in/blog/">Blog</a></li>
</ul>
</li>
</ul>
<ul class="second-nav">
<li><a href="vertex-contact-us.php" title="Contact Us">Contact Us</a></li>
</ul>
</nav>
</nav>
<!-- responsive menu -->
</div>
</section>
<div class="progres-fix">
<div class="progress-container">
<div class="progress-bar" id="myBar" style="width: 0%;"></div>
</div>
</div>
</header>
<!-- inner page banner starts here -->
<div class="inner-page-banner-warpper" style="background: url('images/banner-imgs/contact-banner.jpg') no-repeat center center/cover;">
<div class="fluid-container">
<div class="inner-page-banner">
<h1>Contact Us</h1>
<div class="banner-breadcrumbs">
<span><a href="index.shtml">Home</a></span>
<span><i class="fas fa-chevron-right"></i></span>
<span>Contact Us</span>
</div>
</div>
</div>
</div>
<!-- inner page banner ends here -->
<section class="product-details-wrapper">
<div class="fluid-container">
<div class="left-side-section">
<div class="contact-other-details-wrap">
<div class="contact-sections-other dark">
<img src="./images/icons/call.png" alt="call">
<div class="contact-text">
<a href="tel:+919940058974"><span>Chennai:</span> +91 9940058974</a>
<a href="tel:+919164657788"><span>Bangalore:</span> +91 91646 57788</a>
<a href="tel:+919842011332"><span>Coimbatore:</span> +91 9842011332</a>
<a href="tel:+919665751973"><span>Pune:</span> +91 9665751973</a>
<a href="tel:+919886081610"><span>Hyderabad:</span> +91 9886081610</a>
<a href="tel:+919633453154"><span>Kochi:</span> +91 9633453154</a>
<a href="tel:+919041191782"><span>Ludhiana:</span> +91 9041191782</a>
</div>
<img src="./images/icons/mail.png" alt="mail">
<div class="contact-text">
<a href="mailto:sales@vertexpower.co.in">sales@vertexpower.co.in</a>
<a href="mailto:support@vertexpower.co.in">support@vertexpower.co.in</a>
</div>
</div>
<div class="contact-sections-other address darker">
<img src="./images/icons/location.png" alt="location">
<div class="contact-text">
<p><a href="https://maps.app.goo.gl/K82gyxxAaxGwPr6z9">No 38, Sami St, Muthuppalaniappan Nagar, Nagalkeni, Chromepet, Chennai, Tamil Nadu 600044</a></p>
</div>
<img src="./images/icons/location.png" alt="location">
<div class="contact-text">
<p><a href="https://maps.app.goo.gl/PwQqwBCgt7L1RZcq5">Ground Floor, Karunya, No.6, Upadhyaya Layout, Nagdevanahalli, Bengaluru, Karnataka 560056</a></p>
</div>
<img src="./images/icons/location.png" alt="location">
<div class="contact-text">
<p><a href="https://maps.app.goo.gl/PwQqwBCgt7L1RZcq5">No. 13857, B-XXI, Street No. 2-A, Parbhat Nagar Millerganj, Ludhiana, Punjab - 141003</a></p>
</div>
</div>
<div class="contact-sections-other address darkest">
<img src="./images/icons/location.png" alt="location">
<div class="contact-text">
<p><a href="https://maps.app.goo.gl/hVErZeGUmzM8JLa2A">178, D.P.F St, Geethanjali compound, Pappanaickenpalayam, Coimbatore, Tamil Nadu 641037</a></p>
</div>
<img src="./images/icons/location.png" alt="location">
<div class="contact-text">
<p><a href="https://maps.app.goo.gl/uYMLm8p3yPsKom2t6">Edens Square Kizhavana, 56/519 A5, Alappat Cross Rd, Panampilly Nagar, Kochi, Ernakulam, Kerala 682036</a></p>
</div>
<img src="./images/icons/location.png" alt="location">
<div class="contact-text">
<p><a href="https://maps.app.goo.gl/HWhyPbELJoCQDKxHA">Flat J - 403, Sr. No. 63/3/1, Pimplegurav Road, Mayurnagari Ph - II, Pimplegurav, Pune, Pimpri-Chinchwad, Maharashtra 411061</a></p>
</div>
</div>
</div>
<div class="contact-form-section">
<h2 class="inner-product-page-h2" >Contact <span> Us</span></h2>
<p>Take a step towards protecting your expensive equipment and harnessing energy savings with a simple phone call or an email. Our team of experts is always ready to listen to your requirements.</p>
<div class="contact-all-detail">
<form action="vertex-contact-us.php" class="contact-form" name="valid" id="send" method="POST" onsubmit="return validation();">
<div class="form-name">
<label for="textname"><i class="fa-solid fa-user"></i>Name</label>
<input type="text" name="textName" placeholder="Enter Your Name" maxlength="60" required>
</div>
<div class="form-name">
<label for="textname"><i class="fa-solid fa-envelope"></i>Email</label>
<input type="email" name="textMail" placeholder="Enter Your Email" maxlength="35" required>
</div>
<div class="form-name">
<label for="textname"><i class="fa-solid fa-phone"></i>Phone Number</label>
<input type="text" name="textNumber" placeholder="Enter Your Phone Number" maxlength="15" required>
</div>
<div class="form-name">
<label for="textname"><i class="fa-solid fa-message"></i>Message</label>
<textarea type="text" name="textSubject" placeholder="Enter Your Message" maxlength="600" required></textarea>
</div>
<div id="recaptcha" class="g-recaptcha" data-sitekey="6LeqLRwmAAAAAE77S9vQELXaABHvkpbd0LtkOHt9" data-callback="PopupValidation" data-size="invisible"></div>
<button name="submit">Send</button>
</form>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3888.0981489154055!2d80.139415!3d12.965571!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5260d794555555%3A0x53dd85ab07b2d314!2sVertex%20Power%20Solutions%20Pvt.%20Ltd.!5e0!3m2!1sen!2sus!4v1678099932468!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<section class="map-contact">
<div class="contact-location">
<h2>Vertex Sales & Service Network</h2>
<div class="district-list">
<ul class="common-ul-vtp">
<li><em><img src="images/icons/location.png" alt="right-point"></em> Chennai</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Bangalore</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Coimbatore</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Hyderabad</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Tirupur</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Vijayawada</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Erode</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Vizag</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Madurai</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Sivakasi</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Salem</li>
</ul>
<ul class="common-ul-vtp">
<li><em><img src="images/icons/location.png" alt="right-point"></em> Cochin</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Hubli</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Pune</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Nagpur</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Lucknow</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Ludhiana</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Mumbai</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Vapi</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Delhi</li>
<!-- <li><em><img src="images/icons/location.png" alt="right-point"></em> Indore</li> -->
<li><em><img src="images/icons/location.png" alt="right-point"></em> Goa</li>
<li><em><img src="images/icons/location.png" alt="right-point"></em> Kochi</li>
</ul>
</div>
</div>
<a class="india-image"><img src="images/home-page-imgs/india-map.png" alt="India"></a>
</section>
</div>
</div>
</section>
<footer>
<div class="fluid-container">
<article class="footer-intro">
<a href="index.shtml"><img src="images/logo/vertex-white-logo.png" alt="logo"></a>
<h4>VERTEX POWER SOLUTIONS PVT LTD</h4>
<p> VERTEX POWER SOLUTIONS PRIVATE LIMITED is managed by a team of Engineers with over 25 years of experience in the field of power conditioning equipment. The products are manufactured at Chennai, under the brand name of VERTEX. </p>
<li class="wa"><a href="https://gem.gov.in/" target="_blank"><img src="images/home-page-imgs/icons/Government-e-Marketplace.png" alt="Government-e-Marketplace" style="width: 150px;"></a></li>
</article>
<article class="footer-links">
<h4>USEFUL <span> LINKS</span></h4>
<ul>
<li><a href="index.shtml" class="footer-home">Home</a></li>
<li><a href="single-phase-servo-stabiliser.shtml">Single Phase Servo Stabiliser </a></li>
<li><a href="three-phase-aircooled-servo-stabiliser.shtml">Three Phase Aircoooled Servo Stabiliser</a></li>
<li><a href="three-phase-oilcooled-servo-stabiliser.shtml">Three Phase Oilcooled Servo Stabiliser</a></li>
<li><a href="static-voltage-stabiliser.shtml">Static Voltage Stabiliser</a></li>
<li><a href="isolation-transformer.shtml">Isolation Transformer</a></li>
<li><a href="cvt.shtml">Constant Voltage Transformer (CVT)</a></li>
<li><a href="ups.shtml">Un-interrupted Power Supplies (UPS)</a></li>
</ul>
<h4 style="margin-top: 20px; margin-bottom: 10px ;"><span>Servo Stabilizer</span></h4>
<ul>
<li><a href="./servo-stabilizer-bangalore.shtml">Servo Stabilizer in Bangalore</a></li>
<li><a href="./servo-stabilizer-pune.shtml">Servo Stabilizer in Pune</a></li>
</ul>
</article>
<article>
<h4>GET CONNECTED<span> THROUGH</span></h4>
<ul>
<li><a href="mailto:ho@vertexpower.co.in">ho@vertexpower.co.in</a></li>
<li><a href="tel:+919940058974"><span>Chennai:</span> +91 9940058974</a></li>
<li><a href="tel:+919164657788"><span>Bangalore:</span> +91 91646 57788</a></li>
<li><a href="tel:+918177929674"><span>Pune:</span> +91 8177929674</a></li>
<li><a href="tel:+919842011332"><span>Coimbatore:</span> +91 9842011332</a></li>
<li><a href="tel:+919886081610"><span>Hyderabad:</span> +91 9886081610</a></li>
<li><a href="tel:+919633453154"><span>Kochi:</span> +91 9633453154</a></li>
<li><a href="tel:+919041191782"><span>Ludhiana:</span> +91 9041191782</a></li>
</ul>
<ul class="social-icons">
<li class="fb"><a href="https://www.facebook.com/vertexpspl?mibextid=ZbWKwL" target="_blank"><img src="images/home-page-imgs/icons/facebook.png" alt="facebook"></a></li>
<li class="fb"><a href="https://www.instagram.com/vertexpowersolution/" target="_blank"><img src="images/home-page-imgs/icons/instagram.png" alt="instagram"></a></li>
<li class="ig"><a href="https://www.youtube.com/@vertexpower4351" target="_blank"><img src="images/home-page-imgs/icons/youtube.png" alt="youtube"></a></li>
<li class="li"><a href="https://www.linkedin.com/company/vertexpower/" target="_blank"><img src="images/home-page-imgs/icons/linkedin.png" alt="linkedin"></a></li>
</ul>
</article>
</div>
<div class="footer-credits">
<div class="fluid-container">
<p>Copyright © <span id="current-year">2023</span> . All right reserved.</p>
<p>Powered by <a href="https://www.swaragh.com/" title="Swaragh Technologies" target="_blank"><img src="images/swaragh-logo.png" alt="swaragh Technologies"></a></p>
</div>
</div>
</footer>
<div class="to-top"><a class="back-to-top" href="#"> ⇪</a></div>
<script src="js/jquery.js"></script>
<script src="js/common.js"></script>
<!-- canvas menu initialisation -->
<script>
!function($){var $nav=$("#main-nav"),$toggle=$(".toggle"),data={},defaultData={maxWidth:!1,customToggle:$toggle,navTitle:"",levelTitles:!0,position:"left",insertClose:!0,insertBack:!0,labelClose:"Close",labelBack:"Back"};const initNav=function(a){var t=$(".hc-offcanvas-nav");setTimeout(function(){t.length&&t.remove()},$toggle.hasClass("toggle-open")?420:0),$toggle.hasClass("toggle-open")&&$toggle.click(),$toggle.off("click"),$.extend(data,a),$nav.clone().hcOffcanvasNav($.extend({},defaultData,data))};initNav({}),$(".actions").find("a").on("click",function(e){e.preventDefault();var $this=$(this).addClass("active"),$siblings=$this.parent().siblings().children("a").removeClass("active");initNav(eval("("+$this.data("demo")+")"))}),$(".actions").find("input").on("change",function(){var $this=$(this),data=eval("("+$this.data("demo")+")");if($this.is(":checked"))initNav(data);else{var removeData={};$.each(data,function(a,t){removeData[a]=!1}),initNav(removeData)}})}(jQuery);
</script>
<!-- canvas menu initialisation -->
<!-- model popup -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script>
<!-- model popup -->
<!-- owl carouel -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js" integrity="sha512-gY25nC63ddE0LcLPhxUJGFxa2GoIyA5FLym4UJqHDEMHjp8RET6Zn/SHo1sltt3WuVtqfyxECP38/daUc/WVEA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- owl carouel -->
<!-- goto top -->
<script>
$(".to-top").hide(),$(window).scroll(function(){$(this).scrollTop()>100?$(".to-top").fadeIn():$(".to-top").fadeOut()}),$(".to-top").click(function(){return $("body,html").animate({scrollTop:0},500),!1});
</script>
<!-- goto top -->
<!-- // header on scroll -->
<script>
$(function(){var l=$("header");$(window).scroll(function(){$(window).scrollTop()>=50?l.addClass("scrolled"):l.removeClass("scrolled")})});
</script>
<!-- // header on scroll -->
<!-- products slider js -->
<script>
$(".owl-carousel.products").owlCarousel({loop:!0,margin:10,autoplay:!0,autoplayHoverPause:!0,nav:!1,dots:!0,responsive:{0:{items:1},480:{items:1},650:{items:1},900:{items:1},1000:{items:1},1280:{items:1},1600:{items:1}}});
</script>
<!-- products slider js -->
<script>
AOS.init();
</script>
<script>
document.getElementById("submitBtn").addEventListener("click", myFunction);
function myFunction() {
window.location.href="https://vertexpower.co.in/thank-you.html";
}
</script>
<!-- progress bar js -->
<script>
function myFunction(){var n=(document.body.scrollTop||document.documentElement.scrollTop)/(document.documentElement.scrollHeight-document.documentElement.clientHeight)*100;document.getElementById("myBar").style.width=n+"%"}window.onscroll=function(){myFunction()};
</script>
<!-- progress bar js -->
</body>
<!-- Recaptcha image display -->
<script src='https://www.google.com/recaptcha/api.js'></script>
<!-- Recaptcha image display -->
<!-- Validation Contact Us Form -->
<script>
function validation()
{
//full name
var x = document.forms['valid']['textName'];
var y = x.value;
if (y == "") {
alert('Please Enter Your Name....');
x.focus();
return false;
}
var reg = /^[ a-zA-Z]*$/;
/* var reg=/^[ a-zA-Z. ]*$/; */
if (reg.test(y) == false) {
alert('Invalid Name! Please Enter only Alphabets....');
x.focus();
return false;
}
//full name
// email
var x = document.forms['valid']['textMail'];
var y = x.value;
if (y == "") {
alert('Please Enter Your Email-Id....');
x.focus();
return false;
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z_ ]{2,4})$/;
if (reg.test(y) == false) {
alert('Invalid Email Address....');
x.focus();
return false;
}
}
// email
// phone
var x = document.forms['valid']['textNumber'];
var y = x.value;
// alert(y);
if (y == "") {
alert("Please Enter Your Phone Number...");
x.focus();
return false;
} else if (y.match(/[^\d+]/)) {
alert('Please Enter Only Numbers/Correct Phone Number....');
x.focus();
return false;
}
if (y.length < 10) {
alert("Please Enter atleast 10-15 digit Phone Number....");
return false;
} else if (y < 1 || y.match(/\s/) || y.match(/\+/)) {
alert('Invalid Phone Number ! Please Enter Your Correct Phone Number.... !');
x.focus();
return false;
}
// phone
// Subject
var x=document.forms['valid']['textSubject'];
var y=x.value;
if(y=="")
{
alert('Please Enter Subject....');
x.focus();
return false;
}
var reg=/^[^-\s][-a-zA-Z0-9?$@#()'!,+\-=_:^.&€£*%\s]+$/;
if (reg.test(y) != !0) {
alert('Invalid Subject! Please Enter Proper Subject....');
x.focus();
return false
}
// Subject
// Coments
var x=document.forms['valid']['textComments'];
var y=x.value;
if(y=="")
{
alert('Please provide your comments....');
x.focus();
return false;
}
var reg=/^[^-\s][-a-zA-Z0-9?$@#()'!,+\-=_:^.&€£*%\s]+$/;
if (reg.test(y) != !0) {
alert('Invalid comments! Please provide your comments....');
x.focus();
return false
}
// Coments
return true;
}
</script>
<!-- Validation Contact Us Form -->
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script src="https://mediafiles.botpress.cloud/6979bbf6-6383-404c-a8f1-97413ade22c1/webchat/config.js" defer></script>
</html>