D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
designpitara.com
/
Filename :
index.php
back
Copy
<?php session_start(); include 'dash/config.php'; ?> <!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Logo Design In Gurgaon | Packaging Design Company In Gurgaon</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="index,follow" /> <meta name="author" content="DesignPitara: https://designpitara.com/" /> <link rel="canonical" href="https://designpitara.com/index.php" /> <meta name="description" content="We are top creative logo design company and packaging design company in Gurgaon, India. We are offering complete branding and packaging design services."/> <meta name="keywords" content="Logo Design Company In Gurgaon, Packaging Design Company, Website design company in gurgaon, digital marketing gurgaon, social media marketing"> <meta property="og:title" content="Graphic Design, Website Design, Digital Marketing in India"/> <meta property="og:type" content="website"/> <meta property="og:description" content="Design Pitara helping startups, business owners for their branding through Graphic Design, Packaging & Digital Marketing."/> <meta property="og:url" content="https://designpitara.com/"/> <meta property="og:site_name" content="DesignPitara"/> <meta property="og:image" content="https://designpitara.com/img/iconx200.png"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:site" content="@designpitara"/> <meta name="twitter:title" content="Logo Design In Gurgaon | Packaging Design Company In Gurgaon"> <meta name="twitter:description" content="We are top creative logo design company and packaging design company in Gurgaon, India. We are offering complete branding and packaging design services."> <meta name="twitter:url" content="https://designpitara.com/"> <meta name="twitter:image" content="https://designpitara.com/img/iconx200.png"> <!-- favicon --> <link rel="shortcut icon" type="image/x-icon" href="img/logo/favicon.ico"> <!-- all css here --> <!-- Gallery Css --> <link rel="stylesheet" href="css/gallery.css"> <!-- bootstrap v3.3.6 css --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- owl.carousel css --> <link rel="stylesheet" href="css/owl.carousel.css"> <link rel="stylesheet" href="css/owl.transitions.css"> <!-- meanmenu css --> <link rel="stylesheet" href="css/meanmenu.min.css"> <!-- font-awesome css --> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/icon.css"> <link rel="stylesheet" href="css/flaticon.css"> <!-- magnific css --> <link rel="stylesheet" href="css/magnific.min.css"> <!-- venobox css --> <link rel="stylesheet" href="css/venobox.css"> <!-- style css --> <link rel="stylesheet" href="style.css"> <!-- responsive css --> <link rel="stylesheet" href="css/responsive.css"> <!-- modernizr css --> <script src="js/vendor/modernizr-2.8.3.min.js"></script> <!-- google recaptcha --> <script src="https://www.google.com/recaptcha/api.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-113540344-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-113540344-1'); </script> </head> <body> <?php include 'header.php'?> <!-- Start Slider Area --> <div class="row pt"> <div class="col-md-6 p-0"> <div class="intro-area intro-2"> <div class="main-overly"></div> <div class="intro-carousel"> <div class="intro-content"> <div class="slider-images"> <img src="images/website-design.webp" alt="Website Designing" title="Website Designing"> </div> </div> <div class="intro-content"> <div class="slider-images"> <img src="images/digital-marketing.webp" alt="Digital Marketing" title="Digital Marketing"> </div> </div> <div class="intro-content"> <div class="slider-images"> <img src="images/logo-design.webp" alt="logo design" title="logo design"> </div> </div> <div class="intro-content"> <div class="slider-images"> <img src="images/packaging-design.webp" alt="Packaging Design" title="Packaging Design"> </div> </div> <div class="intro-content"> <div class="slider-images "> <img src="images/label-design.webp" alt="Label Design" title="Label Design"> </div> </div> </div> </div> </div> <div class="col-md-6 banner-z-index"> <div class="banner-text"> <div class="text-left"> <span class="m-0"> We Combine</span> <h2 class="geosansLight h1_head"> <i><b>Creativity And Strategy To Build Innovative Ideas</b></i></h2> </div> <p> At Design Pitara – <b>a leading creative agency in Gurgaon</b>, we understand that partnering with the right company is an important choice to develop winning strategies for your business through innovative technologies and a passionate team of experienced designers, our entire focus is on strategic design solutions that achieve successful business outcomes.</p> <p>Starting from initial brand research to uncovering key insights into your brand, to developing a brand strategy that clearly defines your brand's unique characteristics, to bringing your brand to life through <a href="logo-design" title="logo design"><b>logo</b></a>, visual identity and collaterals and finally launching your website to your target market, Design Pitara has it all covered! </p> <p>We are a full house branding & <a href="/website-design-company" title="website design company"><b>Website Design Company</b></a> based in Gurgaon (India). We aim to create immersive and shareable experiences that generate rich, deep, emotional connections with consumers and deliver high-levels of reach and engagement for our clients.</p> <div class="row"> <div class="col-md-12 col-xs-12 col-sm-12 text-center"><a class="border-btn-secondary" href="#" data-toggle="modal" data-target="#myModal1">Let’s Start a Project Together</a></div> </div> </div> </div> </div> <!-- End Slider Area --> <style> .flip-box { /*background-color: transparent; */ height: 400px; /*border: 1px solid #f1f1f1;*/ /*perspective: 1000px;*/ margin-bottom: 30px; } .flip-box-inner { position: relative; width: 100%; height: 100%; transition: transform 0.8s; transform-style: preserve-3d; } .v-center{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .flip-box:hover .flip-box-inner { transform: rotateY(180deg); } .flip-box-front, .flip-box-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .flip-box-front { } .flip-box-back { transform: rotateY(180deg); } .servicesListing{ background-color: #f5f5f5; padding:25px 0; } .servicesListing .text{ color: rgba(31,181,172,.9); text-align: center; } </style> <div id="myModal1" class="modal fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <form method="post" id="mainPopupForm"> <div class="modal-body text-white bg-blue"> <div class="row"> <div class="col-md-12 p-5"> <div class="form-group"> <label>Brand Name <span class="text-danger">*</span></label> <input class="form-control" name="companyname" type="text" placeholder="Enter Your Company Name" required> </div> <div class="form-group"> <label>What is your project requirements</label><br> <div class="row p-5"> <div class="col-md-6"><input type="checkbox" name="project[]" value="Website Designing"> Website Designing </div> <div class="col-md-6"><input type="checkbox" name="project[]" value="Digital Marketing"> Digital Marketing</div> <div class="col-md-6"><input type="checkbox" name="project[]" value="Logo Design"> Logo Design</div> <div class="col-md-6"><input type="checkbox" name="project[]" value="Packaging Design"> Packaging Design</div> </div> <label id="project[]-error" class="error" for="project[]"></label> </div> <div class="form-group"> <label>Enter Your Name <span class="text-danger">*</span></label> <input class="form-control" name="name" type="text" placeholder="Enter Your Name" required> </div> <div class="form-group"> <label>Enter Your E-Mail <span class="text-danger">*</span></label> <input class="form-control" name="email" type="email" placeholder="Enter Your E-Mail"> </div> <div class="form-group"> <label>Enter Your Phone Number <span class="text-danger">*</span></label> <input class="form-control" name="phone" type="tel" placeholder="Phone (format: xxxxxxxxxx)" pattern="^\d{4}\d{4}\d{2}$" title="Enter valid 10 digit phone number." required> </div> <div class="form-group"> <div class="g-recaptcha-first " data-sitekey="Your Site Key" id="RecaptchaField1"></div> <input type="hidden" class="hiddenRecaptcha" name="firstCaptcha" id="firstCaptcha" placeholder="firstCaptcha"> <label id="firstCaptcha-error" class="text-danger error" for="firstCaptcha"></label> </div> <!--<div class="form-group"> --> <!-- <div class="g-recaptcha recaptcha_size" data-sitekey="6Lcsmr4UAAAAADlMKSq0TSFphIUl49qObVBzLDsG" data-callback="verifyCaptcha"></div>--> <!-- <div id="g-recaptcha-error"></div> --> <!-- </div>--> <div class="modal-footer"> <label class="error formError" for="formError"></label> <button type="submit" name="mainPopupFormBtn" id="mainPopupFormBtn" class="border-btn-secondary" >Submit</button> <button type="button" class="border-btn-secondary" data-dismiss="modal">Close</button> </div> </div> </div> </div> </form> </div> </div> </div> <!-- Welcome service area start --> <section class="servicesListing"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <div class="ptb"> <h3>You Dream it. We Build it !</h3> </div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="Services-tab item"> <div class="folded-corner service_tab_1 bg-theme-grren"> <div class="text"> <img src="images/service-icon/web-design.png" class="fa-icon-image" alt="website design company" > <!--<i class="fa fa-paint-brush fa-5x fa-icon-image"></i>--> <h3 class="item-title"> Website Design</h3> <p>Our goal is to create a stunning user-friendly website design that brings your business to life and makes your brand stand out from your competitors. After a complete clarity of the client’s vision, we develop something that is unique to their business. Our process of <a style="color:#fff;font-weight: 800;text-decoration: underline;" title="Website Design" href="/website-designing">Website Designing</a> is based on industry experience to deliver with latest technology to enhance website UI and UX.</p> </div> <p class="dksbtn"><a class="border-btn-theme" title="Website Design" href="/website-design-company">Read More...</a></p> </div> </div> </div> <div class="col-md-4"> <div class="Services-tab item"> <div class="folded-corner service_tab_1 bg-theme-bleu"> <div class="text"> <img src="images/service-icon/digital-marketing.png" title="Digital Marketing Company In Gurgaon" alt="digital marketing" class="fa-icon-image" > <h3 class="item-title"> Digital Marketing</h3> <p>As a digital marketing company in Gurgaon, we present your brand with a great digital marketing strategy that is the roadmap to success. Whether you are looking to integrate multiple digital marketing services in all areas of the online world, or just want an expert to put together a future-proof and innovative campaign blueprint for your <a style="color:#fff;font-weight: 800;text-decoration: underline;" title="Social Media Marketing" href="/social-media-marketing">social media marketing</a>, email marketing or google Adwords – you can count on us!</p> </div> <p class="dksbtn"><a class="border-btn-theme" title="Digital Marketing" href="/digital-marketing">Read More...</a></p> </div> </div> </div> <div class="col-md-4"> <div class="Services-tab item"> <div class="folded-corner service_tab_1 theme-yellow"> <div class="text"> <img src="images/service-icon/product-photography.png" title='Website Development' alt="Website Development" class="fa-icon-image" > <h3 class="item-title"> Product Photography</h3> <p>Product photography is a commercial photography whose purpose is to portray a product in the best possible light. Adequate lighting, backdrop materials, tight camera focus with proper depth of field, good camera angles, and careful editing are important components of great product photography. E-commerce photography aids clients in making better decisions when deciding between competing products</p> </div> <p class="dksbtn"><a class="border-btn-theme" title="Product Photography" href="#">Read More...</a></p> </div> </div> </div> <div class="col-md-4"> <div class="Services-tab item"> <div class="folded-corner service_tab_1 bg-theme-bleu"> <div class="text"> <img src="images/service-icon/logo.png" title="logo design company" alt="logo design company" class="fa-icon-image" > <h3 class="item-title"> Logo Design</h3> <p>Your branding and company logo design are the face of your business. As a creative logo designing company in Gurgaon, we have a team of great designers who live for art and design.With over 200 plus beautiful logo designs created so far, we have worked with a variety of clients giving them a great depth of experience. Our logo designers ensure that the logo design standard is of the highest quality!</p> </div> <p class="dksbtn"><a class="border-btn-theme" title="logo design" href="/logo-design">Read More...</a></p> </div> </div> </div> <div class="col-md-4"> <div class="Services-tab item"> <div class="folded-corner service_tab_1 theme-yellow"> <div class="text"> <img src="images/service-icon/packaging.png" title="Packaging Design" alt="Packaging Design" class="fa-icon-image" > <h3 class="item-title"> Packaging Design</h3> <p>Product packaging is often the first, best and last chance to make a sale. As a leading product packaging agency in Gurgaon, we make sure that your brand gets noticed, then communicate what it is, make someone care, be persuaded, and finally provide your clients the desire to buy the product! As a team, we have developed a range of strategic processes and methodologies that are designed to create and understand the essence of a brand.</p> </div> <p class="dksbtn"><a class="border-btn-theme" title="Packaging Design" href="/packaging-design-services">Read More...</a></p> </div> </div> </div> <div class="col-md-4"> <div class="Services-tab item"> <div class="folded-corner service_tab_1 bg-theme-grren"> <div class="text"> <img src="images/service-icon/video-marketing.png" title="Video Marketing" alt="Video Marketing" class="fa-icon-image" > <h3 class="item-title"> Video Marketing</h3> <p>Getting your message out to your target audience is important, and what better way to do it than to have a video that actually voices and demonstrates that message in a clear and concise promotional video that suits your business requirements. With over 4 years of promotional and explainer video marketing agency experience, we are committed to deliver the quality video content to all our clients!</p> </div> <p class="dksbtn"><a class="border-btn-theme" title="Video Marketing" href="/explainer-animation-video">Read More...</a></p> </div> </div> </div> </div> </div> </section> <!-- Start Banner Area --> <!--<div class="banner-area area-padding">--> <!-- <div class="container">--> <!-- <div class="row">--> <!-- <div class="col-md-12 col-sm-12 col-xs-12">--> <!-- <div class="text-center">--> <!-- <div class="ptb">--> <!-- <h3>You Dream it. We Build it !</h3>--> <!-- </div>--> <!-- <div id="myCarousel" class="carousel slide" data-ride="carousel">--> <!-- <ol class="carousel-indicators">--> <!-- <li data-target="#myCarousel" data-slide-to="0" class="active"></li>--> <!-- <li data-target="#myCarousel" data-slide-to="1"></li>--> <!-- </ol>--> <!-- <div class="carousel-inner">--> <!-- <div class="item active">--> <!-- <div class="col-md-4 col-sm-6 col-xs-12 flip-box">--> <!-- <div class="flip-box-inner ">--> <!-- <div class="flip-box-front text-center v-center bg-theme-grren card p-0">--> <!-- <div class="well-icon">--> <!-- <img src="images/service-icon/web-design.png" alt="website design company">--> <!-- </div>--> <!-- <h3 class="text-white">Website Design</h3>--> <!-- </div>--> <!-- <div class="bg-theme-bleu flip-box-back v-center text-center card">--> <!-- <h3 class="text-white">Website Design </h3>--> <!-- <p class="text-white">Our goal is to create a stunning user-friendly website designthat brings your business to life and makes your brand stand out from your competitors. After a complete clarity of the client’s vision, we develop something that is unique to their business. We design websites that are easy to use and maintain, work well with plugins and is aesthetically pleasing to eyes.</p>--> <!-- <div class="row">--> <!-- <div class="col-md-12 col-xs-12 col-sm-12"><a class="border-btn-theme" href="/website-designing">Read More...</a></div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="col-md-4 col-sm-6 col-xs-12 flip-box">--> <!-- <div class="flip-box-inner ">--> <!-- <div class="flip-box-front text-center v-center bg-theme-bleu card p-0">--> <!-- <div class="well-icon">--> <!-- <img src="images/service-icon/web-development.png" title='Website Development' alt="Website Development">--> <!-- </div>--> <!-- <h3 class="text-white">Website Development</h3>--> <!-- </div>--> <!-- <div class="theme-yellwo flip-box-back v-center text-center card">--> <!-- <h3 class="text-white">Website Development</h3>--> <!-- <p class="text-white">Our team of developers ensure your website is SEO optimised, mobile responsive and designed to deliver results. We make sure that the website goes beyond aesthetic design andis built to generate leads, convert to sales and be a visual representation of your brand across all devices.</p>--> <!-- <div class="row">--> <!-- <div class="col-md-12 col-xs-12 col-sm-12"><a class="border-btn-theme" title='Website Development' href="/website-designing">Read More...</a></div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div> --> <!-- <div class="col-md-4 col-sm-6 col-xs-12 flip-box">--> <!-- <div class="flip-box-inner ">--> <!-- <div class="flip-box-front text-center v-center theme-yellwo card p-0">--> <!-- <div class="well-icon">--> <!-- <img src="images/service-icon/digital-marketing.png" title="Digital Marketing Company In Gurgaon" alt="digital marketing">--> <!-- </div>--> <!-- <h3 class="text-white">Digital Marketing</h3>--> <!-- </div>--> <!-- <div class="bg-theme-grren flip-box-back v-center text-center card">--> <!-- <h3 class="text-white">Digital Marketing</h3>--> <!-- <p class="text-white">As a digital marketing company in Gurgaon, we present your brand with a great digital marketing strategy that is the roadmap to success. Whether you are looking to integrate multiple digital marketing services in all areas of the online world, or just want an expert to put together a future-proof and innovative campaign blueprint for your social media marketing, email marketing or google Adwords – you can count on us!</p>--> <!-- <div class="row">--> <!-- <div class="col-md-12 col-xs-12 col-sm-12"><a class="border-btn-theme" title="Digital Marketing Company In Gurgaon" href="/digital-marketing">Read More...</a></div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="item"> --> <!-- <div class="col-md-4 col-sm-6 col-xs-12 flip-box">--> <!-- <div class="flip-box-inner ">--> <!-- <div class="flip-box-front text-center v-center bg-theme-bleu card p-0">--> <!-- <div class="well-icon">--> <!-- <img src="images/service-icon/logo.png" title="logo design company" alt="logo design company">--> <!-- </div>--> <!-- <h3 class="text-white">Logo Design</h3>--> <!-- </div>--> <!-- <div class="theme-yellwo flip-box-back v-center text-center card">--> <!-- <h3 class="text-white">Logo Design</h3>--> <!-- <p class="text-white">Your branding and company logo design are the face of your business. As a creative logo designing company in Gurgaon, we have a team of great designers who live for art and design.With over 200 plus beautiful logo designs created so far, we have worked with a variety of clients giving them a great depth of experience. Our logo designers ensure that the logo design standard is of the highest quality! --> <!-- </p>--> <!-- <div class="row">--> <!-- <div class="col-md-12 col-xs-12 col-sm-12"><a class="border-btn-theme" title="logo design company" href="/logo-design">Read More...</a></div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div> --> <!-- <div class="col-md-4 col-sm-6 col-xs-12 flip-box">--> <!-- <div class="flip-box-inner ">--> <!-- <div class="flip-box-front text-center v-center bg-theme-grren card p-0">--> <!-- <div class="well-icon">--> <!-- <img src="images/service-icon/packaging.png" title="Packaging Design" alt="Packaging Design">--> <!-- </div>--> <!-- <h3 class="text-white">Packaging Design</h3>--> <!-- </div>--> <!-- <div class="bg-theme-grren flip-box-back v-center text-center card">--> <!-- <h3 class="text-white">Packaging Design</h3>--> <!-- <p class="text-white"> Product packaging is often the first, best and last chance to make a sale. As a leading product packaging agency in Gurgaon, we make sure that your brand gets noticed, then communicate what it is, make someone care, be persuaded, and finally provide your clients the desire to buy the product! As a team, we have developed a range of strategic processes and methodologies that are designed to create and understand the essence of a brand. </p>--> <!-- <div class="row">--> <!-- <div class="col-md-12 col-xs-12 col-sm-12"><a class="border-btn-theme" title="Packaging Design" href="/packaging-design-services">Read More...</a></div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="col-md-4 col-sm-6 col-xs-12 flip-box">--> <!-- <div class="flip-box-inner ">--> <!-- <div class="flip-box-front text-center v-center theme-yellwo card p-0">--> <!-- <div class="well-icon">--> <!-- <img src="images/service-icon/video-marketing.png" title="Video Marketing" alt="Video Marketing">--> <!-- </div>--> <!-- <h3 class="text-white">Video Marketing</h3>--> <!-- </div>--> <!-- <div class="bg-theme-bleu flip-box-back v-center text-center card">--> <!-- <h3 class="text-white">Video Marketing</h3>--> <!-- <p class="text-white"> Getting your message out to your target audience is important, and what better way to do it than to have a video that actually voices and demonstrates that message in a clear and concise promotional video that suits your business requirements. With over 4 years of promotional and explainer video marketing agency experience, we are committed to deliver the quality video content to all our clients!--> <!-- </p>--> <!-- <div class="row">--> <!-- <div class="col-md-12 col-xs-12 col-sm-12"><a class="border-btn-theme" title="Video Marketing" href="/explainer-animation-video">Read More...</a></div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!--</div>--> <div class="banner-area area-padding"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <div class="ptb"> <h3>Local SEO Services</h3> </div> </div> </div> <div class="row"> <div class="service_localSeo"> <div class="col-md-6 col-sm-6 col-xs-12"> <img src="images/Local_SEO_Services-2.jpeg" class="img-responsive" alt="Local SEO Services"> </div> <div class="col-md-6 col-sm-6 col-xs-12"> <div class="innerSection"> <p>Local SEO is a strategy that helps your business listing (mainly GMB) to improve on Google’s Local Search results. If you have a physical identities that target a specified geographic area can be on top with the help of Google <a href="/local-seo-services"><b>Local SEO services.</b></a> </p> <p>Basic factors that matters for Local SEO ranking?</p><br> <p><b>Google have a long checklist to list and rank your listing in their search results; along with</b></p> <ul> <li>Google My Business (GMB) listing</li> <li>Domain authority </li> <li>NAP – Name, address & phone number in local citations</li> <li>Quality of local citations </li> <li>CTR – click-through-rate from search results</li> <li>Keywords</li> <li>Reviews – quality & diversity of content</li> </ul> <div> <p class="dksbtn"><a class="border-btn-secondary" title="Packaging Design" href="/local-seo-services">Read More...</a></p> </div> </div> </div> </div> </div> </div> </div> <div class="banner-area area-padding section-divide-bg"> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="text-center"> <div class="ptb"> <h3>Working with us is Super Easy </h3> </div> <img src="images/3steps.png" alt="work with us"> <div class="banner-contact"> <a class="banner-btn" href="#" data-toggle="modal" data-target="#myModal2">Book your Free Consultation Now</a> </div> </div> </div> </div> </div> </div> <div id="myModal2" class="modal fade " role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <form method="post" id="mainPopupFormSecond"> <div class="modal-body text-white bg-blue"> <div class="row"> <div class="col-md-12 p-5 "> <div class="form-group"> <label>Brand Name <span class="text-danger">*</span></label> <input class="form-control" name="companyname" type="text" placeholder="Enter Your Company Name" required> </div> <div class="form-group"> <label>Enter Your Name <span class="text-danger">*</span></label> <input class="form-control" name="name" type="text" placeholder="Enter Your Name" required> </div> <div class="form-group"> <label>Enter Your E-Mail <span class="text-danger">*</span></label> <input class="form-control" name="email" type="email" placeholder="Enter Your E-Mail"> </div> <div class="form-group"> <label>Enter Your Phone Number <span class="text-danger">*</span></label> <input class="form-control" name="phone" type="tel" placeholder="Phone (format: xxxxxxxxxx)" title="Enter valid 10 digit phone number." pattern="^\d{4}\d{4}\d{2}$" required> </div> <div class="form-group"> <label>Write is your message</label><br> <textarea type="text" class="form-control" name="txtmessage"></textarea> </div> <div class="col-md-12 col-sm-12 col-xs-12 p-0"> <div class="form-group"> <div class="g-recaptcha-second" data-sitekey="Your Site Key" id="RecaptchaField2"></div> <input type="hidden" class="hiddenRecaptcha" name="secondCaptcha" id="secondCaptcha" placeholder="secondCaptcha" title="Please check on the reCAPTCHA box."> <label id="secondCaptcha-error" class="text-danger error" for="secondCaptcha"></label> </div> <!--<div class="g-recaptcha recaptcha_size" data-sitekey="6Lcsmr4UAAAAADlMKSq0TSFphIUl49qObVBzLDsG" data-callback="verifyCaptcha"></div>--> <!--<div id="g-recaptcha-error"></div>--> </div> </div> <div class="modal-footer"> <p class="formError" for="formError"></p> <button type="submit" name="mainPopupFormSecondBtn" id="mainPopupFormSecondBtn" class="border-btn-secondary" >Submit</button> <button type="button" class="border-btn-secondary" data-dismiss="modal">Close</button> </div> </div> </div> </form> </div> </div> </div> <!-- Start Banner Area --> <div class="banner-area area-padding"> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="text-center"> <div class="ptb"> <h3 class="m-0">Brand Association</h3> <p>A few friends we've amplified</p> </div> <div class="row"> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/29_TDK.jpg" alt="TDK"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/28_Geo_Chem.jpg" alt="Geo Chem"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/27_Ghaziabad_Nagar_Nigam.jpg" alt="Ghaziabad Nagar Nigam"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/26_Dalmia_Continental.jpg" alt="Dalmia_Continental"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/25_aadiva.jpg" alt="aadiva"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/24_urbane_merchandising.jpg" alt="urbane merchandising"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/22_blurry_foods.jpg" alt="blurry foods"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/19_apc_tech.jpg" alt="apc tech"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/18_addy_vero.jpg" alt="addy vero"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/9_fancy_yarn_bazaar.jpg" alt="fancy yarn bazaar"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/2_ecotech.jpg" alt="2 ecotech"></a> </div> <div class="col-md-2 col-xs-6 py"> <a><img src="img/brand-associate/3_Kalingia.jpg" alt="3 kalingia"></a> </div> </div> </div> </div> </div> </div> </div> <div class="area-padding section-divide-bg"> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="text-center"> <h3 class="m-0">Testimonials</h3> <p >Humbling Words from Awesome People</p> </div> </div> </div> <div class="col-md-12 py-5"> <div id="myCarousela" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#myCarousela" data-slide-to="0" class="active"></li> <li data-target="#myCarousela" data-slide-to="1"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <div> <div class="testi-img "> <img src="images/arijit.jpg" alt=""> </div> <div class="testi-text"> <p>Great Team and very customer centric attitude. They understand that startups require flexibility and fast execution. We have had a very positive experience with Design Pitara.</p> <div class="texti-name"> <h4>Arijit Bose</h4> <span class="guest-rev">Founder, <a href="https://reviewia.co/" target="blank">Reviewia</a></span> </div> </div> </div> </div> <div class="item"> <div> <div class="testi-img "> <img src="images/manish.jpg" alt=""> </div> <div class="testi-text"> <p>We got our SEO done from Design Pitara for one of our portal. They understood our requirements very well and listed our web pages with 25-30 keywords in 6-9 months timeframe on the top 2 pages of Google India and Google UAE. I highly recommend them for any sort of SEO or digital marketing activities.</p> <div class="texti-name"> <h4>Manish Kumar</h4> <span class="guest-rev"><a href="http://www.geochem.net.in/" target="blank">Global Executive Vice President, Geo Chem</a></span> </div> </div> </div> </div> </div> </a> </div> </div> </div> </div> <!-- Modal --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> </div> <div class="modal-body"> <h6>Thank you for showing your interest in our services</h6> <p>Our team will contact you shorlty</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Ok</button> </div> </div> </div> </div> <!--Start Footer Area--> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script> <script> window.onload = function() { var $recaptcha = document.querySelector('#g-recaptcha-response'); if($recaptcha) { $recaptcha.setAttribute("required", "required"); } }; var CaptchaCallback = function() { var widget1; var widget2; var widget3; var widget4; widget1 = grecaptcha.render('RecaptchaField1', {'sitekey' : '6LeOYc8dAAAAAD-AMewauLZT7CsDJC6260zlfEup', 'callback' : correctCaptcha_first}); widget2 = grecaptcha.render('RecaptchaField2', {'sitekey' : '6LeOYc8dAAAAAD-AMewauLZT7CsDJC6260zlfEup', 'callback' : correctCaptcha_second}); }; var correctCaptcha_first = function(response) { $("#firstCaptcha").val(response); }; var correctCaptcha_second = function(response) { $("#secondCaptcha").val(response); }; // Gallery image hover $( ".img-wrapper" ).hover( function() { $(this).find(".img-overlay").animate({opacity: 1}, 600); }, function() { $(this).find(".img-overlay").animate({opacity: 0}, 600); } ); // Lightbox var $overlay = $('<div id="overlay"></div>'); var $image = $("<img>"); var $prevButton = $('<div id="prevButton"><i class="fa fa-chevron-left"></i></div>'); var $nextButton = $('<div id="nextButton"><i class="fa fa-chevron-right"></i></div>'); var $exitButton = $('<div id="exitButton"><i class="fa fa-times"></i></div>'); // Add overlay $overlay.append($image).prepend($prevButton).append($nextButton).append($exitButton); $("#gallery").append($overlay); // Hide overlay on default $overlay.hide(); // When an image is clicked $(".img-overlay").click(function(event) { // Prevents default behavior event.preventDefault(); // Adds href attribute to variable var imageLocation = $(this).prev().attr("href"); // Add the image src to $image $image.attr("src", imageLocation); // Fade in the overlay $overlay.fadeIn("slow"); }); // When the overlay is clicked $overlay.click(function() { // Fade out the overlay $(this).fadeOut("slow"); }); // When next button is clicked $nextButton.click(function(event) { // Hide the current image $("#overlay img").hide(); // Overlay image location var $currentImgSrc = $("#overlay img").attr("src"); // Image with matching location of the overlay image var $currentImg = $('#image-gallery img[src="' + $currentImgSrc + '"]'); // Finds the next image var $nextImg = $($currentImg.closest(".image").next().find("img")); // All of the images in the gallery var $images = $("#image-gallery img"); // If there is a next image if ($nextImg.length > 0) { // Fade in the next image $("#overlay img").attr("src", $nextImg.attr("src")).fadeIn(800); } else { // Otherwise fade in the first image $("#overlay img").attr("src", $($images[0]).attr("src")).fadeIn(800); } // Prevents overlay from being hidden event.stopPropagation(); }); // When previous button is clicked $prevButton.click(function(event) { // Hide the current image $("#overlay img").hide(); // Overlay image location var $currentImgSrc = $("#overlay img").attr("src"); // Image with matching location of the overlay image var $currentImg = $('#image-gallery img[src="' + $currentImgSrc + '"]'); // Finds the next image var $nextImg = $($currentImg.closest(".image").prev().find("img")); // Fade in the next image $("#overlay img").attr("src", $nextImg.attr("src")).fadeIn(800); // Prevents overlay from being hidden event.stopPropagation(); }); // When the exit button is clicked $exitButton.click(function() { // Fade out the overlay $("#overlay").fadeOut("slow"); }); </script> <script> window.onload = function() { var $recaptcha = document.querySelector('#g-recaptcha-response'); if($recaptcha) { $recaptcha.setAttribute("required", "required"); } }; function validInput(e) { e = (e) ? e : window.event; a = document.getElementById('zip-code'); cPress = (e.which) ? e.which : e.keyCode; if (cPress > 31 && (cPress < 48 || cPress > 57)) { return false; } else if (a.value.length >= 10) { return false; } return true; } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "Design Pitara", "alternateName": "Design Pitara", "url": "https://designpitara.com/", "logo": "https://designpitara.com/img/logo/logo2.png", "contactPoint": { "@type": "ContactPoint", "telephone": "9811477138", "contactType": "technical support", "areaServed": "IN", "availableLanguage": "en" }, "sameAs": [ "https://www.facebook.com/designpitara/", "https://twitter.com/designpitara", "https://www.linkedin.com/company/designpitara", "https://designpitara.tumblr.com/", "https://in.pinterest.com/designpitara/", "https://www.instagram.com/designpitaralive/" ] } </script> <?php include 'footer.php'; ?> <?php $alert = $_SESSION['alert']; if($alert != ''){ echo "<script type='text/javascript'> $(window).on('load',function(){ $('#myModal').modal('show'); }); </script>"; $_SESSION['alert'] = ""; } if(isset($_POST['startproject'])){ $companyname = $_POST['companyname']; $project = implode(",",$_POST['project']); $name = $_POST['name']; $email = $_POST['email']; $phone = $_POST['phone']; $to = 'ravindra@designpitara.com'; $from = 'contact@designpitara.com'; $fromName = 'Design Pitara'; $subject = "Let’s Start a Project Together"; $htmlContent = ' <html> <head> <title></title> </head> <body> <p><b>Company Name</b> : '.$companyname.'</p> <p><b>Service</b> : '.$project.'</p> <p><b>Name</b> : '.$name.'</p> <p><b>E-Mail</b> : '.$email.'</p> <p><b>Phone</b> : '.$phone.'</p> </body> </html>'; // Set content-type header for sending HTML email $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; // Additional headers $headers .= 'From: '.$fromName.'<'.$from.'>' . "\r\n"; // Send email if(mail($to, $subject, $htmlContent, $headers)){ echo "<script>alert('Query Submit Successfully . Our Team Contact You As Soon As Possible')</script>"; echo ">script>location.replace('')</script>"; }else{ echo "<script>alert('Error ! Please Try Again')</script>"; echo ">script>location.replace('')</script>"; } } if(isset($_POST['startconsult'])){ $companyname = $_POST['companyname']; $project = implode(",",$_POST['project']); $name = $_POST['name']; $email = $_POST['email']; $phone = $_POST['phone']; $to = 'ravindra@designpitara.com'; $from = 'contact@designpitara.com'; $fromName = 'Design Pitara'; $subject = "Let’s Start a Project Together"; $htmlContent = ' <html> <head> <title></title> </head> <body> <p><b>Company Name</b> : '.$companyname.'</p> <p><b>Message</b> : '.$project.'</p> <p><b>Name</b> : '.$name.'</p> <p><b>E-Mail</b> : '.$email.'</p> <p><b>Phone</b> : '.$phone.'</p> </body> </html>'; // Set content-type header for sending HTML email $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; // Additional headers $headers .= 'From: '.$fromName.'<'.$from.'>' . "\r\n"; // Send email if(mail($to, $subject, $htmlContent, $headers)){ echo "<script>alert('Query Submit Successfully . Our Team Contact You As Soon As Possible')</script>"; echo ">script>location.replace('')</script>"; }else{ echo "<script>alert('Error ! Please Try Again')</script>"; echo ">script>location.replace('')</script>"; } } ?>