CINXE.COM
Custom Ecommerce Website Development Company in India & USA
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"> <head> <!-- Start cookieyes banner --> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/65e4fb1090ecaa1f42f2a97c/script.js"></script> <!-- End cookieyes banner --> <meta sidebar-type="general" name="post-id" content="5710" setting-status="general" detail="other" page-url="https://www.wisitech.com/ecommerce-web-design-development-company/" /><!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z1D0WSZ14C"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-Z1D0WSZ14C'); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-QVLEERJ4E1"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QVLEERJ4E1'); </script> <!-- <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css'> --> <meta name="robots" content="index, follow"> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="format-detection" content="telephone=no"> <meta property="og:image" content="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/admin-img/wisitech-admin-logo.png" /> <link rel="shortcut icon" type="image/x-icon" href="https://www.wisitech.com/wp-content/themes/massive-dynamic/images/index.ico"> <link rel="pingback" href="https://www.wisitech.com/xmlrpc.php" /> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2287863-22"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2287863-22'); </script> <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-5H3KZ54');</script> <!-- End Google Tag Manager --> <!-- Hotjar Tracking Code for https://www.wisitech.com/ --> <meta name="keywords" content="ecommerce development company, ecommerce solutions, ecommerce website development, ecommerce website development company, ecommerce consulting, ecommerce web development services, ecommerce web developers, ecommerce website solutions, hire ecommerce developers, ecommerce web design company, ecommerce website design services"> <link rel="profile" href="http://gmpg.org/xfn/11"> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "id": "https://www.wisitech.com", "legalName": "Wisitech InfoSolutions Pvt. Ltd.", "description" :"Wisitech is your reliable digital solutions partner. For 20+ years we have been providing Web, Mobile App Development and Digital Marketing Solutions" , "url": "https://www.wisitech.com", "logo" : "https://www.wisitech.com/wp-content/themes/wisitech/images/wisitech-logo.png", "sameAs" : [ "https://twitter.com/wisitech", "https://plus.google.com/+wisitech", "https://www.facebook.com/WisitechInfoSolutions", "http://in.linkedin.com/company/wisitech" ], "contactPoint": [{ "@type": "ContactPoint", "telephone": "+1866-202-9593", "contactType": "customer service", "areaServed": "US, Canada, India" }] } </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebPage", "url": "https://www.wisitech.com/ecommerce-web-design-development-company/", "name": "Ecommerce Web Design Development Company", "description": "" } </script> <!-- Theme Hook --> <title>Custom Ecommerce Website Development Company in India & USA</title> <style> .wpcf7-submit{ display:none; } .recaptcha-btn{ display:block; } .grecaptcha-badge { margin: 10px 0; } </style> <script type="text/javascript"> var contactform = []; var checkIfCalled = true; var renderGoogleInvisibleRecaptchaFront = function() { // prevent form submit from enter key jQuery("input[name=_wpcf7]").attr("class","formid"); jQuery('.wpcf7-form').on('keyup keypress', "input", function(e) { var keyCode = e.keyCode || e.which; if (keyCode === 13) { e.preventDefault(); return false; } }); jQuery('.wpcf7-submit').each(function(index){ var checkexclude = 0; var form = jQuery(this).closest('.wpcf7-form'); var value = jQuery(form).find(".formid").val(); // check form exclude from invisible recaptcha if(checkexclude == 0){ // Hide the form orig submit button form.find('.wpcf7-submit').hide(); // Fetch class and value of orig submit button btnClasses = form.find('.wpcf7-submit').attr('class'); btnValue = form.find('.wpcf7-submit').attr('value'); // Add custom button and recaptcha holder form.find('.wpcf7-submit').after('<input type="button" id="wpcf-custom-btn-'+index+'" class="'+btnClasses+' recaptcha-btn recaptcha-btn-type-css" value="'+btnValue+'" title="'+btnValue+'" >'); form.append('<div class="recaptcha-holder" id="recaptcha-holder-'+index+'"></div>'); // Recaptcha rendenr from here var holderId = grecaptcha.render('recaptcha-holder-'+index,{ 'sitekey':'6Lc4fz8mAAAAAGhyPznM8PB_0iTHYDcEXRZNwnQo', 'size': 'invisible', 'badge' : 'bottomright', // possible values: bottomright, bottomleft, inline 'callback' : function (recaptchaToken) { //console.log(recaptchaToken); var response=jQuery('#recaptcha-holder-'+index).find('.g-recaptcha-response').val(); //console.log(response); //Remove old response and store new respone jQuery('#recaptcha-holder-'+index).parent().find(".respose_post").remove(); jQuery('#recaptcha-holder-'+index).after('<input type="hidden" name="g-recaptcha-response" value="'+response+'" class="respose_post">') grecaptcha.reset(holderId); if(typeof customCF7Validator !== 'undefined'){ if(!customCF7Validator(form)){ return; } } // Call default Validator function else if(contactFormDefaultValidator(form)){ return; } else{ // hide the custom button and show orig submit button again and submit the form jQuery('#wpcf-custom-btn-'+index).hide(); form.find('input[type=submit]').show(); form.find("input[type=submit]").click(); form.find('input[type=submit]').hide(); jQuery('#wpcf-custom-btn-'+index).attr('style',''); } } },false); // action call when click on custom button jQuery('#wpcf-custom-btn-'+index).click(function(event){ event.preventDefault(); // Call custom validator function if(typeof customCF7Validator == 'function'){ if(!customCF7Validator(form)){ return false; } } // Call default Validator function else if(contactFormDefaultValidator(form)){ return false; } else if(grecaptcha.getResponse(holderId) != ''){ grecaptcha.reset(holderId); } else{ // execute the recaptcha challenge grecaptcha.execute(holderId); } }); } }); } </script><script src="https://www.google.com/recaptcha/api.js?onload=renderGoogleInvisibleRecaptchaFront&render=explicit" async defer></script><meta name='robots' content='max-image-preview:large' /> <!-- Powered by Social Snap v1.1.8.3 - https://socialsnap.com/ --> <meta property="og:type" content="article"> <meta property="og:title" content="Custom Ecommerce Website Development Company in India & USA"> <meta property="og:description" content="Get top-tier eCommerce web design & development services from Wisitech, a leading custom eCommerce website development company in USA, Canada & India. Tailored solutions for your brand."> <meta property="og:url" content="https://www.wisitech.com/ecommerce-web-design-development-company/"> <meta property="og:site_name" content="Wisitech"> <meta property="og:updated_time" content="2024-01-11T21:34:44+05:30"> <meta property="article:author" content="https://www.facebook.com/WisitechInfosolutions/"> <meta property="og:image" content="https://www.wisitech.com/wp-content/uploads/2009/05/Wisitech-Logo.png"> <meta property="og:image:width" content="300"> <meta property="og:image:height" content="300"> <meta property="article:published_time" content="2019-05-14T04:47:06+05:30"> <meta property="article:modified_time" content="2024-01-11T21:34:44+05:30"> <meta property="fb:app_id" content="1923155921341058"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Custom Ecommerce Website Development Company in India & USA"> <meta name="twitter:description" content="Get top-tier eCommerce web design & development services from Wisitech, a leading custom eCommerce website development company in USA, Canada & India. Tailored solutions for your brand."> <meta name="twitter:image:src" content="https://www.wisitech.com/wp-content/uploads/2009/05/Wisitech-Logo.png"> <!-- Powered by Social Snap v1.1.8.3 - https://socialsnap.com/ --> <!-- This site is optimized with the Yoast SEO plugin v11.2.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Get top-tier eCommerce web design & development services from Wisitech, a leading custom eCommerce website development company in USA, Canada & India. Tailored solutions for your brand."/> <link rel="canonical" href="https://www.wisitech.com/ecommerce-web-design-development-company/" /> <meta property="og:locale" content="en_US" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.wisitech.com/#organization","name":"","url":"https://www.wisitech.com/","sameAs":[]},{"@type":"WebSite","@id":"https://www.wisitech.com/#website","url":"https://www.wisitech.com/","name":"Wisitech","publisher":{"@id":"https://www.wisitech.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.wisitech.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.wisitech.com/ecommerce-web-design-development-company/#webpage","url":"https://www.wisitech.com/ecommerce-web-design-development-company/","inLanguage":"en-US","name":"Custom Ecommerce Website Development Company in India & USA","isPartOf":{"@id":"https://www.wisitech.com/#website"},"image":{"@type":"ImageObject","@id":"https://www.wisitech.com/ecommerce-web-design-development-company/#primaryimage","url":"https://www.wisitech.com/wp-content/uploads/2009/05/Wisitech-Logo.png","width":300,"height":300,"caption":"wisitech logo"},"primaryImageOfPage":{"@id":"https://www.wisitech.com/ecommerce-web-design-development-company/#primaryimage"},"datePublished":"2019-05-14T04:47:06+05:30","dateModified":"2024-01-11T16:04:44+05:30","description":"Get top-tier eCommerce web design & development services from Wisitech, a leading custom eCommerce website development company in USA, Canada & India. Tailored solutions for your brand.","breadcrumb":{"@id":"https://www.wisitech.com/ecommerce-web-design-development-company/#breadcrumb"}},{"@type":"BreadcrumbList","@id":"https://www.wisitech.com/ecommerce-web-design-development-company/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https://www.wisitech.com/","url":"https://www.wisitech.com/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@type":"WebPage","@id":"https://www.wisitech.com/ecommerce-web-design-development-company/","url":"https://www.wisitech.com/ecommerce-web-design-development-company/","name":"Ecommerce Web Design Development Company"}}]}]}</script> <!-- / Yoast SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="Wisitech » Feed" href="https://www.wisitech.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Wisitech » Comments Feed" href="https://www.wisitech.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.18 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-Z1D0WSZ14C" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '8.18'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStrs = [ 'ga-disable-G-Z1D0WSZ14C', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); __gtagTracker('config', 'G-Z1D0WSZ14C', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.wisitech.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.5"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <script>// This is the cleaner code per request of a thread in the LinkedIn group "WordPress" // this is a modified file for demonstration purposes // original repository https://github.com/filamentgroup/loadCSS/ /*! loadCSS: load a CSS file asynchronously. [c]2014 @scottjehl, Filament Group, Inc. Licensed MIT */ function loadCSS( href, before, media ){ "use strict"; var ss = window.document.createElement( "link" ); var ref = before || window.document.getElementsByTagName( "script" )[ 0 ]; ss.rel = "stylesheet"; ss.href = href; ss.media = "only x"; ref.parentNode.insertBefore( ss, ref ); setTimeout( function(){ ss.media = media || "all"; } ); return ss; } // here's where you specify the CSS files to be loaded asynchronously /*// load Google Web Font loadCSS( "http://fonts.googleapis.com/css?family=Lato|Open+Sans" ); // load Font Awesome from CDN loadCSS( "//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" ); // load a local CSS file loadCSS( "http://yourserver.tld/path/to/your/css/file.css" ); */</script><style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <script>loadCSS('https://www.wisitech.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/plugins/country-phone-field-contact-form-7/assets/css/intlTelInput.min.css?ver=6.4.5',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/plugins/country-phone-field-contact-form-7/assets/css/countrySelect.min.css?ver=6.4.5',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/plugins/email-subscribers/lite/public/css/email-subscribers-public.css?ver=5.6.23',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/plugins/social_snap/assets/css/socialsnap.css?ver=1.1.8.3',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-includes/css/dashicons.min.css?ver=6.4.5',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/plugins/add-search-to-menu/public/css/ivory-search.min.css?ver=5.5.7',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic/style.css?ver=6.4.5',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/uploads/md_cache/5710.css?ver=2024-01-11-09-34-447.2.2',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/css/plugin.min.css',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/css/isotope.min.css?ver=7.2.2',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/css/iconfonts.min.css',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/css/responsive.min.css?ver=7.2.2',0,'all');</script> <style id='responsive-style-inline-css' type='text/css'> h1{color:rgb(23,23,23);font-family:Montserrat;font-weight:100;font-style:normal;font-size:15px;line-height:15px;letter-spacing:0px;}h2{color:rgb(23,23,23);font-family:Montserrat;font-weight:400;font-style:normal;font-size:60px;line-height:15px;letter-spacing:0px;}h3, h3.wpb_accordion_header,h3.wpb_toggle_header,.woocommerce-loop-product__title{color:rgb(23,23,23);font-family:Montserrat;font-weight:400;font-style:normal;font-size:50px;line-height:15px;letter-spacing:0px;}h4{color:rgb(23,23,23);font-family:Montserrat;font-weight:400;font-style:normal;font-size:18px;line-height:45px;letter-spacing:0px;}h5{color:rgb(0,0,0);font-family:Roboto;font-weight:400;font-style:normal;font-size:30px;line-height:35px;letter-spacing:0px;}h6{color:rgb(0,0,0);font-family:Montserrat;font-weight:400;font-style:normal;font-size:20px;line-height:25px;letter-spacing:0px;}p{color:rgb(23,23,23);font-family:Montserrat;font-weight:300;font-style:normal;font-size:15px;line-height:24px;letter-spacing:0px;}a{color:rgb(208,74,83);font-family:Montserrat;font-weight:100;font-style:normal;font-size:15px;line-height:14px;letter-spacing:0px;}.layout{padding-top:0px;padding-bottom:0px;width:100%;}main{padding-top:0px;}header .content ul.icons-pack li.icon ,header.top-block .style-style2 .icons-pack .icon.notification-item{display:none;}header { top:0px;}header[class *= "side-" ]{width: 65px;;}header:not(.top-block) .top nav > ul > li .menu-title .icon , header.side-classic .side nav > ul > li > a .menu-title .icon, header.side-classic.standard-mode .style-center nav > ul > li > a .menu-title .icon, .gather-overlay .navigation li a span.icon, header.top-block.header-style1 .navigation > ul > li > a span.icon, header:not(.top-block) .top nav > ul > li .hover-effect .icon {display:none;} header:not(.top-block) .top nav > ul > li .menu-title .title, header.side-classic .side nav > ul > li > a .menu-title .title, header:not(.top-block) .top nav > ul > li .hover-effect .title {display:inline-block;}.activeMenu{ color:rgb(255,255,255) !important;}header a, header .navigation a, header .navigation, .gather-overlay .menu a, header.side-classic div.footer .footer-content .copyright p{ color:rgb(255,255,255);font-family:Montserrat;font-weight:400;font-style:normal;font-size:13px;letter-spacing:0px;line-height : 1.5em;}header .icons-pack a{color:rgb(255,255,255)}header .navigation .separator a {background-color:rgba(255,255,255,0.5);;}header .icons-pack .elem-container .title-content{color:rgb(255,255,255);}.top-classic .navigation .menu-separator,.top-logotop .navigation .menu-separator{ background-color:rgb(255,255,255);}.top-classic:not(.header-clone) .style-wireframe .navigation .menu-separator{ background-color:rgb(255,255,255);}header.top-block .icons-pack li .elem-container,header .top .icons-pack .icon span,header.top-block .icons-pack li .title-content .icon,header.top-modern .icons-pack li .title-content .icon,header .icons-pack a{ font-size:18px;}.gather-btn .gather-menu-icon,header .icons-pack a.shopcart .icon-shopcart2,header .icons-pack a.shopcart .icon-shopping-cart{font-size:21px;}header .icons-pack .shopcart-item .number{color:rgb(255,255,255);background-color:rgb(255,255,255);}.layout-container .business{display:none;}header.top-classic:not(.header-clone) .content:not(.style-wireframe) nav > ul > li:hover > a .menu-title , header.top-classic:not(.header-clone) .content:not(.style-wireframe) nav > ul > li:hover > a .menu-title:after{ color:rgb(255,255,255);} .top-classic .style-wireframe .navigation > ul > li:hover .menu-separator{ background-color:rgb(255,255,255);} header.top-classic .icons-pack .icon:hover { color:rgb(255,255,255);}header.top-modern .btn-1b:after { background:rgb(255,255,255);}header.top-modern .btn-1b:active{ background:rgb(255,255,255);}header.top-modern nav > ul> li, header.top-modern .icons-pack li, header.top-modern .first-part{ border-right: 1px solid rgba(255,255,255,0.3);;}header.top-modern .business{ border-bottom: 1px solid rgba(255,255,255,0.3);;}header.top-modern .business, header.top-modern .business a{ color:rgb(255,255,255);}header.side-classic nav > ul > li:hover > a, header.side-classic.standard-mode .icons-holder ul.icons-pack li:hover a, header.side-classic.standard-mode .footer-socials li:hover a, header.side-classic nav > ul > li.has-dropdown:not(.megamenu):hover > a, header.side-classic nav > ul > li:hover > a > .menu-title span, header.side-classic .footer-socials li a .hover, header.side-classic .icons-pack li a .hover, header.side-modern .icons-pack li a span.hover, header.side-modern .nav-modern-button span.hover, header.side-modern .footer-socials span.hover, header.side-classic nav > ul > li.has-dropdown:not(.megamenu) .dropdown a:hover .menu-title span, header.side-classic nav > ul > li > ul li.has-dropdown:not(.megamenu):hover > a .menu-title span{ color:rgb(255,255,255);border-color:rgb(255,255,255);}header.side-classic div.footer ul li.info .footer-content span, header.side-classic .icons-pack li.search .search-form input{ color:rgb(255,255,255);}header.side-classic div.footer ul, header.side-classic div.footer ul li, header.side-classic .icons-holder{ border-color:rgb(255,255,255);}header.side-classic .icons-holder li hr{ background-color:rgb(255,255,255);}header .side .footer .copyright p{ color:rgb(255,255,255);}header .color-overlay, header.side-modern .footer .info .footer-content .copyright, header.side-modern .footer .info .footer-content .footer-socials, header.side-modern .search-form input[type="text"]{background-color: rgb(13,13,13);}header:not(.header-clone) > .color-overlay{}.second-header-bg {}header nav.navigation li.megamenu > .dropdown, header nav.navigation li.has-dropdown > .dropdown{ display : table; position: absolute; top:86px;}header nav.navigation li.megamenu > .dropdown > .megamenu-dropdown-overlay, .gather-overlay nav li.megamenu > .dropdown > .megamenu-dropdown-overlay, header nav > ul > li.has-dropdown:not(.megamenu) ul .megamenu-dropdown-overlay{ background-color:rgba(255,255,255,0);}header nav.navigation > ul > li.megamenu > ul > li > a{ color:rgb(34,34,34);}header[class *= "top-"]:not(.right) nav.navigation li.megamenu > ul.dropdown:not(.side-line), header[class *= "top-"]:not(.right) nav.navigation > ul > li.has-dropdown > ul.dropdown:not(.side-line){border-top:3px solid rgb(34,34,34);}header.top nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown.side-line, header.top nav.navigation li.megamenu > .dropdown.side-line, .gather-overlay nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown.side-line, .gather-overlay nav.navigation li.megamenu > .dropdown.side-line{ border-left: 3px solid rgb(34,34,34);}header.top nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown.side-line li:after, .gather-overlay nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown.side-line li:after{ background-color:rgba(34,34,34,0.3);;}header[class *= "top-"]:not(.right) nav.navigation li.megamenu > .dropdown,header[class *= "top-"]:not(.right) nav.navigation li.has-dropdown > .dropdown{left: 0;}header[class *= "top-"] nav .dropdown a, header[class *= "side-"] nav .dropdown a, .gather-overlay nav .dropdown a{ font-size:12px;}.gather-overlay nav.navigation li.megamenu > .dropdown, .gather-overlay nav.navigation li.has-dropdown > .dropdown{ background-color:rgba(255,255,255,0);display : table; left: 0; position: absolute; top: 150%; }header.left nav.navigation > ul > li.has-dropdown > .dropdown .megamenu-dropdown-overlay, header.side-modern .side.style-style2 nav > ul > li .megamenu-dropdown-overlay, header.side-modern .side.style-style1 nav > ul .megamenu-dropdown-overlay, header.side-modern .style-style1.side nav ul li{ background-color:rgba(255,255,255,0);}header.side-modern .style-style1.side nav ul li, header.side-modern .style-style1.side nav.navigation > ul > li.has-dropdown .dropdown{ border-color:rgba(34,34,34,0.3);;color:rgb(34,34,34);}header nav.navigation .dropdown a, header.side-modern nav.navigation a, .gather-overlay nav.navigation .dropdown a{ color:rgb(34,34,34);position: relative !important; width: auto !important;}header .top nav > ul > li > ul li:hover > a .menu-title span, header .top nav > ul > li .dropdown a:hover .menu-title span, .gather-overlay nav > ul > li > ul li:hover > a .menu-title span, .gather-overlay nav > ul > li .dropdown a:hover .menu-title span, header.side-classic nav > ul > li > ul li:hover > a .menu-title span, header.side-classic nav > ul > li .dropdown a:hover .menu-title span, header.side-modern .side.style-style2 nav.navigation ul li a:hover{ color:rgb(34,34,34);border-color:rgb(34,34,34);}header.side-modern .side.style-style1 nav.navigation ul li:hover{ background-color:rgb(34,34,34);}.layout-container> .color-overlay,.layout-container> .texture-overlay,.layout-container > .bg-image { display:none; }.layout-container > .color-overlay.image-type,.layout-container> .bg-image { display:none; }.layout-container > .color-overlay.texture-type,.layout-container> .texture-overlay{ display:none; }.layout-container> .color-overlay.color-type {background-color:#FFF;}.layout-container> .bg-image { background-repeat:no-repeat;background-attachment:fixed;background-position:center top;background-size: cover;opacity:1;}.layout-container> .texture-overlay { opacity:0.5;background-image: url(https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/customizer/assets/images/texture/1.png);}footer> .color-overlay.color-type { display:none; }footer > .color-overlay.texture-type,footer> .texture-overlay{ display:none; }footer> .bg-image { background-repeat:no-repeat;background-attachment:fixed;background-position:center top;background-size: cover;opacity:1;}footer> .texture-overlay { opacity:0.5;background-image: url(https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/customizer/assets/images/texture/1.png);}main .content .color-overlay.color-type { display:none }main .content .color-overlay.color-type { background-color: #FFF;}main .content { padding:0px;}main #content { margin-left: auto; margin-right: auto; }footer {width: 100% ; margin-top:0px; }footer .content{width:70%;}#footer-bottom .social-icons span a,#footer-bottom .go-to-top a,#footer-bottom p{color:rgb(229, 229, 229)}footer.footer-default .footer-widgets {background-color:rgba(40, 40, 40, 1);overflow: hidden;}footer .widget-area {height:300px;}footer hr.footer-separator{height:0px;background-color:rgba(255,255,255,.1)}footer.footer-default .widget-area.classicStyle.border.boxed div[class*="col-"]{height:180px;}footer.footer-default .widget-area.classicStyle.border.full div[class*="col-"]{height :300px;padding : 45px 30px;}footer.footer-default #footer-bottom{background-color:rgba(53, 53, 53, 1);}#footer-bottom{height:72px;}#footer-bottom .social-icons > span:not(.go-to-top){display:inline-flex;}#footer-bottom .copyright{display:block;}#footer-bottom .logo{opacity:1;}#footer-bottom {display:block;}.sidebar.box .widget > .color-overlay.image-type,.sidebar.box .widget> .bg-image { display:none; }.sidebar.box .widget > .color-overlay.texture-type,.sidebar.box .widget> .texture-overlay{ display:none; }.sidebar.box .widget> .color-overlay.color-type {background-color:#FFF;}.sidebar.box .widget> .bg-image { background-repeat:no-repeat;background-attachment:fixed;background-position:center top;background-size: cover;opacity:1;}.sidebar.box .widget> .texture-overlay { opacity:0.5;background-image: url(https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/customizer/assets/images/texture/1.png);}.sidebar > .color-overlay.image-type,.sidebar> .bg-image { display:none; }.sidebar > .color-overlay.texture-type,.sidebar> .texture-overlay{ display:none; }.sidebar> .color-overlay.color-type {background-color:#FFF;}.sidebar> .bg-image { background-repeat:no-repeat;background-attachment:fixed;background-position:center top;background-size: cover;opacity:1;}.sidebar> .texture-overlay { opacity:0.5;background-image: url(https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/customizer/assets/images/texture/1.png);}.sidebar.box .widget .color-overlay, .sidebar.box .widget .texture-overlay, .sidebar.box .widget .bg-image{ display:none;}.dark-sidebar .widget-contact-info-content, .dark .widget-contact-info-content{ background:url(https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/img/map-dark.png)no-repeat 10px 15px;}.light-sidebar .widget-contact-info-content, .light .widget-contact-info-content{ background:url(https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/img/map-light.png)no-repeat 10px 15px;}.layout-container .business { background:rgb(82,82,82);top:0px;height: 36px;}.layout-container .business,.layout-container .business a { color:rgba(255,255,255,1);}header { margin-top: 0 }.box_size{ width:70%}.box_size_container{ width:70%}.widget a, .widget p, .widget span:not(.icon-caret-right)/*:not(.star-rating span)*/{ font-family:Montserrat;}.loop-post-content .post-title:hover{ color:rgba(23,23,23,0.8);;}.woocommerce ul.product_list_widget li span:not(.star-rating span){ font-family:Montserrat;}.notification-center .post .date .day.accent-color, #notification-tabs p.total, #notification-tabs p.total .amount, #notification-tabs .cart_list li .quantity, #notification-tabs .cart_list li .quantity .amount{ color :rgb(181,169,114);}.notification-center span, .notification-center a, .notification-center p, #notification-tabs #result-container .search-title, #notification-tabs #result-container .more-result, #notification-tabs #result-container .item .title, #notification-tabs #search-input, #notification-tabs .cart_list li.empty, .notification-collapse{ font-family :Montserrat;}.notification-center .pager .shop, .notification-center #notification-tabs .pager .shop.selected{ display :none; }.notification-center .tabs-container .shop-tab{ opacity : 0; }.portfolio .accent-color, .portfolio .accent-color.more-project, .portfolio-carousel .accent-color.like:hover, .portfolio-carousel .buttons .sharing:hover{ color :rgb(204,162,107)}.portfolio-split .accent-color.like:hover, .portfolio-full .accent-color.like:hover{ background-color :rgb(204,162,107);border-color :rgb(204,162,107);color:#fff; }.portfolio .accent-color.more-project:after{ background-color :rgb(204,162,107)}.portfolio .accent-color.more-project:hover{ color :rgba(204,162,107,0.6);}.portfolio .category span { color :rgba(23,23,23,0.7);}.portfolio .buttons .sharing, .portfolio-carousel .buttons .like{ border-color:rgb(23,23,23);color: rgb(23,23,23); }.portfolio-split .buttons .sharing:hover, .portfolio-full .buttons .sharing:hover{ background-color:rgb(23,23,23);color: #fff; }.md-pixflow-slider .btn-container .shortcode-btn a.button{ font-family:Montserrat;}.md-statistic .timer-holder .timer, .md-counter:not(.md-countbox):not(.md-counter-card) .timer, .img-box-fancy .image-box-fancy-title{ font-family:Montserrat;letter-spacing:0px;}.process-panel-main-container .sub-title{ font-family:Montserrat;font-weight:400;font-style:normal;letter-spacing:0px;}.error404 .item-setting, body:not(.compose-mode) .item-setting{display: none;}header.top-classic .style-none nav > ul > .item_button{color:rgb(0,0,0);}header.top-classic .style-none nav > ul > .item_button:hover{color:rgb(255,255,255);}header.top-classic .style-none nav > ul > .item_button.oval_outline-style a,header.top-classic .style-none nav > ul > .item_button.rectangle_outline-style a{border-color:rgb(255,255,255);}header.top-classic .style-none nav > ul > .item_button.oval-style a,header.top-classic .style-none nav > ul > .item_button.rectangle-style a{background-color:rgb(255,255,255);}h1{color:rgb(23,23,23);font-family:Montserrat;font-weight:100;font-style:normal;font-size:15px;line-height:15px;letter-spacing:0px;}h2{color:rgb(23,23,23);font-family:Montserrat;font-weight:400;font-style:normal;font-size:60px;line-height:15px;letter-spacing:0px;}h3, h3.wpb_accordion_header,h3.wpb_toggle_header,.woocommerce-loop-product__title{color:rgb(23,23,23);font-family:Montserrat;font-weight:400;font-style:normal;font-size:50px;line-height:15px;letter-spacing:0px;}h4{color:rgb(23,23,23);font-family:Montserrat;font-weight:400;font-style:normal;font-size:18px;line-height:45px;letter-spacing:0px;}h5{color:rgb(0,0,0);font-family:Roboto;font-weight:400;font-style:normal;font-size:30px;line-height:35px;letter-spacing:0px;}h6{color:rgb(0,0,0);font-family:Montserrat;font-weight:400;font-style:normal;font-size:20px;line-height:25px;letter-spacing:0px;}p{color:rgb(23,23,23);font-family:Montserrat;font-weight:300;font-style:normal;font-size:15px;line-height:24px;letter-spacing:0px;}a{color:rgb(208,74,83);font-family:Montserrat;font-weight:100;font-style:normal;font-size:15px;line-height:14px;letter-spacing:0px;}.layout{padding-top:0px;padding-bottom:0px;width:100%;}main{padding-top:0px;}header .content ul.icons-pack li.icon ,header.top-block .style-style2 .icons-pack .icon.notification-item{display:none;}header { top:0px;}header[class *= "side-" ]{width: 65px;;}header:not(.top-block) .top nav > ul > li .menu-title .icon , header.side-classic .side nav > ul > li > a .menu-title .icon, header.side-classic.standard-mode .style-center nav > ul > li > a .menu-title .icon, .gather-overlay .navigation li a span.icon, header.top-block.header-style1 .navigation > ul > li > a span.icon, header:not(.top-block) .top nav > ul > li .hover-effect .icon {display:none;} header:not(.top-block) .top nav > ul > li .menu-title .title, header.side-classic .side nav > ul > li > a .menu-title .title, header:not(.top-block) .top nav > ul > li .hover-effect .title {display:inline-block;}.activeMenu{ color:rgb(255,255,255) !important;}header a, header .navigation a, header .navigation, .gather-overlay .menu a, header.side-classic div.footer .footer-content .copyright p{ color:rgb(255,255,255);font-family:Montserrat;font-weight:400;font-style:normal;font-size:13px;letter-spacing:0px;line-height : 1.5em;}header .icons-pack a{color:rgb(255,255,255)}header .navigation .separator a {background-color:rgba(255,255,255,0.5);;}header .icons-pack .elem-container .title-content{color:rgb(255,255,255);}.top-classic .navigation .menu-separator,.top-logotop .navigation .menu-separator{ background-color:rgb(255,255,255);}.top-classic:not(.header-clone) .style-wireframe .navigation .menu-separator{ background-color:rgb(255,255,255);}header.top-block .icons-pack li .elem-container,header .top .icons-pack .icon span,header.top-block .icons-pack li .title-content .icon,header.top-modern .icons-pack li .title-content .icon,header .icons-pack a{ font-size:18px;}.gather-btn .gather-menu-icon,header .icons-pack a.shopcart .icon-shopcart2,header .icons-pack a.shopcart .icon-shopping-cart{font-size:21px;}header .icons-pack .shopcart-item .number{color:rgb(255,255,255);background-color:rgb(255,255,255);}.layout-container .business{display:none;}header.top-classic:not(.header-clone) .content:not(.style-wireframe) nav > ul > li:hover > a .menu-title , header.top-classic:not(.header-clone) .content:not(.style-wireframe) nav > ul > li:hover > a .menu-title:after{ color:rgb(255,255,255);} .top-classic .style-wireframe .navigation > ul > li:hover .menu-separator{ background-color:rgb(255,255,255);} header.top-classic .icons-pack .icon:hover { color:rgb(255,255,255);}header.top-modern .btn-1b:after { background:rgb(255,255,255);}header.top-modern .btn-1b:active{ background:rgb(255,255,255);}header.top-modern nav > ul> li, header.top-modern .icons-pack li, header.top-modern .first-part{ border-right: 1px solid rgba(255,255,255,0.3);;}header.top-modern .business{ border-bottom: 1px solid rgba(255,255,255,0.3);;}header.top-modern .business, header.top-modern .business a{ color:rgb(255,255,255);}header.side-classic nav > ul > li:hover > a, header.side-classic.standard-mode .icons-holder ul.icons-pack li:hover a, header.side-classic.standard-mode .footer-socials li:hover a, header.side-classic nav > ul > li.has-dropdown:not(.megamenu):hover > a, header.side-classic nav > ul > li:hover > a > .menu-title span, header.side-classic .footer-socials li a .hover, header.side-classic .icons-pack li a .hover, header.side-modern .icons-pack li a span.hover, header.side-modern .nav-modern-button span.hover, header.side-modern .footer-socials span.hover, header.side-classic nav > ul > li.has-dropdown:not(.megamenu) .dropdown a:hover .menu-title span, header.side-classic nav > ul > li > ul li.has-dropdown:not(.megamenu):hover > a .menu-title span{ color:rgb(255,255,255);border-color:rgb(255,255,255);}header.side-classic div.footer ul li.info .footer-content span, header.side-classic .icons-pack li.search .search-form input{ color:rgb(255,255,255);}header.side-classic div.footer ul, header.side-classic div.footer ul li, header.side-classic .icons-holder{ border-color:rgb(255,255,255);}header.side-classic .icons-holder li hr{ background-color:rgb(255,255,255);}header .side .footer .copyright p{ color:rgb(255,255,255);}header .color-overlay, header.side-modern .footer .info .footer-content .copyright, header.side-modern .footer .info .footer-content .footer-socials, header.side-modern .search-form input[type="text"]{background-color: rgb(13,13,13);}header:not(.header-clone) > .color-overlay{}.second-header-bg {}header nav.navigation li.megamenu > .dropdown, header nav.navigation li.has-dropdown > .dropdown{ display : table; position: absolute; top:86px;}header nav.navigation li.megamenu > .dropdown > .megamenu-dropdown-overlay, .gather-overlay nav li.megamenu > .dropdown > .megamenu-dropdown-overlay, header nav > ul > li.has-dropdown:not(.megamenu) ul .megamenu-dropdown-overlay{ background-color:rgba(255,255,255,0);}header nav.navigation > ul > li.megamenu > ul > li > a{ color:rgb(34,34,34);}header[class *= "top-"]:not(.right) nav.navigation li.megamenu > ul.dropdown:not(.side-line), header[class *= "top-"]:not(.right) nav.navigation > ul > li.has-dropdown > ul.dropdown:not(.side-line){border-top:3px solid rgb(34,34,34);}header.top nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown.side-line, header.top nav.navigation li.megamenu > .dropdown.side-line, .gather-overlay nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown.side-line, .gather-overlay nav.navigation li.megamenu > .dropdown.side-line{ border-left: 3px solid rgb(34,34,34);}header.top nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown.side-line li:after, .gather-overlay nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown.side-line li:after{ background-color:rgba(34,34,34,0.3);;}header[class *= "top-"]:not(.right) nav.navigation li.megamenu > .dropdown,header[class *= "top-"]:not(.right) nav.navigation li.has-dropdown > .dropdown{left: 0;}header[class *= "top-"] nav .dropdown a, header[class *= "side-"] nav .dropdown a, .gather-overlay nav .dropdown a{ font-size:12px;}.gather-overlay nav.navigation li.megamenu > .dropdown, .gather-overlay nav.navigation li.has-dropdown > .dropdown{ background-color:rgba(255,255,255,0);display : table; left: 0; position: absolute; top: 150%; }header.left nav.navigation > ul > li.has-dropdown > .dropdown .megamenu-dropdown-overlay, header.side-modern .side.style-style2 nav > ul > li .megamenu-dropdown-overlay, header.side-modern .side.style-style1 nav > ul .megamenu-dropdown-overlay, header.side-modern .style-style1.side nav ul li{ background-color:rgba(255,255,255,0);}header.side-modern .style-style1.side nav ul li, header.side-modern .style-style1.side nav.navigation > ul > li.has-dropdown .dropdown{ border-color:rgba(34,34,34,0.3);;color:rgb(34,34,34);}header nav.navigation .dropdown a, header.side-modern nav.navigation a, .gather-overlay nav.navigation .dropdown a{ color:rgb(34,34,34);position: relative !important; width: auto !important;}header .top nav > ul > li > ul li:hover > a .menu-title span, header .top nav > ul > li .dropdown a:hover .menu-title span, .gather-overlay nav > ul > li > ul li:hover > a .menu-title span, .gather-overlay nav > ul > li .dropdown a:hover .menu-title span, header.side-classic nav > ul > li > ul li:hover > a .menu-title span, header.side-classic nav > ul > li .dropdown a:hover .menu-title span, header.side-modern .side.style-style2 nav.navigation ul li a:hover{ color:rgb(34,34,34);border-color:rgb(34,34,34);}header.side-modern .side.style-style1 nav.navigation ul li:hover{ background-color:rgb(34,34,34);}.layout-container> .color-overlay,.layout-container> .texture-overlay,.layout-container > .bg-image { display:none; }.layout-container > .color-overlay.image-type,.layout-container> .bg-image { display:none; }.layout-container > .color-overlay.texture-type,.layout-container> .texture-overlay{ display:none; }.layout-container> .color-overlay.color-type {background-color:#FFF;}.layout-container> .bg-image { background-repeat:no-repeat;background-attachment:fixed;background-position:center top;background-size: cover;opacity:1;}.layout-container> .texture-overlay { opacity:0.5;background-image: url(https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/customizer/assets/images/texture/1.png);}footer> .color-overlay.color-type { display:none; }footer > .color-overlay.texture-type,footer> .texture-overlay{ display:none; }footer> .bg-image { background-repeat:no-repeat;background-attachment:fixed;background-position:center top;background-size: cover;opacity:1;}footer> .texture-overlay { opacity:0.5;background-image: url(https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/customizer/assets/images/texture/1.png);}main .content .color-overlay.color-type { display:none }main .content .color-overlay.color-type { background-color: #FFF;}main .content { padding:0px;}main #content { margin-left: auto; margin-right: auto; }footer {width: 100% ; margin-top:0px; }footer .content{width:70%;}#footer-bottom .social-icons span a,#footer-bottom .go-to-top a,#footer-bottom p{color:rgb(229, 229, 229)}footer.footer-default .footer-widgets {background-color:rgba(40, 40, 40, 1);overflow: hidden;}footer .widget-area {height:300px;}footer hr.footer-separator{height:0px;background-color:rgba(255,255,255,.1)}footer.footer-default .widget-area.classicStyle.border.boxed div[class*="col-"]{height:180px;}footer.footer-default .widget-area.classicStyle.border.full div[class*="col-"]{height :300px;padding : 45px 30px;}footer.footer-default #footer-bottom{background-color:rgba(53, 53, 53, 1);}#footer-bottom{height:72px;}#footer-bottom .social-icons > span:not(.go-to-top){display:inline-flex;}#footer-bottom .copyright{display:block;}#footer-bottom .logo{opacity:1;}#footer-bottom {display:block;}.sidebar.box .widget > .color-overlay.image-type,.sidebar.box .widget> .bg-image { display:none; }.sidebar.box .widget > .color-overlay.texture-type,.sidebar.box .widget> .texture-overlay{ display:none; }.sidebar.box .widget> .color-overlay.color-type {background-color:#FFF;}.sidebar.box .widget> .bg-image { background-repeat:no-repeat;background-attachment:fixed;background-position:center top;background-size: cover;opacity:1;}.sidebar.box .widget> .texture-overlay { opacity:0.5;background-image: url(https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/customizer/assets/images/texture/1.png);}.sidebar > .color-overlay.image-type,.sidebar> .bg-image { display:none; }.sidebar > .color-overlay.texture-type,.sidebar> .texture-overlay{ display:none; }.sidebar> .color-overlay.color-type {background-color:#FFF;}.sidebar> .bg-image { background-repeat:no-repeat;background-attachment:fixed;background-position:center top;background-size: cover;opacity:1;}.sidebar> .texture-overlay { opacity:0.5;background-image: url(https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/customizer/assets/images/texture/1.png);}.sidebar.box .widget .color-overlay, .sidebar.box .widget .texture-overlay, .sidebar.box .widget .bg-image{ display:none;}.dark-sidebar .widget-contact-info-content, .dark .widget-contact-info-content{ background:url(https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/img/map-dark.png)no-repeat 10px 15px;}.light-sidebar .widget-contact-info-content, .light .widget-contact-info-content{ background:url(https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/img/map-light.png)no-repeat 10px 15px;}.layout-container .business { background:rgb(82,82,82);top:0px;height: 36px;}.layout-container .business,.layout-container .business a { color:rgba(255,255,255,1);}header { margin-top: 0 }.box_size{ width:70%}.box_size_container{ width:70%}.widget a, .widget p, .widget span:not(.icon-caret-right)/*:not(.star-rating span)*/{ font-family:Montserrat;}.loop-post-content .post-title:hover{ color:rgba(23,23,23,0.8);;}.woocommerce ul.product_list_widget li span:not(.star-rating span){ font-family:Montserrat;}.notification-center .post .date .day.accent-color, #notification-tabs p.total, #notification-tabs p.total .amount, #notification-tabs .cart_list li .quantity, #notification-tabs .cart_list li .quantity .amount{ color :rgb(181,169,114);}.notification-center span, .notification-center a, .notification-center p, #notification-tabs #result-container .search-title, #notification-tabs #result-container .more-result, #notification-tabs #result-container .item .title, #notification-tabs #search-input, #notification-tabs .cart_list li.empty, .notification-collapse{ font-family :Montserrat;}.notification-center .pager .shop, .notification-center #notification-tabs .pager .shop.selected{ display :none; }.notification-center .tabs-container .shop-tab{ opacity : 0; }.portfolio .accent-color, .portfolio .accent-color.more-project, .portfolio-carousel .accent-color.like:hover, .portfolio-carousel .buttons .sharing:hover{ color :rgb(204,162,107)}.portfolio-split .accent-color.like:hover, .portfolio-full .accent-color.like:hover{ background-color :rgb(204,162,107);border-color :rgb(204,162,107);color:#fff; }.portfolio .accent-color.more-project:after{ background-color :rgb(204,162,107)}.portfolio .accent-color.more-project:hover{ color :rgba(204,162,107,0.6);}.portfolio .category span { color :rgba(23,23,23,0.7);}.portfolio .buttons .sharing, .portfolio-carousel .buttons .like{ border-color:rgb(23,23,23);color: rgb(23,23,23); }.portfolio-split .buttons .sharing:hover, .portfolio-full .buttons .sharing:hover{ background-color:rgb(23,23,23);color: #fff; }.md-pixflow-slider .btn-container .shortcode-btn a.button{ font-family:Montserrat;}.md-statistic .timer-holder .timer, .md-counter:not(.md-countbox):not(.md-counter-card) .timer, .img-box-fancy .image-box-fancy-title{ font-family:Montserrat;letter-spacing:0px;}.process-panel-main-container .sub-title{ font-family:Montserrat;font-weight:400;font-style:normal;letter-spacing:0px;}.error404 .item-setting, body:not(.compose-mode) .item-setting{display: none;}header.top-classic .style-none nav > ul > .item_button{color:rgb(0,0,0);}header.top-classic .style-none nav > ul > .item_button:hover{color:rgb(255,255,255);}header.top-classic .style-none nav > ul > .item_button.oval_outline-style a,header.top-classic .style-none nav > ul > .item_button.rectangle_outline-style a{border-color:rgb(255,255,255);}header.top-classic .style-none nav > ul > .item_button.oval_outline-style:hover a,header.top-classic .style-none nav > ul > .item_button.rectangle_outline-style:hover a{border-color:rgb(0,0,0);background-color:rgb(0,0,0)}header.top-classic .style-none nav > ul > .item_button.oval-style:hover a,header.top-classic .style-none nav > ul > .item_button.rectangle-style:hover a{background-color:rgb(0,0,0)}body.massive-rtl{font-family:Montserrat;} nav.navigation li.has-dropdown > .dropdown{background:#fff!important;}header:not(.top-block) .top nav > ul > li.current-menu-ancestor .dropdown .menu-title .title{color:#222;}header:not(.top-block) .top nav > ul > li.current-menu-ancestor .dropdown .menu-title .title:hover{color:#f28289!important;}header .top nav>ul>li>ul li:hover>a .menu-title span, header .top nav>ul>li .dropdown a:hover .menu-title span{color:#f28289!important;} </style> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic-child/style.css?ver=7.2.2',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic-child/css/wisitech.css?ver=6.4.5',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic-child/css/location.css?ver=6.4.5',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/css/bootstrap.css?ver=6.4.5',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/css/interface.css?ver=6.4.5',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic-child/fonts/font-fam/stylesheet.css?ver=1.0.50',0,'');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic-child/css/interface-new.css?ver=6.4.5',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic-child/css/media-new.css?ver=6.4.5',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic-child/responsive-child.css?ver=7.2.2',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/css/bootstrap.min.css',0,'all');</script> <script>loadCSS('https://www.wisitech.com/wp-content/plugins/simple-pagination/css/default.css?ver=screen',0,'all');</script> <script type="text/javascript" src="https://www.wisitech.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" id="jquery-core-js-after"> /* <![CDATA[ */ try {}catch(e){console.log("Syntax Error in Custom JS")} /* ]]> */ </script> <script type="text/javascript" async="async" src="https://www.wisitech.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.18" id="monsterinsights-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/www.wisitech.com","hash_tracking":"false","v4_id":"G-Z1D0WSZ14C"};/* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/cf7-invisible-recaptcha/js/cf7_invisible_recaptcha.js?ver=1.2.3" id="cf7_invisible_recaptcha_functions-js"></script> <!--[if lt IE 9]> <script type="text/javascript" src="https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/js/html5shiv.js?ver=3.6.2" id="html5shiv-js"></script> <![endif]--> <script type="text/javascript" src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/js/jquery.3.6.1_min.js?ver=6.4.5" id="jquery.3.6.1_min-js"></script> <link rel="https://api.w.org/" href="https://www.wisitech.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.wisitech.com/wp-json/wp/v2/pages/5710" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.wisitech.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.5" /> <link rel='shortlink' href='https://www.wisitech.com/?p=5710' /> <link rel="alternate" type="application/json+oembed" href="https://www.wisitech.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.wisitech.com%2Fecommerce-web-design-development-company%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.wisitech.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.wisitech.com%2Fecommerce-web-design-development-company%2F&format=xml" /> <!-- start Simple Custom CSS and JS --> <style type="text/css"> /* Add your CSS code here. For example: .example { color: red; } For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp End of comment */ .toronto_banner{width:100%; margin:0px; display:flex; background-color:#f2f2f2; justify-content: center;align-items: center;} .toronto_left_side{ width:43%; margin:0px; padding:0px;} .toronto_right_side{ width:57%; margin:0px; padding:0px; text-align:center;} .tor_heading{color: #000;font-size: 48px;font-weight: 700;line-height: 28px!important;} .tor_small_text{color: #000;font-size: 32px;font-weight: 700;line-height: 44px; padding-top:10px;} .tor_bts_text{color: #000;font-size: /*28px;*/ 23px;font-weight: 500;line-height: 36px; padding-top:15px;} .tor_web_area{width:100%; float:left; margin:73px 0px 0px 0px; padding:0px; display:flex; flex-wrap:wrap;} .tor_web_col{width:16.6%; margin:0px; padding:0px; text-align:center;} .tor_web_text{color: #000;font-size: 18px;font-weight: 600;line-height: normal; padding:21px 0px 0px 0px;} .request_form_area_tor{width:100%; margin:60px 0px 0px 0px; padding:0px; float:left;} .request_form_left_tor{width:54%; margin:0px; padding:0px; float:left} .request_form_right_tor{width:46%; margin:0px; padding:40px 0px 17px 0px; float:left; background: #F2F2F2;} .req_tor_cont{max-width:422px; width:100%; margin:0px auto; padding:0px;} .req_tor_cont p{color: #000;font-size: 16px;font-weight: 500;line-height: 24px;} .req_tor_cont ul{ margin: 0px; padding: 12px 0px 0px 23px; list-style-type: none; float: left;} .req_tor_cont ul li{margin:0px; padding:0px; list-style-type:disc; color: #000;font-size: 16px;font-weight: 500;line-height: 28px;} .grow_tor{width:100%; margin:34px 0px 0px 0px; padding:0px; font-size: 16px;font-weight: 700!important;line-height: 24px; } .innovate{color: #000;font-size: 16px;font-weight: 500;line-height: 24px; margin:2px 0px 0px 0px; float:left;} .sp_tr{ padding-top:6px!important;} .increase_tor{width:100%; color: #000;text-align: center;font-size: 20px;font-weight: 600;line-height: 28px; margin:0px 0px 0px 0px; padding:0px;} .req_tor{width:100%; color: #CA333B;text-align: center;font-size: 27px;font-weight: 600;line-height: 42px; margin:0px 0px 0px 0px; padding:0px;} .call_tor{width:100%; color: #000;font-size: 18px;font-weight: 400;line-height: 28px; text-align:center;} .form_area_tor{max-width:417px; margin:0px auto; padding:20px 0px 0px 0px;} .form_row_tor{width:100%; margin:0px 0px 20px 0px;; padding:0px; float:left;} .form_label_tor{color: #000;font-size: 14px;font-weight: 700;line-height: normal; width:100%;} .form_text_tor{width:100%; margin:8px 0px 0px 0px;} .form_text_tor input{border: 1px solid #BCBCBC; background: #FFF; padding:12px 16px; width:100%; font-size: 14px;} .form_text_tor textarea{border: 1px solid #BCBCBC; background: #FFF; padding:13px 16px; width:100%; font-size: 14px; height:120px;} .lets_tor{background: #CA333B; padding:17px; color: #FFF; border:solid 1px #CA333B;font-family: Poppins;font-size: 18px;font-weight: 600;line-height: 20px; text-transform: uppercase; transition: all 0.5s ease-in-out; width:143px; } .lets_tor:hover{background: #fff; color: #CA333B;} .testi_area_tor{width:100%; margin:30px 0px 0px 0px; padding:0px; background: #F2F2F2; float:left; } .testimonial_lft_tor{width:34%; margin:0px; padding:0px;} .testimonial_right_tor{width:60%; margin:0px; padding:0px 0px 0px 51px;} .test_row_tor{display:flex; flex-wrap:wrap; width:100%; margin:0px; padding:50px 0px; justify-content: center;align-items: center;} .testimonial_title_tor{color: #000;font-size: 22px;font-weight: 500;line-height: 30px; width:100%; margin:0px 0px 10px 0px;} .testimonial_desc_tor{width:100%; margin:0px ; padding:0px; float:left;} .testimonial_desc_tor p{color: #000; margin:0px 0px 15px 0px;font-size: 15px;font-weight: 400;line-height: 26px; width:100%; } .testimonial_info_tor{ color: #000; font-size: 15px; font-weight: 400; line-height: 26px; margin:15px 0px 0px 0px; float:left;} .testimonial_info_tor strong { font-weight: 700;display: block;} .grow_tor_area {display: flex; padding:40px 0px 0px 0px; flex-wrap: wrap;width: 100%;} .grow_tor_col3 { width: 33.33%; padding: 0 16px; margin-bottom: 30px;} .grow_tor_row { width: 100%; border: 1px solid #BCBCBC; padding: 0px; float: left; height: 100%; position: relative;} .grow_tor_img{width:100%; margin:0px; padding:0px;} .grow_tor_img a{display:block; width:100%; height:200px; overflow:hidden} .grow_tor_img a img{transition:all 0.5s ease-in-out;} .grow_tor_img:hover a img{transform:scale(1.1);} .grow_tor_text{width:100%; margin:0px; padding:20px 31px 80px;} .grow_tor_hed{ width:100%; text-align:center; margin:0px 0px 8px 0px; padding:0px; color: #000;text-align: center; font-family: Poppins;font-size: 18px;font-weight: 600;line-height: normal;} .grow_tor_hed a{color: #000; font-weight: 600;} .grow_tor_hed a:hover{color: rgb(208,74,83); font-weight: 600;} .grow_list{margin:0px; padding:0px 0px 0px 15px; width:100%;} .grow_list li{margin:0px; padding:0px; width:100%; color: rgba(0, 0, 0, 0.84);font-size: 14px;font-weight: 400;line-height: 22px;} .learn_tor{ margin:0px; padding:20px 0px 0px 0px; text-align:center; color: #CA333B; font-size: 14px; position: absolute; bottom: 15px; transform: translate(-50%, -50%); left: 50%;} .learn_tor a{color: #CA333B;font-size: 14px;font-weight: 400;line-height: normal;text-decoration-line: underline;} .learn_tor a:hover{text-decoration:none;} .how_head{width:100%; margin:60px 0px 0px 0px; padding:0px;color: #000; float:left; text-align: center;font-family: Poppins;font-size: 30px;font-style: normal;font-weight: 600;line-height: 42px; } .improve_tor_text{width:100%; margin:8px 0px 0px 0px; padding:0px; text-align:center; color: #000;font-family: Montserrat;font-size: 18px;font-weight: 400;line-height: 32px; } .learn_tor span{padding:0px 0px 0px 6px;} .seo_whysection_tor { background-color: #fff; float: left; width: 100%;} .no_pds{padding-top:0px!important; padding-bottom:60px!important;} .letlk_lft_area_tor{max-width:1013px; margin:0px auto; padding:0px 15px; clear:both;} .let_left_tor{width:31%; margin:0px; padding:0px; float:left;} .let_right_tor{width:69%; margin:0px; padding:0px 0px 0px 43px; float:left;} .left_talk_tor{width:100%; padding:0px 28px 0px 0px; border: 1px solid #BCBCBC; display:flex; flex-wrap:wrap; align-items:center; } .saeed_name{width:100%; margin:0px; padding:32px 0px 10px 0px; color: #000;font-family: Montserrat;font-size: 22px;font-weight: 500;line-height: 30px;} .saeed_name_tex{color: #000; width:100%; padding:0px 0px 20px 0px;font-family: Montserrat;font-size: 15px;font-style: normal;font-weight: 400;line-height: 26px;} .saeed_name_tex_str{color: #000; width:100%; padding:0px 0px 20px 0px;font-family: Montserrat;font-size: 15px;font-style: normal; font-weight: 600;line-height: 26px;} .saeed_name_tex_str a{color:#000; text-decoration:underline; font-weight: 600;} .client_love{width:100%; float:left; margin:60px 0px 60px 0px; padding:0px; background: #F2F2F2;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);} .client_love_head{width:100%; margin:0px; padding:60px 0px 0px 0px; color: #000;text-align: center;font-family: Poppins;font-size: 30px;font-style: normal;font-weight: 600;line-height: 42px;} .client_tor_area { display: flex; padding: 30px 0px 0px 0px; flex-wrap: wrap; width: 100%;} .client_tor_col3 { width: 33.33%; padding: 0 16px; margin-bottom: 30px;} .client_tor_row { width: 100%; background: #FFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); padding: 30px 25px; float: left; height: 100%; position: relative;} .client_img_tor{width:100%; margin:0px; padding:0px; text-align:center;} .client_img_tor_heading{width:100%; margin:30px 0px 0px 0px; padding:0px; color: #000;font-family: Poppins;font-size: 18px;font-weight: 600;line-height: normal;} .client_tor_des{width:100%; margin:12px 0px 0px 0px; padding:0px; color: rgba(0, 0, 0, 0.84);font-family: Montserrat;font-size: 14px; font-weight: 400;line-height: 22px; } .more_test_tor{width:100%; color: #CA333B; padding:0px 0px 60px 0px;text-align: center;} .more_test_tor a{font-family: Montserrat;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;text-decoration: underline; } .more_test_tor a:hover{text-decoration:none;} .mar_top{margin-top:60px!important;} .testimonial_info_tor a{text-decoration:underline;} .call_tor a{font-size:18px; color:#000;} .unlock_call{margin:0px 0px 16px 0px; padding:0px; width:100%; color: #FFF;text-align: center; font-family: Montserrat;font-size: 20px;font-style: normal;font-weight: 500;line-height: 32px;} .unlock_growth_section .unlock_call a{background-color: transparent!important; border:none!important; color:#fff; padding:0px!important; text-transform:inherit!important;} .grth_tor{float:left; width:100%;} .google_tor{ padding-bottom:10px;} .map_box_tor .contact-map{margin-top:0px;} .form_text_tor .wpcf7-submit{background: #CA333B!important; padding: 17px; height:54px; line-height:18px; color: #FFF; border: solid 1px #CA333B!important; font-family: Poppins; font-size: 18px!important; font-weight: 600!important; line-height: 20px; text-transform: uppercase; transition: all 0.5s ease-in-out; width: 143px;} .form_text_tor .wpcf7-submit:hover{background: #fff!important; color: #CA333B!important; } .form_label_tor p{color: #000; font-size: 14px;font-weight: 700; margin-bottom:0px!important;} .form_text_tor p{margin-bottom:0px!important;} .testi_area_tor .testimonial_info_tor{margin-top:0px;} .tort span{width:17%;} .amazon-top-area{margin-bottom:50px!important;} .tors{display:flex; justify-content: center;align-items: center;} .map_box_tor .unlock_growth_section{margin-left:0px; margin-right:0px; padding-left: 15px; padding-right: 15px;} .wpcf7-list-item{width:100%;} .digital_solutions_heading{line-height:32px;} .contact-wrapper{padding:70px 0px 0px 0px;} .un_growth{font-size: 40px; font-weight: 700; line-height: 54px; width:100%; text-align:center; padding:50px 0px 0px 0px;} .un_growth span{display:block; font-size: 25px; font-weight: 500; line-height: 36px!important;} .estimate_box .increase_tor { padding: 20px 0px 5px 0px; font-size: 25px; color:#CA333B;} .map_box_tor .unlock_growth_section{margin-top:60px;} .estimate_box .form_area_tor{padding-left:20px; padding-right:20px;} .page-template-luxembourg-web-design .phone_default{display:none;} .phone_luxembourg{display:none!important;} .page-template-luxembourg-web-design .phone_luxembourg{display:block!important;} .page-template-luxembourg-web-design .get_purposal{display:none;} .page-template-luxembourg-web-design .form_text_tor .wpcf7-submit{width:auto;} .tor_mes{width:auto;} .page-template-luxembourg-web-design .head_cont{ position:relative;} .page-template-luxembourg-web-design .head_phone{position: absolute; width: 120px; top: -23px; z-index: 9999;} .page-template-luxembourg-web-design .gt_options{max-width:100%!important;} .page-template-luxembourg-web-design nav{padding-right:75px;} .mbs_desk{display:none;} @media screen and (max-width: 1225px){ .mbs_desk{display:block; position: absolute; top: 15px;right: 70px; z-index:2;} .gt_float_switcher .gt-selected .gt-current-lang{ padding: 5px 10px!important; font-size: 14px;} .gt_float_switcher img{width:23px!important;} .page-template-luxembourg-web-design nav { padding-right: 5px;} } @media screen and (max-width: 1150px){ .tor_web_text{font-size:16px;} .req_tor{ line-height: 38px; font-size: 24px;} .tor_web_area{ margin: 50px 0px 0px 0px;} .testi_area_tor{margin: 40px 0px 0px 0px;} .client_love{margin:40px 0px;} .how_head{margin: 40px 0px 0px 0px;} .how_head{ font-size: 25px;} .client_love_head{padding-top:40px; font-size: 25px; } .client_img_tor_heading{font-size:17px;} .client_tor_row{padding:15px;} .more_test_tor{padding-bottom:40px;} .tor_small_text {font-size:26px; line-height:35px;} .tor_heading{font-size:35px;} .tor_bts_text {font-size: 22px; line-height: 32px;padding-top: 8px;} .estimate_box .increase_tor{padding-top:10px;} } @media screen and (max-width:990px){ .toronto_left_side{display:none;} .toronto_banner{padding:40px 0px;} .toronto_right_side { width: 100%;} .tor_web_text{padding-top:11px; font-size:14px;} .req_tor_cont { max-width: 100%;} .request_form_right_tor{padding-left:20px; padding-right:20px;} .client_tor_row .testimonial_info_tor {margin-top: 15px;} .testimonial_lft_tor iframe { height: 250px!important;} .testimonial_title_tor{font-size:18px;} .tor_web_area { margin: 25px 0px 0px 0px;} .grow_tor{margin-top:14px;} .request_form_right_tor{padding:20px 20px;} .form_text_tor .wpcf7-submit{padding:12px; font-size:17px;} .form_row_tor {margin-bottom:15px;} .amazon-top-area{margin-bottom:35px!important;} .un_growth span{ line-height: 28px!important; font-size: 20px;} } @media screen and (max-width:800px){ .grow_tor_col3{width:50%;} .testimonial_lft_tor{width:100%; text-align:center;} .testimonial_right_tor { width: 100%; padding:0px;} .no_pds{padding-bottom:30px!important;} .how_head {margin: 30px 0px 0px 0px;} .request_form_left_tor{width:100%;} .request_form_right_tor{width:100%; margin-top:30px;} .tor_web_col { width: 33.3%; margin: 0px 0px 30px 0px;} .req_tor { line-height: 33px; font-size: 20px;} .improve_tor_text br{ display:none;} .form_area_tor { max-width: 100%;} .client_love_head {padding-top: 25px;} .client_love_head { padding-top: 25px;} .request_form_area_tor{ margin-top:15px;} .un_growth{ font-size: 26px; padding: 30px 0px 0px 0px} .map_box_tor .unlock_growth_section { margin-top: 30px;} } @media screen and (max-width:767px){ .how_head { font-size: 21px;} .improve_tor_text{ font-size: 16px; line-height: 27px;} .test_row_tor {padding-top:35px;} .let_left_tor{width:100%; text-align:center; padding-top:15px;} .left_talk_tor{padding-right:0px;} .let_right_tor{width:100%; padding:0px 15px;} .saeed_name {padding: 18px 0px 5px 0px; font-size: 18px;} .saeed_name_tex{padding-bottom:10px;} .client_love_head { font-size:22px;} } @media screen and (max-width:576px){ .grow_tor_col3 { width: 100%; padding:0px;} .grow_tor_img img{width:100%;} .grow_tor_col3:last-child{margin-bottom:0px;} .client_tor_col3 { width: 100%; padding: 0 0px;} .more_test_tor { padding-bottom: 35px;} .tor_small_text { font-size: 20px;} .tor_bts_text { font-size: 17px; line-height: 27px;} .tor_web_col{width:50%;} .how_head { font-size: 20px;} .map_box_tor .unlock_growth_section { margin-top: 0px;} } @media screen and (max-width:390px){ .tor_small_text {font-size: 18px;} } } </style> <!-- end Simple Custom CSS and JS --> <link rel='stylesheet' id='17403-css' href='//www.wisitech.com/wp-content/uploads/custom-css-js/17403.css?v=9721' type="text/css" media='all' /> <!-- Schema optimized by Schema Pro --><script type="application/ld+json">{"@context":"https://schema.org","@type":"VideoObject","name":"Ecommerce Web Design Development Company","description":null,"publisher":{"@type":"Organization","name":"Wisitech","logo":{"@type":"ImageObject","url":"https://www.wisitech.com/wp-content/uploads/2009/05/Wisitech-Logo.png","width":300,"height":300}},"thumbnailUrl":"https://www.wisitech.com/wp-content/uploads/2009/05/Wisitech-Logo.png","uploadDate":"2019-05-14T04:47:06+0000","duration":null,"expires":null}</script><!-- / Schema optimized by Schema Pro --><!-- site-navigation-element Schema optimized by Schema Pro --><script type="application/ld+json">{"@context":"https:\/\/schema.org","@graph":[{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Home","url":"https:\/\/www.wisitech.com\/"}]}</script><!-- / site-navigation-element Schema optimized by Schema Pro --><script type="text/javascript" src="//www.wisitech.com/?wordfence_syncAttackData=1734522397.6308" async></script><style type="text/css"></style> <!--<link rel="canonical" href="" /> --> <!--<link rel="canonical" href="" />--> <style id="wpsp-style-frontend"></style> <style type="text/css" media="screen">.is-menu path.search-icon-path { fill: #dbdbdb;}body .popup-search-close:after, body .search-close:after { border-color: #dbdbdb;}body .popup-search-close:before, body .search-close:before { border-color: #dbdbdb;}</style> <!-- Custom CSS --> <script> jQuery(document).ready(function(){ jQuery('.menu .navigation').show(); //jQuery('.gather-overlay').show(); }); </script> <!--show css only inner pages--> <script> jQuery(document).ready(function(){ jQuery(".portfolio-popup a").attr("disabled","disabled"); }); </script> <script src='https://www.google.com/recaptcha/api.js' async defer ></script> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"> <script type="text/javascript" src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/js/slick/slick.js"></script> </head> <body class="page-template page-template-ecommerce-web-design-development-company page-template-ecommerce-web-design-development-company-php page page-id-5710 wp-schema-pro-2.7.8 massive-dynamic no-js" > <script>(function(w, d) { w.CollectId = "5ef305f1f4e92b075234f2ed"; var h = d.head || d.getElementsByTagName("head")[0]; var s = d.createElement("script"); s.setAttribute("type", "text/javascript"); s.async=true; s.setAttribute("src", "https://collectcdn.com/launcher.js"); h.appendChild(s); })(window, document);</script> <div class="layout-container" id="layoutcontainer"> <div class="color-overlay color-type"></div> <div class="color-overlay texture-type"></div> <div class="color-overlay image-type"></div> <div class="texture-overlay"></div> <div class="bg-image"></div> <div class="layout"> <!--End Header--> <!-- Start of Wrap --> <div class="wrap right " style="" > <!-- Business Bar --> <div class="business content visible-desktop hidden-tablet business-off" style="width:100%;"> <div class=" clearfix"> <div class="info-container"> <span class="item address"> <span class="icon icon-location"></span> <span class="address-content">Your address will show here</span> </span> <span class="item tel"> <a href="tel:011.4651.6521" title="Call 011.4651.6521"> <span class="icon icon-phone"></span> <span class="tel-content">011.4651.6521</span> </a> </span> <span class="item email"> <a href="mailto:partho.m@wisitech.com" title="Send an email to partho.m@wisitech.com"> <span class="icon icon-Mail"></span> <span class="email-content">partho.m@wisitech.com</span> </a> </span> </div> <div class="social icon"> <span data-social="facebook"><a href="#" target="_blank"><span class="icon-facebook2"></span></a></span> <span data-social="twitter"><a href="#" target="_blank"><span class="icon-twitter5"></span></a></span> <span data-social="youtube"><a href="#" target="_blank"><span class="icon-youtube2"></span></a></span> </div> </div> </div> <!-- header --> <!-- header start from here --> <!-- <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"/> --> <div class="toronto_top_strip"> <div class="outer_wrapper"> <div class="toronto_top_row"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"> <path d="M9.99999 11.1917C11.4359 11.1917 12.6 10.0276 12.6 8.5917C12.6 7.15576 11.4359 5.9917 9.99999 5.9917C8.56405 5.9917 7.39999 7.15576 7.39999 8.5917C7.39999 10.0276 8.56405 11.1917 9.99999 11.1917Z" stroke="white" stroke-width="1.5"/> <path d="M3.01666 7.07484C4.65833 -0.141827 15.35 -0.133494 16.9833 7.08317C17.9417 11.3165 15.3083 14.8998 13 17.1165C11.325 18.7332 8.67499 18.7332 6.99166 17.1165C4.69166 14.8998 2.05832 11.3082 3.01666 7.07484Z" stroke="white" stroke-width="1.5"/> </svg> 95 Thorncliffe Park Drive, Toronto, Ontario, M4H1L7 | <a class="toronto_direction" href="#get_direction">Get Directions</a> | Email: <a href="mailto:saeed@wisitech.com">saeed@wisitech.com</a> </div><!-- toronto_top_row --> </div> </div><!-- toronto_top_strip --> <div class="header_toprow"> <div class="header_toprow_slvr_jubl"> <div class="silv_jub_txt">Celebrating <span class="silv_jbl_bg">Silver Jubilee</span> of Helping Our Clients <strong>Grow Their Business</strong></div> <div class="sliv_jub_year"><img src="https://www.wisitech.com/images/silver-jubilee-year.png" alt=""/><span>Since 1999</span></div> </div> </div> <div class="header"> <div class="header_wrapper"> <div class="header_row"> <div class="header_logo"> <a href="/"> <picture> <source srcSet="https://www.wisitech.com/images/webp/logo.webp" type="image/webp"/> <img src="https://www.wisitech.com/images/logo.png" alt="logo"/> </picture> </a> </div> <div class="mbs_desk"> </div> <div class="heamburger"><span></span><span></span><span></span> <svg class="closemenu" stroke="currentColor" fill="currentColor" stroke-width="0" version="1.1" viewBox="0 0 17 17" height="1.5em" width="1.5em" xmlns="http://www.w3.org/2000/svg" style="position: fixed; z-index: 99; top: 20px; right: 20px;"><g></g><path d="M9.207 8.5l6.646 6.646-0.707 0.707-6.646-6.646-6.646 6.646-0.707-0.707 6.646-6.646-6.647-6.646 0.707-0.707 6.647 6.646 6.646-6.646 0.707 0.707-6.646 6.646z"></path></svg></div> <nav> <ul> <li class="mob_nav_link"><a href="https://www.wisitech.com/">HOME</a></li> <li class=""><a href="https://www.wisitech.com/web-consultancy-services/">IT CONSULTING</a></li> <li class=""><a href="https://www.wisitech.com/ux-ui-design-services/">UX/UI DESIGN</a></li> <li class="menu_arrow"> <a href="/#">DEVELOPMENT</a><img class="arrow-downs" src="https://www.wisitech.com/wp-content/uploads/2023/05/down-arrow.png"> <ul class="submenu"> <li class="sub_menu_arrow"> <a href="/#">Ecommerce Development</a><img class="arrow-downs" src="https://www.wisitech.com/wp-content/uploads/2023/05/down-arrow.png"> <ul class="sub_sub_menu"> <li class=""><a href="https://www.wisitech.com/ecommerce-web-design-development-company/">Ecommerce Solutions</a></li> <li class=""><a href="https://www.wisitech.com/woocommerce-development/">WooCommerce Solutions</a></li> <li class=""><a href="https://www.wisitech.com/ecommerce-solutions/cs-cart-development/">CS-Cart Solutions</a></li> <li class=""><a href="https://www.wisitech.com/ecommerce-solutions/shopify-development/">Shopify Solutions</a></li> </ul> </li> <li class=""><a href="https://www.wisitech.com/web-development/">Web Development</a></li> <li class=""><a href="https://www.wisitech.com/wordpress-development-services/">WordPress Development</a></li> <li class=""><a href="https://www.wisitech.com/mobile-apps/">Mobile App Development</a></li> </ul> </li> <li class="menu_arrow"> <a href="/#">DIGITAL MARKETING</a><img class="arrow-downs" src="https://www.wisitech.com/wp-content/uploads/2023/05/down-arrow.png"> <ul class="submenu"> <li class="sub_menu_arrow"> <a href="/#">Web Marketing</a><img class="arrow-downs" src="https://www.wisitech.com/wp-content/uploads/2023/05/down-arrow.png"> <ul class="sub_sub_menu"> <li class=""><a href="https://www.wisitech.com/digital-marketing/search-engine-optimization-seo-services/">SEO Services</a></li> <li class=""><a href="https://www.wisitech.com/digital-marketing/ppc-management-services/">Google Ads Management</a></li> <li class=""><a href="https://www.wisitech.com/digital-marketing/google-tag-manager-services/">GTM Consulting Services</a></li> </ul> </li> <li class="sub_menu_arrow"> <a href="/#">Social Media</a><img class="arrow-downs" src="https://www.wisitech.com/wp-content/uploads/2023/05/down-arrow.png"> <ul class="sub_sub_menu"> <li class=""><a href="https://www.wisitech.com/digital-marketing/social-media-services/">Social Media Marketing</a></li> <li class=""><a href="https://www.wisitech.com/facebook-advertising-services-agency/">Facebook Ads</a></li> <li class=""><a href="https://www.wisitech.com/linkedin-ads-marketing-services/">LinkedIn Ads</a></li> </ul> </li> <li class="sub_menu_arrow"> <a href="/#">Marketplaces</a><img class="arrow-downs" src="https://www.wisitech.com/wp-content/uploads/2023/05/down-arrow.png"> <ul class="sub_sub_menu"> <li class=""><a href="https://www.wisitech.com/marketplaces/">Marketplaces Marketing</a></li> <li class=""><a href="https://www.wisitech.com/digital-marketing/amazon-seo-ppc-services/">Amazon Marketing Services</a></li> <li class=""><a href="https://www.wisitech.com/digital-marketing/etsy-seo-services/">Etsy Marketing Services</a></li> <li class=""><a href="https://www.wisitech.com/walmart-marketing-services/">Walmart Marketing Services</a></li> </ul> </li> <li class="sub_menu_arrow"> <a href="https://www.wisitech.com/content-development/">Content Marketing</a> </li> </ul> </li> <li class=""><a href="https://www.wisitech.com/portfolio/">PORTFOLIO</a></li> <li class="menu_arrow"> <a href="/#">ABOUT</a><img class="arrow-downs" src="https://www.wisitech.com/wp-content/uploads/2023/05/down-arrow.png"> <ul class="submenu"> <li class=""><a href="https://www.wisitech.com/about-us/">Profile</a></li> <li class=""><a href="https://www.wisitech.com/about-us/clients/">Clients</a></li> <li class=""><a href="https://www.wisitech.com/testimonials/">Testimonials</a></li> <li class=""><a href="https://www.wisitech.com/career">Career</a></li> </ul> </li> <li class=""><a href="https://www.wisitech.com/blog/">Blog</a></li> <li class=""><a href="https://www.wisitech.com/contact/">CONTACT</a></li> <li class="astm-search-menu is-menu is-dropdown menu-item"><a href="#" role="button" aria-label="Search Icon Link"><svg width="20" height="20" class="search-icon" role="img" viewBox="2 9 20 5" focusable="false" aria-label="Search"> <path class="search-icon-path" d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></a> <form data-min-no-for-search=1 data-result-box-max-height=400 data-form-id=18008 class="is-search-form is-form-style is-form-style-3 is-form-id-18008 is-ajax-search" action="https://www.wisitech.com/" method="get" role="search" ><label for="is-search-input-18008"><span class="is-screen-reader-text">Search for:</span><input type="search" id="is-search-input-18008" name="s" value="" class="is-search-input" placeholder="Search here..." autocomplete=off /><span class="is-loader-image" style="display: none;background-image:url(https://www.wisitech.com/wp-content/plugins/add-search-to-menu/public/images/spinner.gif);" ></span></label><button type="submit" class="is-search-submit"><span class="is-screen-reader-text">Search Button</span><span class="is-search-icon"><svg focusable="false" aria-label="Search" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></span></button><input type="hidden" name="id" value="18008" /><input type="hidden" name="post_type" value="post" /></form><div class="search-close"></div></li> </ul> </nav> </div> </div> </div> <!-- header end here --> <style> </style> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script src="js/slick.js"></script> --> <script> $(window).scroll(function(){ var sticky = $('.header'), scroll = $(window).scrollTop(); if (scroll >= 1) sticky.addClass('sticky-header'); else sticky.removeClass('sticky-header'); }); $(document).ready(function(){ $('.heamburger').click(function(){ $(this).next().slideToggle(0); $('.closemenu').slideToggle(0); }); $('.menu_arrow > .arrow-downs').click(function(e) { e.preventDefault(); let $this = $(this); if ($this.next().hasClass('show')) { $this.next().removeClass('show'); $this.next().slideUp(350); } else { $this.parent().parent().find('.submenu').removeClass('show'); $this.parent().parent().find('.submenu').slideUp(350); $this.next().toggleClass('show'); $this.next().slideToggle(350); } if($(this).hasClass('menu_active')){ $('.menu_arrow > .arrow-downs').removeClass('menu_active'); } else{ $('.menu_arrow > .arrow-downs').removeClass('menu_active'); $(this).addClass('menu_active'); } }); $('.sub_menu_arrow > .arrow-downs').click(function(e) { e.preventDefault(); let $this = $(this); if ($this.next().hasClass('show')) { $this.next().removeClass('show'); $this.next().slideUp(350); } else { $this.parent().parent().find('.sub_sub_menu').removeClass('show'); $this.parent().parent().find('.sub_sub_menu').slideUp(350); $this.next().toggleClass('show'); $this.next().slideToggle(350); } if($(this).hasClass('submenu_active')){ $('.sub_menu_arrow > .arrow-downs').removeClass('submenu_active'); } else{ $('.sub_menu_arrow > .arrow-downs').removeClass('submenu_active'); $(this).addClass('submenu_active'); } }); }); </script> <!-- Start of Main --> <main class="clearfix " style="padding-top:0px; width:100%;"> <!-- Start of Main content --> <div id="content" class="content " style="padding: 0% ;" > <div class="color-overlay color-type"></div> <div class="landing-top-area"> <div class="container"> <div class="row"> </div> <div class="landing-banner-cont"> <div class="row"> <div class="col-lg-6"> <div class="lbc-full wow slideInLeft" data-wow-duration="2s"> <div class="lbc-line1">Is Your Ecommerce a Snail?</div> <h1 class="lbc-line2"><span>Ecommerce Website Development Company</span></h1> <div class="lbc-line3">Work with the full-service Ecommerce, App, Web Development & Marketing company that has helped startups, Fortune 500 companies and everything in between for 20+ years to:</div> <div class="lbc-line4"> <ul > <li>Increase Sales</li> <li>Boost Revenue</li> <li>Build Winning Strategies</li> <li>Add Value to Your Customer Relationships</li> </ul> </div> </div> <div class="check-out-ecommerce wow slideInUp"><a href='https://www.wisitech.com/web-development/website-packages/?q=ecommerce'>Check Out Our Ecommerce Packages</a></div> </div> <div class="col-lg-6 wow slideInRight" data-wow-duration="2s"> <div class="landing-form-wrapper" id="form1"> <div class="wpcf7 no-js" id="wpcf7-f15862-o1" lang="en-US" dir="ltr"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/ecommerce-web-design-development-company/#wpcf7-f15862-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="15862" /> <input type="hidden" name="_wpcf7_version" value="5.8" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f15862-o1" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="ip_address" value="8.222.208.146" /> <input type="hidden" name="submit_date" value="Wednesday 18th of December 2024 05:16:37 PM" /> </div> <div class="landing-form-area"> <p><span class="wpcf7-form-control-wrap dh_page_name"><input size="40" class="wpcf7-form-control wpcf7-dynamichidden wpcf7dtx-dynamictext" aria-invalid="false" value="Ecommerce Web Design Development Company" type="hidden" name="dh_page_name" /></span><br /> <span id="wpcf7-6762b61d9c59d-wrapper" class="wpcf7-form-control-wrap honeypot-524-wrap" style="display:none !important; visibility:hidden !important;"><label for="wpcf7-6762b61d9c59d-field" class="hp-message">Please leave this field empty.</label><input id="wpcf7-6762b61d9c59d-field" class="wpcf7-form-control wpcf7-text" type="text" name="honeypot-524" value="" size="40" tabindex="-1" autocomplete="new-password" /></span> </p> <div class="landing-form-top-section"> <div class="landing-form-let"> <p>Let Us Help You </p> </div> <div class="landing-form-take"> <p>Take Your Business to the Next Level </p> </div> <div class="landing-form"> <div class="landing-form-row"> <div class="landing-form-label"> <p>Name* </p> </div> <div class="landing-form-field"> <p><span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" id="englishletter" aria-required="true" aria-invalid="false" value="" type="text" name="your-name" /></span> </p> </div> </div> <div class="landing-form-row"> <div class="landing-form-label"> <p>Email* </p> </div> <div class="landing-form-field"> <p><span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span> </p> </div> </div> <div class="landing-form-row"> <div class="landing-form-label lbc-skype"> <p>Phone/Skype Id </p> <p><span class="optional-test">(Optional)</span> </p> </div> <div class="landing-form-field"> <p><span class="wpcf7-form-control-wrap" data-name="PhoneSkypeId"><input size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false" value="" type="text" name="PhoneSkypeId" /></span> </p> </div> </div> <div class="what-need-line"> <p>What you need help with? </p> </div> <p><span class="wpcf7-form-control-wrap" data-name="needhelpwith"><span class="wpcf7-form-control wpcf7-checkbox ad-check-box-line"><span class="wpcf7-list-item first"><input type="checkbox" name="needhelpwith[]" value="Ecommerce Consulting" /><span class="wpcf7-list-item-label">Ecommerce Consulting</span></span><span class="wpcf7-list-item"><input type="checkbox" name="needhelpwith[]" value="New App/Website Development" /><span class="wpcf7-list-item-label">New App/Website Development</span></span><span class="wpcf7-list-item"><input type="checkbox" name="needhelpwith[]" value="Revamp App/Website" /><span class="wpcf7-list-item-label">Revamp App/Website</span></span><span class="wpcf7-list-item"><input type="checkbox" name="needhelpwith[]" value="Conversion Rate Optimization" /><span class="wpcf7-list-item-label">Conversion Rate Optimization</span></span><span class="wpcf7-list-item last"><input type="checkbox" name="needhelpwith[]" value="Digital Marketing" /><span class="wpcf7-list-item-label">Digital Marketing</span></span></span></span> </p> </div> <!-- landing-form --> </div> <!-- landing-form-top-section --> <div class="landing-form-btn"> <p><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="REQUEST FREE CONSULTATION" /><br /> <span class="loading_gif_"></span> </p> </div> </div><noscript> <div class="wpcf7-response-output wpcf7-spam-blocked">Your browser does not support JavaScript!. Please enable javascript in your browser in order to get form work properly.</div> </noscript><script type='text/javascript'> if(contactform === undefined){ var contactform = []; } var innerVal = [15862,'mail_sent_ok','Thank you for your message. It has been sent.']; contactform.push(innerVal); var innerVal = [15862,'mail_sent_ng','There was an error trying to send your message. Please try again later.']; contactform.push(innerVal); var innerVal = [15862,'validation_error','One or more fields have an error. Please check and try again.']; contactform.push(innerVal); var innerVal = [15862,'spam','There was an error trying to send your message. Please try again later.']; contactform.push(innerVal); var innerVal = [15862,'accept_terms','You must accept the terms and conditions before sending your message.']; contactform.push(innerVal); var innerVal = [15862,'invalid_required','The field is required.']; contactform.push(innerVal); var innerVal = [15862,'invalid_too_long','The field is too long.']; contactform.push(innerVal); var innerVal = [15862,'invalid_too_short','The field is too short.']; contactform.push(innerVal); var innerVal = [15862,'upload_failed','There was an unknown error uploading the file.']; contactform.push(innerVal); var innerVal = [15862,'upload_file_type_invalid','You are not allowed to upload files of this type.']; contactform.push(innerVal); var innerVal = [15862,'upload_file_too_large','The file is too big.']; contactform.push(innerVal); var innerVal = [15862,'upload_failed_php_error','There was an error uploading the file.']; contactform.push(innerVal); var innerVal = [15862,'invalid_date','The date format is incorrect.']; contactform.push(innerVal); var innerVal = [15862,'date_too_early','The date is before the earliest one allowed.']; contactform.push(innerVal); var innerVal = [15862,'date_too_late','The date is after the latest one allowed.']; contactform.push(innerVal); var innerVal = [15862,'invalid_number','The number format is invalid.']; contactform.push(innerVal); var innerVal = [15862,'number_too_small','The number is smaller than the minimum allowed.']; contactform.push(innerVal); var innerVal = [15862,'number_too_large','The number is larger than the maximum allowed.']; contactform.push(innerVal); var innerVal = [15862,'quiz_answer_not_correct','The answer to the quiz is incorrect.']; contactform.push(innerVal); var innerVal = [15862,'invalid_email','The e-mail address entered is invalid.']; contactform.push(innerVal); var innerVal = [15862,'invalid_url','The URL is invalid.']; contactform.push(innerVal); var innerVal = [15862,'invalid_tel','The telephone number is invalid.']; contactform.push(innerVal); var innerVal = [15862,'gdpr','']; contactform.push(innerVal); </script><p style="display: none !important;"><label>Δ<textarea name="_wpcf7_ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="_wpcf7_ak_js" value="245"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div> </div> <!-- landing-form-wrapper --> </div> </div> </div> <!-- landing-banner-cont --> </div> </div> <!-- landing-top-area --> <div class="our-work-speaks-area" style="position:relative"> <div class="container"> <div class="our-work-speaks-top" data-wow-duration="2s"> <h2 class="landing-page-heading" style="padding-top:20px;">Ecommerce Store Development Services</h2> <div style="width:100%; margin:0px; padding:0px 0px 30px 0px; float:left; font-size:11pt;"> Wisitech offers a range of eCommerce services and solutions. Being one of the best eCommerce website development companies in USA, India & Canada, Wisitech provides satisfactory solutions to various business types. A team of experienced developers creates and designs online stores with secure payment integration, driving traffic into the site. Our main focus is on offering well-organized eCommerce solutions with advanced features to suit all types of businesses. <p>Our e-commerce websites combine the latest technologies with unique design and code with no compromise accepted. The websites we create can be easily integrated into your internal systems. Wisitech provides unique e-commerce solutions design with amazing templates and proven and user-friendly online shop platforms. </p> </div> <h3 class="landing-page-heading wow slideInDown">Our Work Speaks for Us</h3> <div class="our-work-speaks-sub-heading wow slideInDown">Our forte is an in-depth understanding of user habits and behaviors </div> </div> <!-- our-work-speaks-top --> <div class="clear"></div> <div class="speaks-box-area"> <div class="row"> <div class="col-lg-4 col-sm-6 col-12 pr-lg-0 wow slideInUp" data-wow-duration="2s"> <div class="speaks-box"> <div class="speaks-box-img"><a href="#" data-toggle="modal" data-target="#1"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/bluepencil.jpg" alt="Blue Pencil Publishers" width="415" height="360" /> <div class="speaks-logo-box"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/blue-pencil-logo.png" alt="Blue Pencil Publishers" width="199" height="138" /></div> </a> </div> <div class="speaks-box-name"><a href="#" data-toggle="modal" data-target="#1">Blue Pencil Publishers</a></div> <div class="speaks-box-cont"><a href="#" data-toggle="modal" data-target="#1">Book Publishers & Print on Demand Solutions</a></div> <div class="speaks-box-url"><a href="https://www.bluepencilpublishers.com/" target="_blank">www.bluepencilpublishers.com</a></div> </div> <!-- speaks-box --> </div> <div class="col-lg-4 col-sm-6 col-12 p-lg-0 wow slideInUp" data-wow-duration="2s"> <div class="speaks-box"> <div class="speaks-box-img"> <a href="#" data-toggle="modal" data-target="#2"> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/lg.jpg" alt="cs-cart development company" width="415" height="360" class="mid-call-img" /> <div class="speaks-logo-box"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/lg-logo.png" alt="lg - ecommerce electronics store" width="142" height="67" /></div> </a> </div> <div class="speaks-box-name"><a href="#" data-toggle="modal" data-target="#2">LG India's Official Ecommerce Site</a></div> <div class="speaks-box-cont"><a href="#" data-toggle="modal" data-target="#2">Connecting Offline Stores with Online Sales</a></div> <div class="speaks-box-url"><a href="https://www.lg.com/in" target="_blank">www.lgbrandstore.com/in</a></div> </div> <!-- speaks-box --> </div> <div class="col-lg-4 col-sm-6 col-12 pl-lg-0 wow slideInUp" data-wow-duration="2s"> <div class="speaks-box"> <div class="speaks-box-img"> <a href="#" data-toggle="modal" data-target="#3"> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/blooms-candy.jpg" alt="woocommerce development company" width="415" height="360" class="mid-call-img"/> <div class="speaks-logo-box"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/blooms-candy-logo.png" alt="blooms and candy - ecommerce flower shop" width="248" height="61" /></div> </a> </div> <div class="speaks-box-name"><a href="#" data-toggle="modal" data-target="#3">Blooms & Candy</a></div> <div class="speaks-box-cont"><a href="#" data-toggle="modal" data-target="#3">Luxury Florist in London, UK</a></div> <div class="speaks-box-url"><a href="https://www.bloomsandcandy.co.uk/" target="_blank">www.bloomsandcandy.co.uk</a></div> </div> <!-- speaks-box --> </div> <div class="col-lg-4 col-sm-6 col-12 pr-lg-0 wow slideInUp" data-wow-duration="2s"> <div class="speaks-box"> <div class="speaks-box-img"><a href="#" data-toggle="modal" data-target="#4"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/ccc.jpg" alt="ecommerce website development" width="415" height="360" /> <div class="speaks-logo-box"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/ccc-logo.png" alt="ccc - ecommerce clothing store" width="90" height="99" /></div> </a> </div> <div class="speaks-box-name"><a href="#" data-toggle="modal" data-target="#4">Canada Clothing Company</a></div> <div class="speaks-box-cont"><a href="#" data-toggle="modal" data-target="#4">Custom Designer Clothing Worldwide</a></div> <div class="speaks-box-url"><a href="https://canadaclothingco.com/" target="_blank">www.canadaclothingco.com</a></div> </div> <!-- speaks-box --> </div> <div class="col-lg-4 col-sm-6 col-12 p-lg-0 wow slideInUp" data-wow-duration="2s"> <div class="speaks-box"> <div class="speaks-box-img"><a href="#" data-toggle="modal" data-target="#5"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/aurezi.jpg" alt="Redefining Oral Care" width="415" height="360" class="mid-call-img" /> <div class="speaks-logo-box"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/aurezzi-logo.png" alt="Redefining Oral Care" width="180" height="24" /></div> </a> </div> <div class="speaks-box-name"><a href="#" data-toggle="modal" data-target="#5">Aurrezi</a></div> <div class="speaks-box-cont"><a href="#" data-toggle="modal" data-target="#5">Redefining Oral Care</a></div> <div class="speaks-box-url"><a href="https://aurezzi.com/" target="_blank">www.aurezzi.com</a></div> </div> <!-- speaks-box --> </div> <div class="col-lg-4 col-sm-6 col-12 pl-lg-0 wow slideInUp" data-wow-duration="2s"> <div class="speaks-box"> <div class="speaks-box-img"><a href="#" data-toggle="modal" data-target="#6"> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/jexpressit.jpg" alt="woocommerce website development" width="415" height="360" class="mid-call-img"/> <div class="speaks-logo-box"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/jexpressit-logo.png" alt="jexpressit - ecommerce nameplates store" width="119" height="32" /></div> </a> </div> <div class="speaks-box-name"><a href="#" data-toggle="modal" data-target="#6">Jexpressit Personalized Nameplates</a></div> <div class="speaks-box-cont"><a href="#" data-toggle="modal" data-target="#6">Bilingual Site Serving the Middle East</a></div> <div class="speaks-box-url"><a href="https://www.jexpressit.com/" target="_blank">www.jexpressit.com</a></div> </div> <!-- speaks-box --> </div> <div class="modal fade" id="1"> <div class="modal-dialog"> <div class="modal-lb"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" title="Close"><span aria-hidden="true"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/slide-close.png" alt=""></span></button> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/light-box/blue-pencil-large.jpg"> </div> <!-- modal-lb --> </div> <!-- modal-dialog --> </div> <!-- modal id="1" --> <div class="modal fade" id="2"> <div class="modal-dialog"> <div class="modal-lb"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" title="Close"><span aria-hidden="true"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/slide-close.png" alt=""></span></button> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/light-box/lg.jpg" alt=""> </div> <!-- modal-lb --> </div> <!-- modal-dialog --> </div> <!-- modal id="2" --> <div class="modal fade" id="3"> <div class="modal-dialog"> <div class="modal-lb"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" title="Close"><span aria-hidden="true"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/slide-close.png" alt=""></span></button> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/light-box/blooms-candy.jpg" alt=""> </div> <!-- modal-lb --> </div> <!-- modal-dialog --> </div> <!-- modal id="3" --> <div class="modal fade" id="4"> <div class="modal-dialog"> <div class="modal-lb"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" title="Close"><span aria-hidden="true"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/slide-close.png" alt=""></span></button> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/light-box/canada-clothing-company.jpg" alt=""> </div> <!-- modal-lb --> </div> <!-- modal-dialog --> </div> <!-- modal id="4" --> <div class="modal fade" id="5"> <div class="modal-dialog"> <div class="modal-lb"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" title="Close"><span aria-hidden="true"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/slide-close.png" alt=""></span></button> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/light-box/auregi-big.png" alt=""> </div> <!-- modal-lb --> </div> <!-- modal-dialog --> </div> <!-- modal id="5" --> <div class="modal fade" id="6"> <div class="modal-dialog"> <div class="modal-lb"> <button type="button" class="close" data-dismiss="modal" aria-label="Close" title="Close"><span aria-hidden="true"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/slide-close.png" alt=""></span></button> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/light-box/jexpressit.jpg" alt=""> </div> <!-- modal-lb --> </div> <!-- modal-dialog --> </div> <!-- modal id="6" --> </div> </div> <div class="clear"></div> <div class="our-work-speaks-para" > <h2 class="landing-page-heading" style="padding-top:20px;">Why Choose Wisitech's Ecommerce Web Design and Website Development Services</h2> <p class="wow slideInUp" data-wow-duration="2s" style="padding-top:20px; padding-bottom:15px;">Providing eCommerce website design and development services for years, Wisitech now incorporates a huge number of successfully accomplished B2B and B2C projects. Our team of specialists comprising of top web designers and developers who specialize in CS-Cart and WordPress solutions, site design, consulting, development, marketing, system integration, and support. </p> <p>Wisitech is a result-driven eCommerce web design agency serving in all genres be it Shopping, Corporate, Travel, Business, Education, etc. We create responsive and user-friendly eCommerce sites to provide commendable online shopping cart solutions.</p> </div> <div class="clear"></div> <div class="our-work-speaks-para"> <p class="wow slideInUp" data-wow-duration="2s">We leverage technology and data along with a thorough research to arrive at conclusive findings, which are incorporated in your ecommerce store development. Our online store solutions will help you to dominate the competition. Every ecommerce website and app design and ecommerce shopping cart development project is customized for optimum visibility and audience response.</p> </div> <div class="increase-sales wow slideInUp" data-wow-duration="2s">Increase Sales! Ace Competition with Smart Ecommerce Solutions</div> <div class="increase-sales-btn wow slideInUp" data-wow-duration="2s"><a href="#form1" class="landing-btn ecommerce-speak-consultant">Speak to an Ecommerce Consultant</a></div> </div> <!-- speaks-box-area --> </div> </div> <!-- our-work-speaks-area --> <!-- What You Get --> <div class="what-you-section"> <div class="container small-contner"> <div class="row"> <div class="col-lg-10 col-sm-12 col-12"> <div class="landing-page-heading text-left wow slideInDown">What You Get</div> <div class="what-artificial wow slideInDown"><span>Artificial Intelligence</span> and <span>Machine Learning</span> in E-commerce</div> <div class="artificial artificial-bottom-space wow slideInUp"> <ul> <li>Virtual Personal Assistant</li> <li>Predictive Marketing</li> </ul> <ul> <li>Customer Service</li> <li>Optimized Search</li> </ul> <ul> <li>Fraud Detection and Prevention</li> <li>Location Based Intelligence</li> </ul> <ul> <li>Dynamic Pricing</li> </ul> </div> <div class="what-artificial wow slideInDown"><span>Chatbots</span> in E-commerce</div> <div class="artificial wow slideInUp"> <ul> <li>Seamless Live Chat</li> <li>24/7 Customer Service</li> </ul> <ul> <li>Endless Queries and Conversations</li> <li>Get Rid of IVR</li> </ul> <ul> <li>Re-engage with Clients</li> <li>Reinvent your Forms</li> </ul> </div> </div> </div> </div> </div> <!-- What You Get End--> <div class="ecommerce-section"> <div class="landing-page-heading wow slideInUp">Ready to Rev Up Your Ecommerce?</div> <div class="clear"></div> <div class="container"> <div class="row"> <div class="col-lg-4 col-sm-6 col-12 pb-4 wow slideInUp"> <div class="ecommerce-box"> <h2 class="ecommerce-name"><span class="platform"></span> Choose Your Best Platform</h2> <ul> <li><a href="https://www.wisitech.com/shopify-development">Shopify</a></li> <li><a href="https://www.wisitech.com/woocommerce-development">WooCommerce</a></li> <li><a href="https://www.wisitech.com/magento-development">Magento</a></li> <li><a href="https://www.wisitech.com/cs-cart-development">CS-Cart</a></li> <li>PHP Framework<br /> (Laravel, Symfony, CodeIgniter, YII2)</li> </ul> </div> </div> <div class="col-lg-4 col-sm-6 col-12 pb-4 wow slideInUp"> <div class="ecommerce-box"> <h2 class="ecommerce-name"><span class="app"></span> Get it on the App</h2> <ul> <li>Robust, Scalable & Dynamic App</li> <li>iOS, Android, Flutter</li> <li>Drive sales, boost revenue</li> </ul> </div> </div> <div class="col-lg-4 col-sm-6 col-12 pb-4 wow slideInUp"> <div class="ecommerce-box"> <h2 class="ecommerce-name"><span class="ui-design"></span> Engage with UX/UI Design</h2> <ul> <li>Turn visitors into buyers</li> <li>Easy Product Browsing/Filtering</li> <li>Create a beautiful buyer experience</li> </ul> </div> </div> <div class="col-lg-4 col-sm-6 col-12 pb-4 wow slideInUp"> <div class="ecommerce-box"> <h2 class="ecommerce-name"><span class="optimization"></span> Conversion Rate Optimization</h2> <ul> <li>Reduce Abandoned Carts</li> <li>Engage customers to buy more</li> <li>Run Sales, Offers, Deals</li> </ul> </div> </div> <div class="col-lg-4 col-sm-6 col-12 pb-4 wow slideInUp"> <div class="ecommerce-box"> <h2 class="ecommerce-name"><span class="digital-marketing"></span> Digital Marketing</h2> <ul> <li>Make your store SEO driven</li> <li>Run Facebook, AdWords, Instagram campaigns, Email Marketing</li> <li>Build your brand</li> </ul> </div> </div> <div class="col-lg-4 col-sm-6 col-12 pb-4 wow slideInUp"> <div class="ecommerce-box"> <h2 class="ecommerce-name"><span class="catchy-content"></span> Catchy Content</h2> <ul> <li>Compelling product pages</li> <li>Persuasive SEO Blogs, Articles</li> <li><a href="https://www.wisitech.com/app-store-optimization-services/">App Store Optimization</a></li> </ul> </div> </div> </div> </div> </div> <!-- ecommerce-section --> <div class="our-client-area"> <div class="container"> <div class="landing-page-heading wow slideInDown">800+ Clients</div> <div class="our-client-sub-heading wow slideInDown">From Startups to Fortune 500 Companies</div> <div class="our-client-line wow slideInUp"> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/client/samsung.jpg" alt="Samsung - Amazon PPC Optimization" width="102" height="80" /> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/client/lg.jpg" alt="LG - Amazon SEO Services" width="102" height="80" /> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/client/castrol.jpg" alt="Castrol - Amazon FBA Consulting" width="135" height="80" /> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/client/wipro.jpg" alt="Wipro - Amazon SEO Agency" width="68" height="80" /> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/client/lenovo.jpg" alt="Lenovo - Amazon Optimization Services" width="111" height="80" /> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/client/blackberry.jpg" alt="Blackberry - Amazon Marketing Expert" width="136" height="80" /> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/client/hughes.jpg" alt="Hughes - Amazon Listing Optimization Service" width="102" height="80" /> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/client/aricent.jpg" alt="Aricent - Amazon Optimization Agency" width="121" height="80" /> <img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/client/norton.jpg" alt="Norton - Amazon PPC Consulting" width="106" height="80" /> </div> <!-- our-client-line --> </div> </div> <!-- our-client-area --> <div class="testimonials-area"> <div class="container"> <div class="landing-page-heading wow slideInDown" data-wow-duration="2s">Testimonials</div> <div class="etsytestimonial about-slider woo wow slideInUp" data-wow-duration="2s"> <div class="testimonials-row"> <div class="testimonials-img"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/aaron-stimpson.jpg" alt="Owner, Churchhive.com" width="140" height="140" /></div> <div class="testimonials-name">Aaron Stimpson</div> <div class="testimonials-designation">Owner, Churchhive.com</div> <div class="testimonials-cont"> <p>I really do believe that your team is a great team that does wonderful work! There have been some great collaboration in executing the dream I have for this site. I very much appreciate your patience with me as a client. I see it every day with your great response times, functionality and design.I do believe that the potential of this website is huge and that your team will reap the rewards of having done a fantastic work on this site. Thank you for seeing me as a valuable client. That means a lot to me.</p> </div> <div class="testimonials-logo"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/churchhive-logo.png" alt="" width="96" height="100" /></div> </div> <div class="testimonials-row"> <div class="testimonials-img"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/shelly-marie.jpg" alt="Editor In Chief/CEO College Lifestyles" width="140" height="140" /></div> <div class="testimonials-name">Shelly Marie Redmond</div> <div class="testimonials-designation">Editor In Chief/CEO College Lifestyles</div> <div class="testimonials-cont"> <p>Working with Partho and the team of Wisitech has changed the entire landscape of our organization. We bring to Partho and his team our goals and visions, and the team has delivered above and beyond the expectations of putting our goals and visions into action. The team is very effective and efficient. I know questions will be answered and work will be completed in a timely fashion.</p> </div> <div class="testimonials-logo"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/college-lifestyles-logo.png" alt="" width="269" height="53" /></div> </div> <div class="testimonials-row"> <div class="testimonials-img"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/sachin-kulkarni.jpg" alt="founder & ceo blooming greens" width="140" height="140" /></div> <div class="testimonials-name">Sachin Kulkarni</div> <div class="testimonials-designation">Founder & CEO, BloomingGreens </div> <div class="testimonials-cont"> <p>Get on top of Google search results, AdWords, Amazon, Etsy, Ebay, Walmart and Wayfair searches. Leverage Social Media to create buzz with posts and paid campaigns. We tailor laser-focused campaigns with high RoI.</p> </div> <div class="testimonials-logo"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/blooming-greens-testimonial.jpg" alt="" width="281" height="53" /></div> </div> </div> <!-- testimonials-container --> <div class="testimonial-btn-line wow slideInUp" data-wow-duration="2s"><a href="#form1" class="landing-btn ecommerce-see-how-we-can-help">SEE HOW WE CAN HELP</a></div> </div> </div> <!-- testimonials-area --> <div class="our-story-section" style="padding-bottom: 40px;"> <div class="container"> <div class="row"> <div class="col-lg-6 p-0 wow slideInLeft"> <div class="our-story-left"></div> </div> <div class="col-lg-6 wow fadeInDown pl-lg-5 wow slideInRight"> <h3 class="landing-page-heading">Our Story</h3> <p>After 25+ years as a reputed ecommerce store development company, we can safely say, we've been there and done that! At Wisitech, we strive hard to ensure our clients feel completely at home. You get a full-service ecommerce web development, ecommerce store development, web design, SEO, app design and development and marketing solution under one roof that saves you the trouble of juggling a number of providers.</p> <p>Your goals are our targets. Our highly experienced online store developers and tech experts strive to offer you strategic consulting that helps you to choose the most suitable technology, design, content and marketing for your online store solutions. Leave your headaches of development and maintenance to us. Trust us with your sales targets. You will be amazed at the results we will get for you.</p> <div class="our-story-logo"><a target="_blank" href="https://www.goodfirms.co/company/wisitech-infosolutions-pvt-ltd"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/good-firm.png" alt="top ecommerce development company recommended by goodfirms" width="522" height="139" /></a></div> </div> </div> </div> </div> <!-- our-story-section --> <!--<div class="why-wisitech-section"> <div class="container small-contner"> <div class="row"> <div class="col-sm-12 wow fadeInDown"> <h3 class="landing-page-heading">The Importance of Ecommerce Development Services </h3> <p style="padding-top:10px;">In today's digital era, an online store is a must for businesses to grow and remain competitive. As the usage of the internet and mobile devices continues to rise, consumers increasingly turn to online shopping for convenience and ease. </p> <p>Ecommerce development services play a crucial role in helping businesses tap into this growing market and stay ahead of the competition. Key benefits of ecommerce development services include: </p> <p><strong>Increased Sales:</strong> A well-designed and optimized ecommerce store aid businesses reach a wider audience and boost sales. </p> <p><strong>Improved Customer Experience:</strong> Ecommerce development services ensure a seamless shopping experience for customers, leading to increased customer loyalty and repeat business. </p> <p><strong>Cost-Effective:</strong> Ecommerce development services can help businesses save on overhead costs for running a physical store. </p> <p><strong>Better Data Analysis:</strong> Ecommerce development services enable businesses to collect and analyze customer data, helping inform marketing strategies and improve overall business performance.</p> <p><strong>Global Reach:</strong> Ecommerce development services enable businesses to target customers across the globe, expanding their market reach and potential for growth.</p> </div> </div> </div> </div>--> <!--<div class="why-wisitech-section why_no_space"> <div class="container small-contner"> <div class="row"> <div class="col-sm-12 wow fadeInDown"> <h3 class="landing-page-heading">Choosing the Right Ecommerce Development Company </h3> <p style="padding-top:10px; padding-bottom:15px;">A professional ecommerce development company brings experience, expertise and an established track record of providing quality ecommerce solutions. </p> <p>Consider these factors when choosing an ecommerce development company: </p> <p><strong>Experience:</strong> Choose a company with a solid background in ecommerce website development and a portfolio of successful projects. </p> <p><strong>Technical Expertise:</strong> Ensure the company has a team of skilled developers with expertise in the latest ecommerce technologies and platforms. </p> <p><strong>Design Capabilities:</strong> A visually appealing and user-friendly online store is essential for success. Ensure the company has a strong design team to create an attractive and functional ecommerce store. </p> <p><strong>Customization Options:</strong> Choose a company that offers custom ecommerce development services to meet the unique needs of your business. </p> <p><strong>Support and Maintenance:</strong> It is a must for the smooth operation of your ecommerce store. Look for a company that offers reliable support and maintenance services.</p> <p><strong>Pricing:</strong> Compare the pricing of different ecommerce development companies and consider the one that offers the best value for money.</p> </div> </div> </div> </div>--> <div class="overlay"></div> <!-- code start for download popup --> <!-- end download popup code --> <div class="prosses-bar-area"> <div class="container"> <div class="prosses-box wow fadeInDown"> <div class="prosses-no">1999</div> <div class="prosses-cont">Established</div> </div> <div class="prosses-box wow fadeInDown"> <div class="prosses-no">25+</div> <div class="prosses-cont">Years of <br> Technology Expertise</div> </div> <div class="prosses-box wow fadeInDown"> <div class="prosses-no">92%</div> <div class="prosses-cont">Repeat Clients</div> </div> <div class="prosses-box wow fadeInDown"> <div class="prosses-no">1,000+</div> <div class="prosses-cont">Clients worldwide</div> </div> <div class="prosses-box wow fadeInDown"> <div class="prosses-no">4</div> <div class="prosses-cont">OFFICES IN <br> USA, Canada & India</div> </div> </div> </div> <!-- prosses-bar-area --> <div class="wisitech-founder-area"> <div class="container small-contner"> <div class="row"> <div class="col-sm-3 wow fadeInDown pb-4 pb-sm-0"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/images/partho-mondal.jpg" alt="partho mondal - ceo wisitech" width="203" height="249" /></div> <div class="col-sm-9 wow fadeInDown"> <p>"When I founded Wisitech in January 1999, I believed we were at the right time to ride the crest of the digital wave as the World Wide Web exploded. We've stayed ahead of the technology trends to offer solutions that help our customers walk the web wisely and avoid the pitfalls. From ideation to design, from development to marketing, we partner you with a 360 degree approach. We know what works and will ensure it works for you."</p> <div class="wisitech-founder-name">Partho Mondal, <span>CEO, Wisitech</span></div> </div> </div> </div> </div> <!-- wisitech-founder-area --> <script> jQuery(document).ready(function(){ jQuery('.open').click(function(){ jQuery('.popup').show(); jQuery('.overlay').show(); }); jQuery('.close_pop, .overlay').click(function(){ jQuery('.popup').hide(); jQuery('.overlay').hide(); }); }); </script> <!-- wisitech-founder-area --> <div class="wecanhelp-area"> <div class="container small-contner"> <div class="grow-heading wow fadeInDown">See How We Can Help You Grow</div> <div class="grow-btn wow slideInUp"><a href="#form1" class="landing-btn ecommerce-get-a-free-consultation">GET A FREE CONSULTATION</a></div> <h2 class="qualities-line wow fadeInDown">12 Qualities of a Great Ecommerce Website / App</h2> <div class="qualities-cont-area wow fadeInDown"> <h3 class="qualities-cont-head">What are the most important features shoppers demand from their ecommerce shopping experience? </h3> <ol> <li>Large, Functional Product Images</li> <li>A Detailed Product Description</li> <li>Product Reviews</li> <li>Layered and Faceted Navigation</li> <li>A Mobile Ecommerce Website Option or Full-Fledged App</li> <li>Single-Page, Express Checkout</li> <li>Free or Competitive Shipping Options</li> <li>Order Tracking</li> <li>Special Offers, Deals, Discounts</li> <li>Payment Options</li> <li>Site Search & Browse</li> <li>Wish List/Registry</li> </ol> </div> <!-- qualities-cont-area --> <div class="qualities-cont-area wow fadeInDown"> <h3 class="qualities-cont-head wow fadeInDown">What are the ideal features you need in your ecommerce web app to drive higher sales and revenue?</h3> <ol> <li>UX/UI ecommerce web design</li> <li>Product Import and Export</li> <li>Ecommerce SEO content which can be easily updated</li> <li>Real-Time Inventory</li> <li>Analytics and Sales Reporting</li> <li>Ecommerce Website Security</li> </ol> </div> <!-- qualities-cont-area --> <div class="grow-heading ask-grow wow fadeInDown">How to Build Your Modern Ecommerce Website / App</div> <div class="grow-btn ask-btn wow slideInUp"><a href="#form1" class="landing-btn ecommerce-page-ask-us">ASK US</a></div> <div class="wisi_faq_area"> <div class="mem_faq_heading">Frequently Asked Questions</div> <div class="faq_row"> <div class="faq_title ">What do I need to develop an ecommerce website? </div> <div class="faq_desc_row"> <p>A few essential components are needed to develop an ecommerce website along with the expertise of web developers and designers to create a visually appealing and user-friendly website.</p> <ul> <li>A reliable web hosting service to store your website files and make them accessible online. </li> <li>A domain name that represents your business and is easy to remember. </li> <li>An ecommerce platform or content management system (CMS) that allows you to manage your products, inventory, and customer orders. </li> <li>A secure payment gateway to facilitate online transactions. </li> </ul> </div><!-- faq_desc_row --> </div> <div class="faq_row"> <div class="faq_title ">Which is the best Ecommerce platform to develop my Ecommerce store? </div> <div class="faq_desc_row"> <p>The best ecommerce platform depends on your specific needs and requirements. However, some popular and highly regarded options are Shopify, WooCommerce (built on WordPress), and Magento. </p> <p>Shopify is known for its user-friendly interface and comprehensive features, making it suitable for small to medium-sized businesses. WooCommerce, a WordPress plugin, offers flexibility, scalability, and customization options. Magento is a robust platform that caters to large enterprises with complex ecommerce needs. Consider factors such as ease of use, scalability, available features, and budget when choosing the best ecommerce platform for your store.</p> </div><!-- faq_desc_row --> </div> <div class="faq_row"> <div class="faq_title ">What is the cost of eCommerce web development solutions? </div> <div class="faq_desc_row"> <p>The cost of ecommerce web development solutions can vary significantly based on several factors. The complexity of your website, the number of features and functionalities required, the design complexity, customization needs, and the development team's expertise can all influence the cost. You should also consider ongoing expenses like hosting, domain registration, payment gateway fees, and maintenance cost. Getting quotes from multiple development companies and comparing their services and pricing is advisable to find a solution that fits your budget and business goals.</p> </div><!-- faq_desc_row --> </div> <div class="faq_row"> <div class="faq_title ">What is the estimated time for developing an eCommerce website? </div> <div class="faq_desc_row"> <p>The estimated time for developing an ecommerce website depends on various factors such as the project's scope, the complexity of design and functionality, and the availability of resources. A simple ecommerce website with basic features can be developed in a few weeks, while a more complex and customized website may take several months. Discussing your requirements and timeline with the development company to get a more accurate estimate is important. Remember that thorough planning, efficient communication, and timely feedback can help expedite development.</p> </div><!-- faq_desc_row --> </div> <div class="faq_row"> <div class="faq_title ">How do I choose an eCommerce development company? </div> <div class="faq_desc_row"> <p>When selecting an ecommerce development company, it's essential to consider a few key factors:</p> <p>1. Evaluate their experience and expertise in ecommerce web development. Look for a company with a track record of successful projects and a portfolio showcasing their skills.</p> <p>2. Read client reviews and testimonials to gauge their reputation and customer satisfaction. Communication is crucial, so ensure that the company has clear and timely communication channels.</p> <p>3. Consider their pricing, project management approach, and post-development support.</p> </div><!-- faq_desc_row --> </div> <div class="faq_row"> <div class="faq_title ">Why should I hire a professional Ecommerce website development company? </div> <div class="faq_desc_row"> <p>A professional ecommerce website development company has the experience and expertise to create a high-quality, functional, and visually appealing ecommerce website. They understand the best practices for user experience, security, and search engine optimization (SEO). They can assist with integrating payment gateways, implementing effective inventory management systems, and optimizing your website for mobile devices. Professional development companies also provide ongoing support and maintenance services, ensuring your website remains up-to-date and secure. By hiring professionals, you can save time, avoid technical hassles, and have a reliable partner to guide you.</p> </div><!-- faq_desc_row --> </div> </div> </div> </div> <!-- wecanhelp-area --> <!--<div class="address-area"> <div class="container small-contner"> <div class="row"> <div class="col-md-4 col-sm-6 col-12 pb-sm-0 pb-3 wow fadeInDown"> <div class="address-heading">USA</div> <p>9190 West Olympic Blvd. Suite 233,<br> Beverly Hills, CA 90212</p> <p>Phone: +1.866.202.9593 (Toll Free)</p> <p>Email: <a href="mailto:partho.m@wisitech.com">partho.m@wisitech.com</a></p> </div> <div class="col-md-4 col-sm-6 col-12 wow fadeInDown"> <div class="address-heading">Canada</div> <p>577 Annandale Street Oshawa,<br> Ontario, L1H 7S6</p> <p>Phone: +1.416.577.8178</p> <p>Email: <a href="mailto:peeyush@wisitech.com ">peeyush@wisitech.com</a></p> </div> <div class="col-md-4 col-sm-6 col-12 pt-3 pt-md-0 wow fadeInDown"> <div class="address-heading">India</div> <p>76/2, East of Kailash <br>New Delhi - 110065</p> <p>Phone: +91.11.4651.6521, 4162.4097</p> <p>Email: <a href="mailto:madhu@wisitech.com ">madhu@wisitech.com</a></p> </div> </div> </div> </div>--> <!-- address-area --> <!--<div class="footer-area"> <div class="container wow fadeInDown">Copyright © 2024 Wisitech InfoSolutions Pvt. Ltd. All Rights Reserved.</div> </div>--> <!-- footer-area --> <script src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/js/bootstrap.js"></script> <script src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/js/animate/wow.min.js"></script> <script> jQuery(document).ready(function() { //new WOW().init(); wow = new WOW( { mobile: false, } ) wow.init(); }); </script> <script src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/landing-page/js/bxslider/bxslider.js"></script> <script> var jQuery = jQuery.noConflict(); jQuery(document).ready(function() { jQuery('.bxslider').bxSlider({ captions: true, auto: false, pager: true, speed: 1000 }); }); </script> <script type="text/javascript"> jQuery(function() { jQuery('.increase-sales-btn a, .testimonial-btn-line a, .grow-btn a').click(function() { //jQuery('a[href*="#"]:not([href="#"])').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : jQuery('[name=' + this.hash.slice(1) +']'); if (target.length) { jQuery('html, body').animate({ scrollTop: (jQuery('#form1').offset().top-jQuery('#masthead').height()-45) }, 1000); return false; } } }); }); </script> </div> <!-- End of Main content --> </main> <!-- End of Main --> <div class="recognitions-awards-area"> <div class="container-inner"> <h2 class="badges-heading">Recognitions & Awards</h2> <div class="recognitions-awards-row clutch-row"> <span><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/clutch-top-company-digital-marketing.png" alt="Top Advertising Marketing" /></span><span><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/top-development-company.png" alt="Best Digital Marketing For Small Business" /></span> <span><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/clutch-top-advertising-marketing.png" alt="Top Advertising Marketing" /></span> <span><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/Clutch-Top-Business-Consultants-2021.png" /></span> <span><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/Clutch-Top-Business-Services-2021.png" /></span> <span><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/b2b-companies-canada.png" alt="Digital Marketing For Business Owners" /></span> <span><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/top-agencies-india.png" alt="Small Business Internet Marketing Services" /></span> <span><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/ecommerce-developers-india.png" alt="Best Digital Marketing For Small Business" /></span> <span><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/web-developers-india.png" alt="Corporate Digital Marketing Company" /></span> <span><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/mobile-app-developers-india.png" alt="mobile app developers india" /></span> <span><a target="_blank" href="https://www.goodfirms.co/company/wisitech-infosolutions-pvt-ltd"><img class="top_mobile_app" src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/app-development.png" alt="GoodFirms Badge"></a></span> <span><a target="_blank" href="https://www.goodfirms.co/company/wisitech-infosolutions-pvt-ltd"><img class="top_ecommerce_app" src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/ecommerce-development-companies.png" alt="GoodFirms Badge"></a></span> <span><a target="_blank" href="https://www.goodfirms.co/company/wisitech-infosolutions-pvt-ltd"><img class="top_mobile_app_2" src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/mobile-app-development.png" alt="GoodFirms Badge"></a></span> <span><a target="_blank" href="https://www.goodfirms.co/company/wisitech-infosolutions-pvt-ltd"><img class="top_mobile_app_3" src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/web-design.png" alt="GoodFirms Badge"></a></span> <span><a target="_blank" href="https://www.goodfirms.co/company/wisitech-infosolutions-pvt-ltd"><img class="top_mobile_app_4" src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/awards/digital-marketing.png" alt="GoodFirms Badge"></a></span> <span><a target="_blank" href="https://www.amzfinder.com/blog/best-practices-amazon-seo-services-find-expert/"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/amazo-seo.png" /></a></span> </div> </div> </div> <!-- recognitions-awards-area --> <div class="badges_area"> <h2 class="badges-heading">Google Ads Certified</h2> <div class="badges_box"> <div class="container-inner"> <div class="badges"> <div class="badge_foot"> <div class="badge_img"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/cmce-award.png" /></div> <div class="badge_img_text">Google<br />Campaign Manager<br /> Certification </div> </div> <div class="badge_foot"> <div class="badge_img"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/google-search-certification.png" /></div> <div class="badge_img_text">Google<br /> Ads Search<br /> Certification</div> </div> <div class="badge_foot"> <div class="badge_img"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/google-ads-display-certification.png" /></div> <div class="badge_img_text">Google<br /> Ads Display<br /> Certification</div> </div> <div class="badge_foot"> <div class="badge_img"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/shopping-ads-certification.png" /></div> <div class="badge_img_text">Google<br /> Shopping Ads<br /> Certification</div> </div> <div class="badge_foot"> <div class="badge_img"><img src="https://www.wisitech.com/wp-content/themes/massive-dynamic-child/images/google-ads-video.png" /></div> <div class="badge_img_text">Google<br /> Ads Video<br /> Certification</div> </div> </div> <!-- badges --> <div class="ft_constlink"><a class="common_btn" href="https://www.wisitech.com/rfq-web-solutions/">FREE 30 MINUTE CONSULTATION</a></div> </div> </div> </div> <!-- footer start from here --> <div class="footer"> <div class="outer_wrapper"> <div class="ft_menu_wrap"> <div class="ft_menu_col"> <div class="ft_menu_heading"><a href="https://www.wisitech.com/">HOME</a></div> <div class="ft_menu_title"><a href="https://www.wisitech.com/web-consultancy-services/">IT CONSULTING</a></div> <div class="ft_menu_title"><a href="https://www.wisitech.com/ux-ui-design-services/">UX/UI DESIGN</a></div> <div class="ft_menu_heading"><a href="https://www.wisitech.com/content-development/">CONTENT</a></div> <div class="ft_menu_title"><a href="https://www.wisitech.com/portfolio/">PORTFOLIO</a></div> <div class="ft_menu_title">ABOUT</div> <ul class="ft_menu"> <li><a href="https://www.wisitech.com/about-us/">Profile</a></li> <li><a href="https://www.wisitech.com/about-us/clients/">Clients</a></li> <li><a href="https://www.wisitech.com/testimonials/">Testimonials</a></li> <li><a href="https://www.wisitech.com/career/">Career</a></li> </ul> <div class="ft_menu_title"><a href="https://www.wisitech.com/blog/">BLOG</a></div> <div class="ft_menu_title"><a href="https://www.wisitech.com/rfq-web-solutions/">GET A PROPOSAL</a></div> <div class="ft_menu_title"><a href="https://www.wisitech.com/contact/">CONTACT</a></div> </div> <div class="ft_menu_col"> <div class="ft_menu_heading">DEVELOPMENT</div> <ul class="ft_menu"> <li> <a href="#" class="pointer_none">Ecommerce Development</a> <ul class="ft_sub_menu"> <li><a href="https://www.wisitech.com/ecommerce-web-design-development-company/">Ecommerce Solutions</a></li> <li><a href="https://www.wisitech.com/woocommerce-development/">WooCommerce Solutions</a></li> <li><a href="https://www.wisitech.com/ecommerce-solutions/cs-cart-development/">CS-Cart Solutions</a></li> <li><a href="https://www.wisitech.com/ecommerce-solutions/shopify-development/">Shopify Solutions</a></li> <li><a href="https://www.wisitech.com/ecommerce-solutions/bigcommerce-development-company/">BigCommerce Solutions </a></li> </ul> </li> <li><a href="https://www.wisitech.com/web-development/">Web Development</a></li> <li><a href="https://www.wisitech.com/wordpress-development-services/">WordPress Development</a></li> <li><a href="https://www.wisitech.com/website-upgrade-services/">Website Upgrade</a></li> <li><a href="https://www.wisitech.com/mobile-apps/">Mobile App Development</a></li> <li><a href="https://www.wisitech.com/psd-to-html-responsive/">PSD to HTML Responsive</a></li> <li><a href="https://www.wisitech.com/web-development/kindle/">Kindle Publishing Services</a></li> </ul> </div> <div class="ft_menu_col"> <div class="ft_menu_heading">DIGITAL MARKETING</div> <ul class="ft_menu"> <li> <a href="#" class="pointer_none">Web Marketing</a> <ul class="ft_sub_menu"> <li><a href="https://www.wisitech.com/digital-marketing/search-engine-optimization-seo-services/">SEO Services</a></li> <li><a href="https://www.wisitech.com/ppc-management-services/">Google Ads Management</a></li> <li><a href="https://www.wisitech.com/google-tag-manager-services/">GTM Consulting Services</a></li> </ul> </li> <li> <a href="#" class="pointer_none">Social Media</a> <ul class="ft_sub_menu"> <li><a href="https://www.wisitech.com/digital-marketing/social-media-services/">Social Media Marketing</a></li> <li><a href="https://www.wisitech.com/facebook-advertising-services-agency/">Facebook Ads</a></li> <li><a href="https://www.wisitech.com/linkedin-ads-marketing-services/">LinkedIn Ads</a></li> </ul> </li> <li> <a href="#" class="pointer_none">Marketplaces</a> <ul class="ft_sub_menu"> <li><a href="https://www.wisitech.com/digital-marketing/amazon-seo-ppc-services/">Amazon Marketing Services</a></li> <li><a href="https://www.wisitech.com/digital-marketing/etsy-seo-services/">Etsy Marketing Services</a></li> <li><a href="https://www.wisitech.com/walmart-marketing-services/">Walmart Marketing Services</a></li> </ul> </li> <li><a href="https://www.wisitech.com/app-store-optimization-services/">App Store Optimization</a></li> </ul> </div> </div> <div class="ft_rating_row"> <div class="ft_mail" style="padding-left:0px;"><strong>Email:</strong> <a href="mailto:partho.m@wisitech.com">partho.m@wisitech.com</a></div></div> <div class="ft_address_wrap"> <div class="ft_add_col"> <div class="ft_add_row"> <!--<picture> <source srcSet="https://www.wisitech.com/images/webp/usa-flag.webp" type="image/webp"/> <img src="https://www.wisitech.com/images/usa-flag.png" alt=""/> </picture>--> <div class="ft_add_cont"> <div class="ft_contry_name poppins">USA</div> <div class="ft_location"><i class="fa fa-location-dot"></i>13785 Research Blvd #125<br/> Austin, TX 78750</div> <div class="ft_phone"><i class="fa fa-phone-volume"></i><a href="tel:888.680.0174">888.680.0174</a> (Toll Free)</div> </div> </div> </div> <div class="ft_add_col"> <div class="ft_add_row"> <!-- <picture> <source srcSet="https://www.wisitech.com/images/webp/canada-flag.webp" type="image/webp"/> <img src="https://www.wisitech.com/images/canada-flag.png" alt=""/> </picture> --> <div class="ft_add_cont"> <div class="ft_contry_name poppins"><a class="ft_country_link" href="https://www.wisitech.com/toronto-web-design-seo-agency/">Canada</a></div> <div class="ft_location"><i class="fa fa-location-dot"></i>95 Thorncliffe Park Drive<br/> Toronto, Ontario, M4H1L7</div> <div class="ft_phone"><i class="fa fa-phone-volume"></i><a href="tel:+16475096991">647.509.6991</a></div> </div> </div> </div> <div class="ft_add_col"> <div class="ft_add_row"> <!--<picture> <source srcSet="https://www.wisitech.com/images/webp/india-flag.webp" type="image/webp"/> <img src="https://www.wisitech.com/images/india-flag.png" alt=""/> </picture>--> <div class="ft_add_cont"> <div class="ft_contry_name poppins">India</div> <div class="ft_location"><i class="fa fa-location-dot"></i>76/2 East of Kailash<br/>New Delhi - 110065</div> <div class="ft_phone"><i class="fa fa-phone-volume"></i><a href="tel:9582849600">95828.49600</a>, <a href="tel:9313964620" style="padding-left:2px;">93139.64620</a></div> </div> </div> </div> </div> <div class="ft_rating_row tps"> <a href="#" class="rating_row"> <span> <picture> <source srcSet="https://www.wisitech.com/images/webp/rating.webp" type="image/webp"/> <img src="https://www.wisitech.com/images/rating.png" alt=""/> </picture> </span> <div class="rating_txt">Rated 4.9 out of 5.0 for Ecommerce, Web & App Development Services by 1200 clients on over 9000+ overall projects.</div> </a> </div> </div> </div><!-- footer --> <div class="ft_copyright_row"> <div class="outer_wrapper"> <div class="ft_btm_lft"> <div class="ft_ptrs_row"><a href="https://www.wisitech.com/privacy-policy/">Privacy Policy</a> | <a href="https://www.wisitech.com/terms-conditions/">Terms & Conditions</a> | <a href="https://www.wisitech.com/refund-cancellation-policy/">Refund & Cancellation Policy</a> | <a href="https://www.wisitech.com/cookie-policy/">Cookie Policy</a></div> <div class="ft_copyright_txt">Copyright 漏 2023 Wisitech InfoSolutions Pvt. Ltd. All Rights Reserved.</div> </div> <div class="ft_btm_rgt"><a href="https://www.facebook.com/WisitechInfoSolution" target="_blank"><i class="fa-brands fa-facebook-f"></i></a> <a href="https://twitter.com/WisitechInfo/" target="_blank"><i class="fa-brands fa-twitter-t"></i></a> <a href="https://in.linkedin.com/company/wisitech" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a><a href="https://www.instagram.com/wisitechinfosolutions/" target="_blank"><i class="fa-brands fa-instagram"></i></a></div> </div> </div> </div> <!-- footer end here --> <script> jQuery(document).ready(function() { jQuery(window).scroll(function() { if (jQuery(document).scrollTop() > 1) { jQuery("body").addClass("body_sticky"); } else { jQuery("body").removeClass("body_sticky"); } }); }); </script> <script> jQuery(document).on('ready', function() { jQuery(".activities-slider").slick({ dots: true, arrows:false, infinite: true, slidesToShow: 1, slidesToScroll: 1, responsive: [ { breakpoint: 1201, settings: { slidesToShow: 1, slidesToScroll: 1 } }, { breakpoint: 1001, settings: { slidesToShow: 1, slidesToScroll: 1 } } , { breakpoint: 500, settings: { slidesToShow: 1, slidesToScroll: 1 } } ] }); jQuery(".testimonial-slider").slick({ dots: false, arrows:true, infinite: true, slidesToShow: 3, slidesToScroll: 3, responsive: [ { breakpoint: 1201, settings: { slidesToShow: 1, slidesToScroll: 1 } }, { breakpoint: 1001, settings: { slidesToShow: 2, slidesToScroll: 2 } } , { breakpoint: 500, settings: { slidesToShow: 1, slidesToScroll: 1 } } ] }); jQuery(".center").slick({ dots: true, centerMode: true, centerPadding: '225px', slidesToShow:1, slidesToScroll: 1, arrows: false, autoplay:true, responsive: [ { breakpoint:767, settings: { arrows: false, slidesToShow: 1, slidesToScroll: 1, autoplay:false } }, { breakpoint:600, settings: { arrows: false, centerPadding: '180px', slidesToShow: 1, slidesToScroll: 1, autoplay:false } }, { breakpoint:500, settings: { arrows: false, centerPadding: '100px', slidesToShow:1, slidesToScroll: 1, autoplay:false } } ] }); jQuery(".etsytestimonial").slick({ dots: false, arrows:true, infinite: true, slidesToShow: 1, slidesToScroll: 1, responsive: [ { breakpoint: 1201, settings: { slidesToShow: 1, slidesToScroll: 1 } }, { breakpoint: 1001, settings: { slidesToShow: 1, slidesToScroll: 1 } } , { breakpoint: 500, settings: { slidesToShow: 1, slidesToScroll: 1 } } ] }); }); </script> <!-- Slide Form 09-05-2019--> <!-- form submit include file --> <!--end of code--> <script> jQuery("#slide-btn").click(function(){ $("#slide-form-area").css("right", "-2px");}); jQuery(".slide-close").click(function(){ $("#slide-form-area").css("right", "-330px"); }); function formsubmit(){ var err = 0; //validation form name. if(jQuery("#full_name").val().trim()==''){ jQuery("#full_nameError").html("Please enter your name."); var err=err+1; } //validation form email. if(jQuery("#email_id").val().trim()==''){ jQuery("#email_idError").html("Please enter your email."); var err=err+1; }else if(jQuery("#email_id").val() !='' && !checkEmail(document.getElementById('email_id').value)){ jQuery("#email_idError").html("Please enter your valid email."); var err=err+1; } /* if(jQuery("#phone_no").val().trim()==''){ jQuery("#phone_noError").html("Please enter phone number!"); var err=err+1; } */ if(err>0){ return false; }else{ return true; } } function removeError(e){ jQuery("#"+e+"Error").html(""); } function checkEmail(e){return splitVal=e.split("@"),splitVal.length<=1?!1:splitVal[0].length<=0||splitVal[1].length<=0?!1:(splitDomain=splitVal[1].split("."),splitDomain.length<=1?!1:splitDomain[0].length<=0||splitDomain[1].length<=1?!1:!0)} window.onload = function(e){ jQuery(".loadedimagefront").hide(); } jQuery(".emailicon").click(function(){ jQuery("#submitfooer").hide(); }); </script> <script type="text/javascript"> jQuery(function() { jQuery('.alpabeta').keyup(function() { if (this.value.match(/[^a-zA-Z ]/g)) { this.value = this.value.replace(/[^a-zA-Z ]/g, ''); } }); }); </script> </div> <!-- End of Wrap --> <script> // $(document).ready(function() { // console.log('error being called'); // $("input#wpcf-custom-btn-0").click(function(e) { // alert($(".wpcf7-not-valid-tip").scrollTop()); // $('.wpcf7-not-valid-tip').scrollTop(); // var pos = null; // if($(".wpcf7-not-valid-tip").length > 0) // pos = $('body').offset().top; // // $('html, body').animate({ // // scrollTop: $(".wpcf7-not-valid-tip").first().offset().top - 30 // // }, 2000); // }); // }); jQuery('.wpcf7-form').on('submit',function(){ // jQuery('.wpcf7-submit').val("FORM IS BEING SUBMITTED..."); // jQuery('.loading_gif_').show(); // if($(".wpcf7-form-control-wrap .wpcf7-not-valid-tip").length > 0) // alert('sddd'); // pos = $('.wpcf7-form').offset().top; }); </script> <script type="text/javascript"> jQuery(document).ready(function(){ setTimeout(function(){ //For home page slider images $('.pixflow-slide .pixflow-slide-bg').each(function(){ $(this).css('background-image', 'url(' + $(this).data('src') + ')'); }); },300); $(window).scroll(function(){ if($(this).scrollTop() >= 600) { //For portfolio images $('.thumbnail-large .portfolio-popup').each(function(){ $(this).css('background-image', 'url(' + $(this).data('src2') + ')'); }); //For blog images $('.home_blog_img img').each(function(){ $(this).attr('src', $(this).data('src')); }); } }); // only number entry jQuery('.onlynumbers').keypress(function (e) { var charCode = (e.which) ? e.which : event.keyCode if (String.fromCharCode(charCode).match(/[^0-9]/g)) return false; }); jQuery(function () { jQuery('#onlyenglish').keydown(function (e) { if (e.shiftKey || e.ctrlKey || e.altKey) { e.preventDefault(); } else { var key = e.keyCode; if (!((key == 8) || (key == 32) || (key == 13) || (key == 46) || (key >= 35 && key <= 40) || (key >= 65 && key <= 90))) { e.preventDefault(); } } }); }); // $(".proposal_webistes").keydown(function (event) { // if (event.which == 1) { // event.preventDefault(); // // $('#submitButton').click(); // alert('click event was trigger'); // } // }); jQuery( ".proposal_site .proposal_urls" ).click( function() { jQuery('.wpcf7-not-valid-tip', this ).hide(); }); // all form name fields input only english jQuery(function () { jQuery('#englishletter').keydown(function (e) { if (e.shiftKey || e.ctrlKey || e.altKey) { e.preventDefault(); } else { var keys = e.keyCode; if (!((keys == 8) || (keys == 32) || (keys == 46) || (keys >= 35 && keys <= 40) || (keys >= 65 && keys <= 90))) { e.preventDefault(); } } }); }); }); // }); </script> <div class="clearfix"></div> <!--end of layout element--> </div> <!-- end of layout container --> </div> <!-- Go to top button --> <div class="go-to-top dark"></div> <!-- Theme Hook --> <script type='text/javascript'> if (typeof jQuery !== 'undefined'){ jQuery(function() { jQuery( window ).on( 'init.icegram', function( e, ig ) { if(jQuery('.ig_inline_container:empty').siblings().length == 0 ){ jQuery('.ig_inline_container:empty').parent().remove(); } jQuery('.ig_inline_container:empty').remove(); }); if(typeof(icegram) === 'undefined'){ if(jQuery('.ig_inline_container:empty').siblings().length == 0 ){ jQuery('.ig_inline_container:empty').parent().remove(); } jQuery('.ig_inline_container:empty').remove(); } }); } </script><script> document.addEventListener( 'wpcf7mailsent', function( event ) { location = 'https://www.wisitech.com/thanks/'; }, false ); </script> <script>loadCSS('https://www.wisitech.com/wp-content/plugins/add-search-to-menu/public/css/ivory-ajax-search.min.css?ver=5.5.7',0,'all');</script> <script type="text/javascript" id="unique_setting-js-extra"> /* <![CDATA[ */ var ajax_var = {"url":"https:\/\/www.wisitech.com\/wp-admin\/admin-ajax.php","nonce":"60fc7a5871","uniqueSettings":"[\"site_width\",\"site_top\",\"site_bg\",\"site_bg_type\",\"site_bg_color_type\",\"site_bg_solid_color\",\"site_bg_gradient_orientation\",\"site_bg_gradient_color1\",\"site_bg_gradient_color2\",\"site_bg_image_image\",\"site_bg_image_repeat\",\"site_bg_image_attach\",\"site_bg_image_position\",\"site_bg_image_size\",\"site_bg_image_opacity\",\"site_bg_image_overlay\",\"site_bg_image_overlay_type\",\"site_bg_image_solid_overlay\",\"site_bg_overlay_gradient_orientation\",\"site_bg_overlay_gradient_color1\",\"site_bg_overlay_gradient_color2\",\"site_bg_texture\",\"site_bg_texture_opacity\",\"site_bg_texture_overlay\",\"site_bg_texture_solid_overlay\",\"header_position\",\"header_top_position\",\"header_theme\",\"header_side_theme\",\"logotop_logoSpace\",\"classic_style\",\"block_style\",\"gather_style\",\"header_side_align\",\"header_side_footer\",\"header_styles\",\"show_up_after\",\"show_up_style\",\"header_top_width\",\"header-top-height\",\"header-side-width\",\"header-content\",\"menu_item_style\",\"header_items_order\",\"nav_color\",\"nav_hover_color\",\"header_bg_color_type\",\"header_bg_solid_color\",\"header_bg_gradient_orientation\",\"header_bg_gradient_color1\",\"header_bg_gradient_color2\",\"logo_style\",\"header_border_enable\",\"nav_color_second\",\"nav_hover_color_second\",\"header_bg_color_type_second\",\"header_bg_solid_color_second\",\"header_bg_gradient_second_orientation\",\"header_bg_gradient_second_color1\",\"header_bg_gradient_second_color2\",\"logo_style_second\",\"popup_menu\",\"popup_menu_color\",\"overlay_bg\",\"header_side_image_image\",\"header_side_image_repeat\",\"header_side_image_position\",\"header_side_image_size\",\"menu_button_style\",\"button_bg_color\",\"button_text_color\",\"button_hover_text_color\",\"button_hover_bg_color\",\"dropdown_bg_solid_color\",\"dropdown_heading_solid_color\",\"dropdown_fg_solid_color\",\"dropdown_fg_hover_color\",\"businessBar_enable\",\"businessBar_style\",\"businessBar_social\",\"businessBar_content_color\",\"businessBar_bg_color\",\"businessBar_address\",\"businessBar_tel\",\"businessBar_email\",\"nav_name\",\"nav_size\",\"nav_weight\",\"nav_letterSpace\",\"nav_style\",\"main-width\",\"mainC-width\",\"main-top\",\"mainC-padding\",\"main_bg\",\"main_bg_color_type\",\"main_bg_solid_color\",\"main_bg_gradient_orientation\",\"main_bg_gradient_color1\",\"main_bg_gradient_color2\",\"footer_widgets_styles\",\"footer_widget_area_height\",\"footer_bottom_area_height\",\"footer-width\",\"footerC-width\",\"footer-marginT\",\"footer-marginB\",\"footer_widgets_order\",\"footer_widget_area_columns_status\",\"footer_widget_area_columns\",\"footer_bottom_items_layout\",\"footer_copyright_text\",\"footer_switcher\",\"footer_logo\",\"footer_copyright\",\"footer_social\",\"footer_logo_skin\",\"footer_logo_opacity\",\"footer_widget_area_skin\",\"footer_parallax\",\"footer_widget_area_bg_color_rgba\",\"copyright_separator\",\"copyright_color\",\"footer_bottom_area_bg_color_rgba\",\"footer_bg\",\"footer_bg_type\",\"footer_bg_image_image\",\"footer_bg_image_repeat\",\"footer_bg_image_attach\",\"footer_bg_image_position\",\"footer_bg_image_size\",\"footer_bg_image_opacity\",\"footer_bg_image_overlay\",\"footer_bg_image_overlay_type\",\"footer_bg_image_solid_overlay\",\"footer_bg_overlay_gradient_orientation\",\"footer_bg_overlay_gradient_color1\",\"footer_bg_overlay_gradient_color2\",\"footer_bg_texture\",\"footer_bg_texture_opacity\",\"footer_bg_texture_overlay\",\"footer_bg_texture_solid_overlay\",\"go_to_top_status\",\"footer_section_gototop_skin\",\"go_to_top_show\",\"sidebar-switch\",\"sidebar-position\",\"sidebar-width\",\"sidebar-skin\",\"sidebar-style\",\"sidebar-align\",\"sidebar-shadow-color\",\"page_sidebar_bg\",\"page_sidebar_bg_type\",\"page_sidebar_bg_color_type\",\"page_sidebar_bg_solid_color\",\"page_sidebar_bg_gradient_orientation\",\"page_sidebar_bg_gradient_color1\",\"page_sidebar_bg_gradient_color2\",\"page_sidebar_bg_image_image\",\"page_sidebar_bg_image_repeat\",\"page_sidebar_bg_image_attach\",\"page_sidebar_bg_image_position\",\"page_sidebar_bg_image_size\",\"page_sidebar_bg_image_opacity\",\"page_sidebar_bg_image_overlay\",\"page_sidebar_bg_image_overlay_type\",\"page_sidebar_bg_image_solid_overlay\",\"page_sidebar_bg_overlay_gradient_orientation\",\"page_sidebar_bg_overlay_gradient_color1\",\"page_sidebar_bg_overlay_gradient_color2\",\"page_sidebar_bg_texture\",\"page_sidebar_bg_texture_opacity\",\"page_sidebar_bg_texture_overlay\",\"page_sidebar_bg_texture_solid_overlay\",\"sidebar-switch-single\",\"sidebar-position-single\",\"sidebar-width-single\",\"sidebar-skin-single\",\"sidebar-style-single\",\"sidebar-align-single\",\"sidebar-shadow-color-single\",\"single_sidebar_bg\",\"single_sidebar_bg_type\",\"single_sidebar_bg_color_type\",\"single_sidebar_bg_solid_color\",\"single_sidebar_bg_gradient_orientation\",\"single_sidebar_bg_gradient_color1\",\"single_sidebar_bg_gradient_color2\",\"single_sidebar_bg_image_image\",\"single_sidebar_bg_image_repeat\",\"single_sidebar_bg_image_attach\",\"single_sidebar_bg_image_position\",\"single_sidebar_bg_image_size\",\"single_sidebar_bg_image_opacity\",\"single_sidebar_bg_image_overlay\",\"single_sidebar_bg_image_overlay_type\",\"single_sidebar_bg_image_solid_overlay\",\"single_sidebar_bg_overlay_gradient_orientation\",\"single_sidebar_bg_overlay_gradient_color1\",\"single_sidebar_bg_overlay_gradient_color2\",\"single_sidebar_bg_texture\",\"single_sidebar_bg_texture_opacity\",\"single_sidebar_bg_texture_overlay\",\"single_sidebar_bg_texture_solid_overlay\"]"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/assets/script/unique-setting.min.js?ver=1.0" id="unique_setting-js"></script> <script type="text/javascript" id="md_like_post-js-extra"> /* <![CDATA[ */ var ajax_var = {"url":"https:\/\/www.wisitech.com\/wp-admin\/admin-ajax.php","nonce":"60fc7a5871"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/assets/script/post-like.min.js" id="md_like_post-js"></script> <script type="text/javascript" id="wpcf7-redirect-script-js-extra"> /* <![CDATA[ */ var wpcf7_redirect_forms = {"17718":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"17700":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"[your_names]","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"17543":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"17540":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"17518":{"page_id":"0","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"","http_build_query_selectively_fields":"","delay_redirect":"0","after_sent_script":"","thankyou_page_url":""},"17502":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"17487":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"17404":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"17052":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"16989":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"16977":{"page_id":"0","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"","http_build_query_selectively_fields":"","delay_redirect":"0","after_sent_script":"","thankyou_page_url":""},"16857":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"16851":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"16838":{"page_id":"","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"","http_build_query_selectively_fields":"","delay_redirect":"","after_sent_script":"","thankyou_page_url":""},"16835":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"15863":{"page_id":"0","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"","http_build_query_selectively_fields":"","delay_redirect":"0","after_sent_script":"","thankyou_page_url":""},"15862":{"page_id":"0","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"","http_build_query_selectively_fields":"","delay_redirect":"0","after_sent_script":"","thankyou_page_url":""},"15860":{"page_id":"16836","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"on","http_build_query_selectively_fields":"your_names","delay_redirect":"0","after_sent_script":"","thankyou_page_url":"https:\/\/www.wisitech.com\/thank-you-proposal\/"},"15852":{"page_id":"0","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"","http_build_query_selectively_fields":"","delay_redirect":"0","after_sent_script":"","thankyou_page_url":""},"13780":{"page_id":"0","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"","http_build_query_selectively_fields":"","delay_redirect":"0","after_sent_script":"","thankyou_page_url":""}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/cf7-redirection/js/wpcf7-redirect-script.js" id="wpcf7-redirect-script-js"></script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/www.wisitech.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8" id="contact-form-7-js"></script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/country-phone-field-contact-form-7/assets/js/intlTelInput.min.js?ver=6.4.5" id="nbcpf-intlTelInput-script-js"></script> <script type="text/javascript" id="nbcpf-countryFlag-script-js-extra"> /* <![CDATA[ */ var nbcpf = {"ajaxurl":"https:\/\/www.wisitech.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/country-phone-field-contact-form-7/assets/js/countrySelect.min.js?ver=6.4.5" id="nbcpf-countryFlag-script-js"></script> <script type="text/javascript" id="nbcpf-countryFlag-script-js-after"> /* <![CDATA[ */ (function($) { $(function() { function render_country_flags(){ $(".wpcf7-countrytext").countrySelect({ defaultCountry: "in",excludeCountries: ["us","in","gb"], }); $(".wpcf7-phonetext").intlTelInput({ autoHideDialCode: false, autoPlaceholder: "off", nationalMode: false, separateDialCode: false, hiddenInput: "full_number", preferredCountries: ["in"], }); $(".wpcf7-phonetext").each(function () { var hiddenInput = $(this).attr('name'); //console.log(hiddenInput); $("input[name="+hiddenInput+"-country-code]").val($(this).val()); }); $(".wpcf7-phonetext").on("countrychange", function() { // do something with iti.getSelectedCountryData() //console.log(this.value); var hiddenInput = $(this).attr("name"); $("input[name="+hiddenInput+"-country-code]").val(this.value); });$(".wpcf7-phonetext").on("keyup", function() { var dial_code = $(this).siblings(".flag-container").find(".country-list li.active span.dial-code").text(); if(dial_code == "") var dial_code = $(this).siblings(".flag-container").find(".country-list li.highlight span.dial-code").text(); var value = $(this).val(); console.log(dial_code, value); $(this).val(dial_code + value.substring(dial_code.length)); });$(".wpcf7-countrytext").on("keyup", function() { var country_name = $(this).siblings(".flag-dropdown").find(".country-list li.active span.country-name").text(); if(country_name == "") var country_name = $(this).siblings(".flag-dropdown").find(".country-list li.highlight span.country-name").text(); var value = $(this).val(); //console.log(country_name, value); $(this).val(country_name + value.substring(country_name.length)); }); } var ip_address = ""; jQuery.ajax({ //url: "https://ipwho.is/", url: "https://reallyfreegeoip.org/json/", success: function(response){ //console.log(response); //var location = JSON.parse(response); console.log(response.country_code); if( response.country_code !== undefined){ //console.log("here"); $(".wpcf7-countrytext").countrySelect({excludeCountries: ["us","in","gb"], }); $(".wpcf7-phonetext").intlTelInput({ autoHideDialCode: false, autoPlaceholder: "off", nationalMode: false, separateDialCode: false, hiddenInput: "full_number",initialCountry: response.country_code.toLowerCase(),preferredCountries: ["in"], }); $(".wpcf7-phonetext").each(function () { var hiddenInput = $(this).attr('name'); //console.log(hiddenInput); $("input[name="+hiddenInput+"-country-code]").val($(this).val()); }); $(".wpcf7-phonetext").on("countrychange", function() { // do something with iti.getSelectedCountryData() //console.log(this.value); var hiddenInput = $(this).attr("name"); $("input[name="+hiddenInput+"-country-code]").val(this.value); });$(".wpcf7-phonetext").on("keyup", function() { var dial_code = $(this).siblings(".flag-container").find(".country-list li.active span.dial-code").text(); if(dial_code == "") var dial_code = $(this).siblings(".flag-container").find(".country-list li.highlight span.dial-code").text(); var value = $(this).val(); console.log(dial_code, value); $(this).val(dial_code + value.substring(dial_code.length)); });$(".wpcf7-countrytext").on("keyup", function() { var country_name = $(this).siblings(".flag-dropdown").find(".country-list li.active span.country-name").text(); if(country_name == "") var country_name = $(this).siblings(".flag-dropdown").find(".country-list li.highlight span.country-name").text(); var value = $(this).val(); //console.log(country_name, value); $(this).val(country_name + value.substring(country_name.length)); }); } else { render_country_flags(); } }, error: function(){ render_country_flags(); } }); }); })(jQuery); /* ]]> */ </script> <script type="text/javascript" id="email-subscribers-js-extra"> /* <![CDATA[ */ var es_data = {"messages":{"es_empty_email_notice":"Please enter email address","es_rate_limit_notice":"You need to wait for some time before subscribing again","es_single_optin_success_message":"Successfully Subscribed.","es_email_exists_notice":"Email Address already exists!","es_unexpected_error_notice":"Oops.. Unexpected error occurred.","es_invalid_email_notice":"Invalid email address","es_try_later_notice":"Please try after some time"},"es_ajax_url":"https:\/\/www.wisitech.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/email-subscribers/lite/public/js/email-subscribers-public.js?ver=5.6.23" id="email-subscribers-js"></script> <script type="text/javascript" id="socialsnap-js-js-extra"> /* <![CDATA[ */ var socialsnap_script = {"ajaxurl":"https:\/\/www.wisitech.com\/wp-admin\/admin-ajax.php","on_media_width":"250","on_media_height":"250","nonce":"52131dd236","post_id":"5710","click_tracking":""}; /* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/social_snap/assets/js/socialsnap.js?ver=1.1.8.3" id="socialsnap-js-js"></script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/js/plugins.min.js" id="plugin-js-js"></script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/themes/massive-dynamic/lib/assets/script/jquery.nicescroll.min.js" id="niceScroll-js"></script> <script type="text/javascript" id="main-custom-js-js-extra"> /* <![CDATA[ */ var ajax_var = {"url":"https:\/\/www.wisitech.com\/wp-admin\/admin-ajax.php","nonce":"60fc7a5871"}; var themeOptionValues = {"site_bg_image_attach":"fixed","headerBgColorType":"solid","navColor":"rgb(255,255,255)","navHoverColor":"rgb(255,255,255)","navColorSecond":"rgb(255,255,255)","navHoverColorSecond":"rgb(255,255,255)","headerBgGradientColor1":"rgba(255,255,255,1)","headerBgGradientColor2":"rgba(255,255,255,.5)","headerBgGradientOrientation":"vertical","headerBgColorTypeSecond":"solid","headerBgGradientSecondColor1":"rgba(255,255,255,1)","headerBgGradientSecondColor2":"rgba(255,255,255,.5)","headerBgGradientSecondOrientation":"vertical","headerBgSolidColorSecond":"rgb(0,0,0)","headerBgSolidColor":"rgb(13,13,13)","businessBarEnable":"","sidebar_style":"none","page_sidebar_bg_image_position":"center-top","sidebar_style_shop":"none","shop_sidebar_bg_image_position":"center-top","sidebar_style_single":"none","single_sidebar_bg_image_position":"center-top","sidebar_style_blog":"none","blog_sidebar_bg_image_position":"center-top","showUpAfter":"48","showUpStyle":"fade_in","siteTop":"0","footerWidgetAreaSkin":"light","headerTopWidth":"100","layoutWidth":"100","lightLogo":"https:\/\/www.wisitech.com\/wp-content\/uploads\/2019\/05\/wisitech-home-logo.png","darkLogo":"https:\/\/www.wisitech.com\/wp-content\/uploads\/2019\/05\/wisitech-home-logo.png","logoStyle":"dark","logoStyleSecond":"light","activeNotificationTab":"posts","goToTopShow":"600","loadingType":"light","leaveMsg":"You are about to leave this page and you haven't saved changes yet, would you like to save changes before leaving?","unsaved":"Unsaved Changes!","save_leave":"Save & Leave","mailchimpNotInstalled":"MailChimp for Wordpress is not installed.","search":"Search...","payment_methods":"PAYMENT METHOD","loadingText":""}; /* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/js/custom.min.js?ver=7.2.2" id="main-custom-js-js"></script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/uploads/md_cache/5710.js?ver=2024-01-11-09-34-447.2.2" id="page-script-js"></script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/themes/massive-dynamic/assets/js/smooth_scroll.min.js" id="smooth-scroll-js-js"></script> <script type="text/javascript" id="ivory-search-scripts-js-extra"> /* <![CDATA[ */ var IvorySearchVars = {"is_analytics_enabled":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/add-search-to-menu/public/js/ivory-search.min.js?ver=5.5.7" id="ivory-search-scripts-js"></script> <script type="text/javascript" id="ivory-ajax-search-scripts-js-extra"> /* <![CDATA[ */ var IvoryAjaxVars = {"ajaxurl":"https:\/\/www.wisitech.com\/wp-admin\/admin-ajax.php","ajax_nonce":"be5a0b0c9e"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/add-search-to-menu/public/js/ivory-ajax-search.min.js?ver=5.5.7" id="ivory-ajax-search-scripts-js"></script> <script defer type="text/javascript" src="https://www.wisitech.com/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1664792276" id="akismet-frontend-js"></script> <div id="ss-copy-popup" class="ss-popup-overlay"> <div class="ss-popup"> <div class="ss-popup-heading"> <span>Copy link</span> <a href="#" id="ss-close-share-networks-modal" class="ss-close-modal" rel="nofollow noopener"><i class="ss ss-close"></i></a> </div><!-- END .ss-popup-heading --> <div class="ss-popup-content"> <div class="ss-copy-action"> <input type="text" readonly="readonly" value="https://www.wisitech.com/ecommerce-web-design-development-company/" class="ss-copy-action-field" aria-label="Copy" /> <a href="#" class="ss-button" rel="nofollow noopener">Copy<span class="ss-share-network-tooltip">Copied</span></a> <i class="ss ss-copy"></i> </div><!-- END .ss-copy-action --> <div class="ss-powered-by">Powered by <a href="https://socialsnap.com/?utm_source=WordPress&utm_medium=link&utm_campaign=inthewild" target="_blank" rel="nofollow noopener"><i class="ss ss-socialsnap"></i>Social Snap</a></div><!-- END .ss-powered-by --> </div><!-- END .ss-popup-content --> </div><!-- END .ss-popup --> </div><!-- END #ss-copy-popup --> <script type="text/javascript" id="wpsp-script-frontend"></script> </body> </html>