PK

ADDRLIN : /home/questend/.trash/
FLL :
Current File : /home/questend/.trash/index_12feb25.php

<?php
   ob_start();
   //error_reporting(E_ALL ^ E_NOTICE);
   @session_start();
   ini_set('allow_url_include',1);
   date_default_timezone_set("Asia/Kolkata");
   set_time_limit(600);
   ini_set('max_execution_time',600);
   //require 'phpmailer/Mailer.php';
   include 'da-admin/includes/settings/constant.php';
   require_once 'da-admin/includes/settings/PDODB.php';
   include 'da-admin/includes/modules/functions.php';
    
   $function = new FUNCTIONS();
   //recent blog
   $sql2= "SELECT * FROM `tb_blog` WHERE isactive=1 ORDER BY id DESC LIMIT 3";
   $pdodb = PDODB::getInstance();
   $recentblog = $pdodb->query($sql2);

   if (empty($_SESSION['token'])) {
        $_SESSION['token'] = bin2hex(random_bytes(32));
    }
    $token = $_SESSION['token'];

   if(isset($_POST['joinnow']) && !empty($_POST)){
        //print_r($_POST); exit;
      if (hash_equals($_SESSION['token'], $_POST['token'])) {
        $fullname = !empty($_POST['fullname'])?trim($_POST['fullname']):"";
        $email = !empty($_POST['email'])?trim($_POST['email']):"";
        $phone = !empty($_POST['phone'])?trim($_POST['phone']):"";
        $message = !empty($_POST['message'])?trim($_POST['message']):"";
        $error_msg = "";
        $success_msg = "";
        //print_r($_POST); exit;


        //mail to admin for contacting users
         $subject = 'Deepanshi Arora for Join Now Enquiry';
         $to_email="deepanshi.imageconsultant@gmail.com";

         // Message
         $message = '<table cellpadding="0" cellspacing="0" style="width:600px; margin:0px auto; color:#7b7b7c; vertical-align:middle; font-family:Arial, Helvetica, sans-serif; font-size:16px;">
             
             <tr>
               <td>&nbsp;</td>
             </tr>
             <tr>
               <td style="color:#333;"><strong>Hi, Admin</strong></td>
             </tr>
             <tr>
               <td>&nbsp;</td>
             </tr>
             <tr>
               <td>You have been received a query.</td>
             </tr>
             </table>
             <table cellpadding="0" cellspacing="0" style="width:600px; margin:0px auto; color:#7b7b7c; vertical-align:top; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:22px;">
             <tr>
               <td>&nbsp;</td>
             </tr>
             <tr>
               <td style="color:#333;" colspan="3"><strong>Contact Details</strong></td>
             </tr>
             <tr>
               <td>&nbsp;</td>
             </tr>
               <tr>
                 <td width="200px;">Name</td>
                 <td width="20px;">:</td>
                 <td width="380px;">'.$fullname.'</td>
               </tr>
               <tr>
                 <td width="200px;">Email Address</td>
                 <td width="20px;">:</td>
                 <td width="380px;">'.$email.'</td>
               </tr>
               <tr>
                 <td width="200px;">Mobile Number</td>
                 <td width="20px;">:</td>
                 <td width="380px;">'.$phone.'</td>
               </tr>
               <tr>
                 <td width="200px;">Message</td>
                 <td width="20px;">:</td>
                 <td width="380px;"><p>'.$message.'</p></td>
               </tr>      
             </table>';

         // To send HTML mail, the Content-type header must be set
         $headers[] = 'MIME-Version: 1.0';
         $headers[] = 'Content-type: text/html; charset=iso-8859-1';

         // Additional headers
         //$headers[] = 'To: '.$to_email.' <mary@example.com>, Kelly <kelly@example.com>';
         $headers[] = 'From: Deepanshi Arora <info@deepanshiarora.com>';
         //$headers[] = 'Cc: 007vinaybhardwaj@gmail.com';

         // Mail it
         $sendmail = mail($to_email, $subject, $message, implode("\r\n", $headers));

         if ($sendmail == true) {  
             $success_msg = "Your information has been sent. We will get back to you as soon as possible.";
            
         }else{ 
            $error_msg = "Please check and try again.";
         }        
        // end mail send
             
      }
   }
  
?>
<!DOCTYPE html>
<html lang="en-US">   
   <head>
      <meta charset="UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta name='robots' content='max-image-preview:large' />
      <!-- Primary Meta Tags -->
      <title>Deepanshi Arora | Image Coach |  Content Creator</title>
      <meta name="title" content="Deepanshi Arora | Image Coach |  Content Creator" />
      <meta name="description" content="Deepanshi Arora is an exceptional International Image Coach, Emotional Makeover Coach, and Mindset Coach. Her expertise lies in helping clients transform their lives by combining style and emotions." />

      <!-- Open Graph / Facebook -->
      <meta property="og:type" content="website" />
      <meta property="og:url" content="https://deepanshiarora.com/" />
      <meta property="og:title" content="Deepanshi Arora | Image Coach |  Content Creator" />
      <meta property="og:description" content="Deepanshi Arora is an exceptional International Image Coach, Emotional Makeover Coach, and Mindset Coach. Her expertise lies in helping clients transform their lives by combining style and emotions." />
      <meta property="og:image" content="https://deepanshiarora.com/assets/images/banner/slider1.jpg" />

      <!-- Twitter -->
      <meta property="twitter:card" content="summary_large_image" />
      <meta property="twitter:url" content="https://deepanshiarora.com/" />
      <meta property="twitter:title" content="Deepanshi Arora | Image Coach |  Content Creator" />
      <meta property="twitter:description" content="Deepanshi Arora is an exceptional International Image Coach, Emotional Makeover Coach, and Mindset Coach. Her expertise lies in helping clients transform their lives by combining style and emotions." />
      <meta property="twitter:image" content="https://deepanshiarora.com/assets/images/banner/slider1.jpg" />
      <link rel="canonical" href="https://deepanshiarora.com/" />
      <?php include_once'layout/stylesheet.php';?>
      <!-- css for Carousel -->      
      <!-- <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.4/dist/jquery.slim.min.js"></script> -->
      <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
      <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
      <style>
         /* Make the image fully responsive */
         .carousel-inner img { width: 100%; height: 100%; }
         .message_success { color: green; }
      </style>
      <!-- end css for Carousel --> 
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/css/ionicons.min.css">
   </head>
   <body class="home page-template-default page page-id-35 theme-magnetique elementor-default elementor-kit-7 elementor-page elementor-page-35" data-page-preloader="enable">
      <div id="art-main-holder">
         <div class="art-main-holder-mask"></div>
         <header class="art--header art-header-one art-dark-header-text">
            <div class="art-header-one-content">
               <div class="art-header-container">
                  <div class="art-navigation-container">
                     <div class="left-content">
                        <!-- <a href="#" class="art-search-blog-button">
                           <i class="icon-search"></i>
                           </a> -->
                     </div>
                     <div class="center-content">
                        <nav class="art-mega-menu qrt-nav-menu">
                           <ul id="menu-header-menu-1-logo-center-left-side-of-menu" class="menu">
                              <li class="nav-item menu-item-depth-0 current-menu-item"><a href="" class="menu-link main-menu-link item-title">Home</a></li>
                              <li class="nav-item menu-item-depth-0"><a href="about" class="menu-link main-menu-link item-title">About Me</a></li>
                              <li class="nav-item menu-item-depth-0 has-submenu">
                                 <a href="" class="menu-link main-menu-link item-title">Services</a>
                                 <div class="sub-nav">
                                    <ul class="menu-depth-1 sub-menu sub-nav-group">
                                       <li class="sub-nav-item menu-item-depth-1 "><a href="one-on-one-coaching" class="menu-link sub-menu-link">One on One Coaching</a></li>
                                       <li class="sub-nav-item menu-item-depth-1 "><a href="as-a-corporate-trainer" class="menu-link sub-menu-link">As a Corporate Trainer</a></li>
                                       <li class="sub-nav-item menu-item-depth-1 "><a href="as-a-motivational-speaker" class="menu-link sub-menu-link">As a Motivational Speaker</a></li>                                       
                                    </ul>
                                 </div>
                              </li>
                              <li class="nav-item menu-item-depth-0"><a href="courses" class="menu-link main-menu-link item-title">Courses</a></li>
                           </ul>
                        </nav>
                        <div class="art--logo-container">
                           <a class="light-logotype" href="https://<?=$_SERVER['SERVER_NAME'];?>">
                           <img src="assets/images/deepnshi-logo.svg" alt="Site Logotype" class="img-logotype">
                           </a>
                        </div>
                        <nav class="art-mega-menu qrt-nav-menu">
                           <ul id="menu-header-menu-1-logo-center-right-side-of-menu" class="menu">
                              <li class="nav-item menu-item-depth-0"><a href="blog" class="menu-link main-menu-link item-title">Blog</a></li>
                              <li class="nav-item menu-item-depth-0"><a href="events" class="menu-link main-menu-link item-title">Events</a></li>
                              <li class="nav-item menu-item-depth-0"><a href="contact" class="menu-link main-menu-link item-title">Contact</a></li>
                           </ul>
                        </nav>
                     </div>
                     <div class="right-content">
                        <a href="#" class="art-header-login-link">
                           <i class="fa fa-podcast" aria-hidden="true"></i>
                        </a>
                        <a href="https://www.instagram.com/elevate_with_deepanshiarora/" class="art-header-login-link" target="_blank">
                           <i class="art-fab-icon-instagram" aria-hidden="true"></i>
                        </a>
                        <a href="https://www.youtube.com/watch?v=ylG0yX2d1os" class="art-header-login-link" target="_blank">
                           <i class="art-fab-icon-youtube" aria-hidden="true"></i>
                        </a>
                        <div class="info_block_hamburger">
                           <button class="hamburger hamburger--collapse-r" type="button">
                           <span class="hamburger-box">
                           <span class="hamburger-inner"></span>
                           </span>
                           </button>
                        </div>
                     </div>
                  </div>
               </div>
            </div>
         </header>
         <!-- slider -->
         <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
           <ol class="carousel-indicators">
             <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
             <li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
             <li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
           </ol>
           <div class="carousel-inner">
             <div class="carousel-item active">
               <img class="desktop-banner" src="assets/images/banner/slider1.jpg" alt="First slide">
               <img class="mobile-banner" src="assets/images/banner/mslider1.jpg" alt="First slide">
               <!-- <div class="carousel-caption d-md-block banner-text-right">
                   <h5 class="art-heading-text art-h1">Welcome to my world of transformation!</h5>                  
               </div> -->
             </div>
             <div class="carousel-item">
               <img class="desktop-banner" src="assets/images/banner/slider2.jpg" alt="Second slide">
               <img class="mobile-banner" src="assets/images/banner/mslider2.jpg" alt="Second slide">
               
             </div>
             <div class="carousel-item">
               <img class="desktop-banner" src="assets/images/banner/slider3.jpg" alt="Third slide">
               <img class="mobile-banner" src="assets/images/banner/mslider3.jpg" alt="Third slide">               
             </div>
           </div>
           <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
             <span class="carousel-control-prev-icon" aria-hidden="true"></span>
             <span class="sr-only">Previous</span>
           </a>
           <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
             <span class="carousel-control-next-icon" aria-hidden="true"></span>
             <span class="sr-only">Next</span>
           </a>
         </div>
         <!-- end slider -->
         <div class="art-main-container">
            <div class="art-page">
               <div class="container art-page-content">
                  <div class="elementor elementor-35">
                     <!-- service brife intro -->
                     <section class="elementor-section elementor-top-section elementor-element elementor-section-boxed elementor-section-height-default py-5">
                        <div class="elementor-container elementor-column-gap-default">
                           <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c568676">
                              <div class="elementor-widget-wrap elementor-element-populated">
                                 <div class="elementor-element elementor-element-16d6d0b elementor-widget elementor-widget-art-services">
                                    <div class="elementor-widget-container">
                                       <div class="art-widget-list-services">
                                          <div class="row d-flex justify-content-center">
                                             <div class="art-item-service col-md-8">
                                                <div>
                                                   <video muted autoplay loop playsinline controls id="video">
                                                      <source src="ABCDE_Deepanshi_Arora_Image_Coach.mp4" type="video/mp4">
                                                   </video>
                                                   <!-- <div class="headerBar-overlay"></div> -->
                                                </div>
                                                
                                                <!-- <img decoding="async" src="assets/images/home-about.jpg" alt="Partner" class="w-100"> -->
                                             </div>
                                          </div>
                                          <div class="row d-flex justify-content-center">
                                             <div class="art-item-service col-md-12 text-center">
                                                <p>Deepanshi Arora is an India's leading Image Coach & Content Creator. Her expertise lies in helping clients transform their lives by combining style and emotions. Through her training and coaching services, clients no longer fear being visible or suffer from impostor syndrome. Instead, they gain confidence in their thoughts, feelings, and actions, empowering them to create a positive self-image, self-confidence, and higher self-esteem.</p>
                                                <p>Deepanshi recognizes that each person's body shape, size, scale, and coloring are unique, meaning there is no one-size-fits-all approach to personal style. However, she understands that clothes, hair, makeup, and body language can help individuals reflect the best version of themselves and pave the way to success. She firmly believes that soft skills and emotions are essential aspects in both personal and professional relationships and are key to elevating oneself.</p>
                                                <p>Deepanshi offers Image Consulting & Coaching services, both in 1:1 sessions and group settings. She collaborates with clients to discover their desired image, elevate their emotions, and curate a wardrobe that perfectly reflects their personality, lifestyle, and personal brand.</p>
                                             </div>                                           
                                          </div>
                                       </div>
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </section>
                     <!-- end service brife intro -->
                     <!-- service -->
                     <section class="elementor-section elementor-top-section elementor-element elementor-section-boxed elementor-section-height-default" style="background-color: #fdf9f8;">
                        <div class="elementor-container elementor-column-gap-default">
                           <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c568676">
                              <div class="elementor-widget-wrap elementor-element-populated">
                                 <div class="elementor-element elementor-element-af37b72 elementor-widget elementor-widget-art-heading">
                                    <div class="elementor-widget-container">
                                       <h2 class="art-heading-text art-h1">My Services</h2>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-16d6d0b elementor-widget elementor-widget-art-services">
                                    <div class="elementor-widget-container">
                                       <div class="art-widget-list-services">
                                          <div class="row">
                                             <div class="art-item-service col-md-4">
                                                <a href="/one-on-one-coaching">
                                                   <img decoding="async" src="assets/images/services/one-on-one-coaching.jpg" alt="One-On-One Coaching" class="w-100">
                                                   <h5 class="item-service-title">One-On-One Coaching</h5>
                                                   <p class="text-black text-5line">Get an amazing Personal Colour Consultation to enhance your look with the 'wow' factor! Colors can greatly impact how we appear, feel, and how others perceive us. A Personal Colour Consultation with a professional image consultant can work wonders for improving your overall personal image. Colors can instantly boost your appearance.</p>
                                                </a>
                                             </div>
                                             <div class="art-item-service col-md-4">
                                                <a href="/as-a-motivational-speaker">
                                                   <img decoding="async" src="assets/images/services/motivational-speaker.jpg" alt="As a Motivational Speaker" class="w-100">
                                                   <h5 class="item-service-title">As a Motivational Speaker</h5>
                                                   <p class="text-black text-5line">Be inspired and elevate your audience with Deepanshi Arora's captivating motivational speaking engagements. Imagine a World Where You Radiate Confidence, Enhance Your Presence and elevate your emotions Book me short two-hour session, an in-depth four-hour workshop, or an immersive full-day programe Imagine a World Where You Radiate Confidence and positive energy</p>
                                                </a>                                                
                                             </div>
                                             <div class="art-item-service col-md-4">
                                                <a href="/as-a-corporate-trainer">
                                                   <img decoding="async" src="assets/images/services/corporate-trainer.jpg" alt="As a Corporate Trainer" class="w-100">
                                                   <h5 class="item-service-title">As a Corporate Trainer</h5>
                                                   <p class="text-black text-5line">
                                                      <strong>Doing business needs hardwork and hardwksills however doing communication in business needs softskills and elevated emotions</strong> <br>
                                                      Deepanshi Arora's corporate training programs empower employees to consistently deliver outstanding results by elevating their soft skills & emotions
                                                   </p>
                                                </a>
                                             </div>
                                          </div>
                                       </div>
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </section>
                     <!-- end service -->
                     <!-- join Now -->
                     <section class="elementor-section elementor-top-section elementor-element elementor-element-4249023 elementor-section-boxed elementor-section-height-default" data-id="4249023" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
                        <div class="elementor-container elementor-column-gap-default">
                           <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8953ead" data-id="8953ead" data-element_type="column">
                              <div class="elementor-widget-wrap elementor-element-populated">
                                 <div class="elementor-element elementor-element-dd51329 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-image" data-id="dd51329" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInDown&quot;}" data-widget_type="image.default">
                                    <div class="elementor-widget-container">
                                       <img decoding="async" width="815" height="1024" src="wp-content/uploads/2021/11/Group-481-1-1-815x1024.png" class="attachment-large size-large wp-image-374" alt="" loading="lazy" /> 
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-98f1533 elementor-widget__width-initial elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="98f1533" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default">
                                    <div class="elementor-widget-container">
                                       <img decoding="async" width="513" height="424" src="wp-content/uploads/2021/11/Ellipse-31-1.png" class="attachment-large size-large wp-image-365" alt="" loading="lazy" /> 
                                    </div>
                                 </div>
                              </div>
                           </div>
                           <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-22a78dd" data-id="22a78dd" data-element_type="column">
                              <div class="elementor-widget-wrap"></div>
                           </div>
                           <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-669c1d2" data-id="669c1d2" data-element_type="column">
                              <div class="elementor-widget-wrap elementor-element-populated">
                                 <div class="elementor-element elementor-element-a6fdb91 elementor-widget elementor-widget-art-heading" data-id="a6fdb91" data-element_type="widget" data-widget_type="art-heading.default">
                                    <div class="elementor-widget-container">
                                       <p class="art-heading-text art-body-three-font">Let's Connect</p>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-29533dd elementor-widget elementor-widget-art-heading" data-id="29533dd" data-element_type="widget" data-widget_type="art-heading.default">
                                    <div class="elementor-widget-container">
                                       <h2 class="art-heading-text art-h1">Start Your Transformation Today</h2>
                                    </div>
                                 </div>

                                 <div class="elementor-element elementor-element-a6635de elementor-widget elementor-widget-art-theme-button" data-id="a6635de" data-element_type="widget" data-widget_type="art-theme-button.default">
                                    <div class="elementor-widget-container">
                                       <div class="art-button-widget">
                                          <div class="art-button-widget__wrap"><a class="art-button-primary open-popup-link" href="#art-button-popup-5c95532">JOIN NOW</a></div>
                                          <div id="art-button-popup-5c95532" class="art-popup-container zoom-anim-dialog mfp-hide art-default-popup-first">
                                             <div class="art-popup-heading">
                                                <a class="art-popup-logo" href="https://<?=$_SERVER['SERVER_NAME'];?>">
                                                   <img src="assets/images/deepnshi-logo.svg" alt="Deepanshi Arora Logo" style="height: 45px;">
                                                </a>
                                             </div>
                                             <div class="art-popup-content">
                                                <div class="container">
                                                   <div class="row">
                                                      <div class="art-default-popup-first-start-col col-md-4">
                                                         <h2 class="art-default-popup-first-title">Join Now</h2>
                                                         <div class="art-default-popup-first-description">
                                                            <p>Please fill out the form and we will get back to you asap.</p>
                                                         </div>
                                                      </div>
                                                      <div class="art-default-popup-first-end-col col-md-7 offset-md-1">
                                                         <div class="art-default-popup-first-form">
                                                            <div class="wpcf7 no-js" id="wpcf7-f6-p35-o2" lang="en-US" dir="ltr">
                                                               <?php if (!empty($success_msg)) { ?>
                                                                   <div class="text-center message_success" id="message_success">
                                                                      <h2 class="subheader">Thank You!</h2>
                                                                      <p><?=(!empty($success_msg))?$success_msg:'';?></p>
                                                                   </div>
                                                               <?php } ?>
                                                               <?php if (!empty($error_msg)) { ?>
                                                                   <div class="text-center message_success" id="message_success">
                                                                      <p><?=(!empty($error_msg))?$error_msg:'';?></p>
                                                                   </div>
                                                               <?php } ?>
                                                               <form action="" method="post" class="wpcf7-form init" id="joinNowForm">
                                                                  <input type="hidden" name="token" value="<?php echo $token; ?>" />
                                                                  <p>
                                                                     <label> Your name<br />
                                                                        <span class="wpcf7-form-control-wrap">
                                                                           <input size="40" class="wpcf7-form-control wpcf7-text" type="text" id="fullname" name="fullname" />
                                                                        </span>
                                                                     </label>
                                                                  </p>
                                                                  <p>
                                                                     <label> Your email<br />
                                                                        <span class="wpcf7-form-control-wrap">
                                                                           <input size="40" class="wpcf7-form-control wpcf7-text" type="email" id="email" name="email" />
                                                                        </span>
                                                                     </label>
                                                                  </p>
                                                                  <p>
                                                                     <label> Your Phome<br />
                                                                        <span class="wpcf7-form-control-wrap">
                                                                           <input size="40" class="wpcf7-form-control wpcf7-text" type="text" id="phone" name="phone" />
                                                                        </span>
                                                                     </label>
                                                                  </p>
                                                                  <p>
                                                                     <label> Your message <br />
                                                                        <span class="wpcf7-form-control-wrap">
                                                                           <textarea cols="47" rows="10" class="wpcf7-form-control wpcf7-textarea" name="message" id="message"></textarea>
                                                                        </span>
                                                                     </label>
                                                                  </p>
                                                                  <p><input class="wpcf7-form-control has-spinner wpcf7-submit" type="submit" value="Submit" name="joinnow" /></p>                                                                  
                                                               </form>                                                               
                                                            </div>
                                                         </div>
                                                      </div>
                                                   </div>
                                                </div>
                                             </div>
                                          </div>
                                       </div>
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </section>
                     <!-- end join Now -->
                     <!-- about me -->
                     <section class="elementor-section elementor-top-section elementor-element elementor-element-cf32599 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default">
                        <div class="elementor-container elementor-column-gap-default">
                           <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f11e0cf">
                              <div class="elementor-widget-wrap elementor-element-populated">
                                 <div class="elementor-element elementor-element-a4fc7b4 elementor-widget elementor-widget-image">
                                    <div class="elementor-widget-container">
                                       <img decoding="async" width="845" height="1024" src="assets/images/my-story.jpg" class="attachment-large size-large wp-image-251" alt="" loading="lazy" /> 
                                    </div>
                                 </div>
                              </div>
                           </div>
                           <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-70b4d49">
                              <div class="elementor-widget-wrap"></div>
                           </div>
                           <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9e44632">
                              <div class="elementor-widget-wrap elementor-element-populated">
                                 <div class="elementor-element elementor-element-056a007 elementor-widget elementor-widget-art-heading">
                                    <div class="elementor-widget-container">
                                       <p class="art-heading-text art-body-three-font">About Me</p>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-3ecbdd4 elementor-widget elementor-widget-art-heading">
                                    <div class="elementor-widget-container">
                                       <h2 class="art-heading-text art-h1">HOW I GOT HERE</h2>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-2c4580f elementor-widget elementor-widget-text-editor">
                                    <div class="elementor-widget-container">
                                       <p class="art-heading-text art-h6">"My mess became my message, and I turned every struggle into success.<br><br>
                                       Hello! I'm Deepanshi Arora, and I'm on a mission to elevate the personality & emotions of women. My purpose is to help you live a life of freedom - freedom from limiting beliefs, patterns, parental lineage, self-criticism, and everything that makes you feel less.</p>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-e9392ca elementor-widget elementor-widget-art-theme-button">
                                    <div class="elementor-widget-container">
                                       <div class="art-button-widget">
                                          <div class="art-button-widget__wrap">
                                             <a class="art-button-primary" href="about/">Learn more</a>
                                          </div>
                                       </div> 
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </section> 
                     <!-- end about me -->
                     <!-- testimonial -->                     
                     <section class="section-padding-tb">
                        <div class="container">
                           <div class="row">
                              <div class="col-md-12 text-center">
                                 <p class="art-heading-text art-body-three-font" style="color: #d48f61;">HAPPY CLIENTS</p>
                                 <h2 class="art-heading-text art-h1" style="color: #000;">Words from my Clients</h2>
                              </div>
                              <div class="col-md-12">
                                 <div class="featured-carousel owl-carousel">
                                    <div class="item">
                                       <div class="work-wrap d-md-flex">
                                          <div class="img order-md-last" style="background-image: url(assets/images/Dheeraj-Singh-Rawat.jpg);"></div>
                                          <div class="text text-left text-lg-right p-4 px-xl-5 d-flex align-items-center">
                                             <div class="desc w-100">
                                                <h2 class="mb-4">Dheeraj Singh Rawat</h2>
                                                <p class="h5 mb-4">Assistant Vice President – Urban Company</p>
                                                <div class="row justify-content-end">
                                                   <div class="col-xl-12">
                                                      <p>I had the pleasure of working with Deepanshi for almost 6 months. During that time, I was consistently impressed by her dedication and expertise in training team. She has an exeptional quality of inspiring and guiding others, fostering an environment of continuous growth. Deepanshi's meticulous approach in delivering training programs has undoubtedly elevated our team's performance to new heights. Anyone seeking a dedicated and result driven professional, she is the one. I wish her success and confidence to excel in any endeavour she undertake.</p>
                                                   </div>
                                                </div>
                                             </div>
                                          </div>
                                       </div>
                                    </div>
                                    <div class="item">
                                       <div class="work-wrap d-md-flex">
                                          <div class="img order-md-last" style="background-image: url(assets/images/Aditii-Swaarup.jpg);"></div>
                                          <div class="text text-left text-lg-right p-4 px-xl-5 d-flex align-items-center">
                                             <div class="py-md-5">
                                                <h2 class="mb-4">Aditii Swaarup</h2>
                                                <p class="h5 mb-4">Founder & Development Coach - Creative Whirl</p>
                                                <div class="row justify-content-end">
                                                   <div class="col-xl-12">
                                                      <p>Working with Deepanshi as my image consultant has been a game-changer! She has helped me discover my personal style, boost my confidence, and present myself in a more polished and professional way. Being a working professional my attire and appearance matters a lot in standing out and making a brilliant first impression. That’s where Deepanshi played a major role in converting my tomboy image into a fine entrepreneur and trainer. I highly recommend her expertise and guidance!</p>
                                                   </div>
                                                </div>                                                
                                             </div>
                                          </div>
                                       </div>
                                    </div>
                                    <div class="item">
                                       <div class="work-wrap d-md-flex">
                                          <div class="img order-md-last" style="background-image: url(assets/images/Sirisha-Madhav.jpg);"></div>
                                          <div class="text text-left text-lg-right p-4 px-xl-5 d-flex align-items-center">
                                             <div class="py-md-5">
                                                <h2 class="mb-4">Sirisha Madhav</h2>
                                                <p class="h5 mb-4">Training Manager -Indigo</p>
                                                <div class="row justify-content-end">
                                                   <div class="col-xl-12">
                                                      <p>A unique personality with a creative bent of mind in Learning and Development, Deepanshi brings vibrance to the trainings she handle. <br>Admire her research abilities and people skills!</p>
                                                   </div>
                                                </div>                                                
                                             </div>
                                          </div>
                                       </div>
                                    </div>
                                    <div class="item">
                                       <div class="work-wrap d-md-flex">
                                          <div class="img order-md-last" style="background-image: url(assets/images/Parikshit_khanna.jpg);"></div>
                                          <div class="text text-left text-lg-right p-4 px-xl-5 d-flex align-items-center">
                                             <div class="py-md-5">
                                                <h2 class="mb-4">Parikshit khanna</h2>
                                                <p class="h5 mb-4">Digital marketing Trainer</p>
                                                <div class="row justify-content-end">
                                                   <div class="col-xl-12">
                                                      <p>
                                                         Deepanshi is not just an expert in her field; she is a genuine advocate for personal and professional transformation. Her dedication to helping individuals discover their true potential is truly remarkable. Her insights, strategies, and guidance have been instrumental in helping me project my best self in various aspects of life.
                                                         What sets Deepanshi apart is her unique ability to tailor her services to the specific needs of each individual. She takes the time to understand your goals, personality, and style, ensuring that the image you project aligns perfectly with who you are. Her attention to detail is impeccable, and her advice is always spot on.
                                                      </p>
                                                   </div>
                                                </div>                                                
                                             </div>
                                          </div>
                                       </div>
                                    </div>
                                    <div class="item">
                                       <div class="work-wrap d-md-flex">
                                          <div class="img order-md-last" style="background-image: url(assets/images/Shambhavi_Nautiyal.jpg);"></div>
                                          <div class="text text-left text-lg-right p-4 px-xl-5 d-flex align-items-center">
                                             <div class="py-md-5">
                                                <h2 class="mb-4">Shambhavi Nautiyal</h2>
                                                <p class="h5 mb-4">Assistant Manager , Tech Mahindra Ex WIPRo</p>
                                                <div class="row justify-content-end">
                                                   <div class="col-xl-12">
                                                      <p>
                                                         My experience with Deepanshi had been nothing less than exceptional. She really helped me redo my wardrobe in a current style that fits my personality.Deepanshi is extremely knowledgeable about the elements of style and color and has an excellent eye for detail. Not only did I end up with a wardrobe I could never have assembled myself, her assistance helped me in making knowledgeable choices and avoid costly mistakes. I highly recommend Deepanshi to anyone looking to improve their image and bring a transformational change in their attitude, behaviour and finer aspects of communication.
                                                      </p>
                                                   </div>
                                                </div> 
                                             </div>
                                          </div>
                                       </div>
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </section>
                     <!-- end testimonial -->
                     <!-- blog -->
                     <section class="elementor-section elementor-top-section elementor-element elementor-element-57aee0d elementor-section-boxed elementor-section-height-default">
                        <div class="elementor-container elementor-column-gap-default">
                           <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6006aec">
                              <div class="elementor-widget-wrap elementor-element-populated">
                                 <div class="elementor-element elementor-element-943cb74 elementor-widget elementor-widget-art-heading">
                                    <div class="elementor-widget-container">
                                       <p class="art-heading-text art-body-three-font">my latest</p>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-e93c223 elementor-widget elementor-widget-art-heading">
                                    <div class="elementor-widget-container">
                                       <h2 class="art-heading-text art-h1">Blog Posts</h2>
                                    </div>
                                 </div>
                                 <div class="art-theme-blog art-blog-default-wrapper">
                                    <div class="art-blog-posts-default">
                                       <div class="container">
                                          <div class="art-all-posts-itself art-blog-posts-grid">
                                             <?php for($i=0;$i<count($recentblog);$i++){
                                                $urlTitle=str_replace(' ', '_',$recentblog[$i]['title']);?>
                                                <div class="art-blog-post post type-post status-publish format-standard has-post-thumbnail hentry category-health" style="max-height: 400px">
                                                   <div class="art-post-image imgbox">
                                                      <a href="blog-details/<?=$recentblog[$i]['id']?>/<?=$urlTitle;?>" target="_self">
                                                         <img src="da-admin/uploads/blog/<?=$recentblog[$i]['file'];?>" alt="" decoding="async" />
                                                      </a>
                                                   </div>
                                                   <div class="art-post-cat-date">
                                                      <div class="art-post-date">
                                                         <span class="published" title="July 3, 2022"><?=date('l, jS M, Y', strtotime($recentblog[$i]['isdated']));?></span>
                                                      </div>
                                                      <!-- <div class="art-post-cats"><a href="blog-details/<?=$recentblog[$i]['id']?>/<?=$urlTitle;?>" rel="tag">Health</a></div> -->
                                                   </div>
                                                   <h6 class="art-post-title text-2line"><a href="blog-details/<?=$recentblog[$i]['id']?>/<?=$urlTitle;?>"><?=$recentblog[$i]['title'];?></a></h6>
                                                </div>
                                             <?php } ?>                        
                                          </div>
                                       </div>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-504752d elementor-widget elementor-widget-art-theme-button" data-id="504752d" data-element_type="widget" data-widget_type="art-theme-button.default">
                                    <div class="container">
                                       <div class="art-button-widget">
                                          <div class="art-button-widget__wrap"><a class="art-button-primary" href="/blog">view all</a></div>
                                       </div>
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </section>
                     <!-- end blog -->


                     <!-- contact form -->

                     <!-- <section class="elementor-section elementor-top-section elementor-element elementor-element-c652750 elementor-section-boxed elementor-section-height-default">
                        <div class="elementor-container elementor-column-gap-default">
                           <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-74f81a8">
                              <div class="elementor-widget-wrap elementor-element-populated">
                                 <div class="elementor-element elementor-element-8bff2ec elementor-widget elementor-widget-art-heading">
                                    <div class="elementor-widget-container">
                                       <p class="art-heading-text art-body-three-font">Empowerment Starts Here </p>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-eb9a184 elementor-widget elementor-widget-art-heading">
                                    <div class="elementor-widget-container">
                                       <h2 class="art-heading-text art-h1">Contact Deepanshi Arora Today!</h2>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-7f764cb elementor-widget elementor-widget-text-editor">
                                    <div class="elementor-widget-container">
                                       <p>Contact us today and take the first step towards a life of confidence, success, and fulfillment. Elevate your life with Deepanshi Arora, and together, let's embrace the power of transformation.</p>
                                    </div>
                                 </div>
                                 <section class="elementor-section elementor-inner-section elementor-element elementor-element-af0d765 elementor-section-boxed elementor-section-height-default">
                                    <div class="elementor-container elementor-column-gap-default">
                                       <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f4b1dd4">
                                          <div class="elementor-widget-wrap elementor-element-populated">
                                             <div class="elementor-element elementor-element-d868b27 elementor-widget elementor-widget-shortcode">
                                                <div class="elementor-widget-container">
                                                   <div class="elementor-shortcode">
                                                      <div class="wpcf7 no-js">                                                         
                                                         <form action="" method="post" class="wpcf7-form init" id="contactForm">
                                                            <input type="hidden" name="token" value="<?php echo $token; ?>" />
                                                            <div class="two-fields-row">
                                                               <div class="col-md-6">
                                                                  <p><input placeholder="Name*" type="text" id="fullname" name="fullname" /></p>
                                                               </div>
                                                               <div class="col-md-6">
                                                                  <p><input placeholder="Mobile*" type="number" id="phone" name="phone" /></p>
                                                               </div>
                                                            </div>
                                                            <div class="row">
                                                               <div class="col-12">
                                                                  <p><input placeholder="Email*" id="email" name="email" type="text" /></p>
                                                               </div>
                                                            </div>
                                                            <div class="row">
                                                               <div class="col-12">
                                                                  <p><textarea cols="40" rows="10" placeholder="Message*" name="message" id="message"></textarea></p>
                                                               </div>
                                                            </div>
                                                            
                                                            <div class="art-form-button-wrap art-form-button-right">
                                                               <input class="submit" name="joinnow" type="submit" value="Submit" class="wpcf7-form-control has-spinner wpcf7-submit art-button-primary">
                                                            </div>                                                   
                                                         </form>
                                                      </div>
                                                   </div>
                                                </div>
                                             </div>
                                          </div>
                                       </div>
                                    </div>
                                 </section>
                                 <div class="elementor-element elementor-element-f3b067f elementor-widget__width-initial elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image">
                                    <div class="elementor-widget-container">
                                       <img decoding="async" width="1024" height="504" src="wp-content/uploads/2021/11/subscribe-right.svg" class="attachment-large size-large wp-image-522" alt="" loading="lazy" /> 
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-a587011 elementor-widget__width-initial elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image">
                                    <div class="elementor-widget-container">
                                       <img decoding="async" width="1024" height="569" src="wp-content/uploads/2021/11/subscribe-left.svg" class="attachment-large size-large wp-image-508" alt="" loading="lazy" /> 
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </section> -->

                     <!-- end contact form -->


                     <!-- insta feed -->
                     <section class="elementor-section elementor-top-section elementor-element elementor-element-24322cf elementor-section-full_width elementor-section-height-default">
                        <div class="elementor-container elementor-column-gap-default">
                           <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4301f64">
                              <div class="elementor-widget-wrap elementor-element-populated">
                                 <div class="elementor-element elementor-element-bee7d9b elementor-widget elementor-widget-art-heading">
                                    <div class="elementor-widget-container">
                                       <p class="art-heading-text art-body-three-font">Let's Connect</p>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-c486947 elementor-widget elementor-widget-art-heading">
                                    <div class="elementor-widget-container">
                                       <h2 class="art-heading-text art-h1">Say Hi and Follow Me @elevate_with_deepanshiarora</h2>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-widget elementor-widget-art-instagram">
                                    <div class="elementor-widget-container">
                                       <div class="art-insta-widget-wrapper">
                                          <div id="sb_instagram" class="sbi sbi_mob_col_1 sbi_tab_col_2 sbi_col_4 sbi_width_resp" style="padding-bottom: 10px;width: 100%;">
                                             <div id="sbi_images" style="padding: 5px;">
                                                <div class="sbi_item sbi_type_image">
                                                   <div class="sbi_photo_wrap">
                                                      <a class="sbi_photo sbi_imgLiquid_bgSize sbi_imgLiquid_ready" href="#">
                                                         <img  src="assets/images/insta/1.jpg" alt="Instagram post">
                                                      </a>
                                                   </div>
                                                </div>
                                                <div class="sbi_item sbi_type_image">
                                                   <div class="sbi_photo_wrap">
                                                      <a class="sbi_photo sbi_imgLiquid_bgSize sbi_imgLiquid_ready" href="#">
                                                         <img  src="assets/images/insta/2.jpg" alt="Instagram post">
                                                      </a>
                                                   </div>
                                                </div>
                                                <div class="sbi_item sbi_type_image">
                                                   <div class="sbi_photo_wrap">
                                                      <a class="sbi_photo sbi_imgLiquid_bgSize sbi_imgLiquid_ready" href="#">
                                                         <img  src="assets/images/insta/3.jpg" alt="Instagram post">
                                                      </a>
                                                   </div>
                                                </div>
                                                <div class="sbi_item sbi_type_image">
                                                   <div class="sbi_photo_wrap">
                                                      <a class="sbi_photo sbi_imgLiquid_bgSize sbi_imgLiquid_ready" href="#">
                                                         <img  src="assets/images/insta/4.jpg" alt="Instagram post">
                                                      </a>
                                                   </div>
                                                </div>
                                                <div class="sbi_item sbi_type_image">
                                                   <div class="sbi_photo_wrap">
                                                      <a class="sbi_photo sbi_imgLiquid_bgSize sbi_imgLiquid_ready" href="#">
                                                         <img  src="assets/images/insta/5.jpg" alt="Instagram post">
                                                      </a>
                                                   </div>
                                                </div>                                                
                                             </div>
                                             <div id="sbi_load"></div>                                             
                                          </div>
                                       </div>
                                    </div>
                                 </div>
                                 <div class="elementor-element elementor-element-1721f6f elementor-widget elementor-widget-art-theme-button">
                                    <div class="elementor-widget-container">
                                       <div class="art-button-widget">
                                          <div class="art-button-widget__wrap"><a class="art-button-primary" target="_blank" href="https://www.instagram.com/elevate_with_deepanshiarora/">Follow me @elevate_with_deepanshiarora</a></div>
                                       </div>
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </section>
                     <!-- end insta feed -->
                  </div>
               </div>
            </div>
         </div>
         <?php include_once'layout/footer.php';?>
      </div>
      <div class="art-mobile-menu-wrapper">
         <div class="art-sidebar-overlay art--mobile-menu-icon"></div>
         <div class="art-nav-container">
            <div class="art--mobile-menu-navigation-wrapper">
               <div class="art--mobile-menu-search">                  
               </div>
               <nav class="art--mobile-menu-navigation">
                  <ul id="menu-header-menu-2-and-3-solid" class="art--mobile-menu">
                     <li class="nav-item menu-item-depth-0 current-menu-item">
                        <a href="" class="menu-link main-menu-link item-title">Home</a>
                     </li>
                     <li class="nav-item menu-item-depth-0">
                        <a href="about" class="menu-link main-menu-link item-title">About Me</a>
                     </li>
                     <li class="nav-item menu-item-depth-0 has-submenu">
                        <a href="" class="menu-link main-menu-link item-title">Services</a>
                        <div class="sub-nav">
                           <ul class="menu-depth-1 sub-menu sub-nav-group">
                              <li class="sub-nav-item menu-item-depth-1 "><a href="one-on-one-coaching" class="menu-link sub-menu-link">One on One Coaching</a></li>
                              <li class="sub-nav-item menu-item-depth-1 "><a href="as-a-corporate-trainer" class="menu-link sub-menu-link">As a Corporate Trainer</a></li>
                              <li class="sub-nav-item menu-item-depth-1 "><a href="as-a-motivational-speaker" class="menu-link sub-menu-link">As a Motivational Speaker</a></li>
                           </ul>
                        </div>
                     </li>
                     <li class="nav-item menu-item-depth-0">
                        <a href="courses" class="menu-link main-menu-link item-title">Courses</a>
                     </li>
                     <li class="nav-item menu-item-depth-0">
                        <a href="blog" class="menu-link main-menu-link item-title">Blog</a>
                     </li>
                     <li class="nav-item menu-item-depth-0">
                        <a href="events" class="menu-link main-menu-link item-title">Events</a>
                     </li>
                     <li class="nav-item menu-item-depth-0">
                        <a href="contact" class="menu-link main-menu-link item-title">Contact</a>
                     </li>                     
                  </ul>
               </nav>
               <div class="art--mobile-menu-social-container">
                  <div class="art-social-container">
                     <a href="#"><i class="art-fab-icon-instagram" aria-hidden="true"></i></a>
                     <a href="#"><i class="art-fab-icon-twitter" aria-hidden="true"></i></a>
                     <a href="#"><i class="art-fab-icon-facebook" aria-hidden="true"></i></a>
                     <a href="#"><i class="art-fab-icon-tiktok" aria-hidden="true"></i></a>
                     <a href="#"><i class="art-fab-icon-pinterest" aria-hidden="true"></i></a>
                  </div>
               </div>
            </div>
         </div>
      </div>      
      
   </body>
   <?php include_once'layout/script.php';?>
      <script type="text/javascript">
         (function($){
            $('#carouselExampleIndicators').carousel({
              interval: 500,
              cycle: true
            })
         });
         window.onload = function() {
            //document.getElementById("video").play();

            var video=document.getElementById("video");
            if(video.muted){
               video.muted = false;
            } 
         };
      </script>
      <script type="text/javascript">
         /*$.validator.setDefaults( {
            submitHandler: function () {
               alert( "submitted!" );
            }
         } );*/
         
         jQuery.noConflict()(function ($) {
            $( "#joinNowForm" ).validate( {
               rules: {
                  fullname: {
                      required: true
                  },            
                  phone: {
                      required: true,
                      minlength: 10,
                      maxlength: 10,
                      //number: true
                      digits: true
                  },  
                  email: {
                      required: true,
                      email: true
                  },
                  message: {
                      required: true
                  }
               },
               messages: {
                  fullname: {
                      required: "Please enter your name"
                  },            
                  phone: {
                      required: "Please enter Phone No",
                      minlength: "Phone No Must Contain at least 10 digit",
                      maxlength: "Phone No Must Not Exceed 10 digit"
                  },           
                  email: {
                      required: "Please enter email address",
                      email: "Please enter valid email"
                  },
                  message: {
                      required: "Please type your message."
                  }
               },
               submitHandler: function(form) {
                 form.submit();
               }
               
            } );
         } );
         
         setTimeout(function () {
                $('#message_success').fadeOut('fast');
         }, 5000); //30 seconds         
      </script>
      <script type="text/javascript">
        setTimeout(function () {
                jQuery.magnificPopup.open({
                items: {src: '#art-button-popup-5c95532'},type: 'inline', verflowY: 'auto'}, 0);
        }, 5000); //30 seconds        
         
        /*jQuery(window).load(function(){
        jQuery.magnificPopup.open({
          items: {src: '#art-button-popup-5c95532'},type: 'inline'}, 0);
        }); */
      </script>
</html>


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home