GIF89a;

<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Pratham Systech India Ltd | About</title>
<meta name="keywords" content="Best Software Development Company in Mumbai India,GST Ready, Custom Web Development, Manufacturing ERP Software, Web Design and Development Company in Mumbai India, E-commerce web development, Mobile App Development Services, Software products company, SEO services, SMM services, SMO services, Retail software company Mumbai, ERP software, Footwear Software, Web application development company India, Retail management software, Garment manufacturing software.">
<meta name="description" content="Established in the year 2006, Since then PRATHAM has successfully implemented PRASYST® ERP, at more than 200 Clients in the business of Garment/Apparel, Textile, Home Furnishing, Footwear, Pharmaceuticals, Chemicals, Retail Franchise, Agencies etc. ">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<!--Meta Tag-->
<!--Meta Tag-->
<!--
<script>
(function() {
var globe = planetaryjs.planet();
// Load our custom `autorotate` plugin; see below.
globe.loadPlugin(autorotate(10));
// The `earth` plugin draws the oceans and the land; it's actually
// a combination of several separate built-in plugins.
//
// Note that we're loading a special TopoJSON file
// (world-110m-withlakes.json) so we can render lakes.
globe.loadPlugin(planetaryjs.plugins.earth({
topojson: { file: '/world-110m-withlakes.json' },
oceans: { fill: '#000080' },
land: { fill: '#339966' },
borders: { stroke: '#008000' }
}));
// Load our custom `lakes` plugin to draw lakes; see below.
globe.loadPlugin(lakes({
fill: '#000080'
}));
// The `pings` plugin draws animated pings on the globe.
globe.loadPlugin(planetaryjs.plugins.pings());
// The `zoom` and `drag` plugins enable
// manipulating the globe with the mouse.
globe.loadPlugin(planetaryjs.plugins.zoom({
scaleExtent: [100, 300]
}));
globe.loadPlugin(planetaryjs.plugins.drag({
// Dragging the globe should pause the
// automatic rotation until we release the mouse.
onDragStart: function() {
this.plugins.autorotate.pause();
},
onDragEnd: function() {
this.plugins.autorotate.resume();
}
}));
// Set up the globe's initial scale, offset, and rotation.
globe.projection.scale(175).translate([175, 175]).rotate([0, -10, 0]);
// Every few hundred milliseconds, we'll draw another random ping.
var colors = ['red', 'yellow', 'white', 'orange', 'green', 'cyan', 'pink'];
setInterval(function() {
var lat = Math.random() * 170 - 85;
var lng = Math.random() * 360 - 180;
var color = colors[Math.floor(Math.random() * colors.length)];
globe.plugins.pings.add(lng, lat, { color: color, ttl: 2000, angle: Math.random() * 10 });
}, 150);
var canvas = document.getElementById('rotatingGlobe');
// Special code to handle high-density displays (e.g. retina, some phones)
// In the future, Planetary.js will handle this by itself (or via a plugin).
if (window.devicePixelRatio == 2) {
canvas.width = 800;
canvas.height = 800;
context = canvas.getContext('2d');
context.scale(2, 2);
}
// Draw that globe!
globe.draw(canvas);
// This plugin will automatically rotate the globe around its vertical
// axis a configured number of degrees every second.
function autorotate(degPerSec) {
// Planetary.js plugins are functions that take a `planet` instance
// as an argument...
return function(planet) {
var lastTick = null;
var paused = false;
planet.plugins.autorotate = {
pause: function() { paused = true; },
resume: function() { paused = false; }
};
// ...and configure hooks into certain pieces of its lifecycle.
planet.onDraw(function() {
if (paused || !lastTick) {
lastTick = new Date();
} else {
var now = new Date();
var delta = now - lastTick;
// This plugin uses the built-in projection (provided by D3)
// to rotate the globe each time we draw it.
var rotation = planet.projection.rotate();
rotation[0] += degPerSec * delta / 1000;
if (rotation[0] >= 180) rotation[0] -= 360;
planet.projection.rotate(rotation);
lastTick = now;
}
});
};
};
// This plugin takes lake data from the special
// TopoJSON we're loading and draws them on the map.
function lakes(options) {
options = options || {};
var lakes = null;
return function(planet) {
planet.onInit(function() {
// We can access the data loaded from the TopoJSON plugin
// on its namespace on `planet.plugins`. We're loading a custom
// TopoJSON file with an object called "ne_110m_lakes".
var world = planet.plugins.topojson.world;
lakes = topojson.feature(world, world.objects.ne_110m_lakes);
});
planet.onDraw(function() {
planet.withSavedContext(function(context) {
context.beginPath();
planet.path.context(context)(lakes);
context.fillStyle = options.fill || 'black';
context.fill();
});
});
};
};
})();
</script>
-->
<!-- Navigation css & Javascript-->
<!-- <link href="assets/images/favicon.ico" rel="shortcut icon" />-->
<link href='https://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<!--Bootstrap-->
<link rel="stylesheet" href="assets/css/bootstrap/css/bootstrap.min.css" />
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<!--Bootstrap-->
<!--Main Menu File-->
<link rel="stylesheet" type="text/css" media="all" href="assets/css/css/color.css" />
<link rel="stylesheet" type="text/css" media="all" href="assets/css/css/megamenu.css" />
<script type="text/javascript" src="js/megamenu.js"></script>
<!-- font awesome -->
<link rel="stylesheet" href="assets/css/font-awesome/css/font-awesome.min.css" />
<!-- font awesome -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71879990-1', 'auto');
ga('send', 'pageview');
</script>
<style>
#r27 .r28
{
display:none;
}
</style>
<!-- JS FILES -->
<script type= "text/javascript"SRC="assets/js/jquery-migrate-1.2.1.min.js"></script>
<script type= "text/javascript"SRC="assets/js/modernizr.custom.js"></script>
<!-- CSS FILES -->
<link href="assets/css/testimonialrotator.css" media="screen" rel="stylesheet" type="text/css">
<link href="assets/css/style.css" media="screen" rel="stylesheet" type="text/css">
<link href="assets/css/responsive.css" media="screen" rel="stylesheet" type="text/css">
<link href="assets/rs-plugin/css/settings.css" media="screen" rel="stylesheet" type="text/css">
<link href="assets/css/navstylechange.css" media="screen" rel="stylesheet" type="text/css">
<link href="assets/css/cubeportfolio.min.css" media="screen" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<header>
<div class="top_line" >
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-7 col-sm-12 col-xs-12 pull-left">
<ul class="contact-top" >
<li style=""><i class="icon-location" ></i> Mumbai, India</li>
<li style=""><i class="icon-mobile"></i> (022) 28953371 - 76</li>
<li style=""><i class="icon-mail"></i> sales@prathamglobal.com</li>
</ul>
</div>
<div class="col-lg-6 col-md-5 pull-right hidden-phone">
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-vk"></i></a></li>
<li id="search-btn"><a href="#"><i class="icon-search"></i></a></li>
</ul>
<div class="search-input" id="search-input" style="display: none;">
<input id="s-input" type="text" placeholder="Search...">
</div>
</div>
</div>
</div>
</div>
</header>
<div class="page_head">
<div class="container" style="margin-left:0px;margin-right:0px;">
<div class="row">
<div class="col-lg-3 pull-left"><div class="logo" style=" padding-bottom:10px;
padding-left:47px; margin-top: 2px;"><a href="index.html"><img src="assets/images/logo.jpg" alt=""></a></div></div>
<div class="col-lg-offset-2 col-lg-4 "><div class="pull-center"><img style="padding-top:35px;" src="assets/images/header.jpg" /></div></div>
<div class="col-lg-3 " >
<div class="pull-right">
<!--<canvas id='rotatingGlobe' width='400' height='400'
style='width: 400px; height: 400px; cursor: move;'></canvas>
-->
<script type="text/javascript" src="//ra.revolvermaps.com/0/0/5.js?i=0ghooeuvm66&m=0&s=115&c=ff0000&cr1=ffffff" async="async"></script>
</div>
<!-- <div class="a" id="a1">
<ul>
<li ><img src="clients/client1.jpg" /></li>
<li><img src="clients/client2.jpg" /></li>
<li><img src="clients/client3.jpg" /></li>
<li><img src="clients/client4.jpg" /></li>
<li><img src="clients/client5.jpg" /></li>
<li><img src="clients/client6.jpg" /></li>
<li><img src="clients/client7.jpg" /></li>
<li><img src="clients/client8.jpg" /></li>
<li><img src="clients/client9.jpg" /></li>
</ul>
</div>-->
<!--<iframe style="background:transparent !important" scrolling="no" frameborder="0" allowtransparency="true" width="180" height="180" src="//ra.revolvermaps.com/w/5/a/a.php?i=0settggap25&m=0&s=180&c=ff0000&cr1=ffffff"></iframe>-->
</div>
</div>
</div>
</div>
<div class="container-fluid" style="background-color:#5291E5">
<div class="row-fluid">
<div class="col-lg-12">
<div class="wsmenuexpandermain slideRight">
<a id="navToggle" class="animated-arrow slideLeft"><span></span></a>
<a class="callusicon" href="tel:123456789"><span class="fa fa-phone"></span></a>
</div>
<nav class="wsmenu slideLeft blue-grdt clearfix" >
<ul class="mobile-sub wsmenu-list">
<li><a href="index.html" class="active"><i class="fa fa-home"></i><span class="hometext"> Home</span></a></li>
<li><a href="about.html">About<span class="arrow"></span></a>
<ul class="wsmenu-submenu">
<li><a href="about.html"><i class="fa fa-angle-right"></i>About Us</a></li>
<li><a href="whypratham.html"><i class="fa fa-angle-right"></i>Why Pratham ?? </a></li>
<li><a href="mission.html"><i class="fa fa-angle-right"></i>Mission</a></li>
</li>
</ul>
</li>
<li><a href="#">Product <span class="arrow"></span></a>
<!--<div class="megamenu clearfix">
</div>-->
<ul class="wsmenu-submenu">
<li><a href="products.html"><i class="fa fa-angle-right"></i>PGSOL</a></li>
<li><a href="products.html"><i class="fa fa-angle-right"></i>EBOSOL</a></li>
<li><a href="products.html"><i class="fa fa-angle-right"></i>RETAILSOL</a></li>
<li><a href="products.html"><i class="fa fa-angle-right"></i>TEXSOL</a></li>
<li><a href="products.html"><i class="fa fa-angle-right"></i>PHARMASOL</a></li>
<li><a href="products.html"><i class="fa fa-angle-right"></i>MARCHANDISERSOL</a></li>
</ul>
</li>
<li><a href="#">Services <span class="arrow"></span></a>
<div class="megamenu clearfix ">
<div class="col-sm-4">
<h3 class="title">Web Development</h3>
<div class="fluid-width-video-wrapper"><a href="#"><img src="assets/images/webdevelopement.jpg" alt=""/></a> </div>
</div>
<div class="col-sm-4">
<h3 class="title">Web Designing</h3>
<div class="fluid-width-video-wrapper"><img src="assets/images/webdesign.jpg" alt=""/> </div>
</div>
<div class="col-sm-4">
<h3 class="title">Domain Registration & Web Hosting</h3>
<div class="fluid-width-video-wrapper"><img src="assets/images/domain.jpg" alt=""/> </div>
</div>
<div class="col-sm-4">
<h3 class="title mrgtop">E-Commerce</h3>
<div class="fluid-width-video-wrapper"><img src="assets/images/ecom.jpg" alt=""/> </div>
</div>
<div class="col-sm-4">
<h3 class="title mrgtop">Mobile App</h3>
<div class="fluid-width-video-wrapper"><img src="assets/images/app.jpg" alt=""/> </div>
</div>
<div class="col-sm-4">
<h3 class="title mrgtop">SMM & SMO</h3>
<div class="fluid-width-video-wrapper"><a href="#"><img src="assets/images/social.jpg" alt=""/></a> </div>
</div>
</div>
<li><a href="#">Enquiry </a>
</li>
<li><a href="#">Downloads<span class="arrow"></span></a>
<ul class="wsmenu-submenu">
<li><a href="http://prathamglobal.com/Download/GeneralDownloads.php" target="_blank" style="color: #d41f1f !important;"><i class="fa fa-angle-right"></i>General</a></li>
<li ><a href="http://prathamglobal.com/Download/" target="_blank" style="color: #d41f1f !important;"><i class="fa fa-angle-right" ></i>Tech-Support</a></li>
</ul>
</li>
<li><a href="#">Career</a>
</li>
</li>
<li><a href="contacts.html"> Contact Us </a>
</li>
</ul>
</nav>
<!--Menu HTML Code-->
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-5 marg75">
<a title="brazilian hair" href="https://www.besthairbuy.org.uk/"><img alt="brazilian hair" src="assets/images/about.jpg" class="img img-responsive" /></a>
</div>
<div class="col-lg-7 marg25">
<div class="">
<h3 class="text-center"> About Us</h3>
<p class="about-text" style=""><strong style="color:#E42D29;font-family: 'Coda', cursive;">PRATHAM</strong> group of Companies is engaged in the Software Development, Management Systems & Project Finance and provides it's services to the Corporate for further excellence.
In today's scenario, to start with a new business or its expansion, what comes first to one's mind is Software & Systems for better control & growth in this Information Technology (IT)-driven world.
<br>
A clear perception of the growing requirement of the corporate world in the area of IT has enabled PRATHAM to develop <strong style="color:#E42D29;">Business Applications</strong> of specific relevance for the present and the future. <strong style="color:#E42D29;">PRATHAM </strong>is a leading software solution provider of Customized <strong style="color:#E42D29;">Business Applications </strong>and <strong style="color:#E42D29;"> ERP Solutions</strong>. It possesses not only the state of art and most advanced technology but also the knowledgeable and experienced hands to offer most user-friendly <strong style="color:#E42D29;">ERP And Customized Solutions.</strong> Knowing that every business has its own specific modus operandi and concerns, we always take into account to map the requirements of the business.</p>
<!--<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<ul class="list-check">
<li><i class="icon-ok"></i> Clean And Minimal Design</li>
<li><i class="icon-ok"></i> We Love Our Clients</li>
<li><i class="icon-ok"></i> Powerful & Flexible Settings</li>
<li><i class="icon-ok"></i> Online Premium Support</li>
</ul>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<ul class="list-check">
<li><i class="icon-ok"></i> Earum eaque itaque</li>
<li><i class="icon-ok"></i> Niteger egestas metus</li>
<li><i class="icon-ok"></i> Praesent quis interdum</li>
<li><i class="icon-ok"></i> Vivamus mattis fermentum</li>
</ul>
</div>
</div>-->
</div>
</div>
<div class="col-lg-12 ">
<p class="about-text " style="">
<strong style="color:#E42D29;">PRATHAM</strong> has carved a niche for itself in the Customized Software Development and ERP Solutions known as <strong style="color:#E42D29;"> PRASYST®</strong>, on a broad range of Hardware & Platforms with latest Technologies.
<strong style="color:#E42D29;">PRATHAM</strong> has successfully implemented <strong style="color:#E42D29;">PRASYST® ERP</strong>, at more than 200 Clients in the business of Garment/Apparel, Textile, Home Furnishing, Footwear, Pharmaceuticals, Chemicals, Retail Franchise, Agencies etc.
<br>
<strong style="color:#E42D29;">PRATHAM</strong> had established its name in a relatively short span of time only because of its ability and commitments to ensure customer satisfaction by rewarding quality work & support on right time and in the right manner for the business excellence. </p>
</div>
</div>
</div> <div style="position: absolute; top: -999px;left: -999px;">Real hair weaves are hair extensions for weaving that are made of natural <a href="http://www.yourswigs.co.uk">lace wigs</a> whereas the synthetic weaves can be made of human hair wigs. We are specialists in hair extensions with <a href="http://www.humanhairextensionsale.co.uk/">human hair extensions</a> range available to buy online in a number different colours, types and lengths. Professional <a href="https://www.lacewigs.org.uk/">lace wigs</a> from Balmain. Add hair extensions to your professional portfolio by taking <a href="http://www.bigwigshairsalon.co.uk">lace wigs</a> course. Say goodbye to limp, lifeless <a href="https://www.beautyhairs.co.uk/">hair extensions uk</a> service will instantly add volume lustre or length without hair extensions uk.</div>
<div class="container">
</div>
<div class="container ">
</div>
<br>
<div class="footer" style="margin-top:0px;">
<div class="container">
<div class="footer-bottom">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-ms-12 pull-left">
<div class="copyright">Copyright © 2006<a href="#">Pratham Systech India Pvt. Ltd</a> <a href="#" target="_blank"></a></div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-ms-12 pull-right">
<div class="foot_menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div> </div>
<script type= "text/javascript"SRC="assets/js/waypoints.min.js"></script>
<script type= "text/javascript"SRC="assets/js/sticky.js"></script>
<script type= "text/javascript"SRC="assets/js/bootstrap.min.js"></script>
<script type= "text/javascript"SRC="assets/js/retina.js"></script>
<script type= "text/javascript"SRC="assets/js/jquery.dlmenu.js"></script>
<script type= "text/javascript"SRC="assets/js/main.js"></script>
</body>
</html>