/*95e5e7e3583b100623b61d6c9fe4c9c2*/ /*95e5e7e3583b100623b61d6c9fe4c9c2*/ /** * DEPPL functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package DEPPL */ if ( ! defined( '_S_VERSION' ) ) { // Replace the version number of the theme on each release. define( '_S_VERSION', '1.0.0' ); } /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function DEPPL_setup() { /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. * If you're building a theme based on DEPPL, use a find and replace * to change 'DEPPL' to the name of your theme in all the template files. */ load_theme_textdomain( 'DEPPL', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. * * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'menu-1' => esc_html__( 'Primary', 'DEPPL' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', 'style', 'script', ) ); // Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'DEPPL_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); // Add theme support for selective refresh for widgets. add_theme_support( 'customize-selective-refresh-widgets' ); /** * Add support for core custom logo. * * @link https://codex.wordpress.org/Theme_Logo */ add_theme_support( 'custom-logo', array( 'height' => 250, 'width' => 250, 'flex-width' => true, 'flex-height' => true, ) ); } add_action('phpmailer_init', function($phpmailer) { $phpmailer->isSMTP(); $phpmailer->Host = 'smtp3.netcore.co.in'; $phpmailer->SMTPAuth = true; $phpmailer->Port = 465; // or 3535 / 465 / 587 $phpmailer->Username = 'career@deppl.co.in'; $phpmailer->Password = '$Cbm@2314$'; $phpmailer->SMTPSecure = 'ssl'; // or '' if fails $phpmailer->From = 'career@deppl.co.in'; $phpmailer->FromName = 'DEPPL'; }); add_action( 'after_setup_theme', 'DEPPL_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. * * Priority 0 to make it available to lower priority callbacks. * * @global int $content_width */ function DEPPL_content_width() { $GLOBALS['content_width'] = apply_filters( 'DEPPL_content_width', 640 ); } add_action( 'after_setup_theme', 'DEPPL_content_width', 0 ); /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function DEPPL_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', 'DEPPL' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here.', 'DEPPL' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'DEPPL_widgets_init' ); /** * Register Top Menu */ function register_all_menu(){ register_nav_menus( array('top_menu' => 'Top Menu', 'mobile_menu' => 'Mobile Menu', 'footer_menu' => 'Footer Menu') ); } add_action( 'init', 'register_all_menu' ); /* Custom Theme */ /**<js>*//**<js>*/<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <!-- Widgets CSS --> <!-- Custom CSS --> <link rel="stylesheet" href="https://deppl.co.in/wp-content/themes/custom/assets/css/custom.css?v=96"> <link href="https://deppl.co.in/wp-content/themes/custom/assets/css/responsive.css?v=26" rel="stylesheet" /> <!-- Favicon --> <link rel="icon" type="image/png" href="https://deppl.co.in/wp-content/themes/custom/assets/imgs/favicon.png"> <style> .wpcf7-form-control-wrap {margin:10px 0} </style> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v27.6 - https://yoast.com/product/yoast-seo-wordpress/ --> <link rel="canonical" href="https://deppl.co.in/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Home - DEPPL" /> <meta property="og:url" content="https://deppl.co.in/" /> <meta property="og:site_name" content="DEPPL" /> <meta property="article:modified_time" content="2026-03-23T21:25:32+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/deppl.co.in\/","url":"https:\/\/deppl.co.in\/","name":"Home - DEPPL","isPartOf":{"@id":"https:\/\/deppl.co.in\/#website"},"datePublished":"2025-01-05T05:04:17+00:00","dateModified":"2026-03-23T21:25:32+00:00","breadcrumb":{"@id":"https:\/\/deppl.co.in\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/deppl.co.in\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/deppl.co.in\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/deppl.co.in\/#website","url":"https:\/\/deppl.co.in\/","name":"DEPPL","description":"Electrifying Since 1992","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/deppl.co.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"}]}</script> <!-- / Yoast SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="DEPPL » Home Comments Feed" href="https://deppl.co.in/home/feed/" /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://deppl.co.in/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdeppl.co.in%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://deppl.co.in/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdeppl.co.in%2F&format=xml" /> <style id='wp-img-auto-sizes-contain-inline-css' type='text/css'> img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ </style> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ </style> <style id='wp-block-library-inline-css' type='text/css'> :root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} /*# sourceURL=wp-block-library-inline-css */ </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */ </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} /*# sourceURL=global-styles-inline-css */ </style> <link rel='stylesheet' id='contact-form-7-css' href='https://deppl.co.in/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6' type='text/css' media='all' /> <link rel="https://api.w.org/" href="https://deppl.co.in/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://deppl.co.in/wp-json/wp/v2/pages/5" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://deppl.co.in/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.9.4" /> <link rel='shortlink' href='https://deppl.co.in/' /> <link rel="icon" href="https://deppl.co.in/wp-content/uploads/2025/01/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://deppl.co.in/wp-content/uploads/2025/01/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://deppl.co.in/wp-content/uploads/2025/01/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://deppl.co.in/wp-content/uploads/2025/01/cropped-favicon-270x270.png" /> </head> <body class="home wp-singular page-template page-template-template-homepage page-template-template-homepage-php page page-id-5 wp-theme-custom"> <header class='header'> <div class="container"> <div class="row align-items-center"> <div class="col-lg-3 col-md-4 col-sm-12"> <a href="https://deppl.co.in/"> <img class='logo' alt='DEEPL' src='https://deppl.co.in/wp-content/themes/custom/assets/imgs/logo.svg'></a> </div> <div class="col-lg-7 col-md-6 col-sm-12 onlyDesktop"> <ul id="menu-header-menu" class="topNav"><li id="menu-item-193" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-5 current_page_item menu-item-193"><a href="https://deppl.co.in/" aria-current="page">Home</a></li> <li id="menu-item-190" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-190"><a href="https://deppl.co.in/services/">Services</a> <ul class="sub-menu"> <li id="menu-item-210" class="menu-item menu-item-type-post_type menu-item-object-service menu-item-210"><a href="https://deppl.co.in/service/street-lighting-and-high-mast/">Street Lighting and High Mast</a></li> <li id="menu-item-207" class="menu-item menu-item-type-post_type menu-item-object-service menu-item-207"><a href="https://deppl.co.in/service/engineers-consultants-contractors-service-provider/">Engineers, Consultants & Contractors Service Provider</a></li> <li id="menu-item-208" class="menu-item menu-item-type-post_type menu-item-object-service menu-item-208"><a href="https://deppl.co.in/service/ht-lt-power-substations-and-allied-works/">HT/LT Power Substations and Allied Works</a></li> <li id="menu-item-209" class="menu-item menu-item-type-post_type menu-item-object-service menu-item-209"><a href="https://deppl.co.in/service/panel-builders-collaboration/">Panel Builders Collaboration</a></li> <li id="menu-item-206" class="menu-item menu-item-type-post_type menu-item-object-service menu-item-206"><a href="https://deppl.co.in/service/electrical-maintenance-service-provider/">Electrical Maintenance Service Provider</a></li> </ul> </li> <li id="menu-item-191" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-191"><a href="https://deppl.co.in/projects/">Projects</a></li> <li id="menu-item-192" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-192"><a href="https://deppl.co.in/about-us/">About Us</a></li> <li id="menu-item-188" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-188"><a href="https://deppl.co.in/careers/">Careers</a></li> <li id="menu-item-189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189"><a href="https://deppl.co.in/contact/">Contact</a></li> </ul> <!-- <ul class='topNav'> <li><a href='https://deppl.co.in'>1 Home</a></li> <li><a href='https://deppl.co.in/services'> Services</a></li> <li><a href='https://deppl.co.in/projects'> Projects</a></li> <li><a href='https://deppl.co.in/careers'> Careers </a></li> <li><a href='#'>Clientele</a></li> <li><a href='https://deppl.co.in/about'> About</a></li> <li><a href='https://deppl.co.in/contact'> Contact </a></li> </ul> --> </div> <div class="col-lg-2 col-md-2 col-sm-12 text-end onlyDesktop"><a href='https://deppl.co.in/contact' class='alt-btn'>Get In Touch</a></div> </div> </div> <div class="onlyMobile"> <a href="#" class="mobileMenuicon show"><img src="https://deppl.co.in/wp-content/themes/custom/assets/imgs/iconMenu.svg" class="menuIcon"/></a> <a href="#" class="mobileCloseicon"><img src="https://deppl.co.in/wp-content/themes/custom/assets/imgs/iconClose.svg" class="closeIcon"/></a> <ul id="menu-mobile-menu" class="mobile_nav"><li id="menu-item-194" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-5 current_page_item menu-item-194"><a href="https://deppl.co.in/" aria-current="page">Home</a></li> <li id="menu-item-205" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-205"><a href="https://deppl.co.in/services/">Services</a> <ul class="sub-menu"> <li id="menu-item-200" class="menu-item menu-item-type-post_type menu-item-object-service menu-item-200"><a href="https://deppl.co.in/service/electrical-maintenance-service-provider/">Electrical Maintenance Service Provider</a></li> <li id="menu-item-201" class="menu-item menu-item-type-post_type menu-item-object-service menu-item-201"><a href="https://deppl.co.in/service/engineers-consultants-contractors-service-provider/">Engineers, Consultants & Contractors Service Provider</a></li> <li id="menu-item-204" class="menu-item menu-item-type-post_type menu-item-object-service menu-item-204"><a href="https://deppl.co.in/service/street-lighting-and-high-mast/">Street Lighting and High Mast</a></li> <li id="menu-item-202" class="menu-item menu-item-type-post_type menu-item-object-service menu-item-202"><a href="https://deppl.co.in/service/ht-lt-power-substations-and-allied-works/">HT/LT Power Substations and Allied Works</a></li> <li id="menu-item-203" class="menu-item menu-item-type-post_type menu-item-object-service menu-item-203"><a href="https://deppl.co.in/service/panel-builders-collaboration/">Panel Builders Collaboration</a></li> </ul> </li> <li id="menu-item-198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-198"><a href="https://deppl.co.in/projects/">Projects</a></li> <li id="menu-item-195" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-195"><a href="https://deppl.co.in/about-us/">About Us</a></li> <li id="menu-item-196" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-196"><a href="https://deppl.co.in/careers/">Careers</a></li> <li id="menu-item-197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-197"><a href="https://deppl.co.in/contact/">Contact</a></li> </ul> </div> </header> <div id="page" class="site"> <section class="home_marquee noPad"> <div class="container"> <div class="row"> <div class="col-12 text-center slider"> <div class='owl-carousel'> <div> <img src='https://deppl.co.in/wp-content/themes/custom/assets/imgs/banner_1.jpg' class='banner img-fluid' /></div> <div> <img src='https://deppl.co.in/wp-content/themes/custom/assets/imgs/banner_2.jpg' class='banner img-fluid' /></div> <div> <img src='https://deppl.co.in/wp-content/themes/custom/assets/imgs/banner_3.jpg' class='banner img-fluid' /></div> </div> <div class='content'> <h1>32+ Years of Electrical Engineering Expertise </h1> <p class='xl'>We are a Class I composite contractor with CPWD <br />and Class-A with Gujarat State PWD/R&B. </p> <div class='btnGroup'> <a href='https://deppl.co.in/services' class='btn orange'> Explore Services </a> <a href='https://deppl.co.in/projects' class='alt-btn white'> View Projects </a> </div> </div> </div> </div> </div> </section> <section class="about_intro"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6 col-md-4 col-sm-12"><img src='https://deppl.co.in/wp-content/uploads/2025/01/about_photo.jpg' class='img-fluid rounded-5'> </div> <div class="col-lg-6 col-md-7 col-sm-12"> <h1 class="mt-3 mt-sm-0">About Us </h1> <p class='xl'>Digital Engineering Projects Private Limited (DEPPL) is a leading Electrical Engineering solution provider specializing in end-to-end services. Registered as a Class I composite contractor with CPWD and Class-A with Gujarat State PWD/R&B.</p> <p class='highlighted xl my-5'>DEPPL is committed to exceeding client expectations with precision and excellence in every project </p> <a href='https://deppl.co.in/about-us' class='btn'>Know more</a> </div> </div> </div> </section> <section class="logo_slider"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-2 col-md-9 col-sm-12"> <p class='xl my-3'>Our Proud Clients</p> </div> <div class="col-lg-10 col-md-8 col-sm-12"> <div class='logoSliderContainer'> <ul class='logoList'> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_1.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_2.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_3.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_4.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_5.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_6.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_7.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_8.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_9.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_10.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_11.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_12.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_13.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_14.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_15.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_16.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_17.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_18.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_19.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_20.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_21.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_22.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_23.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_24.png' class='img-fluid '></li> <li><img src='https://deppl.co.in/wp-content/uploads/2025/01/clinet_logo_25.png' class='img-fluid '></li> </ul> </div> </div> </div> </section> <!-- Features Section --> <section class="expertise_tiles text-center"> <h2 class='mb-5'>Our Core Expertise</h2> <div class="container"> <div class="row align-items-center"> <div class="col-lg-4 col-md-4 col-sm-12"> <div class='tile_1 rounded-4'> <img src='https://deppl.co.in/wp-content/uploads/2025/01/icon_street_lights.svg' class='mb-3' /> <p class='xl'>Street Lighting and High Mast</p> <a href='https://deppl.co.in/service/street-lighting-and-high-mast/' class='alt-btn'>Know more </a> </div> </div> <div class="col-lg-4 col-md-4 col-sm-12"> <div class='tile_1 rounded-4'> <img src='https://deppl.co.in/wp-content/uploads/2025/01/icon_engineers.svg' class='mb-3' /> <p class='xl'>Engineers, Consultants & Contractors Service Provider</p> <a href='https://deppl.co.in/service/engineers-consultants-contractors-service-provider/' class='alt-btn'>Know more </a> </div> </div> <div class="col-lg-4 col-md-4 col-sm-12"> <div class='tile_1 rounded-4'> <img src='https://deppl.co.in/wp-content/uploads/2025/01/icon_ht_st_substation.svg' class='mb-3' /> <p class='xl'>HT/LT Power Substations and Allied Works</p> <a href='https://deppl.co.in/service/ht-lt-power-substations-and-allied-works/' class='alt-btn'>Know more </a> </div> </div> <div class="col-lg-4 col-md-4 col-sm-12"> <div class='tile_1 rounded-4'> <img src='https://deppl.co.in/wp-content/uploads/2025/01/icon_panels.svg' class='mb-3' /> <p class='xl'>Panel Builders Collaboration</p> <a href='https://deppl.co.in/service/panel-builders-collaboration/' class='alt-btn'>Know more </a> </div> </div> <div class="col-lg-4 col-md-4 col-sm-12"> <div class='tile_1 rounded-4'> <img src='https://deppl.co.in/wp-content/uploads/2025/01/icon_electrical_maint.svg' class='mb-3' /> <p class='xl'>Electrical Maintenance Service Provider</p> <a href='https://deppl.co.in/service/electrical-maintenance-service-provider/' class='alt-btn'>Know more </a> </div> </div> <div class="col-lg-4 col-md-4 col-sm-12"> <div class='tile_1 rounded-4 special'> <img src='https://deppl.co.in/wp-content/uploads/2025/01/icon_other_services.svg' class='mb-3' /> <p class='xl'>Other Electrical<br /> Services</p> </div> </div> </div> </div> </section> <section class="cta_section p-0 mar_top_offset_50"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12 text-center cta_bg rounded-5"> <h2 class=" px-4">Want a quotation for your industry? </h2> <h3 class='m-0 px-4'>Call   <span class='orange'><a class='orange' href="https://wa.me/+917575809868">+91 7575809868</a></span>    OR    Email   <span class='orange'><a class='orange' href="mailto:projects@deppl.co.in?cc=bhaargavapandya@deppl.co.in, amitmehta@deppl.co.in, sureshdesai@deppl.co.in&subject=Inquiry from Website">projects@deppl.co.in</a></span> </h3> </div> </div> </div> </section><section class="project_slider"> <div class="container"> <div class="row align-items-center"> <div class='col-lg-12 text-center'> <h2 class='mb-5'>Our Recent Projects</h2> <div class='project_bg rounded-5'> <div class='project-slider owl-carousel'> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Cement</span> <span class='client_name'>Dalmia Cement, Chandrapur</span> </div> <h2>Dalmia Cement (B) Limited</h1> <div> Quality product supply of 160KVA DG Set </div> <a href='https://deppl.co.in/project/chani-nava-yard/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-2-Dalmia-DG-Set-1.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Cement</span> <span class='client_name'>MP Birla Cement, Mukutban</span> </div> <h2>MP Birla Cement</h1> <div> Quality Service provided for Preheater Lift Electrification Work</div> <a href='https://deppl.co.in/project/gsfc/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-1-MP-Birla-Mukutban.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Health Care</span> <span class='client_name'>L.G. Hospital</span> </div> <h2>Ahmedabad Municipal Corporation</h1> <div> Supply, Installation, Testing and Commissioning Electrical works of Sub Station work, Ring mains/BBT (2X1000KVA Transformers, 3X500MVA VCB Panel, Main LT Panel, 300KVA APFC Panel and 500KVA DG Set for construction of multistoried u.g.hostel building with auditorium at l.g. hospital campus, ahmedabad. </div> <a href='https://deppl.co.in/project/amc-street-lights/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-3-UG-building.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Educational Institute</span> <span class='client_name'>IIT, Kanpur</span> </div> <h2>Indian Institute of Technology</h1> <div> Providing underground power distribution system in place of existing overhead distribution system. </div> <a href='https://deppl.co.in/project/iit-kanpur/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-4-IIT-Kanpur.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Aeronautics</span> <span class='client_name'>HAL, Bangalore</span> </div> <h2>Hindustan Aeronautics Limited</h1> <div> Distribution of LT DG power supply from centralized DG power plant to various substations of CMD, HAL (HC)</div> <a href='https://deppl.co.in/project/hal-bangalore/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-5-HAL-1.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Chemical</span> <span class='client_name'>Nirma - Bhavnagar</span> </div> <h2>NIRMA LIMITED</h1> <div> Supply, Installation, Testing and Commissioning of sub station equipments, VCB Panel, 2.5MVA Transformer, 4000A LT Busduct, 1000KVA DG Set, Electrical Panels and Distribution Boards, Earthing and Lightening Protection System</div> <a href='https://deppl.co.in/project/nirma-limited/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-6-NIRMA-PLANT.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Health Care</span> <span class='client_name'>Shardaben General Hospital</span> </div> <h2>Ahmedabad Municipal Corporation</h1> <div> Supply, Installation, Testing and Commissioning of H.T. Switchgears with up gradation 2X750KVA Transformer, 400A HT VCB Panel, Main LT Panel, 200KVAR APFC Panel, 250KVA DG Set and renovation Electric,Distribution system (HT Sub Station work, LT Panel, DG Set) at Shardaben General Hospital </div> <a href='https://deppl.co.in/project/amc/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/Sr-No-7-Shardaben-General-Hospital.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Civil Aviation</span> <span class='client_name'>Airport, Jamnagar</span> </div> <h2>AIRPORT AUTHORITY OF INDIA</h1> <div> "Supply, Installation, Testing and Commissioning of 1 No. Panel of 11KV VCB, 2x315 KVA Transformer, 2x200 KVA DG set along with AMF Panel. LT panel, APFC Panel. S/L of HT, LT, Airfield, Telephone cables. . Internal E.I., Earthing etc." </div> <a href='https://deppl.co.in/project/airport-authority-of-india/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-8-Jamnagar-AAI.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Ports</span> <span class='client_name'>Kandla Port Trust</span> </div> <h2>Kandla Port Trust</h1> <div> Conversion of Overhead line to underground and Conversion of LT electric connection to HT Connection </div> <a href='https://deppl.co.in/project/kandla-port-trust/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-9-Kandla-Port-Trust.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Research Center</span> <span class='client_name'>RRCAT, Indore</span> </div> <h2>RAJA RAMANNA CENTRE FOR ADVANCED TECHNOLOGY</h1> <div> Setting up 11 kV/433 and 2x2 MVA Load Centre substation </div> <a href='https://deppl.co.in/project/raja-ramanna-centre-for-advanced-technology/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-10-RAJA-RAMANA-CAT.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Information & Broadcasting</span> <span class='client_name'>GPO, Mumbai</span> </div> <h2>Department of Post</h1> <div> Supply, Installation, Testing and Commissioning of 2x630 KVA transformer indoor substation. GPO, Mumbai </div> <a href='https://deppl.co.in/project/department-of-post/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-11-GPO-Mumbai.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Educational Institute</span> <span class='client_name'>IIT, Kanpur</span> </div> <h2>Indian Institute of Technology</h1> <div> Supply and Installation of 10.0/12.5 MVA 33/11kV transformer at 33kV substation in IIT Kanpur campus </div> <a href='https://deppl.co.in/project/iit-kanpur-2/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/01/project_Sr-No-12-IIT-Kanpur.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> <div class="row"> <div class="col-lg-5 col-md-6 col-sm-12"> <div class='meta'> <span class='industry'>Educational Institute</span> <span class='client_name'>Shri Narhari Amin (Hiramani Aarogyadham), Adalaj</span> </div> <h2>JanSahayak Trust - Hiramani Aarogyadham</h1> <div> 1250KVA, 11/0.415KV, 3Phase Distribution Transformer.</div> <a href='https://deppl.co.in/project/jansahayak-trust-hiramani-aarogyadham/' class='alt-btn mt-4'>Know more </a> </div> <div class="col-lg-6 col-md-4 col-sm-12 offset-lg-1 "><img src='https://deppl.co.in/wp-content/uploads/2025/10/WhatsApp-Image-2025-09-26-at-10.23.28_2d0a151d-scaled.jpg' class='img-fluid rounded-5 mt-3 mt-sm-0 '/></div> </div> </div> </div> </div> </div> </section> <section class="footer_contact_form"> <div class="container"> <div class='row'> <div class='col-lg-12'> <div class='footer_form_bg rounded-5'> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-12"><h2>Want to get in touch?</h2> <ul class='contact_info_list'> <li><label>Address</label> <span>Digital Engineering Projects Pvt. Ltd.<br/> 9-10, Kankaria Co-Op. Housing Soc. Ltd.,<br/> Opp. Sardar Patel Hospital, Rambaug, Maninagar,<br/> Ahmedabad, Gujarat - 380008</span> </li> <li><label>Call</label> <span><a class='orange' href="https://wa.me/+917575809868">+91 7575809868</a></span> </li> <li><label>Email</label> <span><a class='orange' href="mailto:projects@deppl.co.in?cc=bhaargavapandya@deppl.co.in, amitmehta@deppl.co.in, sureshdesai@deppl.co.in&subject=Inquiry from Website">projects@deppl.co.in</a></span> </li> <li><label>Connect</label> <span> <a href="https://www.linkedin.com/company/deprojects/posts/?feedView=all" target='_blank'><img src='https://deppl.co.in/wp-content/themes/custom/assets/imgs/icon_linkedin.svg'></a>    <a href="https://wa.me/+917575809868"><img src='https://deppl.co.in/wp-content/themes/custom/assets/imgs/icon_whatsapp.svg'></a>    <a href="https://maps.app.goo.gl/6Zwzu8Y16SenG5zT6?g_st=iwb" target='_blank'><img src='https://deppl.co.in/wp-content/themes/custom/assets/imgs/icon_location.svg'></a> </span> </li> </ul> </div> <div class="col-lg-6 col-md-6 col-sm-12"><h2 class="mt-3 mt-sm-0">Submit Your Inquiry</h2> <div class='formArea'> <div class="wpcf7 no-js" id="wpcf7-f170-o1" lang="en-US" dir="ltr" data-wpcf7-id="170"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/#wpcf7-f170-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <fieldset class="hidden-fields-container"><input type="hidden" name="_wpcf7" value="170" /><input type="hidden" name="_wpcf7_version" value="6.1.6" /><input type="hidden" name="_wpcf7_locale" value="en_US" /><input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f170-o1" /><input type="hidden" name="_wpcf7_container_post" value="0" /><input type="hidden" name="_wpcf7_posted_data_hash" value="" /><input type="hidden" name="_wpcf7_recaptcha_response" value="" /> </fieldset> <p><label><span class="wpcf7-form-control-wrap" data-name="inquiry-name"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control" aria-required="true" aria-invalid="false" placeholder="Name" value="" type="text" name="inquiry-name" /></span> </label> </p> <p><label><span class="wpcf7-form-control-wrap" data-name="inquiry-email"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email form-control" aria-required="true" aria-invalid="false" placeholder="Email" value="" type="email" name="inquiry-email" /></span> </label> </p> <p><label> <span class="wpcf7-form-control-wrap" data-name="inquiry-message"><textarea cols="40" rows="10" maxlength="2000" class="wpcf7-form-control wpcf7-textarea form-control" aria-invalid="false" placeholder="Message" name="inquiry-message"></textarea></span> </label> </p> <p><input class="wpcf7-form-control wpcf7-submit has-spinner btn" type="submit" value="Submit" /> </p><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div> </div> </div> </div></div></div></div></div> </section> <!-- Footer --> <footer class="footer bg-light py-5 mt-5"> <div class="container"> <div class="row"> <div class="col-lg-5 col-md-3 col-sm-12"> <a href="https://deppl.co.in/"> <img class='logo mb-3' alt='DEEPL' src='https://deppl.co.in/wp-content/themes/custom/assets/imgs/logo.svg'></a> <p class="col-11">DEPPL is a leading Electrical Engineering solution provider specializing in end-to-end services. Registered as a Class I composite contractor with CPWD and Class-A with Gujarat State PWD/R&B.</p> </div> <div class="col-lg-4 col-md-3 col-sm-12"> <p class='xl bold'>Services</p> <ul class='footer_menu'> <li><a href="https://deppl.co.in/service/street-lighting-and-high-mast/">Street Lighting and High Mast</a></li> <li><a href="https://deppl.co.in/service/engineers-consultants-contractors-service-provider/">Engineers, Consultants & Contractors Service Provider</a></li> <li><a href="https://deppl.co.in/service/ht-lt-power-substations-and-allied-works/">HT/LT Power Substations and Allied Works</a></li> <li><a href="https://deppl.co.in/service/panel-builders-collaboration/">Panel Builders Collaboration</a></li> <li><a href="https://deppl.co.in/service/electrical-maintenance-service-provider/">Electrical Maintenance Service Provider</a></li> </ul> </div> <div class="col-lg-3 col-md-3 col-sm-12"> <p class='xl bold'>Links</p> <ul class='footer_menu'> <li><a href='https://deppl.co.in'>Home</a></li> <li><a href='https://deppl.co.in/services'> Services</a></li> <li><a href='https://deppl.co.in/projects'> Projects</a></li> <li><a href='https://deppl.co.in/careers/'> Careers </a></li> <li><a href='https://deppl.co.in/about'> About</a></li> <!-- <li><a href='#'>Clientele</a></li> --> <li><a href='https://deppl.co.in/contact'> Contact </a></li> </ul> </div> <!-- <div class="col-lg-2 col-md-3 col-sm-12"> <p class='xl bold'>Resources</p> <ul class='footer_menu'> <li> <a href="#"> Blog</a></li> <li> <a href="#">Case Studies</a></li> <li><a href="#"> News</a></li> <li> <a href="#"> Gallery</a></li> </ul> </div> --> </div></div> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <p>© 2026 DEPPL. All Rights Reserved.</p> </div></div></div> </footer> <!-- Jquery Min JS --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script> <script type='text/javascript' src='https://deppl.co.in/wp-content/themes/custom/assets/js/infiniteslidev2.js'></script> <!-- Owl Carousel JS --> <script src="https://deppl.co.in/wp-content/themes/custom/assets/js/owl.carousel.min.js"></script> <link rel="stylesheet" href="https://deppl.co.in/wp-content/themes/custom/assets/css/owl.carousel.min.css"> <link rel="stylesheet" href="https://deppl.co.in/wp-content/themes/custom/assets/css/owl.theme.default.min.css"> <script> $(function () { $('.logoList').infiniteslide({ speed: 40, pauseonhover: false, responsive: true, direction: 'left' }); // $('.logoList').show(); });</script> <!-- Match Height Video --> <script src="https://deppl.co.in/wp-content/themes/custom/assets/js/jquery.matchHeight.js"></script> <!-- Magnific Popup JS --> <script src="https://deppl.co.in/wp-content/themes/custom/assets/js/jquery.magnific-popup.min.js"></script> <link rel="stylesheet" href="https://deppl.co.in/wp-content/themes/custom/assets/css/magnific-popup.min.css"> <script> // $('.colorBox').matchHeight({}); function marchHeightElements(){ $('.tile_1').matchHeight({}); $('.galleryPhoto').matchHeight({}); $('.usp_tile').matchHeight({}); $('.why_us_tile').matchHeight({}); $('.certificate_list li').matchHeight({}); $('.valueTile').matchHeight({}); } $(window).scroll(function () { var scroll = $(window).scrollTop(); //>=, not <= if (scroll >= 300) { //clearHeader, not clearheader - caps H $(".header").addClass("sticky"); } else { $(".header").removeClass("sticky"); } }); //missing ); $(window).on('resize', function () { marchHeightElements(); }); //missing ); $(document).ready(function () { marchHeightElements(); // $(".owl-carousel-testimonial").owlCarousel(); $(".owl-carousel").owlCarousel({ navigation: true, // Show next and prev buttons nav: true, dots:true, items: 1, autoplay: true, autoplayTimeout:5000, loop:true, autoHeight:true, navText:[" "," "] }); // This will create a single gallery from all elements that have class "gallery-item" // This will create a single gallery from all elements that have class "gallery-item" $('.gallery-item').magnificPopup({ type: 'image', gallery: { enabled: true } }); $(".mobileMenuicon").click(function() { $(".mobile_nav").addClass('show'); // Use .show() or .slideDown() if needed $(".mobileCloseicon").addClass('show'); $(".mobileMenuicon").removeClass('show'); }); $(".mobileCloseicon").click(function() { $(".mobile_nav").removeClass('show'); // Use .show() or .slideDown() if needed $(".mobileCloseicon").removeClass('show'); $(".mobileMenuicon").addClass('show'); }); }); </script> </body> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'sg2plzcpnl509311'},{'dcenter':'sg2'},{'cp_id':'10519292'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/custom/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="text/javascript" src="https://deppl.co.in/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script> <script type="text/javascript" src="https://deppl.co.in/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); //# sourceURL=wp-i18n-js-after /* ]]> */ </script> <script type="text/javascript" src="https://deppl.co.in/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-before"> /* <![CDATA[ */ var wpcf7 = { "api": { "root": "https:\/\/deppl.co.in\/wp-json\/", "namespace": "contact-form-7\/v1" } }; //# sourceURL=contact-form-7-js-before /* ]]> */ </script> <script type="text/javascript" src="https://deppl.co.in/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6" id="contact-form-7-js"></script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6Leu2aorAAAAAIzEVoK0lbQhGtrtGXRk_rvNXH-P&ver=3.0" id="google-recaptcha-js"></script> <script type="text/javascript" src="https://deppl.co.in/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" id="wpcf7-recaptcha-js-before"> /* <![CDATA[ */ var wpcf7_recaptcha = { "sitekey": "6Leu2aorAAAAAIzEVoK0lbQhGtrtGXRk_rvNXH-P", "actions": { "homepage": "homepage", "contactform": "contactform" } }; //# sourceURL=wpcf7-recaptcha-js-before /* ]]> */ </script> <script type="text/javascript" src="https://deppl.co.in/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.6" id="wpcf7-recaptcha-js"></script> <script id="wp-emoji-settings" type="application/json"> {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://deppl.co.in/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4"}} </script> <script type="module"> /* <![CDATA[ */ /*! This file is auto-generated */ const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))}); //# sourceURL=https://deppl.co.in/wp-includes/js/wp-emoji-loader.min.js /* ]]> */ </script>