CINXE.COM

Shopify Web Development Company | Web Design Agency | Hire Shopify Developers | 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="1837" setting-status="general" detail="other" page-url="https://www.wisitech.com/ecommerce-solutions/shopify-development/" /><!-- 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="shopify developer, shopify app development, shopify design, shopify web designers, hire shopify developer, shopify theme development, shopify website design, shopify development company, shopify website developer, shopify development 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-solutions/shopify-development/", "name": "Shopify Development", "description": "" } </script> <!-- Theme Hook --> <title>Shopify Web Development Company | Web Design Agency | Hire Shopify Developers | 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="Shopify Web Development Company | Web Design Agency | Hire Shopify Developers | USA"> <meta property="og:description" content="Wisitech is a leading Shopify web development company offering custom Shopify website theme development services, web design, and custom e-commerce store solutions. Hire Shopify developers and designers for eCommerce development. Best Shopify development company in the USA, India, and Canada."> <meta property="og:url" content="https://www.wisitech.com/ecommerce-solutions/shopify-development/"> <meta property="og:site_name" content="Wisitech"> <meta property="og:updated_time" content="2024-01-30T12:20:35+05:30"> <meta property="article:author" content="https://www.facebook.com/WisitechInfosolutions/"> <meta property="og:image" content="https://www.wisitech.com/wp-content/uploads/2023/04/shopify-slide.jpg"> <meta property="og:image:width" content="970"> <meta property="og:image:height" content="450"> <meta property="article:published_time" content="2016-07-20T10:25:46+05:30"> <meta property="article:modified_time" content="2024-01-30T12:20:35+05:30"> <meta property="fb:app_id" content="1923155921341058"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Shopify Web Development Company | Web Design Agency | Hire Shopify Developers | USA"> <meta name="twitter:description" content="Wisitech is a leading Shopify web development company offering custom Shopify website theme development services, web design, and custom e-commerce store solutions. Hire Shopify developers and designers for eCommerce development. Best Shopify development company in the USA, India, and Canada."> <meta name="twitter:image:src" content="https://www.wisitech.com/wp-content/uploads/2023/04/shopify-slide.jpg"> <!-- 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="Wisitech is a leading Shopify web development company offering custom Shopify website theme development services, web design, and custom e-commerce store solutions. Hire Shopify developers and designers for eCommerce development. Best Shopify development company in the USA, India, and Canada."/> <link rel="canonical" href="https://www.wisitech.com/ecommerce-solutions/shopify-development/" /> <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-solutions/shopify-development/#webpage","url":"https://www.wisitech.com/ecommerce-solutions/shopify-development/","inLanguage":"en-US","name":"Shopify Web Development Company | Web Design Agency | Hire Shopify Developers | USA","isPartOf":{"@id":"https://www.wisitech.com/#website"},"image":{"@type":"ImageObject","@id":"https://www.wisitech.com/ecommerce-solutions/shopify-development/#primaryimage","url":"https://www.wisitech.com/wp-content/uploads/2023/04/shopify-slide.jpg","width":970,"height":450,"caption":"shopify"},"primaryImageOfPage":{"@id":"https://www.wisitech.com/ecommerce-solutions/shopify-development/#primaryimage"},"datePublished":"2016-07-20T10:25:46+05:30","dateModified":"2024-01-30T06:50:35+05:30","description":"Wisitech is a leading Shopify web development company offering custom Shopify website theme development services, web design, and custom e-commerce store solutions. Hire Shopify developers and designers for eCommerce development. Best Shopify development company in the USA, India, and Canada.","breadcrumb":{"@id":"https://www.wisitech.com/ecommerce-solutions/shopify-development/#breadcrumb"}},{"@type":"BreadcrumbList","@id":"https://www.wisitech.com/ecommerce-solutions/shopify-development/#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-solutions/","url":"https://www.wisitech.com/ecommerce-solutions/","name":"Ecommerce Solutions"}},{"@type":"ListItem","position":3,"item":{"@type":"WebPage","@id":"https://www.wisitech.com/ecommerce-solutions/shopify-development/","url":"https://www.wisitech.com/ecommerce-solutions/shopify-development/","name":"Shopify Development"}}]}]}</script> <!-- / Yoast SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="Wisitech &raquo; Feed" href="https://www.wisitech.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Wisitech &raquo; 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/1837.css?ver=2024-01-30-12-20-357.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/1837" /><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=1837' /> <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-solutions%2Fshopify-development%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-solutions%2Fshopify-development%2F&#038;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":"Shopify Development","description":"Effective and User-Friendly SHOPIFY DEVELOPMENT SERVICES &amp; SOLUTIONS\r\n\r\nIn Ecommerce Services since 1999\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\t\t25+ Years\r\n\t\tProviding Solutions\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\t\t92%\r\n\t\tRepeat Clients\r\n\t\r\n\t\r\n\r\n\r\n\r\n\t\r\n\t\r\n\t\r\n\t\t1,000+\r\n\t\tClients Worldwide\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nShopify Development Company\r\nWisitech takes pride in empowering start-ups, small and medium businesses as well as enterprises in offering impeccable Shopify development services and design solutions at the best price. Since 1999, we have been enabling our clients to wisely use the Web to advance their business missions reaching out to the target audiences worldwide. Our Shopify developers hold expertise in using Shopify to create prudent Web solutions and made us a leading Shopify development company.\r\nBlending the wide range of features and tools with the best Shopify development services and marketing trends, our Shopify web designers provide our clients with captivating and engaging eCommerce platform. We keep our team of Shopify developers abreast with the innovative CX (Customer Experience) standards to keep you ahead of the competition.\r\nOur Shopify eCommerce development helps you drive sales and conversion across all digital platforms from desktops to mobile, thereby, enabling you to reap the growing eCommerce and mCommerce economies.\r\nWhy Hire Our Shopify Developers?\r\nAmidst the growing digital competition, you need a Shopify ecommerce store that stands out on the Web in terms of user engagement and conversion, and our team of experienced Shopify developers and Shopify website designers is well-versed with the art and science of making that happen. To cope with the varying requirements of our clients, we customize Shopify themes.\r\nWe follow the best practices of Agile software development and ensure bug-free and timely delivery fulfilling all your requirements.\r\n\r\n\r\n\r\nGet a Free Quote\r\n\r\nOUR TOPLINE SHOPIFY DEVELOPMENT PROJECTS\r\nNew to Wisitech? Wisitech is a customer centric Shopify development company. Take a tour of our Shopify development services and successful projects, and rest assured that you are in safe hands.\r\n\r\n\r\n\r\naurezzi.com\r\n\r\n\r\n\r\n\r\nthehumble.co\r\n\r\n\r\n\r\n\r\nsimplyfuel.com\r\n\r\n\r\n\r\n\r\ncustomizednutritionnewsletters.com\r\n\r\n\r\n\r\n\r\n\r\nFREE CONSULTATION ON SHOPIFY DEVELOPMENT SERVICES\r\nDon’t know how to get started? Feel free to discuss your project idea with one of\r\nour technology consultants over the phone.\r\n30-Minute Free Consultation\r\n\r\n\r\nWHY SHOPIFY DEVELOPMENT SERVICES?\r\nGlobally, according to Shopify, as of August 2017, around 600,000 merchants are making use of the platform to connect with their customers and drive sales. The platform supports $55 billion worth of transaction annually.\r\n\r\n\r\n\r\n\r\n\t\r\nFlexible and Secure\r\n\r\nShopify is one of the most popular and top rated e-commerce platforms today for start-ups to medium-sized businesses. Our rich experience in Shopify development helps create an online store that is highly secure, unique and easy to manage.\r\n\t\r\nEndless Design Possibilities\r\n\r\nOur Shopify website designers are extensively experienced in Shopify’s high functionalities. With wide assortment of features and more than hundred professional templates offered by Shopify on platter, we create an online store that is customized as per your requirements.\r\n\t\r\nSell Online, Offline and On-The-Go\r\n\r\nWith Shopify ecommerce development, let your existing and potential customers browse and buy from your e-store while on the go from different devices – smart phones, iPhone, iPad etc.\r\n\r\n\r\n\r\n\r\nGet a Free Quote\r\n\r\n\r\n\r\n\r\nSERVICES BY YOUR\r\nSHOPIFY DEVELOPMENT COMPANY\r\n\r\n\r\n\r\nWisitech is one of the leading Shopify development companies with a great track record of building online stores that boost engagement and become shoppers’ paradise. We don’t do bland and tasteless! The Web is already saturated with e-stores with unattractive design and poor user experience. Our highly experienced expert Shopify developers create amazing online stores, which are effective and user-friendly.\r\nOur Shopify web designers and developers boasts of years of experience in Shopify ecommerce development and vast knowledge on Shopify Liquid programming that helps them create an e-store that is easily manageable and personalized according to your needs. We go to extra lengths to offer you the Shopify development solutions so that you can easily and efficiently manage product inventory, respond to online inquiry, update and view your products, orders, and sales statistics from your desktop, iOS devices.\r\n\r\n\r\n\r\n\r\nShopify Web Design\r\n\r\n\tShopify Theme Design &amp; Development Services\r\n\tShopify Theme Customization Services\r\n\tPSD to Shopify Conversion\r\n\tShopify Responsive Templates Creation\r\n\tMobile Responsiveness\r\n\r\n\r\n\r\nShopify Development\r\n\r\n\tShopify Ecommerce Development\r\n\tShopify SEO Optimization\r\n\tShopify Installation and Customization\r\n\tProduct Addition and Data Import\r\n\tShopify Store Creation\r\n\r\n\r\n\r\nShopify Integration\r\n\r\n\tShopify Store Setup and Configuration\r\n\tShopify Payment Gateway Implementation\r\n\tData Export and Import Using CSV\r\n\tCheckout Settings, Shipping Method Configuration\r\n\tShopify Blog Integration\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\nCompliments from Clients\n\n\n\n\n\n\n\nThank you Wisitech!!!\nYvette Quantz, owner Customized Nutrition Newsletters and Foodspiration appreciates Wisitech for the tenacity to find solutions and thorough and professional work that has given her business a new constructive direction.\nYvette Quantz, RD, CSSD, LDN Customized Nutrition Newsletters\nFoodspiration Louisiana, USA\n\n\n\n\n\n\n\r\n\r\n\r\n\r\n\r\nThe Wisitech Advantage\r\n\r\n\r\n\tProven Professionalism in Shopify Development Services Bug-free, customized Shopify ecommerce development solutions. Enviable network of satisfied and repeat clients.\r\n\tShopify Support and Maintenance Our in-house Shopify developers offer complete support for Shopify project deployment and problem-fixing. Fast project turnaround times. Quick response to telephone and e-mail queries.\r\n\tIntegrity and Trust We don’t quit projects midway. Our team goes to extra lengths to ensure customer satisfaction.\r\n\r\n\r\nOur Clients\r\n\r\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n\t\t\tRequest a FREE Consultation\n\t\t\t\n\t\t\n\t\t\n\t\t\tNo Obligation, Guaranteed Response.\n\t\t\t\n\t\t\n\t\n\tPlease leave this field empty.\n\t\n\t\n\t\t\n\t\t\t\n\t\t\t\tName*\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\tEmail*\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\tPhone/Skype Id (Optional)\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\tWebsite URL\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\tComments\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\n\n\t\t\tYour browser does not support JavaScript!. Please enable javascript in your browser in order to get form work properly.\n\t&#916;\n\n\n\r\n\r\n\r\n\r\n\r\n\r\nLooking for Shopify store development or Responsive Shopify theme designing?\r\nContact Us Today!","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/2023/04/shopify-slide.jpg","uploadDate":"2016-07-20T04:55:46+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=1741317629.573" 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-default page page-id-1837 page-child parent-pageid-3370 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 |&nbsp;<a class="toronto_direction" href="#get_direction">Get Directions</a>&nbsp;| Email:&nbsp;<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="inner-page-full-width"> <!--<div class="page-ecommerce-banner"></div>--> <div class="inner-page-full-width"> <div class='ig_inline_container ig_the_content ig_before'></div><style> .banner-area-orange{margin-bottom:50px!important} @media screen and (max-width:767px){ .banner-area-orange{margin-bottom:40px!important} } </style> <div class="banner-area-orange"> <div class="inner_content_area"> <div class="shopify-banner"><img fetchpriority="high" decoding="async" class="alignnone wp-image-1839 size-full" src="https://www.wisitech.com/wp-content/uploads/2016/07/shopify-banner.jpg" alt="Shopify Web Development Company" width="910" height="444" srcset="https://www.wisitech.com/wp-content/uploads/2016/07/shopify-banner.jpg 910w, https://www.wisitech.com/wp-content/uploads/2016/07/shopify-banner-600x293.jpg 600w, https://www.wisitech.com/wp-content/uploads/2016/07/shopify-banner-300x146.jpg 300w, https://www.wisitech.com/wp-content/uploads/2016/07/shopify-banner-768x375.jpg 768w" sizes="(max-width: 910px) 100vw, 910px" /></div> <div class="banner-text shopify-head"> <div class="facing"> <h1>Effective and User-Friendly<span class="facing-span"> SHOPIFY DEVELOPMENT SERVICES &amp; SOLUTIONS</span></h1> </div> <div class="engin-orange">In Ecommerce Services since 1999</div> </div> </div> </div> <div class="outer_wrapper"> <div class="wisi_compy_exp wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;"> <div class="wisi_compy_col3"> <div class="wisi_compy_wrap wisi_compy_blue"> <div class="wisi_compy_img"><img decoding="async" src="https://www.wisitech.com/wp-content/themes/massive-dynamic/images/providing-solutions-icon.svg" alt="" title=""></div> <div class="wisi_compy_row"> <div class="wisi_compy_title">25+ Years</div> <div class="wisi_compy_desc">Providing Solutions</div> </div><!-- wisi_compy_row --> </div><!-- wisi_compy_wrap --> </div><!-- wisi_compy_col3 --> <div class="wisi_compy_col3"> <div class="wisi_compy_wrap wisi_compy_green"> <div class="wisi_compy_img"><img decoding="async" src="https://www.wisitech.com/wp-content/themes/massive-dynamic/images/repeat-clients-icon.svg" alt="" title=""></div> <div class="wisi_compy_row"> <div class="wisi_compy_title">92%</div> <div class="wisi_compy_desc">Repeat Clients</div> </div><!-- wisi_compy_row --> </div><!-- wisi_compy_wrap --> </div><!-- wisi_compy_col3 --> <div class="wisi_compy_col3"> <div class="wisi_compy_wrap wisi_compy_red"> <div class="wisi_compy_img"><img decoding="async" src="https://www.wisitech.com/wp-content/themes/massive-dynamic/images/clients-worldwide-icon.svg" alt="" title=""></div> <div class="wisi_compy_row"> <div class="wisi_compy_title">1,000+</div> <div class="wisi_compy_desc">Clients Worldwide</div> </div><!-- wisi_compy_row --> </div><!-- wisi_compy_wrap --> </div><!-- wisi_compy_col3 --> </div><!-- wisi_compy_exp --> </div> <div class="inner_content_area"> <div class="red-width-decrease"> <div class="row"> <div class="col-lg-12"> <h2 class="shopify-heading">Shopify Development Company</h2> <p><a href="https://www.wisitech.com/contact/" target="_blank" rel="noopener"><strong>Wisitech</strong></a> takes pride in empowering start-ups, small and medium businesses as well as enterprises in offering impeccable Shopify development services and design solutions at the best price. Since 1999, we have been enabling our clients to wisely use the Web to advance their business missions reaching out to the target audiences worldwide. Our Shopify developers hold expertise in using Shopify to create prudent Web solutions and made us a leading Shopify development company.</p> <p>Blending the wide range of features and tools with the best Shopify development services and marketing trends, our Shopify web designers provide our clients with captivating and engaging eCommerce platform. We keep our team of Shopify developers abreast with the innovative CX (Customer Experience) standards to keep you ahead of the competition.</p> <p>Our Shopify eCommerce development helps you drive sales and conversion across all digital platforms from desktops to mobile, thereby, enabling you to reap the growing eCommerce and mCommerce economies.</p> <h2 class="shopify-heading shopify-space">Why Hire Our Shopify Developers?</h2> <p>Amidst the growing digital competition, you need a Shopify ecommerce store that stands out on the Web in terms of user engagement and conversion, and our team of experienced Shopify developers and Shopify website designers is well-versed with the art and science of making that happen. To cope with the varying requirements of our clients, we customize Shopify themes.</p> <p>We follow the best practices of Agile software development and ensure bug-free and timely delivery fulfilling all your requirements.</p> </div> </div> </div> <div class="home-get-quote innerget shopfy-btn"><a href="#shop">Get a Free Quote</a></div> <div class="the-slider"> <h2 class="port-heading">OUR TOPLINE SHOPIFY DEVELOPMENT PROJECTS</h2> <div class="new-to-wisi"><strong>New to Wisitech?</strong> Wisitech is a customer centric Shopify development company. Take a tour of our Shopify development services and successful projects, and rest assured that you are in safe hands.</div> <div class="activities-slider about-slider woo"> <div class="about-slider-box"> <div class="banner_img"><img decoding="async" class="alignnone size-full wp-image-1845" src="https://www.wisitech.com/wp-content/uploads/2022/03/aurezi-shopify.jpg" alt="Shopify Store Development" width="970" height="450" /></div> <div class="banner_text"><a href="https://aurezzi.com/" target="_blank" rel="noopener">aurezzi.com</a></div> </div> <!-- About Team slider box --> <div class="about-slider-box"> <div class="banner_img"><img decoding="async" class="alignnone size-full wp-image-1845" src="https://www.wisitech.com/wp-content/uploads/2022/03/humble-shopify.jpg" alt="Shopify Store Development" width="970" height="450" /></div> <div class="banner_text"><a href="https://www.thehumble.co/" target="_blank" rel="noopener">thehumble.co</a></div> </div> <!-- About Team slider box --> <div class="about-slider-box"> <div class="banner_img"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1845" src="https://www.wisitech.com/wp-content/uploads/2016/07/shopify-slide.jpg" alt="Shopify Store Development" width="970" height="450" srcset="https://www.wisitech.com/wp-content/uploads/2016/07/shopify-slide.jpg 970w, https://www.wisitech.com/wp-content/uploads/2016/07/shopify-slide-600x278.jpg 600w, https://www.wisitech.com/wp-content/uploads/2016/07/shopify-slide-300x139.jpg 300w, https://www.wisitech.com/wp-content/uploads/2016/07/shopify-slide-768x356.jpg 768w" sizes="(max-width: 970px) 100vw, 970px" /></div> <div class="banner_text"><a href="https://simplyfuel.com/" target="_blank" rel="noopener">simplyfuel.com</a></div> </div> <!-- About Team slider box --> <div class="about-slider-box"> <div class="banner_img"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-14656" src="https://www.wisitech.com/wp-content/uploads/2022/12/customizednutritionnewsletters-1.jpg" alt="Hire Woocommerce Web Developer – CustomizedNutritionNewsletters" width="970" height="450" srcset="https://www.wisitech.com/wp-content/uploads/2022/12/customizednutritionnewsletters-1.jpg 970w, https://www.wisitech.com/wp-content/uploads/2022/12/customizednutritionnewsletters-1-300x139.jpg 300w, https://www.wisitech.com/wp-content/uploads/2022/12/customizednutritionnewsletters-1-768x356.jpg 768w, https://www.wisitech.com/wp-content/uploads/2022/12/customizednutritionnewsletters-1-150x70.jpg 150w" sizes="(max-width: 970px) 100vw, 970px" /></div> <div class="banner_text"><a href="http://customizednutritionnewsletters.com/" target="_blank" rel="noopener">customizednutritionnewsletters.com</a></div> </div> <!-- About Team slider box --> <!-- About Team slider box --></div> </div> <h2 class="port-heading ">FREE CONSULTATION ON SHOPIFY DEVELOPMENT SERVICES</h2> <div class="new-to-wisi"><strong>Don’t know how to get started?</strong> Feel free to discuss your project idea with one of our technology consultants over the phone.</div> <div class="home-get-quote"><a href="#shop">30-Minute Free Consultation</a></div> <div class="whyrow shopwhy"> <div class="why-left"> <h2>WHY SHOPIFY DEVELOPMENT SERVICES?</h2> <p>Globally, according to Shopify, as of August 2017, around 600,000 merchants are making use of the platform to connect with their customers and drive sales. The platform supports $55 billion worth of transaction annually.</p> </div> <div class="why-right"> <div class="advantage-area"> <ul> <li> <h3 class="span">Flexible and Secure</h3> Shopify is one of the most popular and top rated e-commerce platforms today for start-ups to medium-sized businesses. Our rich experience in Shopify development helps create an online store that is highly secure, unique and easy to manage.</li> <li> <h3 class="span">Endless Design Possibilities</h3> Our Shopify website designers are extensively experienced in Shopify’s high functionalities. With wide assortment of features and more than hundred professional templates offered by Shopify on platter, we create an online store that is customized as per your requirements.</li> <li class="psd-last-li"> <h3 class="span">Sell Online, Offline and On-The-Go</h3> With Shopify ecommerce development, let your existing and potential customers browse and buy from your e-store while on the go from different devices – smart phones, iPhone, iPad etc.</li> </ul> </div> </div> </div> <div class="home-get-quote compinn"><a href="#shop">Get a Free Quote</a></div> </div> <div class="red_area"> <div class="inner_content_area"> <div class="proven-area"> <h2 class="hw">SERVICES BY YOUR SHOPIFY DEVELOPMENT COMPANY</h2> <div class="scrable_area"> <div class="red-width-decrease"> <div class="scrable_area_p"> <p>Wisitech is one of the leading Shopify development companies with a great track record of building online stores that boost engagement and become shoppers’ paradise. We don’t do bland and tasteless! The Web is already saturated with e-stores with unattractive design and poor user experience. Our highly experienced expert Shopify developers create amazing online stores, which are effective and user-friendly.</p> <p>Our Shopify web designers and developers boasts of years of experience in Shopify ecommerce development and vast knowledge on Shopify Liquid programming that helps them create an e-store that is easily manageable and personalized according to your needs. We go to extra lengths to offer you the Shopify development solutions so that you can easily and efficiently manage product inventory, respond to online inquiry, update and view your products, orders, and sales statistics from your desktop, iOS devices.</p> </div> </div> <div class="scrable_row"> <div class="scrafle_part eco-just"> <h3 class="scarble_heading">Shopify Web Design</h3> <ul> <li>Shopify Theme Design &amp; Development Services</li> <li>Shopify Theme Customization Services</li> <li>PSD to Shopify Conversion</li> <li>Shopify Responsive Templates Creation</li> <li>Mobile Responsiveness</li> </ul> </div> <div class="scrafle_part eco-just"> <h3 class="scarble_heading">Shopify Development</h3> <ul> <li>Shopify Ecommerce Development</li> <li>Shopify SEO Optimization</li> <li>Shopify Installation and Customization</li> <li>Product Addition and Data Import</li> <li>Shopify Store Creation</li> </ul> </div> <div class="scrafle_part eco-just omg"> <h3 class="scarble_heading">Shopify Integration</h3> <ul> <li>Shopify Store Setup and Configuration</li> <li>Shopify Payment Gateway Implementation</li> <li>Data Export and Import Using CSV</li> <li>Checkout Settings, Shipping Method Configuration</li> <li>Shopify Blog Integration</li> </ul> </div> </div> </div> </div> </div> </div> <div class="testimonials-outer"><div class="inner_content_area"> <div class="hw-clients">Compliments from Clients</div> <div class="landing-testi"> <div class="what-people-say-deck"> <div class="new-testi-box yuvite-margin-bottom"> <div class="home-testi-left"> <div class="yuvite-video"><iframe loading="lazy" width="100%" height="180" frameborder="0" src="https://www.youtube.com/embed/Hk1XRHcMicE?rel=0&amp;showinfo=0" allowfullscreen=""></iframe></div> </div> <div class="home-testi-right"> <div class="yuvite-testi-heading">Thank you Wisitech!!!</div> <div class="yuvite-video-text">Yvette Quantz, owner Customized Nutrition Newsletters and Foodspiration appreciates Wisitech for the tenacity to find solutions and thorough and professional work that has given her business a new constructive direction.</div> <div class="new-testi-name home-yuv-testi-name"><strong>Yvette Quantz</strong>, RD, CSSD, LDN<br> <a href="https://customizednutritionnewsletters.com" target="_blank">Customized Nutrition Newsletters</a><br> <a href="https://www.foodspirations.com" target="_blank">Foodspiration</a> <br>Louisiana, USA </div> </div> </div> </div> </div> </div></div> <div class="gray-area"> <div class="inner_content_area"> <div class="app_area_main"> <div class="tech-box"> <h2 class="wisitech-advan">The Wisitech Advantage</h2> <div class="advantage-area"> <ul> <li><span class="span">Proven Professionalism in Shopify Development Services</span> Bug-free, customized Shopify ecommerce development solutions. Enviable network of satisfied and repeat clients.</li> <li><span class="span">Shopify Support and Maintenance</span> Our in-house Shopify developers offer complete support for Shopify project deployment and problem-fixing. Fast project turnaround times. Quick response to telephone and e-mail queries.</li> <li><span class="span">Integrity and Trust</span> We don’t quit projects midway. Our team goes to extra lengths to ensure customer satisfaction.</li> </ul> </div> <div class=""><h2 class="ourlients">Our Clients</h2><div class="ourlients-logo"><img loading="lazy" decoding="async" src="https://www.wisitech.com/wp-content/uploads/2016/04/our-clients-logo.png" alt="Web Design & Development Company - Our Clients" width="550" height="118" class="alignnone size-full wp-image-947" srcset="https://www.wisitech.com/wp-content/uploads/2016/04/our-clients-logo.png 550w, https://www.wisitech.com/wp-content/uploads/2016/04/our-clients-logo-300x64.png 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div> </div> <div class="app_area_right"> <div class="wpcf7 no-js" id="wpcf7-f15852-p1837-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-solutions/shopify-development/#wpcf7-f15852-p1837-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="15852" /> <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-f15852-p1837-o1" /> <input type="hidden" name="_wpcf7_container_post" value="1837" /> <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="Friday 7th of March 2025 08:50:29 AM" /> </div> <h4 name="shop" id="shop"> </h4> <div class="search-area"> <div class="search-head markrting"> <div class="h2"> <p>Request a FREE Consultation </p> </div> <div class="search-sub"> <p>No Obligation, Guaranteed Response. </p> </div> </div> <p><span id="wpcf7-67ca65fd8ee70-wrapper" class="wpcf7-form-control-wrap honeypot-291-wrap" style="display:none !important; visibility:hidden !important;"><label for="wpcf7-67ca65fd8ee70-field" class="hp-message">Please leave this field empty.</label><input id="wpcf7-67ca65fd8ee70-field" class="wpcf7-form-control wpcf7-text" type="text" name="honeypot-291" value="" size="40" tabindex="-1" autocomplete="new-password" /></span> </p> <div class="form_area"> <div class="form-row"> <div class="form-left"> <p>Name* </p> </div> <div class="form-right"> <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><span class="wpcf7-form-control-wrap dh_page_name"><input size="40" class="wpcf7-form-control wpcf7-dynamichidden wpcf7dtx-dynamictext" aria-invalid="false" value="Shopify Development" type="hidden" name="dh_page_name" /></span> </p> </div> </div> <div class="form-row"> <div class="form-left"> <p>Email* </p> </div> <div class="form-right"> <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="form-row"> <div class="form-left"> <p>Phone/Skype Id <span class="optional-test">(Optional)</span> </p> </div> <div class="form-right"> <p><span class="wpcf7-form-control-wrap" data-name="phone_skype"><input size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false" value="" type="text" name="phone_skype" /></span> </p> </div> </div> <div class="form-row"> <div class="form-left"> <p>Website URL </p> </div> <div class="form-right"> <p><span class="wpcf7-form-control-wrap" data-name="websiteurl"><input size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false" value="" type="text" name="websiteurl" /></span> </p> </div> </div> <div class="form-row"> <div class="form-left"> <p>Comments </p> </div> <div class="form-right"> <p><span class="wpcf7-form-control-wrap" data-name="Comments"><textarea cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" id="onlyenglish" aria-invalid="false" name="Comments"></textarea></span> </p> </div> </div> </div> <div class="form-row btn-row"> <div class="form-left mobiles"> </div> <div class="form-right"> <p><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="REQUEST FREE CONSULTATION" /> </p> </div> <p><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 = [15852,'mail_sent_ok','Thank you for your message. It has been sent.']; contactform.push(innerVal); var innerVal = [15852,'mail_sent_ng','There was an error trying to send your message. Please try again later.']; contactform.push(innerVal); var innerVal = [15852,'validation_error','One or more fields have an error. Please check and try again.']; contactform.push(innerVal); var innerVal = [15852,'spam','There was an error trying to send your message. Please try again later.']; contactform.push(innerVal); var innerVal = [15852,'accept_terms','You must accept the terms and conditions before sending your message.']; contactform.push(innerVal); var innerVal = [15852,'invalid_required','The field is required.']; contactform.push(innerVal); var innerVal = [15852,'invalid_too_long','The field is too long.']; contactform.push(innerVal); var innerVal = [15852,'invalid_too_short','The field is too short.']; contactform.push(innerVal); var innerVal = [15852,'upload_failed','There was an unknown error uploading the file.']; contactform.push(innerVal); var innerVal = [15852,'upload_file_type_invalid','You are not allowed to upload files of this type.']; contactform.push(innerVal); var innerVal = [15852,'upload_file_too_large','The file is too big.']; contactform.push(innerVal); var innerVal = [15852,'upload_failed_php_error','There was an error uploading the file.']; contactform.push(innerVal); var innerVal = [15852,'invalid_date','The date format is incorrect.']; contactform.push(innerVal); var innerVal = [15852,'date_too_early','The date is before the earliest one allowed.']; contactform.push(innerVal); var innerVal = [15852,'date_too_late','The date is after the latest one allowed.']; contactform.push(innerVal); var innerVal = [15852,'invalid_number','The number format is invalid.']; contactform.push(innerVal); var innerVal = [15852,'number_too_small','The number is smaller than the minimum allowed.']; contactform.push(innerVal); var innerVal = [15852,'number_too_large','The number is larger than the maximum allowed.']; contactform.push(innerVal); var innerVal = [15852,'quiz_answer_not_correct','The answer to the quiz is incorrect.']; contactform.push(innerVal); var innerVal = [15852,'invalid_email','The e-mail address entered is invalid.']; contactform.push(innerVal); var innerVal = [15852,'invalid_url','The URL is invalid.']; contactform.push(innerVal); var innerVal = [15852,'invalid_tel','The telephone number is invalid.']; contactform.push(innerVal); var innerVal = [15852,'gdpr','']; contactform.push(innerVal); </script><p style="display: none !important;"><label>&#916;<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="108"/><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> </div> </div> </div> <div class="eccomece_quote"> <div class="eccomece_quote_inner"> <div class="eccomece_quote_left smolooking">Looking for Shopify store development or Responsive Shopify theme designing?</div> <div class="eccomece_quote_right"><a href="https://www.wisitech.com/rfq-web-solutions/" class="contact-us-today">Contact Us Today!</a></div> </div> </div><img src="https://www.wisitech.com/wp-content/uploads/2023/04/shopify-slide.jpg" class="ss-hidden-pin-image" alt="shopify" data-pin-url="https://www.wisitech.com/ecommerce-solutions/shopify-development/" data-pin-media="https://www.wisitech.com/wp-content/uploads/2023/04/shopify-slide.jpg" data-pin-description="Shopify Development"/><div class='ig_inline_container ig_the_content ig_after'></div> <!-- #content --> </div><!-- #primary --> </div><!-- #main-content --> <script type="text/javascript"> jQuery(function() { jQuery(".flexslider-res").flexslider(); jQuery('.home-get-quote 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('#competitive').offset().top-jQuery('#masthead').height()-25) }, 1000); return false; } } }); }); jQuery(function() { jQuery('.amazon-contact 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('#contact-ama').offset().top-jQuery('#masthead').height()-45) }, 1000); return false; } } }); }); jQuery(function() { jQuery('.etsy-amzone a, .etsy_order 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('#order').offset().top-jQuery('#masthead').height()-25) }, 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:+1(437)443-6991">+1 (437) 443-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>B-19, Acharya Niketan,<br/>Mayur Vihar Phase 1,</br>Delhi - 110091</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 &amp; 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 &amp; Conditions</a> | <a href="https://www.wisitech.com/refund-cancellation-policy/">Refund &amp; 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":"215cf2f129","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":"215cf2f129"}; /* ]]> */ </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":"85a9f733e3","post_id":"1837","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":"215cf2f129"}; 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/1837.js?ver=2024-01-30-12-20-357.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":"5aa3d540c4"}; /* ]]> */ </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-solutions/shopify-development/" 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&amp;utm_medium=link&amp;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>

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