Appzia_website_design/application/views/pages/index.php

2625 lines
122 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="msvalidate.01" content="5FA4A0A9E1671FB8216BF850B6FEBD00" />
<title>Blog Details | Website, Appzia Technologies</title>
<!-- <meta name="description" content="Outsourcing software development to Appzia technologies. As one of the top IT outsourcing companies, we stay on schedule, scale the teams and ensure product quality. . "/>-->
<!--<meta name="Keywords" content="outsource android app development, outsource mobile app developer , android app developer , iPhone app developer , outsource web design, web design, website design company , web development , Website design, e-commerce developer , CMS, SEO, SEM, SMO, digital marketing " />-->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.appziatech.com/outsource">
<link rel="icon" href="https://www.appziatech.com/assets/img/core-img/favicon.ico">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,400i,500&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.14/css/intlTelInput.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- Custom Css -->
<link rel="stylesheet" href="<?php echo base_url() ?>assets/css/case_style.css" type="text/css" />
<link rel="stylesheet" href="<?php echo base_url() ?>assets/css/service.css" type="text/css" />
<link rel="stylesheet" href="<?php echo base_url() ?>assets/css/home.css" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.14/css/intlTelInput.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-709685851"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'AW-709685851');
</script>
</head>
<style>
p {
color: #000;
margin-bottom: 2px !important;
}
/* Style the tab */
.tab {
/*float: right;*/
/*border: 1px solid #ccc;*/
/*background-color: #f1f1f1;*/
background: #fff;
box-shadow: 0 0 12px 8px #f0ecec;
width: 100%;
height: 300px;
margin: 20px;
border-radius: 5px;
}
/* Style the buttons inside the tab */
.tab button {
display: block;
background-color: inherit;
color: black;
padding: 2px 16px;
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current "tab button" class */
.tab button.active {
background: #f1f1f1;
}
/* Style the tab content */
.tabcontent {
padding: 10px;
background: #fff;
box-shadow: 0 0 8px 6px #f2f2f2;
margin: 30px 0;
/*border-radius: 5px;*/
/*height: 500px;*/
/*overflow-y: scroll;*/
}
.tab1 {
padding: 10px;
background: #fff;
box-shadow: 0 0 8px 6px #f2f2f2;
margin: 30px 0;
}
/*@media only screen and (max-width: 1000px) {*/
/* .tabcontent {*/
/* float: left;*/
/* padding: 0px 12px;*/
/* border: 1px solid #ccc;*/
/* width: 65%;*/
/* height: 300px;*/
/* margin: 20px;*/
/* box-shadow: 0 4px 8px rgb(0 0 0 / 25%);*/
/* border-radius: 5px;*/
/* height: 500px;*/
/* overflow-y: scroll;*/
/*}*/
/*}*/
.buyNowBtn {
border-radius: 3px;
border: 2px solid #f86d6e;
color: #2a2a2a;
font-weight: 800;
font-size: 12px;
padding: 5px 0px;
transition: all .3s;
width: 105px;
display: inline-block;
text-align: center;
float: right;
}
</style>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T6BR2WQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- header -->
<html>
<style>
@media only screen and (max-width: 991px) {
.classy-menu {
display: none;
}
}
@media only screen and (max-width: 767px) {
.header-area .top-header .top-header-content .email-address span,
.header-area .top-header .top-header-content .open span,
.header-area .top-header .top-header-content .phone span {
display: block !important;
}
}
.header-area .top-header .top-header-content {
position: relative;
z-index: 1;
height: 70px !important;
}
.cookieConsentContainer {
z-index: 999;
/*width: 100%;*/
min-height: 20px;
box-sizing: border-box;
padding: 15px 30px;
background: #232323;
overflow: hidden;
position: fixed;
bottom: 5px;
left: 5px;
right: 5px;
border-radius: 10px;
}
.cookieConsentContainer .cookieTitle a {
font-family: OpenSans, arial, "sans-serif";
color: #FFFFFF;
font-size: 22px;
line-height: 20px;
display: block;
}
.cookieConsentContainer .cookieDesc p {
margin: 0;
padding: 0;
font-family: OpenSans, arial, "sans-serif";
color: #FFFFFF;
font-size: 13px;
line-height: 20px;
display: block;
margin-top: 10px;
}
.cookieConsentContainer .cookieButton a {
transition-duration: .5s;
position: relative;
z-index: 1;
display: inline-block;
height: 28px;
color: #fff;
background-color: #8b0000;
border-radius: 25px;
padding: 0 30px;
font-size: 13px;
line-height: 30px;
text-transform: uppercase;
font-weight: 700;
margin-top: 10px;
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #fff !important;
text-shadow: 0 0px 0 #ffe0 !important;
filter: alpha(opacity=20);
opacity: 1 !important;
}
.cookies_content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.cross {
position: absolute;
top: 0px;
right: 8px;
}
.mobile_n .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.1rem #e31c1c !important;
}
.m_n .form-control {
border: 2px solid #d31111 !important;
}
</style>
<style>
.intl-tel-input .country-list {
z-index: 3 !important;
}
/*#mobile-number{
margin-bottom: 30px !important;
}
.intl-tel-input .selected-flag{
height: 60%;
}*/
.iti__country-list {
z-index: 3 !important;
}
.iti {
width: 100% !important;
}
</style>
<!-- APP DEVELOPMENT CSS -->
<style>
.level-2-wrapper {
grid-template-columns: repeat(4, 1fr);
}
</style>
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T6BR2WQ');
</script>
<link rel="icon" href="https://www.appziatech.com/assets/img/core-img/favicon.ico">
<link rel="stylesheet" href="https://www.appziatech.com/assets/style.css">
<link rel="stylesheet" href="https://www.appziatech.com/assets/css/chatbot.css" media="all" defer>
<!-- Start Country flag file -->
<link rel="stylesheet" href="https://www.appziatech.com/assets/build/css/intlTelInput.css">
<link rel="stylesheet" href="https://www.appziatech.com/assets/build/css/demo.css">
<link rel="stylesheet" href="https://www.appziatech.com/assets/build/css/jquerysctipttop.css" type="text/css">
<link rel="icon" href="https://www.appziatech.com/assets/img/core-img/favicon.ico">
<link rel="stylesheet" href="https://www.appziatech.com/assets/style.css">
<!--<link rel="stylesheet" href="https://www.appziatech.com/assets/css/chatbot.css">-->
<!-- Start Country flag file -->
<link rel="stylesheet" href="https://www.appziatech.com/assets/build/css/intlTelInput.css">
<link rel="stylesheet" href="https://www.appziatech.com/assets/build/css/demo.css">
<link rel="stylesheet" href="https://www.appziatech.com/assets/build/css/jquerysctipttop.css" type="text/css">
<link rel="icon" href="https://www.appziatech.com/assets/img/core-img/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,400i,500&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.14/css/intlTelInput.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" rel="stylesheet" />
<link href="https://unpkg.com/aos@2.3.0/dist/aos.css" rel="stylesheet" />
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T6BR2WQ');
</script>
<!-- Start Country flag file -->
<link rel="alternate" href="https://www.appziatech.com/" hreflang="en-sg" />
<!-- <script src="https://www.appziatech.com/assets/build/intlTelInput.js"></script> -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<!-- ##### Header Area Start ##### -->
<header class="header-area">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="Appzia Technologies Pte Ltd">
<meta name="facebook-domain-verification" content="nw9yj4koenzdbz8rstpg4o48z14rgg" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<link rel="alternate" href="https://www.appziatech.com/" hreflang="x-default" />
<div class="top-header">
<div class="container">
<div class="row">
<div class="col-12">
<div class="top-header-content d-flex flex-wrap align-items-center justify-content-between">
<div class="top-header-meta">
<div class="top-social-info social-b">
<a href="https://www.facebook.com/appziatech/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/appziaT" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/appziatech" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://in.pinterest.com/appziatech/" target="_blank"><i class="fa fa-pinterest-p"></i></a>
</div>
</div>
<div class="top-header-meta d-flex flex-wrap">
<!-- <div class="top-social-info" style="border-left: none;">
<a href="tel:6586526293" class="phone"><img src="https://www.appziatech.com/assets/img/core-img/sin.png" alt="Singapore_flag"/> SIN<span> +65 86526293</span></a>
</div> -->
<div class="row">
<!-- class="top-social-info" /+91 86695 47468 /+91 93566 63840 -->
<a href="tel:8788060571" class="phone" style="color: white; font-weight: 900;" onclick="gtag_report_conversion()">
<img src="https://www.appziatech.com/assets/img/core-img/india.png" alt="India_flag" /> IND +91-8788060571</a>
<a href="tel:44 141 628 5530" class="phone mr-3 ml-3 " style="color: white; font-weight: 900;" onclick="gtag_report_conversion()">
<img src="https://www.appziatech.com/assets/img/uk_flag.png" alt="UK_flag" /> UK +44 141 628 5530</a>
<a href="tel:1 323 522 5819" class="phone mr-3 " style="color: white; font-weight: 900;" onclick="gtag_report_conversion()">
<img src="https://www.appziatech.com/assets/img/us_flag.png" alt="US_flag" /> US +1 323 522 5819</a>
</div>
<!-- <div class="top-social-info">
<a href="tel:918788060571" class="phone"><img src="https://www.appziatech.com/assets/img/core-img/australia.png" alt="Australia_flag"/> AUS<span> +61 390134595</span></a>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Navbar Area ***** -->
<div class="crose-main-menu">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<nav class="classy-navbar justify-content-between" id="croseNav">
<a href="https://www.appziatech.com/index" class="nav-brand"><img src="https://www.appziatech.com/assets/img/core-img/appzia-logo.png" alt="Appzia Technologies"></a>
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<div class="classy-menu">
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<div class="classynav">
<ul>
<li><a href="https://www.appziatech.com/index">Home</a></li>
<li><a href="https://www.appziatech.com/about-us">About</a></li>
<li><a href="#">Services</a>
<ul class="dropdown">
<li><a href="#"><i class="fa fa-globe"></i> Web Application</a>
<ul class="dropdown submenu">
<li><a href="<?php echo base_url('web-design') ?>" class="menu-itm fonte"> Web Design</a></li>
<li><a href="<?php echo base_url('web-development') ?>" class="menu-itm fonte"> Web Development</a></li>
<li><a href="<?php echo base_url('ecommerce-website-development') ?>" class="menu-itm fonte"> Ecommerce Website</a></li>
<li><a href="<?php echo base_url('cms-website-development') ?>" class="menu-itm fonte"> CMS Website</a></li>
</ul>
</li>
<li><a href="#"><i class="fa fa-mobile"></i> Mobile Application</a>
<ul class="dropdown submenu">
<li><a href="<?php echo base_url('android-app-development') ?>" class="menu-itm"> Android Development</a></li>
<li><a href="<?php echo base_url('ios-app-development') ?>" class="menu-itm"> iOS Development</a></li>
<li><a href="<?php echo base_url('custom-app-development') ?>" class="menu-itm"> Custom App Development</a></li>
</ul>
</li>
<li><a href="#"><i class="fa fa-bullhorn"></i> Digital Marketing</a>
<ul class="dropdown submenu">
<li><a href="<?php echo base_url('search-engine-optimization') ?>" class="menu-itm"> Search Engine Optimization</a></li>
<li><a href="<?php echo base_url('search-engine-marketing') ?>" class="menu-itm"> Search Engine Marketing</a></li>
<li><a href="<?php echo base_url('social-media-marketing') ?>" class="menu-itm"> Social Media Marketing </a></li>
<li><a href="<?php echo base_url('branding_content') ?>" class="menu-itm"> Branding Services</a></li>
</ul>
</li>
<li><a href="#"><i class="fa fa-user"></i>Hire Remote Developer</a>
<ul class="dropdown submenu">
<li><a href="<?php echo base_url('staff_augmentation') ?>" class="menu-itm"> Staff Augmentation</a></li>
</ul>
</li>
<li><a href="<?php echo base_url('game-development') ?>"><i class="fa fa-gamepad"></i> Game Development</a></li>
<li><a href="<?php echo base_url('game-development') ?>"><i class="fa fa-check-circle"></i> Quality Assurance</a></li>
</ul>
</li>
<li><a href="#">Portfolio</a>
<ul class="dropdown">
<li><a href="https://www.appziatech.com/mobile-app-development"><img src="https://www.appziatech.com/assets/img/core-img/mob.png" alt="Mobile_Apps">&nbsp; Mobile Apps</a></li>
<li><a href="https://www.appziatech.com/web-application-development"><img src="https://www.appziatech.com/assets/img/core-img/desk.png" alt="Web_Apps"> &nbsp; Web Apps</a></li>
<li><a href="https://www.appziatech.com/game-application-development"><img src="https://www.appziatech.com/assets/img/core-img/game.png" alt="Game_Apps"> &nbsp; Game Apps</a></li>
</ul>
</li>
<li><a href="#">Staffing</a>
<ul class="dropdown">
<li><a href="https://www.appziatech.com/talent">&nbsp; Hire Our Talent</a></li>
<li><a href="https://www.appziatech.com/outsource"> &nbsp; Outsource Us</a></li>
<li><a href="https://www.appziatech.com/technology_stack"> &nbsp; Technology Stack</a></li>
</ul>
</li>
<!--<li><a href="https://www.appziatech.com/outsource">Outsource Us</a></li>-->
<li><a href="https://www.appziatech.com/market_research">Market Research</a></li>
<li><a href="https://www.appziatech.com/azul-info">Azul</a></li>
<!--<li><a href="https://www.appziatech.com/careers">Careers</a></li>-->
<li><a href="https://www.appziatech.com/contact">Contact</a></li>
</ul>
<button class="btn appzia-btn header-btn" data-toggle="modal" data-target="#myModal">Get Free Quote</button>
</div>
</div>
</nav>
</div>
</div>
</div>
<div id="cookie_popup" class="cookieConsentContainer" style="display:none">
<div class="cookies_content">
<div>
<div class="cookieTitle">
<a style="color: white;">Cookies.</a>
</div>
<div class="cookieDesc">
<p>Our website uses cookies to provide your browsing experience and relavent informations. </p>
</div>
</div>
<div class="cookieButton">
<a class="close"><span>I agree</span></a>
</div>
</div>
<div class="cross">
<a onclick="close_cookie()" style="color: white; cursor: pointer;">&times;</a>
</div>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127709155-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-127709155-1');
</script>
<!-- Global site tag (gtag.js) - Google Ads: 771301978 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-771301978"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'AW-771301978');
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Appzia Technologies Pte. Ltd.",
"image": "https://www.appziatech.com/assets/img/core-img/appzia-logo.png",
"@id": "",
"url": "https://www.appziatech.com",
"telephone": "+6586526293",
"priceRange": "Above $1000",
"address": {
"@type": "PostalAddress",
"streetAddress": "30 Cecil Street, #19-08 Prudential Tower,",
"addressLocality": "Singapore",
"postalCode": "049712",
"addressCountry": "SG"
},
"sameAs": [
"https://www.facebook.com/appziatech/?modal=admin_todo_tour",
"https://twitter.com/AppziaT",
"https://www.instagram.com/appziatech1/",
"https://www.linkedin.com/company/14559797/admin/",
"https://in.pinterest.com/appziatech/"
]
}
</script>
<!-- Facebook Pixel Code -->
<script>
! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2582754202007229');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=2582754202007229&ev=PageView&noscript=1" /></noscript>
<!-- End Facebook Pixel Code -->
<!-- Start Country flag dropwown -->
<script src="https://www.appziatech.com/assets/build/js/jquery-latest.min.js"></script>
<!-- <script src="https://www.appziatech.com/assets/build/intlTelInput.js"></script> -->
<script>
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36251023-1']);
_gaq.push(['_setDomainName', 'jqueryscript.net']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Country flag dropwown -->
</header>
<!-- Event snippet for Mobile App Calls conversion page
In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
<script>
function gtag_report_conversion(url) {
var callback = function() {
if (typeof(url) != 'undefined') {
window.location = url;
}
};
gtag('event', 'conversion', {
'send_to': 'AW-709685851/P6hsCLiF6qUYENvks9IC',
'event_callback': callback
});
return false;
}
</script>
<!-- ##### Header Area End ##### -->
</html> <!-- //header -->
<!-- ##### Hero Area ##### -->
<!-- <section class="hero-area hero-post-slides owl-carousel">
<div class="single-hero-slide bg-img d-flex align-items-center justify-content-center position-relative">
<div class="row">
<div class="col-12">
<div class="hero-slides-content position-relative">
<video loop muted autoplay>
<source src="assets/images/home_images/banner.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="banner_overlay"></div>
</div>
</section> -->
<!-- ##### Hero Area End ##### -->
<div class="bg-video-wrap">
<div class="video-container">
<video src="assets/images/home_images/banner.mp4" loop muted autoplay></video>
</div>
<div class="banner_overlay"></div>
<div class="content-box">
<h1 class="" data-wow-duration="1s" data-wow-delay="0.5s">HIGH TECH INNOVATION & DIGITAL TRANSFORMATION</h2>
</div>
</div>
<section id="category-part" style="margin-bottom: 50px;">
<div class="container">
<div class="row category">
<div class="explore-more-item stats">
<div class="explore-more-img-wrapper">
<img src="<?php echo base_url() ?>assets/images/home_images/appfutura-badge.jpg" loading="lazy" alt="Mobile App Development Companies " title="Mobile App Development Companies " width="100px" height="150px">
</div>
</div>
<div class="explore-more-item stats">
<div class="explore-more-img-wrapper">
<img class="" data-src="https://www.appziatech.com/assets/footer_img/top_developers.webp" loading="lazy" alt="Mobile App Development Companies " title="Mobile App Development Companies " width="100px" height="150px" src="https://www.appziatech.com/assets/footer_img/top_developers.webp">
</div>
</div>
<div class="explore-more-item stats">
<div class="explore-more-img-wrapper">
<img class="" data-src="https://www.appziatech.com/assets/footer_img/top_rated.webp" loading="lazy" width="100px" height="150px" src="https://www.appziatech.com/assets/footer_img/top_rated.webp">
</div>
</div>
<div class="explore-more-item stats">
<div class="explore-more-img-wrapper">
<img loading="lazy" src="https://assets.goodfirms.co/badges/color-badge/app-development.svg" alt="GoodFirms Badge" width="100px" height="150px">
</div>
</div>
<div class="explore-more-item stats">
<div class="explore-more-img-wrapper">
<img src="<?php echo base_url() ?>assets/images/home_images/cluch.jpg" loading="lazy" alt="Mobile App Development Companies " title="Mobile App Development Companies " width="100px" height="150px">
</div>
</div>
<div class="explore-more-item stats">
<div class="explore-more-img-wrapper">
<img src="https://www.appziatech.com//assets/img/aa.png" alt="app developers" title="App Developers Indore" width="130px" height="130px">
</div>
</div>
</div>
</div>
</section>
<!-- <div class="why-choose-us section-padding-100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading">
<h2>Why Appzia</h2>
<p>Our skill lies in creating a websites and mobile apps that are very user friendly. We enable you to design and convey the capacities to reach to your ideal customers.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="why-choose-us-single">
<div class="why-choose-us-single-container">
<div class="ct-counter-inner center">
<div class="ct-counter-meta">
<img class="why-image" src="https://www.appziatech.com/assets/img/core-img/clean-sleek-design.png" alt="Clean &amp; Sleek Design">
<div class="ct-counter-title">Clean & Sleek Design</div>
<p>Simple, Attractive and catchy website design can create a decent impression
in the online presence which can attract potential customers to us.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="why-choose-us-single">
<div class="why-choose-us-single-container">
<div class="ct-counter-inner center">
<img class="why-image" src="https://www.appziatech.com/assets/img/core-img/clean-sleek-design.png" alt="Clean &amp; Sleek Design">
<div class="ct-counter-meta">
<div class="ct-counter-title">Building Brands</div>
<p>First step of building brands is building a website. Business
website represent it on the internet and helps in reaching wide
range of customers.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="why-choose-us-single">
<div class="why-choose-us-single-container">
<div class="ct-counter-inner center">
<img class="why-image" src="https://www.appziatech.com/assets/img/core-img/clean-sleek-design.png" alt="Clean &amp; Sleek Design">
<div class="ct-counter-meta">
<div class="ct-counter-title">SEO Friendly Development</div>
<p>
SEO helps website to rank on Google, Bing, and Yahoo etc. This will
helps customers to find a company easily in search results.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- ##### Why Choose Us Area ##### -->
<div class="why-choose-us section-padding-100">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="section-heading" style="margin: 0 auto;">
<h2>Welcome to Appzia</h2>
</div>
<p>
Appzia Technologies Pvt. Ltd. is one of the leading Software company that
provides customized technology solutions to our clients. We focus on
understanding our clients needs and suggesting innovative inputs from
our side to boost their business. We develop digital strategies to make
sure our clients get what they want.
</p>
<p>
Appzia Technologies Pvt. Ltd. is one of the leading Software company that
provides customized technology solutions to our clients. We focus on
understanding our clients needs and suggesting innovative inputs from
our side to boost their business. We develop digital strategies to make
sure our clients get what they want.
</p>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-6">
<div class="why-choose-us-single">
<div class="why-choose-us-single-container">
<div class="ct-counter-inner center">
<div class="ct-counter-icon icon-img">
<img loading="lazy" decoding="async" width="70" height="72" src="assets/images/home_images/1.webp" class="attachment-thumbnail size-thumbnail entered lazyloaded" alt="" data-lazy-src="https://webixnet.com/wp-content/uploads/2022/01/img-fcb-v5-1.jpg" data-ll-status="loaded"><noscript><img loading="lazy" decoding="async" width="70" height="72" src="https://webixnet.com/wp-content/uploads/2022/01/img-fcb-v5-1.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></noscript>
</div>
<div class="ct-counter-meta">
<div class="ct-counter-number">
<span id="number1" class="ct-counter-number-value">0</span>
</div>
<div class="ct-counter-title">Projects</div>
</div>
<div class="ct-counter-line"></div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="why-choose-us-single">
<div class="why-choose-us-single-container-wrap">
<div class="ct-counter-inner center">
<div class="ct-counter-icon icon-img">
<img loading="lazy" decoding="async" width="60" height="70" src="assets/images/home_images/2.webp" class="attachment-thumbnail size-thumbnail entered lazyloaded" alt="" data-lazy-src="https://webixnet.com/wp-content/uploads/2022/01/img-fcb-v5-2.jpg" data-ll-status="loaded"><noscript><img loading="lazy" decoding="async" width="60" height="70" src="https://webixnet.com/wp-content/uploads/2022/01/img-fcb-v5-2.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></noscript>
</div>
<div class="ct-counter-meta">
<div class="ct-counter-number">
<span id="number2" class="ct-counter-number-value">0</span>
</div>
<div class="ct-counter-title">Happy Clients</div>
</div>
<div class="ct-counter-line"></div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="why-choose-us-single">
<div class="why-choose-us-single-container">
<div class="ct-counter-inner center">
<div class="ct-counter-icon icon-img">
<img loading="lazy" decoding="async" width="55" height="76" src="assets/images/home_images/3.webp" class="attachment-thumbnail size-thumbnail entered lazyloaded" alt="" data-lazy-src="https://webixnet.com/wp-content/uploads/2022/01/img-fcb-v5-4.jpg" data-ll-status="loaded"><noscript><img loading="lazy" decoding="async" width="55" height="76" src="https://webixnet.com/wp-content/uploads/2022/01/img-fcb-v5-4.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></noscript>
</div>
<div class="ct-counter-meta">
<div class="ct-counter-number">
<span id="number3" class="ct-counter-number-value">0</span>
</div>
<div class="ct-counter-title">Team</div>
</div>
<div class="ct-counter-line"></div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="why-choose-us-single">
<div class="why-choose-us-single-container-wrap">
<div class="ct-counter-inner center">
<div class="ct-counter-icon icon-img">
<img loading="lazy" decoding="async" width="65" height="70" src="assets/images/home_images/4.webp" class="attachment-thumbnail size-thumbnail entered lazyloaded" alt="" data-lazy-src="https://webixnet.com/wp-content/uploads/2022/01/img-fcb-v5-3.jpg" data-ll-status="loaded"><noscript><img loading="lazy" decoding="async" width="65" height="70" src="https://webixnet.com/wp-content/uploads/2022/01/img-fcb-v5-3.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></noscript>
</div>
<div class="ct-counter-meta">
<div class="ct-counter-number">
<span id="number4" class="ct-counter-number-value">0</span>
</div>
<div class="ct-counter-title">Years</div>
</div>
<div class="ct-counter-line"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Why Choose Us Area End ##### -->
<!-- ##### Our Services Area ##### -->
<section class="why-choose-us bg-gray section-padding-100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading">
<h2>OUR SERVICES</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col col-md-4">
<div class="service-card">
<div class="icon-wrapper">
<img src="<?php echo base_url() ?>assets/images/home_images/s1.png"></img>
</div>
<h3>Mobile App Development</h3>
<p>
We plan and develop a custom mobile application for iOS and
Android Stages. Our Certifies and professional app developers
provide feature rich and functional using AI & ML for every
business.
</p>
</div>
</div>
<div class="col col-md-4">
<div class="service-card">
<div class="icon-wrapper">
<img src="<?php echo base_url() ?>assets/images/home_images/s2.webp"></img>
</div>
<h3>Web Design & Development</h3>
<p>
Web design and development are the process of creating and
maintaining websites. Web design involves the visual and aesthetic
aspect of a website, including layout, color scheme, and branding.
</p>
</div>
</div>
<div class="col col-md-4">
<div class="service-card">
<div class="icon-wrapper">
<img src="<?php echo base_url() ?>assets/images/home_images/s6.webp"></img>
</div>
<h3>Software Testing</h3>
<p>
Software testing is the process of evaluating a software
application or system in order to identify any defects or
issues and ensure that it meets its requirements and
specifications.
</p>
</div>
</div>
<div class="col col-md-4">
<div class="service-card">
<div class="icon-wrapper">
<img src="<?php echo base_url() ?>assets/images/home_images/s3.png"></img>
</div>
<h3>E-commerce Development</h3>
<p>
E-commerce development refers to the process of creating and
maintaining an online store or platform for selling products
or services over the internet.
</p>
</div>
</div>
<div class="col col-md-4">
<div class="service-card">
<div class="icon-wrapper">
<img src="<?php echo base_url() ?>assets/images/home_images/s4.webp"></img>
</div>
<h3>Mobile Game Development</h3>
<p>
Mobile game development is the process of creating video games
for mobile devices such as smartphones and tablets.
</p>
</div>
</div>
<div class="col col-md-4">
<div class="service-card">
<div class="icon-wrapper">
<img src="<?php echo base_url() ?>assets/images/home_images/s5.png"></img>
</div>
<h3>Digital Marketing</h3>
<p>
Appzia is a digital marketing agency providing performance
marketing to businesses and brands online.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Our Services End ##### -->
<!-- ##### Industries ##### -->
<!-- <section class="why-choose-us industries-we-serve section-padding-100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading">
<h2>INDUSTRIES WE SERVE</h2>
</div>
</div>
</div>
<div class="cards-wrapper three">
<div class="row">
<div class="col-md-3">
<div class="industries-vertical">
<div class="image gradient">
<img src="<?php echo base_url() ?>assets/images/home_images/i1.png" width="170" height="170" alt="IoTWhiteNoCircle" loading="lazy">
</div>
<div class="content">
<h5 class="title">
<div align="center">Banking & Consumes Finance</div>
</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="industries-vertical">
<div class="image gradient">
<img src="<?php echo base_url() ?>assets/images/home_images/i2.png" width="170" height="170" alt="IoTWhiteNoCircle" loading="lazy">
</div>
<div class="content">
<h5 class="title">
<div align="center">Insurance Management</div>
</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="industries-vertical">
<div class="image gradient">
<img src="<?php echo base_url() ?>assets/images/home_images/i3.png" width="170" height="170" alt="IoTWhiteNoCircle" loading="lazy">
</div>
<div class="content">
<h5 class="title">
<div align="center">Travel Hospitality</div>
</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="industries-vertical ">
<div class="image gradient">
<img src="<?php echo base_url() ?>assets/images/home_images/i8.png" width="120" height="120" alt="IoTWhiteNoCircle" loading="lazy">
</div>
<div class="content">
<h5 class="title">
<div align="center">Retail And Consumer Goods</div>
</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="industries-vertical">
<div class="image gradient">
<img src="<?php echo base_url() ?>assets/images/home_images/i4.webp" width="120" height="120" alt="IoTWhiteNoCircle" loading="lazy">
</div>
<div class="content">
<h5 class="title">
<div align="center">Health Marketing Solutions</div>
</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="industries-vertical">
<div class="image gradient">
<img src="<?php echo base_url() ?>assets/images/home_images/i5.webp" width="120" height="120" alt="IoTWhiteNoCircle" loading="lazy">
</div>
<div class="content">
<h5 class="title">
<div align="center">Real Estate</div>
</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="industries-vertical">
<div class="image gradient">
<img src="<?php echo base_url() ?>assets/images/home_images/i6.webp" width="120" height="120" alt="IoTWhiteNoCircle" loading="lazy">
</div>
<div class="content">
<h5 class="title">
<div align="center">Media Marketing Solution</div>
</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="industries-vertical">
<div class="image gradient">
<img src="<?php echo base_url() ?>assets/images/home_images/i7.png" width="170" height="170" alt="IoTWhiteNoCircle" loading="lazy">
</div>
<div class="content">
<h5 class="title">
<div align="center">High Tech Marketing Solutions</div>
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- ##### Industries End ##### -->
<section class="why-choose-us section-padding-100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading">
<h2>INDUSTRIES WE SERVE</h2>
</div>
</div>
</div>
<div class="row">
<div class="industries-vertical col-md-3">
<div class="conteent">
<p class="copy">
<img src="<?php echo base_url() ?>assets/images/home_images/i1.png" alt="Fintech">
</p>
<h4 class="title">Banking & Consumes Finance</h4>
</div>
</div>
<div class="industries-vertical col-md-3">
<div class="conteent">
<p class="copy">
<img src="<?php echo base_url() ?>assets/images/home_images/i2.png" alt="Fintech">
</p>
<h4 class="title">Insurance Management</h4>
</div>
</div>
<div class="industries-vertical col-md-3">
<div class="conteent">
<p class="copy">
<img src="<?php echo base_url() ?>assets/images/home_images/i3.png" alt="Fintech">
</p>
<h4 class="title">Travel Hospitality</h4>
</div>
</div>
<div class="industries-vertical col-md-3">
<div class="conteent">
<p class="copy">
<img src="<?php echo base_url() ?>assets/images/home_images/i8.png" alt="Fintech">
</p>
<h4 class="title">Retail And Consumer Goods</h4>
</div>
</div>
<div class="industries-vertical col-md-3">
<div class="conteent">
<p class="copy">
<img src="<?php echo base_url() ?>assets/images/home_images/i4.webp" alt="Fintech">
</p>
<h4 class="title">Health Marketing Solutions</h4>
</div>
</div>
<div class="industries-vertical col-md-3">
<div class="conteent">
<p class="copy">
<img src="<?php echo base_url() ?>assets/images/home_images/i5.webp" alt="Fintech">
</p>
<h4 class="title">Real Estate</h4>
</div>
</div>
<div class="industries-vertical col-md-3">
<div class="conteent">
<p class="copy">
<img src="<?php echo base_url() ?>assets/images/home_images/i6.webp" alt="Fintech">
</p>
<h4 class="title">Media Marketing Solution</h4>
</div>
</div>
<div class="industries-vertical col-md-3">
<div class="conteent">
<p class="copy">
<img src="<?php echo base_url() ?>assets/images/home_images/i7.png" alt="Fintech">
</p>
<h4 class="title">High Tech Marketing Solutions</h4>
</div>
</div>
</div>
</div>
</section>
<!-- ##### OUR CUSTOMERS ##### -->
<!-- <section class="can-help latest-sermons-area section-padding-100">
<div class="container">
<div class="heading">
<div class="wrap-v4">
<div class="section-heading">
<h2>OUR CUSTOMERS</h2>
</div>
<div class="horizontal-scroll-container">
<div class="tabs">
<div class="tabs__item -active" onclick="openTabContent(0)">
<div class="tabs__art">
<img alt="Healthcare" class="not-active-icon" src="<?php echo base_url() ?>assets/images/home_images/c1.png">
</div>
<div class="tabs__title">Ecommerce</div>
</div>
<div class="tabs__item" onclick="openTabContent(1)">
<div class="tabs__art">
<img alt="Healthcare" class="not-active-icon" src="<?php echo base_url() ?>assets/images/home_images/c2.png">
</div>
<div class="tabs__title">Gaming Industry</div>
</div>
<div class="tabs__item" onclick="openTabContent(2)">
<div class="tabs__art">
<img alt="Healthcare" class="not-active-icon" src="<?php echo base_url() ?>assets/images/home_images/c3.png">
</div>
<div class="tabs__title">Real Estate</div>
</div>
<div class="tabs__item" onclick="openTabContent(3)">
<div class="tabs__art">
<img alt="Healthcare" class="not-active-icon" src="<?php echo base_url() ?>assets/images/home_images/c4.png">
</div>
<div class="tabs__title">Automobile</div>
</div>
<div class="tabs__item" onclick="openTabContent(4)">
<div class="tabs__art">
<img alt="Healthcare" class="not-active-icon" src="<?php echo base_url() ?>assets/images/home_images/c5.png">
</div>
<div class="tabs__title">Hotel Industry</div>
</div>
<div class="tabs__item" onclick="openTabContent(5)">
<div class="tabs__art">
<img alt="Healthcare" class="not-active-icon" src="<?php echo base_url() ?>assets/images/home_images/c6.png">
</div>
<div class="tabs__title">Health Care</div>
</div>
</div>
</div>
</div>
</div>
<div class="content">
<div class="wrap-v4">
<div class="tabs__content">
<div class="tabs__content-item -active" id="tabContent0">
<div class="items">
<div class="item">
<div class="item__content">
<div class="row">
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/e1.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/e2.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/e3.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/e5.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/e6.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/e4.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/e7.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/e8.png" height="80px" width="80px">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/e9.png" height="80px" width="80px">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tabs__content-item" id="tabContent1">
<div class="items">
<div class="item">
<div class="item__content">
<div class="row">
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/g1.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/g2.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/g3.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/g4.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tabs__content-item" id="tabContent2">
<div class="items">
<div class="item">
<div class="item__content">
<div class="row">
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/r1.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/r2.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tabs__content-item" id="tabContent3">
<div class="items">
<div class="item">
<div class="item__content">
<div class="row">
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/a1.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/a2.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tabs__content-item" id="tabContent4">
<div class="items">
<div class="item">
<div class="item__content">
<div class="row">
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/h1.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/h2.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tabs__content-item" id="tabContent5">
<div class="items">
<div class="item">
<div class="item__content">
<div class="row">
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/hc1.png">
</div>
</div>
<div class="col-lg-2">
<div class="banner-badge">
<img src="<?php echo base_url() ?>assets/images/home_images/client/hc2.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- ##### OUR CUSTOMERS End ##### -->
<!-- ##### OUR TESTIMONIALS ##### -->
<div class="gtco-testimonials bg-gray section-padding-100">
<div class="container">
<div class="section-heading">
<h2>What Our Clients Say</h2>
</div>
<div class="owl-carousel owl-carousel1 owl-theme">
<div>
<div class="card text-center"><img class="card-img-top" src="https://images.unsplash.com/photo-1572561300743-2dd367ed0c9a?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=300&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=50&w=300" alt="">
<div class="card-body">
<h5>Ronne Galle <br />
<span> Project Manager </span>
</h5>
<p class="card-text"> Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
impedit quo minus id quod maxime placeat </p>
</div>
</div>
</div>
<div>
<div class="card text-center"><img class="card-img-top" src="https://images.unsplash.com/photo-1588361035994-295e21daa761?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=301&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=50&w=301" alt="">
<div class="card-body">
<h5>Missy Limana<br />
<span> Engineer </span>
</h5>
<p class="card-text"> Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
impedit quo minus id quod maxime placeat </p>
</div>
</div>
</div>
<div>
<div class="card text-center"><img class="card-img-top" src="https://images.unsplash.com/photo-1575377222312-dd1a63a51638?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=302&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=50&w=302" alt="">
<div class="card-body">
<h5>Martha Brown<br />
<span> Project Manager </span>
</h5>
<p class="card-text"> Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
impedit quo minus id quod maxime placeat </p>
</div>
</div>
</div>
<div>
<div class="card text-center"><img class="card-img-top" src="https://images.unsplash.com/photo-1549836938-d278c5d46d20?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=303&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=50&w=303" alt="">
<div class="card-body">
<h5>Hanna Lisem<br />
<span> Project Manager </span>
</h5>
<p class="card-text"> Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
impedit quo minus id quod maxime placeat </p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ##### OUR TESTIMONIALS End ##### -->
<!-- ##### OUR PORTFOLIO ##### -->
<section class="why-choose-us section-padding-100">
<div class="container">
<div class="section-heading">
<h2>Case Studies</h2>
</div>
<div class="row">
<!-- <div class="col-lg-4 grid-item Education">
<div class="project-item">
<div class="project-img">
<a href="#"><img src="assets/images/home_images/case1.jpg" alt="images"></a>
</div>
</div>
<h5 class="pheading">True Learning</h5>
<p>
Appzia Technologies Pvt. Ltd. is one of the leading Software company that
provides customized technology solutions to our clients. We focus on
understanding our clients needs and suggesting innovative inputs from
our side to boost their business.
</p>
</div> -->
<!-- <div class="col-lg-4 grid-item Education">
<div class="project-item">
<div class="project-img">
<a href="#"><img src="assets/images/home_images/p1.png" alt="images"></a>
</div>
<div class="project-content ">
<div class="vertical-middle">
<div class="vertical-middle-cell">
<h3 class="title"><a href="https://www.truelearning.in/" target="_blank">True Learning</a>
</h3>
</div>
</div>
</div>
</div>
<h5 class="pheading">True Learning</h5>
</div>
<div class="col-lg-4 grid-item Education">
<div class="project-item">
<div class="project-img">
<a href="#"><img src="assets/images/home_images/p1.png" alt="images"></a>
</div>
<div class="project-content ">
<div class="vertical-middle">
<div class="vertical-middle-cell">
<h3 class="title"><a href="https://www.truelearning.in/" target="_blank">True Learning</a>
</h3>
</div>
</div>
</div>
</div>
<h5 class="pheading">True Learning</h5>
</div> -->
<div class="col-lg-4">
<div class="card_case">
<div class="card__header">
<img src="<?php echo base_url() ?>assets/images/home_images/case1.jpg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body_case">
<span class="tag tag-blue">Education</span>
<h4 class="case-title">TRUE LEARNING</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sequi perferendis
molestiae non nemo doloribus. Doloremque, nihil! At ea atque quidem!
</p>
<a href="" class="more-info">More Info</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card_case">
<div class="card__header">
<img src="<?php echo base_url() ?>assets/images/home_images/case2.jpeg" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body_case">
<span class="tag tag-blue">E-Commorce</span>
<h4 class="case-title">LABH-LAXMI</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sequi perferendis
molestiae non nemo doloribus. Doloremque, nihil! At ea atque quidem!
</p>
<a href="" class="more-info">More Info</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card_case">
<div class="card__header">
<img src="<?php echo base_url() ?>assets/images/home_images/case3.webp" alt="card__image" class="card__image" width="600">
</div>
<div class="card__body_case">
<span class="tag tag-blue">Health Care</span>
<h4 class="case-title">FO1</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Sequi perferendis molestiae non nemo doloribus.
Doloremque, nihil! At ea atque quidem!
</p>
<a href="" class="more-info">More Info</a>
</div>
</div>
</div>
</div>
<div class="more-port">
<a href="https://www.appziatech.com/mobile-app-development" class="btn appzia-btn btn-2">All Projects</a>
</div>
</div>
</section>
<!-- ##### OUR PORTFOLIO End ##### -->
<section class="why-choose-us bg-gray section-padding-top">
<div class="section-heading">
<h2>Our Customers</h2>
</div>
<div class="slider">
<div class="slide-track">
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n1.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n2.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n3.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n4.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n5.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n6.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/e9.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n9.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n1.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n2.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n3.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n4.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n5.png" width="250" alt="" />
</div>
<div class="slide">
<img src="<?php echo base_url() ?>assets/images/home_images/client/n6.png" width="250" alt="" />
</div>
</div>
</div>
</section>
<!-- Faq -->
<section class="why-choose-us section-padding-100">
<div class="container">
<div class="section-heading">
<h2>Frequently Asked Quetions</h2>
</div>
<ul class="faq">
<div class="row">
<div class="col-md-6">
<li class="q"> Lorem ipsum dolor sit amet, consectetur adipiscing elit? <i class="fas fa-plus"></i></li>
<li class="a">Suspendisse sit amet elit lacinia, feugiat magna at, luctus massa. Aliquam sodales dictum nulla. consectetur adipiscing elit.</li>
<li class="q"> Lorem ipsum dolor sit amet, consectetur adipiscing elit? <i class="fas fa-plus"></i></li>
<li class="a">Suspendisse sit amet elit lacinia, feugiat magna at, luctus massa. Aliquam sodales dictum nulla. consectetur adipiscing elit.</li>
<li class="q"> Lorem ipsum dolor sit amet, consectetur adipiscing elit? <i class="fas fa-plus"></i></li>
<li class="a">Suspendisse sit amet elit lacinia, feugiat magna at, luctus massa. Aliquam sodales dictum nulla. consectetur adipiscing elit.</li>
</div>
<div class="col-md-6">
<li class="q"> Lorem ipsum dolor sit amet, consectetur adipiscing elit? <i class="fas fa-plus"></i></li>
<li class="a">Suspendisse sit amet elit lacinia, feugiat magna at, luctus massa. Aliquam sodales dictum nulla. consectetur adipiscing elit.</li>
<li class="q"> Lorem ipsum dolor sit amet, consectetur adipiscing elit? <i class="fas fa-plus"></i></li>
<li class="a">Suspendisse sit amet elit lacinia, feugiat magna at, luctus massa. Aliquam sodales dictum nulla. consectetur adipiscing elit.</li>
<li class="q"> Lorem ipsum dolor sit amet, consectetur adipiscing elit? <i class="fas fa-plus"></i></li>
<li class="a">Suspendisse sit amet elit lacinia, feugiat magna at, luctus massa. Aliquam sodales dictum nulla. consectetur adipiscing elit.</li>
</div>
</div>
</ul>
</div>
</section>
<!-- Faq End-->
<!-- ##### Subscribe Area Start ##### -->
<!-- <section class="subscribe-area">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-6">
<div class="subscribe-text">
<h3>Youre just one click away to kick start your dream project</h3>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="subscribe-form text-right">
<form action="#">
<input type="email" name="subscribe-email" id="subscribeEmail" placeholder="Your Email">
<button type="submit" class="btn appzia-btn">subscribe</button>
</form>
</div>
</div>
</div>
</div>
</section> -->
<!-- ##### Subscribe Area End ##### -->
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
<!-- footer -->
<!-- ##### Footer Area Start ##### -->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.3/css/intlTelInput.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.3/js/intlTelInput.min.js"></script>
<script src="https://unpkg.com/aos@2.3.0/dist/aos.js"></script>
<footer class="footer-area">
<div class="main-footer-area">
<div class="container">
<div class="footer-split-row">
<div>
<div class="row">
<div class="col-12 col-sm-5 col-lg-5">
<div class="single-footer-widget">
<a href="#" class="footer-logo"><img src="https://www.appziatech.com/assets/img/core-img/appzia-logo2.png" alt="Appzia Technologies"></a>
<p>Appzia Technologies is Web Design and Web Development, Mobile Application Development Company in Singapore and India that helps businesses to grow fast by giving them solutions on websites, mobile applications and Digital Marketing.</p>
</div>
<!--<li>-->
<div data-pro-badge-shopper-uuid=540b3409-d5a4-44fc-b498-15461f58eaf5 data-pro-badge-mode=light style="width:200px"></div>
<script defer src="https://pro.godaddy.com/static/js/badge.js"></script>
<!--</li>-->
</div>
<div class="col-12 col-sm-3 col-lg-3">
<div class="single-footer-widget">
<h5 class="widget-title">Quick Links</h5>
<div class="single-latest-news">
<a href="https://www.appziatech.com/index"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Home</a>
<a href="https://www.appziatech.com/about-us"><i class="fa fa-angle-double-right" aria-hidden="true"></i> About Us</a>
<a href="https://www.appziatech.com/mobile-app-development"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Portfolio</a>
<a href="https://www.appziatech.com/careers"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Careers</a>
<a href="https://www.appziatech.com/contact"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Contact Us</a>
<a href="https://www.appziatech.com/privacy-policy"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Privacy Policy</a>
<a href="https://www.appziatech.com/terms_condition"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Terms & Conditions</a>
</div>
<!-- <h5 class="widget-title">Quick Links</h5>
<nav class="footer-menu">
<ul>
<li><a href="https://www.appziatech.com/index"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Home</a></li>
<li><a href="https://www.appziatech.com/about-us"><i class="fa fa-angle-double-right" aria-hidden="true"></i> About Us</a></li>
<li><a href="https://www.appziatech.com/mobile-app-development"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Portfolio</a></li>
<li><a href="https://www.appziatech.com/careers"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Careers</a></li>
<li><a href="https://www.appziatech.com/contact"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Contact Us</a></li>
<li><a href="https://www.appziatech.com/privacy-policy"><i class="fa fa-angle-double-right" aria-hidden="true"></i> Privacy Policy</a></li>
</ul>
</nav> -->
</div>
</div>
<hr>
<div class="col-12 col-sm-4 col-lg-4">
<div class="single-footer-widget">
<h5 class="widget-title">Our Services</h5>
<div class="single-latest-news">
<a href="https://www.appziatech.com/web-design"><i class="fa fa-long-arrow-right"></i> &nbsp; Website Design</a>
<a href="https://www.appziatech.com/web-development"><i class="fa fa-long-arrow-right"></i> &nbsp; Website Development</a>
<a href="https://www.appziatech.com/ecommerce-website-development"><i class="fa fa-long-arrow-right"></i> &nbsp; Ecommerce Development</a>
<a href="https://www.appziatech.com/cms-website-development"><i class="fa fa-long-arrow-right"></i> &nbsp; CMS Development</a>
<a href="https://www.appziatech.com/android-app-development"><i class="fa fa-long-arrow-right"></i> &nbsp; Android Development</a>
<a href="https://www.appziatech.com/ios-app-development"><i class="fa fa-long-arrow-right"></i> &nbsp; Ios Development</a>
<a href="https://www.appziatech.com/custom-app-development"><i class="fa fa-long-arrow-right"></i> &nbsp; Custom App Development</a>
<a href="https://www.appziatech.com/game-development"><i class="fa fa-long-arrow-right"></i> &nbsp; Game Development</a>
<a href="https://www.appziatech.com/digital-marketing-services"><i class="fa fa-long-arrow-right"></i> &nbsp; Digital Marketing</a>
<a href="https://www.appziatech.com/quality_services"><i class="fa fa-long-arrow-right"></i> &nbsp; Quality Assurance</a>
</div>
</div>
</div>
</div>
<ul class="footer-badge">
<li>
<!--<a target="_blank" href="https://www.topdevelopers.co/directory/mobile-app-development-companies">-->
<!--<img src="https://www.topdevelopers.co/assets/badges/app-2021/Mobile-App/Global/Badge-Top-Mobile-App-Development-Companies-2021.png" alt="Mobile App Development Companies " title="Mobile App Development Companies " width="100px" height="150px">-->
<img class="lazy" data-src="https://www.appziatech.com/assets/footer_img/top_developers.webp" loading="lazy" alt="Mobile App Development Companies " title="Mobile App Development Companies " width="100px" height="150px">
<!--</a>-->
</li>
<li>
<!--<a href="https://www.softwareworld.co/top-mobile-app-development-companies/" target="_blank">-->
<!--<img src="https://www.softwareworld.co/wp-content/uploads/2018/11/Mobile-App-Development-Companies.png" width="100px" height="150px">-->
<img class="lazy" data-src="https://www.appziatech.com/assets/footer_img/top_rated.webp" loading="lazy" width="100px" height="150px">
<!--</a>-->
</li>
<li>
<!--<a target="_blank" href="https://www.goodfirms.co/company/appzia-technologies">-->
<img loading="lazy" src="https://assets.goodfirms.co/badges/color-badge/app-development.svg" alt="GoodFirms Badge" width="100px" height="150px">
<!--</a>-->
</li>
<li>
<a href="https://appdevelopmentcompanies.co/local-agencies/in/app-developers/pune" target="_blank">
<img src="https://appdevelopmentcompanies.co/badge/app-development-companies.png" alt="app developers pune" title="App Developers Pune" width="95px" height="90px" /></a>
</li>
<li style="margin-top: 10px;">
<a href="https://topsoftwarecompanies.co/india/app-development/agencies/indore" target="_blank">
<img src="https://topsoftwarecompanies.co/badges/top-app-developers.svg" alt="app developers indore" title="App Developers Indore" width="110px" height="110px" /></a>
</li>
<li style="margin-top: 10px;">
<!--https://www.designrush.com/agency/software-development/trends/what-is-web-accessibility-testing-->
<a href="javascript:void(0)">
<img src="https://www.appziatech.com//assets/img/aa.png" alt="app developers" title="App Developers Indore" width="130px" height="130px" /></a>
</li>
</ul>
</div>
<div class="col-12 col-sm-12 col-lg-4">
<div class="single-footer-widget contact-col mb-40">
<div>
<h5 class="widget-title">Contact Us</h5>
<div class="contact-information">
<!--<p><i class="fa fa-map-marker" aria-hidden="true"></i> Appzia Technologies Pte. Ltd. <br>30 Cecil Street, #19-08 Prudential Tower, Singapore 049712</p>-->
<p><i class="fa fa-map-marker" aria-hidden="true"></i> East Court, F-15, Next To Phoenix Mall, Viman Nagar, Pune, Maharashtra 411014</p>
<!-- <img src="https://www.appziatech.com/assets/img/core-img/sin.png" alt="Singapore_flag"/> &nbsp; <span class="text-white"> +6586526293</span> <b class="text-white">/ </b> -->
<img src="https://www.appziatech.com/assets/img/core-img/india.png" alt="India_flag" /> &nbsp; <span class="text-white"> +918788060571 </span><br><br>
<img src="https://www.appziatech.com/assets/img/uk_flag.png" alt="UK_flag" /> &nbsp; <span class="text-white"> +44 141 628 5530 </span><br><br>
<img src="https://www.appziatech.com/assets/img/us_flag.png" alt="US_flag" /> &nbsp; <span class="text-white"> +1 323 522 5819 </span><br><br>
<!-- <img src="https://www.appziatech.com/assets/img/core-img/australia.png" alt="Australia_flag"/> &nbsp; <span class="text-white"> +61390134595</span></a> <b class="text-white">/ </b><img src="https://www.appziatech.com/assets/img/core-img/ny.png" alt="India_flag"/> &nbsp; <span class="text-white"> +1(347) 4559506</span><br><br> -->
<a href="mailto:info@appziatech.com"><i class="fa fa-envelope-o" aria-hidden="true"></i><span> info@appziatech.com</span></a>
</div>
</div>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15128.970987634964!2d73.9173788!3d18.5630917!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bc2c13d3b89ce27%3A0x7bb329cb3b93a000!2sAppzia%20Technologies!5e0!3m2!1sen!2sin!4v1697804538287!5m2!1sen!2sin" width="300" height="160" frameborder="0" style="border:double maroon;" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copywrite-area">
<div class="container h-100">
<div class="row h-100 align-items-center flex-wrap">
<div class="col-12 col-md-6">
<div class="copywrite-text">
<p>Copyright &copy;<span id="yer"></span> Appzia Technologies | All rights reserved.</p>
</div>
</div>
<script>
document.getElementById("yer").innerHTML = (new Date().getFullYear());
</script>
<div class="col-12 col-md-6">
<div class="footer-social-icon">
<!--https://www.facebook.com/appziatech/ -->
<a href="https://www.facebook.com/appziatechno" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/appziaT" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/appziatech" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://in.pinterest.com/appziatech/" target="_blank"><i class="fa fa-pinterest-p"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area End ##### -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<script src='https://www.google.com/recaptcha/api.js'></script>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header text-center">
<h5 class="modal-title w-100 font-mod">Write to us</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body mx-3">
<form action=" https://www.appziatech.com/quote-form-data" method="post" enctype="multipart/form-data" id="quote">
<div>
<div class="input-holder">
<input type="text" name="name" placeholder="*Your Name" class="validate" required>
</div>
<div class="input-holder">
<input type="email" name="email" placeholder="*Your Email" class="validate" required>
</div>
<div class="input-holder">
<div class="input-group ">
<!--mobile_n " id="mobile_n"-->
<input type="tel" onkeyup="mobile_no_validation(this.value)" maxlength="10" minlength="10" name="phone_number1" class="form-control phone_numberrblog_web2 brd pd fon" required />
<!--<input type="tel" id="mobile-number" class="form-control mobile-number brd pd fon" name="phone" placeholder="*Your Phone No." class="validate" maxlength="16" onclick="ValidateTextBox()" required style="margin-bottom:auto !important"> -->
</div>
<!-- <div class="input-group ">-->
<!-- <input type="tel" id="mobile-number" class="form-control brd pd fon" name="phone" placeholder="*Your Phone No." onclick="ValidateTextBox()" class="validate" maxlength="16" > -->
<!--</div>-->
</div>
<div class="input-holder">
<input type="text" name="city" placeholder="*Your Company Name" class="validate" required>
</div>
<div class="input-holder">
<select class="form-v1" name="role" required>
<option>Web Design & Development</option>
<option>App Development</option>
<option>Staff Augmentation</option>
<option>Game Development</option>
<option>QA Testing</option>
<option>Digital Marketing</option>
<option>Other</option>
</select>
</div>
<div class="input-holder">
<textarea class="validate" name="message" placeholder="Message"></textarea>
</div>
</div>
<div class="g-recaptcha" data-sitekey="6Le-q0sUAAAAADmDpZUhxfH5ahDJvEER1AuVI22x" id="recap"></div>
<!--input type="hidden" value="6Le-q0sUAAAAADmDpZUhxfH5ahDJvEER1AuVI22x" id="recap"-->
<div class="modal-footer d-flex justify-content-center">
<button type="submit" id="sub_form" class="btn appzia-btn" value="submit" name="submit" id="btnSubmit" onclick="gtag_report_conversion()"> Send <i class="fa fa-paper-plane ml-1"></i></button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="modal fade" id="myDownload" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<script src='https://www.google.com/recaptcha/api.js'></script>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header text-center">
<h5 class="modal-title w-100 font-mod">Write to us</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body mx-3">
<form action="" method="post" enctype="multipart/form-data" id="downloadForm">
<!-- Your form content -->
<div>
<p>Enter your details once to access all our information and resources</p>
<br>
<div class="input-holder">
<input type="text" name="name" placeholder="Enter Your Name" class="validate required" required>
</div>
<div class="input-holder">
<div class="input-group">
<input type="tel" onkeyup="mobile_no_validation(this.value)" maxlength="10" minlength="10" name="phone_number1" class="form-control phone_numberrblog_web brd pd fon required" required />
</div>
</div>
<div class="input-holder">
<input type="email" name="email" placeholder="Enter Your Email" class="validate required" required>
</div>
</div>
<div class="modal-footer d-flex justify-content-center">
<button type="submit" id="downloadButton" class="btn appzia-btn" value="submit" name="submit" onclick="downloadPDFAndSubmitForm()"> Download <i class="fas fa-download"></i></button>
</div>
</form>
</div>
</div>
</div>
</div>
<!--
<script>
function downloadPDFAndSubmitForm() {
const pdfUrl = 'assets/images/True learning.pdf';
const link = document.createElement('a');
link.href = pdfUrl;
link.target = '_blank';
link.download = 'True learning.pdf';
link.click();
$("#downloadForm").submit();
}
</script> -->
<script>
function downloadPDFAndSubmitForm() {
// Check if the form is valid before triggering the download
if (validateForm()) {
// Assuming you have a PDF file named 'example.pdf'
const pdfUrl = 'assets/images/True learning.pdf';
// Create an anchor element
const link = document.createElement('a');
link.href = pdfUrl;
link.target = '_blank'; // Open the link in a new tab/window
// Specify the download attribute along with the desired file name
link.download = 'True learning.pdf';
// Programmatically click the link to trigger the download
link.click();
// Submit the form using jQuery
$("#downloadForm").submit();
}
}
function validateForm() {
// Find all elements with the 'required' class
const requiredFields = document.querySelectorAll('.required');
// Check if any required field is empty
for (const field of requiredFields) {
const value = field.value.trim();
if (!value) {
alert('Please fill up form.');
return false;
}
}
return true; // Form is valid
}
</script>
<script>
document.addEventListener('DOMContentLoaded', function() {
var buyThemeButton = document.querySelector('.buy-theme');
window.addEventListener('scroll', function() {
// Check if the scroll position is greater than or equal to 50%
if (window.scrollY >= (document.documentElement.scrollHeight - window.innerHeight) * 0.5) {
// Add the 'active' class to the button
buyThemeButton.classList.add('active');
} else {
// Remove the 'active' class if not scrolled down 50%
buyThemeButton.classList.remove('active');
}
});
});
</script>
<!-- Start Country flag dropwown -->
<script src="https://www.appziatech.com/assets/build/js/jquery-latest.min.js"></script>
<script src="https://www.appziatech.com/assets/build/intlTelInput.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.14/js/utils.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.14/js/intlTelInput.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.11/jquery.mask.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.3/js/intlTelInput.min.js"></script>
<script>
$(document).ready(function() {
let text = document.getElementsByClassName("iti__selected-dial-code");
console.log("c code=", text[0].textContent);
});
// function mobile_no_validation(idd){
// if(idd.length<=9){
// console.log("idd", idd.length);
// document.getElementById("sub_form").disabled =true;
// document.getElementById("mobile_n").classList.add("mobile_n");
// document.getElementById("mobile_n").classList.add("m_n");
// }
// else{
// console.log("idd", idd.length);
// document.getElementById("sub_form").disabled =false;
// document.getElementById("mobile_n").classList.remove("mobile_n")
// document.getElementById("mobile_n").classList.remove("m_n");
// }
// }
</script>
<script>
// var urll=window.location.href;
// alert(urll);
var phone_number1 = window.intlTelInput(document.querySelector(".phone_numberrblog_web2"), {
separateDialCode: true,
preferredCountries: ["us"],
hiddenInput: "full",
utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.14/js/utils.js"
});
var phone_number = window.intlTelInput(document.querySelector(".phone_number"), {
separateDialCode: true,
preferredCountries: ["us"],
hiddenInput: "full",
utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.14/js/utils.js"
});
console.log("phone_number1=", phone_number1)
</script>
<script>
// akshay comment code
$("form").submit(function() {
// var full_number = phone_number.getNumber(intlTelInputUtils.numberFormat.E164);
// $("input[name='phone_number'").val(full_number);
// alert(full_number);
// var x = document.getElementById("phone_number").placeholder;
// alert(x.len);
// var full_number1 = phone_number1.getNumber(intlTelInputUtils.numberFormat.E164);
// $("input[name='phone_number1'").val(full_number1);
// alert(full_number1);
//
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36251023-1']);
_gaq.push(['_setDomainName', 'jqueryscript.net']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Country flag dropwown -->
<script>
$("#quote").submit(function() {
//var captcha=$('#recap').attr("data-sitekey");
//alert(captcha);
if (grecaptcha.getResponse() != "") {
// alert("You can't proceed!");
}
});
</script>
<!-- ##### All Javascript Script ##### -->
<!-- jQuery-2.2.4 js -->
<script src="https://www.appziatech.com/assets/js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="https://www.appziatech.com/assets/js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="https://www.appziatech.com/assets/js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="https://www.appziatech.com/assets/js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="https://www.appziatech.com/assets/js/active.js"></script>
<script src="<?php echo base_url() ?>assets/js/wow.min.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
var lazyloadImages = document.querySelectorAll("img.lazy");
var lazyloadThrottleTimeout;
function lazyload() {
if (lazyloadThrottleTimeout) {
clearTimeout(lazyloadThrottleTimeout);
}
lazyloadThrottleTimeout = setTimeout(function() {
var scrollTop = window.pageYOffset;
lazyloadImages.forEach(function(img) {
if (img.offsetTop < (window.innerHeight + scrollTop)) {
img.src = img.dataset.src;
img.classList.remove('lazy');
}
});
if (lazyloadImages.length == 0) {
document.removeEventListener("scroll", lazyload);
window.removeEventListener("resize", lazyload);
window.removeEventListener("orientationChange", lazyload);
}
}, 20);
}
document.addEventListener("scroll", lazyload);
window.addEventListener("resize", lazyload);
window.addEventListener("orientationChange", lazyload);
});
</script>
<script>
$(document).ready(function() {
console.log(localStorage.getItem('cookie_popup'));
if (localStorage.getItem('cookie_popup') == null) {
$('#cookie_popup').show();
}
if (localStorage.getItem('cookie_popup')) {
$('#cookie_popup').hide();
}
$('#cookie_popup .close').click(function() {
localStorage.setItem('cookie_popup', true);
$('#cookie_popup').hide();
});
});
function close_cookie() {
document.getElementById('cookie_popup').style.display = "none";
}
</script>
<script>
function gtag_report_conversion(url) {
var callback = function() {
if (typeof(url) != 'undefined') {
window.location = url;
}
};
gtag('event', 'conversion', {
'send_to': 'AW-709685851/9S7KCPDF9KUYENvks9IC',
'event_callback': callback
});
return false;
}
</script>
<script>
$(document).ready(function() {
if ($(window).width() < 640) {
// Initially hide the tab list in mobile view
$('#tabList').hide();
$('#allCategoryDropdown').click(function() {
// Toggle the tab list when clicking "All Category" in mobile view
$('#tabList').slideToggle();
});
// Close the tab list when clicking a tab
$('#tabList a').click(function() {
if ($(window).width() < 640) {
$('#tabList').slideUp(500);
}
});
}
});
</script>
<!-- Script For Country code in Download button -->
<script>
$(document).ready(function() {
let text = document.getElementsByClassName("iti__selected-dial-code");
console.log("c code=", text[0].textContent);
});
// function mobile_no_validation(idd){
// if(idd.length<=9){
// console.log("idd", idd.length);
// document.getElementById("sub_form").disabled =true;
// document.getElementById("mobile_n").classList.add("mobile_n");
// document.getElementById("mobile_n").classList.add("m_n");
// }
// else{
// console.log("idd", idd.length);
// document.getElementById("sub_form").disabled =false;
// document.getElementById("mobile_n").classList.remove("mobile_n")
// document.getElementById("mobile_n").classList.remove("m_n");
// }
// }
</script>
<script>
var phone_number2 = window.intlTelInput(document.querySelector(".phone_numberrblog_web"), {
separateDialCode: true,
preferredCountries: ["us"],
hiddenInput: "full",
utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.14/js/utils.js"
});
var phone_number = window.intlTelInput(document.querySelector(".phone_number"), {
separateDialCode: true,
preferredCountries: ["us"],
hiddenInput: "full",
utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.14/js/utils.js"
});
console.log("phone_number2=", phone_number2)
</script>
<script>
const items = document.querySelectorAll(".item-at");
function toggleAccordion(event) {
const itemToggle = event.currentTarget.querySelector(".title-at");
const itemtap = event.currentTarget.querySelector(".tab-at");
itemToggle.classList.toggle("active");
if (itemToggle.classList.contains("active")) {
itemtap.style.display = "block";
} else {
itemtap.style.display = "none";
}
}
items.forEach((item) => item.addEventListener("click", toggleAccordion));
S
</script>
<!-- For Counter -->
<script>
$.fn.jQuerySimpleCounter = function(options) {
var settings = $.extend({
start: 0,
end: 100,
easing: 'swing',
duration: 400,
complete: ''
}, options);
var thisElement = $(this);
$({
count: settings.start
}).animate({
count: settings.end
}, {
duration: settings.duration,
easing: settings.easing,
step: function() {
var mathCount = Math.ceil(this.count);
thisElement.text(mathCount + '+');
},
complete: settings.complete
});
};
$('#number1').jQuerySimpleCounter({
end: 400,
duration: 3000
});
$('#number2').jQuerySimpleCounter({
end: 350,
duration: 3000
});
$('#number3').jQuerySimpleCounter({
end: 50,
duration: 2000
});
$('#number4').jQuerySimpleCounter({
end: 8,
duration: 2500
});
/* AUTHOR LINK */
$('.about-me-img').hover(function() {
$('.authorWindowWrapper').stop().fadeIn('fast').find('p').addClass('trans');
}, function() {
$('.authorWindowWrapper').stop().fadeOut('fast').find('p').removeClass('trans');
});
</script>
<script>
$(document).ready(function() {
$('.title-at').click(function() {
// Toggle the visibility of the corresponding tab
$(this).siblings('.tab-at').slideToggle();
// Hide other tabs
$('.tab-at').not($(this).siblings('.tab-at')).slideUp();
});
});
</script>
<!-- OUR CUSTOMERS -->
<script>
function openTabContent(tabIndex) {
// Hide all tab content items
var tabContents = document.querySelectorAll('.tabs__content-item');
tabContents.forEach(function(item) {
item.classList.remove('-active');
});
// Show the selected tab content
var selectedTabContent = document.getElementById('tabContent' + tabIndex);
selectedTabContent.classList.add('-active');
// Remove active class from all tabs
var tabs = document.querySelectorAll('.tabs__item');
tabs.forEach(function(tab) {
tab.classList.remove('-active');
});
// Add active class to the selected tab
var selectedTab = document.querySelectorAll('.tabs__item')[tabIndex];
selectedTab.classList.add('-active');
}
</script>
<!-- FAQ -->
<script>
// Accordian Action
var action = 'click';
var speed = "500";
// Document Ready
$(document).ready(function() {
// Question handler
$('li.q').on(action, function() {
// Check if the current question is already opened
var isOpen = $(this).hasClass('rotate');
// Reset all other questions
$('li.q').removeClass('rotate');
$('li.a').slideUp(speed);
// Open or close the current question accordingly
if (!isOpen) {
$(this).addClass('rotate');
$(this).next().slideDown(speed);
}
}); // End on click
}); // End Ready
</script>
<!-- TESTIMONIALS -->
<script>
(function() {
"use strict";
var carousels = function() {
$(".owl-carousel1").owlCarousel({
loop: true,
center: true,
margin: 0,
responsiveClass: true,
nav: false,
autoplay: true, // Enable autoplay
autoplayTimeout: 3000, // Set autoplay interval to 5 seconds (adjust as needed)
responsive: {
0: {
items: 1,
nav: false
},
680: {
items: 2,
nav: false,
loop: false
},
1000: {
items: 3,
nav: true
}
}
});
};
(function($) {
carousels();
})(jQuery);
})();
</script>
</body>
</html>