CINXE.COM

WEBSITE DEVELOPMENT COMPANY SURAT | WEBSITE DEVELOPMENT COMPANY IN INDIA | IDK IT SOLUTIONS

<!doctype html> <html> <head> <meta charset="utf-8"> <title>WEBSITE DEVELOPMENT COMPANY SURAT | WEBSITE DEVELOPMENT COMPANY IN INDIA | IDK IT SOLUTIONS</title> <meta name="keywords" content="WEB DESIGN AND DEVELOPMENT COMPANY, WEBSITE DEVELOPMENT COMPANY SURAT, WEBSITE DESIGNING COMPANY IN INDIA, WEB DEVELOPMENT SERVICES, PROFESSIONAL WEB DESIGN SERVICES, WEB APPLICATION DEVELOPMENT COMPANY, DIGITAL MARKETING COMPANY IN SURAT, SEO COMPANY IN SURAT, SOFTWARE DEVELOPMENT COMPANY IN INDIA, SOFTWARE DEVELOPMENT IN SURAT"> <meta name="description" content="IDK IT SOLUTIONS IS AN IT COMPANY BASED IN SURAT, GUJARAT PROVIDING IT SOLUTIONS LIKE WEBSITE DEVELOPMENT, WEBSITE DESIGN, MOBILE APP DEVELOPMENT, CUSTOM SOFTWARE DEVELOPMENT AND MUCH MORE."> <!--Css--> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link rel="shortcut icon" href="images/favicon.png"> <link rel="stylesheet" type="text/css" href="css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> <link rel="stylesheet" type="text/css" href="css/owl.theme.green.css"> <link rel="stylesheet" type="text/css" href="css/animate.css"> <link rel="stylesheet" type="text/css" href="fonts/picons.css"> <link rel="stylesheet" type="text/css" href="css/style-testimonial.css"><!-- Resource style --> <link rel="stylesheet" type="text/css" href="css/responsive.css"> <link rel="stylesheet" type="text/css" href="css/component.css"> <!--New Tab CSS--> <link rel="stylesheet" type="text/css" href="css/easy-responsive-tabs.css"> <link rel="stylesheet" type="text/css" href="css/tabs2.css"> <link rel="stylesheet" type="text/css" href="css/color_1.css" id="colors-style"> <!--New Tab CSS END--> <link href="css/notification.css" rel="stylesheet"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-title" content="Idkitsolutions"> <link rel="manifest" href="manifest-android.json"> <link rel="apple-touch-startup-image" href="app_img/Default-568h@2x.png"> <!-- 640 x 1096 --> <link rel="apple-touch-icon-precomposed" href="app_img/apple-touch-icon.png" /> <!-- 57 x 57 --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="app_img/apple-touch-icon-72x72.png" /> <!-- 72 x 72 --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="app_img/apple-touch-icon-114x114.png" /> <!-- 114 x 114 --> <meta property="og:title" content="WEBSITE DEVELOPMENT COMPANY SURAT | WEBSITE DEVELOPMENT COMPANY IN INDIA | IDK IT SOLUTIONS"/> <meta property="og:image" content="images/idk-service-share-image.jpg"/> <meta property="og:description" content="IDK IT SOLUTIONS IS AN IT COMPANY BASED IN SURAT, GUJARAT PROVIDING IT SOLUTIONS LIKE WEBSITE DEVELOPMENT, WEBSITE DESIGN, MOBILE APP DEVELOPMENT, CUSTOM SOFTWARE DEVELOPMENT AND MUCH MORE."/> <meta property="og:url" content="https://www.idkitsolutions.com"/> <meta property="og:site_name" content="IDK IT SOLUTIONS"/> <meta property="og:type" content="website"/> <style> /*.progress { overflow: hidden; height: 64px; width:64px; margin-bottom: 20px; border-radius: 4px; } .progress-bar { width: 64px; height: 64px; } .progress-striped .progress-bar { background:url(../images/logo.svg); background-color:#ffffff; background-size:contain; background-repeat:no-repeat; }*/ .spinner { transform:translate(-50%,-50%); left:50%; top:50%; position:absolute; width: 50px; height: 40px; text-align: center; font-size: 10px; } .spinner > div { background-color: #2FB1CB; height: 100%; width: 6px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; } .spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } .spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes sk-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 20% { -webkit-transform: scaleY(1.0) } } @keyframes sk-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); } 20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); } } </style> <script src="js/modernizr.js"></script> <!-- Modernizr --> <script src="js/jquery.min.js"></script> <script src="js/bootstrap-growl.min.js"></script> <script> // Mobile Safari in standalone mode if(("standalone" in window.navigator) && window.navigator.standalone){ // If you want to prevent remote links in standalone web apps opening Mobile Safari, change 'remotes' to true var noddy, remotes = false; document.addEventListener('click', function(event) { noddy = event.target; // Bubble up until we hit link or top HTML element. Warning: BODY element is not compulsory so better to stop on HTML while(noddy.nodeName !== "A" && noddy.nodeName !== "HTML") { noddy = noddy.parentNode; } if('href' in noddy && noddy.href.indexOf('http') !== -1 && (noddy.href.indexOf(document.location.host) !== -1 || remotes)) { event.preventDefault(); document.location.href = noddy.href; } },false); } function signupvalid() { var signupemail = jQuery("#signupemail").val(); if(signupemail=="") { document.getElementById("signupemail").style.background = "#FFAAAA"; document.mfrm.signupemail.focus(); return false; } else { document.getElementById("signupemail").style.background = "#CCCCCC"; } var d = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(!d.test(signupemail)) { document.getElementById("signupemail").style.background = "#FFAAAA"; document.mfrm.signupemail.focus(); return false; } else { document.getElementById("signupemail").style.background = "#E4E4E2"; } jQuery("#loadingDiv").css('display','block'); jQuery.ajax({ type:"POST", url:'signupqdata.php', data:"act=txtsignupme"+"&semailid="+escape(signupemail), dataType: "html", success: function(data) { document.mfrm.signupemail.value = ""; if(data == "0") notify('success',"You are Successfully Subscribe For Newsletter..!!"); else if(data == "1") notify('danger',"Something Went Wrong..Please Try Again..!!"); else if(data == "2") notify('danger',"Email ID Already Exists..Please Try Again..!!"); jQuery("#loadingDiv").css('display','none'); } }); } </script> </head> <body> <div id="loadingDiv" style="background-color: rgba(0, 0, 0, 0.80); display: none; height: 100%; position: fixed; width: 100%; z-index: 99999;" class="progress progress-striped progress-large"> <!--<div style="width:100px; height:100px; top: 50%; left: 50%; margin: -50px 0 0 -50px; position:fixed;" class="progress progress-bar" data-percentage="100%"></div>--> <div class="spinner"> <div class="rect1"></div> <div class="rect2"></div> <div class="rect3"></div> <div class="rect4"></div> <div class="rect5"></div> </div> </div> <!--Header--> <section class="header"> <div class="hidden-xs" style="background-color:#2FB1CB;"> <div class="container"> <div class="row"> <div class="col-sm-12 text-center"> <div class="header-bar"> <a href="tel:+17276006046"><i class="fa fa-phone"></i> +1 727 600 6046</a> <a>&nbsp;&nbsp;|&nbsp;&nbsp;</a> <a href="tel:+919722926434"> +91 9722926434</a> &nbsp;&nbsp;&nbsp; <a href="mailto:contact@idkitsolutions.com"><i class="fa fa-envelope"></i> contact@idkitsolutions.com</a> </div> </div> </div> </div> </div> <div id="menuheader"> <div class="container"> <div class="row"> <div class="col-lg-2 col-sm-3 col-xs-4"> <div class="logo"> <a href="index.html"><img src="images/logo.svg" alt=""/></a> </div> </div> <div class="col-lg-10 col-sm-9 col-xs-8 "> <nav class="main-menu hidden-xs"> <ul> <li><a class="active" href="index.html">HOME</a></li> <li><a class="" href="about.html">ABOUT</a></li> <li><a class="" href="services.html">SERVICE</a></li> <li><a class="" href="products.html">PRODUCTS</a></li> <li><a class="" href="portfolio.html">PORTFOLIO</a></li> <li><a class="" href="clients.html">CLIENTS</a></li> <li><a class="" href="contact.html">CONTACT</a></li> <li><a class="" href="contact.html"><img src="images/lets-talk.png" height="120" alt="IDK IT SOLUTIONS" title="IDK IT SOLUTIONS"/></a></li> </ul> </nav> <button id="menu" class="mobile-menu"><i class="fa fa-bars"></i></button> </div> </div> </div> <div style="background-color:#131B21;"> <nav class="m-menu"> <ul> <li><a class="active" href="index.html">HOME</a></li> <li><a class="" href="about.html">ABOUT</a></li> <li><a class="" href="services.html">SERVICE</a></li> <li><a class="" href="products.html">PRODUCTS</a></li> <li><a class="" href="portfolio.html">PORTFOLIO</a></li> <li><a class="" href="clients.html">CLIENTS</a></li> <li><a class="" href="contact.html">CONTACT</a></li> </ul> </nav> </div> </div> </section> <style> #services .services-wrap {background-size:130%;} #services .services-wrap {min-height: 220px;} </style> <!--Banners--> <section id="banner"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div id="owl-slider" class="owl-carousel owl-theme"> <div class="item"> <div class="row "> <div class="col-sm-6"> <h3>Welcome to</h3> <h1>IDK IT SOLUTIONS</h1> <h2>IT Company based in Surat, Gujarat providing IT Solutions like Website Development, Website Design, Mobile App Development, Custom Software Development and much more.</h2> <a href="portfolio.html" class="btn-style4 mt50">View Portfolio</a> </div> <div class="col-sm-6 hidden-xs"> <img src="images/pc.png" alt=""/> </div> </div> </div> <div class="item"> <div class="row "> <div class="col-sm-6"> <h3>Custom Crafted</h3> <h1>E-Commerce Solutions</h1> <h2>E-Commerce Website helps a lot in increase business worldwide. No one can stop us to grow a business if we have proper, well developed website.</h2> <a href="e-commerce-solutions.html" class="btn-style4 mt50">Read More</a> </div> <div class="col-sm-6 hidden-xs"> <img src="images/ecommerce-website-slider.png" alt=""/> </div> </div> </div> <div class="item"> <div class="row "> <div class="col-sm-6"> <h3>CRM INDIA</h3> <h1>Service CRM </h1> <h2>Our innovative Service CRM System helps you to grow your businesses and make people's lives better. Building brands and driving service with powerful ideas.</h2> <a href="service-crm.html" class="btn-style4 mt50">Read More</a> </div> <div class="col-sm-6 hidden-xs"> <img src="images/service-crm-slider.png" alt=""/> </div> </div> </div> <div class="item"> <div class="row "> <div class="col-sm-6"> <h3>Email Marketing </h3> <h1>Get Bulk Email System </h1> <h2>Email Marketing can be an effective way for small businesses to reach a large number of new and existing customers with very little effort.</h2> <a href="bulk-email-system.html" class="btn-style4 mt50">Read More</a> </div> <div class="col-sm-6 hidden-xs"> <img src="images/Bulk-email-slider.png" alt=""/> </div> </div> </div> <div class="item"> <div class="row "> <div class="col-sm-6"> <h3>Get Online </h3> <h1>Billing System </h1> <h2>Online Billing System helps you to create bill fast, receive and track payments online. Online billing is a secure system design for small to medium business.</h2> <a href="online-billing-system.html" class="btn-style4 mt50">Read More</a> </div> <div class="col-sm-6 hidden-xs"> <img src="images/online-billing.png" alt=""/> </div> </div> </div> </div> </div> </div> </div> </section> <!--About--> <section id="about" class="section-pading"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="HorizontalTab HorizontalTab_6 tabs_hor_1 animation_style_1"> <ul class="resp-tabs-list hor_1"> <li class="tabs-1"><i class="fc_icons fa fa-user-o"></i> <span class="tabs-text">ABOUT IDK IT SOLUTIONS</span></li> <li class="tabs-2"><i class="fc_icons fa fa-line-chart"></i> <span class="tabs-text">VISION & MISSION</span></li> <li class="tabs-3"><i class="fc_icons fa fa-info"></i> <span class="tabs-text">WHY CHOOSE US</span></li> </ul> <div class="resp-tabs-container hor_1"> <div class="fc-tab-1"> <div class="container-fluid"> <div class="row"> <div class="col-sm-6"> <h2>ABOUT IDK IT SOLUTIONS</h2> <p><b>IDK IT SOLUTIONS</b> is an IT Company based in Surat, Gujarat providing IT Solutions like Website Development, Website Design, Mobile App Development, Custom Software Development and much more.</p> <p>We have a very experienced team to serve you the best solutions. We provide cost-effective, quality and on-time solutions to clients.</p> <p>We are in a position to offer a superior level of service and support to our clients. It is the only place where you can get good quality as well as on-time work under one roof.</p> <p>Our primary goal is to provide best IT services and fulfils clients requirements in time.</p> </div> <div class="col-sm-6 text-center"> <img src="images/aboutus.png" class="img-responsive" alt=""> </div> </div> </div> </div> <div class="fc-tab-2"> <div class="container-fluid"> <div class="row"> <div class="col-sm-6 "> <ul class="ul-style2"> <li> <strong>Vision</strong> <p>Our vision is to become trusted and preferred IT partner by providing with the best quality software solution, website and web application along with reliable, affordable and timely IT services.</p> </li> <li> <strong>Mission</strong> <p>Our mission is to gain 100% customer satisfaction by delivering advanced, easy to use and affordable software solutions.</p> </li> </ul> </div> <div class="col-sm-6"> <center> <img src="images/vision-mission.png" style="margin:0 auto; width:400px;" alt=""> </center> </div> </div> </div> </div> <div class="fc-tab-3"> <div class="container-fluid"> <div class="row"> <div class="col-sm-6"> <ul class="ul-style2"> <li> <strong>Our Work Approach</strong> <p> For us, it is not only just a work but We take pride in the solutions we deliver. We motivate each other to achieve quality in all the Work and aren't satisfied until we achieve that quality.</p> </li> <li> <strong>Our Work Experience</strong> <p> We have successfully completed over 30 projects including Static Website, Content Management System (CMS), E-commerce Website, Service CRM, Online Billing System, Bulk Email Solutions, Online Recharge System and much more.</p> </li> <li> <strong>Our Work Quality</strong> <p> We define a high-quality standard for each and every project. After completion of project development, project assigned to the quality controller.</p> <p>The quality controller will review the website or application and will ensure the project conforms to all agreed standards. We try our best to provide error free solution.</p> </li> <li> <strong>Our Support</strong> <p> In terms of support, We have dedicated team who provide the best support over the phone as well as Remote Tool.</p> </li> <li><strong>Let's get in touch</strong> <p>Simply fill out our <a href="contact.html">contact form</a>, or email us at <a href="mailto:contact@idkitsolutions.com">contact@idkitsolutions.com</a></p> </li> </ul> </div> <div class="col-sm-6"> <img src="images/why-choose-us.png" class="mt50" alt=""> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!--Services--> <section id="services" class="section-pading"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="section-heading1"> <h1>Our Service</h1> <p>Our Services, Satisfies The Need</p> </div> </div> </div> </div> <div class="container pt50"> <div class="row"> <div class="col-sm-4 col-md-4 col-lg-4"> <div class="services-wrap text-center"> <a href="website-development.html"> <img src="images/website-development.svg" alt=""></a> <a href="website-development.html"><h2>Website Development</h2></a> </div> </div> <div class="col-sm-4 col-md-4 col-lg-4"> <div class="services-wrap text-center"> <a href="website-design.html"><img src="images/Web-Design.svg" alt=""></a> <a href="website-design.html"><h2>Website Design</h2></a> </div> </div> <div class="col-sm-4 col-md-4 col-lg-4"> <div class="services-wrap text-center"> <a href="mobile-application-development.html"><img src="images/Mobile-App.svg" alt=""></a> <a href="mobile-application-development.html"><h2>Mobile Application Development</h2></a> </div> </div> <div class="col-sm-4 col-md-4 col-lg-4"> <div class="services-wrap text-center"> <a href="custom-software-development.html"><img src="images/CMS-Website.svg" alt=""></a> <a href="custom-software-development.html"><h2> Custom Software Development</h2></a> </div> </div> <div class="col-sm-4 col-md-4 col-lg-4"> <div class="services-wrap text-center"> <a href="logo-and-graphics-design.html"><img src="images/Logo-&-Graphic.svg" alt=""></a> <a href="logo-and-graphics-design.html"><h2> Logo and Graphics Design</h2></a> </div> </div> <div class="col-sm-4 col-md-4 col-lg-4"> <div class="services-wrap text-center"> <a href="seo-services.html"><img src="images/SEO-Services.svg" alt=""></a> <a href="seo-services.html"><h2>SEO Services</h2></a> </div> </div> <div class="col-sm-4 col-md-4 col-lg-4"> <div class="services-wrap text-center"> <a href="e-commerce-website-development.html"><img src="images/Ecommerce.svg" alt=""></a> <a href="e-commerce-website-development.html"><h2> E-commerce Website Development</h2></a> </div> </div> <div class="col-sm-4 col-md-4 col-lg-4"> <div class="services-wrap text-center"> <a href="bulk-sms.html"><img src="images/Bulk-SMS.svg" alt=""></a> <a href="bulk-sms.html"><h2> Bulk SMS</h2></a> </div> </div> <div class="col-sm-4 col-md-4 col-lg-4"> <div class="services-wrap text-center"> <a href="digital-marketing.html"><img src="images/digital-marketing.svg" alt=""></a> <a href="digital-marketing.html"><h2>Digital Marketing</h2></a> </div> </div> </div> </div> </section> <!--Products--> <section id="productsh" class="section-pading"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="section-heading2"> <h1 class="color-white">Our Products</h1> <p class="color-white">Products That Makes Your Effort Less</p> </div> </div> </div> </div> <div class="container mt50"> <div class="row"> <div class="col-lg-12"> <div id="owl-carousel-products" class="owl-carousel owl-theme"> <div class="item"> <div class="products-wrap"> <div class="productsimg-wrap"> <a href=""><img src="images/cart-abandonment.jpg" alt="" title="" /></a> </div> <div class="productsdetail-wrap"> <a href="e-commerce-solutions.html"><h2>E-Commerce Solution</h2></a> </div> </div> </div> <div class="item"> <div class="products-wrap"> <div class="productsimg-wrap"> <a href=""><img src="images/advanced-reporting.jpg" alt="" title="" /></a> </div> <div class="productsdetail-wrap"> <a href="service-crm.html"><h2>Service CRM</h2></a> </div> </div> </div> <div class="item"> <div class="products-wrap"> <div class="productsimg-wrap"> <a href=""><img src="images/crm-sales-starter-kit.jpg" alt="" title="" /></a> </div> <div class="productsdetail-wrap"> <a href="online-billing-system.html"><h2>Online Billing System</h2></a> </div> </div> </div> <div class="item"> <div class="products-wrap"> <div class="productsimg-wrap"> <a href=""><img src="images/envelope.jpg" alt="" title="" /></a> </div> <div class="productsdetail-wrap"> <a href="bulk-email-system.html"><h2>Bulk Email System</h2></a> </div> </div> </div> <div class="item"> <div class="products-wrap"> <div class="productsimg-wrap"> <a href="diamond-production-management-system.html"><img src="images/diamond-production-managment-system.jpg" alt="" title="" /></a> </div> <div class="productsdetail-wrap"> <a href="diamond-production-management-system.html"><h2>Diamond Production Managment</h2></a> </div> </div> </div> </div> </div> </div> </div> </section> <!--Client Says--> <section id="client" class="section-pading"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="section-heading1"> <h1>What Client Says</h1> <p>Get Feedback, Forget the Rest</p> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12"> <div id="testimonial-slider" class="owl-carousel"> <div class="testimonial"> <div class="pic"> <img src="thumb.php?src=idk_admin/clientlogo/13.jpg&x=300&y=300&q=100&f=0" alt="Client Testimonials - IDK IT SOLUTIONS"> </div> <div class="testimonial-content"> <h3 class="testimonial-title">Sudarshan Bafna <small class="post">HOMBELL</small> </h3> <p class="description"> I am Really very happy with service of <strong>IDK IT SOLUTIONS</strong>. Love to work with him and they give best of the best solutions for each my new work. Definitely i highly recommend idk it solutions for every IT Solutions.<br> </p> </div> </div> <div class="testimonial"> <div class="pic"> <img src="thumb.php?src=idk_admin/clientlogo/9.jpg&x=300&y=300&q=100&f=0" alt="Client Testimonials - IDK IT SOLUTIONS"> </div> <div class="testimonial-content"> <h3 class="testimonial-title">Satya Singh <small class="post">FLOURISH PUBLICITY</small> </h3> <p class="description"> Very professional and creative team to deliver classy design for individuals as well as company. &nbsp;Very impressive..........!!!!!<br> </p> </div> </div> <div class="testimonial"> <div class="pic"> <img src="thumb.php?src=idk_admin/clientlogo/7.jpg&x=300&y=300&q=100&f=0" alt="Client Testimonials - IDK IT SOLUTIONS"> </div> <div class="testimonial-content"> <h3 class="testimonial-title">Rahul Duggar <small class="post">CASH COUNTING</small> </h3> <p class="description"> When it comes to creating professional, attractive, and effective websites, there is no company that can surpass IDKITSOLUTIONS. Thanks to their talent, our site has taken off in the search engines like a rocket. <br>In this day and age, it is impossible to get ahead as a business without the support of gurus like IDKITSOLUTIONS standing behind you.The attention is fabulous and the staff is superb. In a matter of days I had a tremendous proposal, above and beyond our expectations. <br>We could not have picked a better team of professionals to represent us. They are and will remain my "web guys" in the future to come. </p> </div> </div> <div class="testimonial"> <div class="pic"> <img src="thumb.php?src=idk_admin/clientlogo/11.jpg&x=300&y=300&q=100&f=0" alt="Client Testimonials - IDK IT SOLUTIONS"> </div> <div class="testimonial-content"> <h3 class="testimonial-title">Vishal Patel <small class="post">GLOW STAR DIAMOND</small> </h3> <p class="description"> <span dir="ltr" style="text-align: left;" id=":1av.co" class="tL8wMe EMoHub">Thank you very much for your attention and professional service . Hopping to start developing a long and fruitful business relation ship. Warm Regards...</span> </p> </div> </div> <div class="testimonial"> <div class="pic"> <img src="thumb.php?src=idk_admin/clientlogo/5.jpg&x=300&y=300&q=100&f=0" alt="Client Testimonials - IDK IT SOLUTIONS"> </div> <div class="testimonial-content"> <h3 class="testimonial-title">Mukund Kadhiwala <small class="post">BLUMA INDIA</small> </h3> <p class="description"> We were searching for crm software to simplify our service management process. After trying many crm we selected IDK IT SOLUTIONS For Service CRM Software. It's now more than 3 years using this Crm, all our requirements is completely fulfill by them. We surely recommend IDK IT SOLUTIONS .<br> </p> </div> </div> <div class="testimonial"> <div class="pic"> <img src="thumb.php?src=idk_admin/clientlogo/34.jpg&x=300&y=300&q=100&f=0" alt="Client Testimonials - IDK IT SOLUTIONS"> </div> <div class="testimonial-content"> <h3 class="testimonial-title">Yogeshbhai <small class="post">Raviraj Air Conditioner</small> </h3> <p class="description"> <p> <i class="vossen-quote color"></i> By using <strong class="color">CRM INDIA</strong> , We can easily Track service of each customer effectively. Great software for customer and service management. <i class="vossen-quote color"></i> </p> </p> </div> </div> <div class="testimonial"> <div class="pic"> <img src="thumb.php?src=idk_admin/clientlogo/10.jpg&x=300&y=300&q=100&f=0" alt="Client Testimonials - IDK IT SOLUTIONS"> </div> <div class="testimonial-content"> <h3 class="testimonial-title">Rupal Kadhiwala <small class="post">GLAMBIRDS INDIA</small> </h3> <p class="description"> Our company was searching for the “Best IT Solution “to present our brand on Web World. As we have customized requirement we wants to connect with the team who can understand our needs in depth and can provide us a customized IT Solution to our projects. We are happy to say that our searching ends with “IDK IT solutions” <br> IDK IT solutions does not only develop our company website but also help us in many area like providing us creative logo design, providing us Customized visiting card option and Best SEO guidance to develop our business on web. The Best part about the company is you can get support anytime for your any question related to Web .Needless to say they are now full time our co partners and done our projects before scheduled time. </p> </div> </div> <div class="testimonial"> <div class="pic"> <img src="thumb.php?src=idk_admin/clientlogo/32.jpg&x=300&y=300&q=100&f=0" alt="Client Testimonials - IDK IT SOLUTIONS"> </div> <div class="testimonial-content"> <h3 class="testimonial-title">Kalpeshbhai Patel <small class="post">Krishna Refrigeration</small> </h3> <p class="description"> <p> <i class="vossen-quote color"></i> Best Support and Best Software Provided by <strong class="color">CRM INDIA</strong>. <i class="vossen-quote color"></i> </p> </p> </div> </div> </div> </div> </div> </div> </section> <!--Call to action--> <section id="call-to-action" style="position:relative;"> <div class="container"> <div class="row"> <div class="col-sm-7"> <h2>Get Free Demo or Know More</h2> </div> <div class="col-sm-5"> <button class="btn2 btn-5 btn-5a fa fa-envelope pull-right" type='button' onClick="javascript:location.href='contact.html'"> <span>Contact Us</span> </button> </div> </div> </div> </section> <!--Newsletter--> <section id="newsletter"> <div class="container"> <div class="row"> <div class="col-lg-5 col-sm-5 col-xs-12"> <h2>Subscribe for our Newsletter and Promotions</h2> </div> <form method="post" name="mfrm" id="contact-form"> <div class="col-lg-5 col-sm-4 col-xs-12"> <input name="signupemail" id="signupemail" type="text" placeholder="E-mail Address" class="alt" maxlength="240"/> </div> <div class="col-lg-2 col-sm-3 col-xs-12"> <button type="button" class="btn-style4 pull-right" name="nwsbt" id="nwsbt" onClick="javascript:return signupvalid()">Subscribe</button> </div> </form> </div> </div> </section> <!--Footer--> <footer id="footer"> <div class="container"> <div class="row"> <div class="col-sm-3"> <div class="flistwrap"> <h2 class="bbcolor1">Our Services</h2> <ul> <li><a href="website-development.html">Website Development</a></li> <li><a href="website-design.html">Website Design</a></li> <li><a href="mobile-application-development.html">Mobile Application Development</a></li> <li><a href="custom-software-development.html">Custom Software Development</a></li> <li><a href="logo-and-graphics-design.html">Logo and Graphics Design</a></li> <li><a href="seo-services.html">SEO Services</a></li> <li><a href="e-commerce-website-development.html">E-commerce Website Development</a></li> <li><a href="bulk-sms.html">Bulk SMS</a></li> <li><a href="digital-marketing.html">Digital Marketing</a></li> </ul> </div> </div> <div class="col-sm-3"> <div class="flistwrap"> <h2 class="bbcolor2">Our Products</h2> <ul> <li><a href="e-commerce-solutions.html">E-Commerce Solution</a></li> <li><a href="service-crm.html">Service CRM</a></li> <li><a href="online-billing-system.html">Billing System</a></li> <li><a href="bulk-email-system.html">Bulk Email System</a></li> <li><a href="diamond-production-management-system.html">Diamond Production Management System</a></li> </ul> </div> </div> <div class="col-sm-3"> <div class="flistwrap"> <h2 class="bbcolor3">Useful Links</h2> <ul> <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="services.html">Services</a></li> <li><a href="products.html">Products</a></li> <li><a href="portfolio.html">Portfolio</a></li> <li><a href="clients.html">Clients</a></li> <li><a href="contact.html">Contact</a></li> <li><a href="career.html">Career</a></li> </ul> </div> </div> <div class="col-sm-3"> <div class="flistwrap"> <h2 class="bbcolor4">Contact Us</h2> <ul> <li><a href="">+91 9722926434 (INDIA)</a></li> <li><a href="">+1 727 600 6046 (USA)</a></li> <li><a href="">contact@idkitsolutions.com</a></li> <li><a href="">info@idkitsolutions.com</a></li> <li><a href="">www.idkitsolutions.com</a></li> </ul> <ul class="social-menu"> <!-- <li><a href="https://www.facebook.com/idkitsolutions" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a></li> <li><a href="https://www.instagram.com/idkitsolutions/" target="_blank" class="instagram"><i class="fa fa-instagram"></i></a></li> <li><a href="https://twitter.com/idkitsolutions" target="_blank" class="twitter"><i class="fa fa-twitter"></i></a></li>--> <!--<li><a href="" target="_blank" class="linkedin"><i class="fa fa-linkedin"></i></a></li>--> <!--<li><a href="skype:idkitsolutions?call" class="skype"><i class="fa fa-skype"></i></a></li>--> </ul> </div> </div> </div> </div> <div class="container-fluid" id="copyright-bg"> <div class="container"> <div class="row"> <div class="col-lg-6 text-left"> <span class="copyright"><span>Copyright 2017 - Till Date © IDK IT SOLUTIONS.</span> All Rights Reserved.</span> </div> <div class="col-lg-6"> <div class="website-visit ">Website Visit : <strong>222863</strong></div> </div> </div> </div> </div> </footer> <!--Scripts--> <script src="js/bootstrap.js"></script> <!--New Tab JS--> <script type="text/javascript" src="js/easyResponsiveTabs.js"></script> <script type="text/javascript" src="js/jquery.nicescroll.min.js"></script> <script type="text/javascript" src="js/tabs.js"></script> <!--New Tab JS END--> <script type="text/javascript" src="js/jquery.mixitup.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/masonry.pkgd.min.js"></script> <script src="js/main.js"></script> <script src="js/snap.svg-min.js"></script> <script src="js/svg-slider.js"></script> <script src="js/classie.js"></script> <script> jQuery.noConflict()(function($) { "use strict"; $('#owl-slider').owlCarousel({ loop:true, margin:20, autoplay:true, animateOut: 'slideOutDown', animateIn: 'flipInX', responsiveClass:true, nav:false, lazyLoad:true, lazyContent:true, responsive:{ 0:{ items:1, nav:false }, 600:{ items:1, nav:false }, 1000:{ items:1, nav:false, loop:true } } }); $('#owl-carousel-products').owlCarousel({ loop:true, margin:10, responsiveClass:true, nav:false, responsive:{ 0:{ items:1, nav:false }, 600:{ items:3, nav:false }, 1000:{ items:3, nav:false, loop:false } } }); $("#testimonial-slider").owlCarousel({ pagination:true, autoPlay:true, nav:true, autoHeight:true, navText : ["",""], responsive:{ 0:{ items:1, }, 600:{ items:1, }, 1000:{ items:1, loop:true } } }); //$("#menuheader").sticky({topSpacing:0}); }); function notify(type,messg) { jQuery.growl({ title: '', message: messg, url: '' },{ element: 'body', type: type, allow_dismiss: true, offset: { x: 20, y: 50 }, spacing: 10, z_index: 1031, delay: 2500, timer: 4000, url_target: '_blank', mouse_over: false, icon_type: 'class', template: '<div data-growl="container" class="alert" role="alert">' + '<button type="button" class="close" data-growl="dismiss">' + '<span aria-hidden="true">&times;</span>' + '<span class="sr-only">Close</span>' + '</button>' + '<span data-growl="icon"></span>' + '<span data-growl="title"></span>' + '<span data-growl="message"></span>' + '<a href="#" data-growl="url"></a>' + '</div>' }); }; </script> <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','js/analytics.js','ga'); ga('create', 'UA-57527752-1', 'auto'); ga('send', 'pageview'); </script> <!-- Begin Web-Stat code v 6.3 --> <span id="wts1923840" style="display:none">&nbsp;</span><script> var wts=document.createElement('script');wts.type='text/javascript'; wts.async=true;wts.src='https://wts.one/4/1923840/log6_2.js'; document.getElementById('wts1923840').appendChild(wts); </script><noscript><a href="https://www.web-stat.com"> <img src="https://wts.one/6/4/1923840.gif" alt="Web-Stat web tracking"></a></noscript> <!-- End Web-Stat code v 6.3 --> <a href="#0" class="cd-top">Top</a> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10