301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: pluga.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <head> <title> Home | Pluga</title> <meta name="viewport" content="width=device-width" /> <script src="/assets/js/vendors/jquery/jquery.min.js" type="text/javascript"></script> <script src="/assets/js/vendors/jquery/jquery-ui.min.1121.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script> <script src="/assets/js/vendors/bootstrap/bootstrap.min.js"></script> <script> $(document).ready(function () { var hashVal = window.location.hash; if (hashVal != '') { if ($(hashVal).length) { $('html, body').animate({ scrollTop: $('a[href="' + hashVal + '"]').offset().top - 150 }); } } }); $("a[href^='#']").click(function () { var url = $(this).attr('href'); if (url != '' && url != '#') { if ($(url).length) { $('html, body').animate({ scrollTop: $('a[href="' + url + '"]').offset().top - 150 }); } } }); </script> <meta name="description" content="Pluga homepage"> <meta property="og:description" content="Pluga homepage" /> <!--GDPR Banner--> <script type="text/javascript"> function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } $(document).ready(function () { var policyCookie = getCookie("policy"); if (policyCookie != "closed") { $('#cookie-consent').show(); } $("#cookie-consent-close").click(function () { $('#cookie-consent').hide(); setCookie("policy", "closed", 185); }); }); // Taken from http://www.w3schools.com/js/js_cookies.asp function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toGMTString(); document.cookie = cname + "=" + cvalue + "; " + expires + "; path=/"; }; </script> <!--End GDPR Banner--> <style> .homepage-banner .product-content-block-copy.white-text h3 { color: #fff; text-shadow: 3px 3px 3px #222; } .homepage-banner .product-content-block-copy.white-text h4 { color: #fff; font-size:2rem; text-shadow: 5px 5px 5px #222; } .homepage-banner .product-content-block-copy.white-text { box-shadow: 0px 0px 99px rgb(43 43 43); background-color: rgb(43 43 43 / 50%); } .hero-banner-content.white-text h1 { text-shadow: 5px 5px 5px #222; } .news-block .product-icon img { width: 80px; } .mb-5, .my-5 { margin-bottom: 1.0rem ! important; margin-top: 0rem !important; } .col-lg-6 .EPiServerForms .FormTextbox__Input { width:100% !important; } .EPiServerForms .FormTextbox__Input { display: block; width: 500px; } .EPiServerForms .Form__Status .Form__Status__Message { display: block; padding: 0rem; margin: 0rem; } .EPiServerForms .Form__Description { margin-bottom: 0rem; } .EPiServerForms .Form__Element { margin: 0px; margin-top: 10px; } .EPiServerForms button.Form__Element { color:#fff; } .EPiServerForms .Form__Element .Form__Element__Caption { display: none; } .no-banner{ display:none; } .background-block h2 { text-align: center; background-color: rgb(24 24 35 / 44%); font-size: 5rem; } .product-content-block-copy h3 { /* font-style: italic; */ color: #02246a; text-shadow: 1px 3px #cbd9b573; font-size: 1.9rem; } .right-sidebar { background-color: #ffffff !important; } </style> <!-- Google Tag Manager --> <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-KFS8MCM');</script> <!-- End Google Tag Manager --> <link rel="stylesheet" href="/v-638811394865941556/assets/scss/pluga-main.min.css" /> <link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7166872/7583232/css/fonts.css" /> <link href="/assets/magiczoomplus/magiczoomplus.css" rel="stylesheet" type="text/css" media="screen" /> <script src="/assets/magiczoomplus/magiczoomplus.js" type="text/javascript"></script> <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/icons/ffs/apple-touch-icon.png" data-react-helmet="true"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/images/icons/ffs/favicon-32x32.png" data-react-helmet="true"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/images/icons/ffs/favicon-16x16.png" data-react-helmet="true"> <link rel="manifest" href="/assets/images/icons/fed_site.json" data-react-helmet="true"> <script nonce="3dbaf06e-06c3-4d09-9ee2-af969ccbce6f"> !function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange=function(e,t){"loaded"!==n.readyState&&"complete"!==n.readyState||i(0,t)},n}();y.ld<0?l.getElementsByTagName("head")[0].appendChild(e):setTimeout(function(){l.getElementsByTagName(k)[0].parentNode.appendChild(e)},y.ld||0)}try{m.cookie=l.cookie}catch(p){}function t(e){for(;e.length;)!function(t){m[t]=function(){var e=arguments;g||m.queue.push(function(){m[t].apply(m,e)})}}(e.pop())}var n="track",r="TrackPage",o="TrackEvent";t([n+"Event",n+"PageView",n+"Exception",n+"Trace",n+"DependencyData",n+"Metric",n+"PageViewPerformance","start"+r,"stop"+r,"start"+o,"stop"+o,"addTelemetryInitializer","setAuthenticatedUserContext","clearAuthenticatedUserContext","flush"]),m.SeverityLevel={Verbose:0,Information:1,Warning:2,Error:3,Critical:4};var s=(d.extensionConfig||{}).ApplicationInsightsAnalytics||{};if(!0!==d[I]&&!0!==s[I]){var c="onerror";t(["_"+c]);var u=T[c];T[c]=function(e,t,n,a,i){var r=u&&u(e,t,n,a,i);return!0!==r&&m["_"+c]({message:e,url:t,lineNumber:n,columnNumber:a,error:i}),r},d.autoExceptionInstrumented=!0}return m}(y.cfg);function a(){y.onInit&&y.onInit(n)}(T[t]=n).queue&&0===n.queue.length?(n.queue.push(a),n.trackPageView({})):a()}(window,document,{src: "https://js.monitor.azure.com/scripts/b/ai.2.gbl.min.js", crossOrigin: "anonymous", cfg: { instrumentationKey:'0a7dd5aa-cbcd-4538-9181-7b4d1584fb1c' }}); </script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KFS8MCM" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script> $(document).ready(function () { // breakpoint and up $(window).resize(function () { if ($(window).width() >= 980) { // when you hover a toggle show its dropdown menu $(".navbar .dropdown-toggle").hover(function () { $(this).parent().toggleClass("show"); $(this).parent().find(".dropdown-menu").toggleClass("show"); }); // hide the menu when the mouse leaves the dropdown $(".navbar .dropdown-menu").mouseleave(function () { $(this).removeClass("show"); }); } }); }); </script> <script> var mzOptions = { expand: 'window', rightClick: 'true', transitionEffect: 'false', hint: 'off' }; </script> <script> $(document).ready(function () { $('.nav-button').click(function () { $('body').toggleClass('nav-open'); }); }); </script> <script> $(document).ready(function () { $('[data-toggle="tooltip"]').tooltip() }) </script> <script> $(document).ready(function () { $(".search-icon-link").click(function () { $(".togglesearch").fadeToggle(300); $(".nav-togglesearch-text").focus(); }); }); </script> <!--GDPR Banner--> <script type="text/javascript"> var url = window.location.origin; function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } $(document).ready(function () { var policyCookie = getCookie(url + "-policy"); if (policyCookie != "closed") { $('#cookie-consent').show(); } $("#cookie-consent-close").click(function () { $('#cookie-consent').hide(); setCookie(url + "-policy", "closed", 185); }); }); // Taken from http://www.w3schools.com/js/js_cookies.asp function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toGMTString(); document.cookie = cname + "=" + cvalue + "; " + expires + "; path=/"; }; </script> <!--End GDPR Banner--> <div id="cookie-consent" class="alert alert-secondary alert-dismissible fade show" role="alert" style="display:none;"> <strong></strong>: <a href="/en/policies/" target="_blank" rel="noreferrer noopener"></a> <button id="cookie-consent-close" name="close-btn" type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <!--Global Nav Mobile--> <nav class="navbar navbar-expand navbar-light nav-fill justify-content-end d-block d-lg-none" aria-label="mobile navigation"> <a class="navbar-brand logo" href="/"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 250 95" enable-background="new 0 0 250 95" xml:space="preserve"> <g> <path fill-rule="evenodd" clip-rule="evenodd" fill="#3A5A89" d="M88.5,20.2c0.5-0.2,0.2-0.9,0.5-1.5l7.1,0.1l-2.6,23 c0,0.4-0.1,0.5,0.3,0.6c0.7,0.1,2.1,0.1,3.1,0.1c0.5,0-0.1,2.3-0.1,3.5c0,0.5,0,0.5,0.5,0.5c3.8,0,7.9-0.1,11.8-0.2 c4.8-0.1,9.5-0.1,14.1-0.5c1.5-0.1,2.2-1.1,3-2c0.2-0.2,0.2-0.3,0.4-0.1l4.6,3.6c0.3,0.2,0.3,0.3,0.1,0.6c-0.2,0.6-0.8,1.3-1.4,1.9 c-1.4,1.4-3.1,2.4-5.1,2.9c-2.2,0.5-4.3,0.6-6.5,0.7l-22.9,0.4c-0.2,0-0.2,0-0.2-0.2c-0.1-0.5,0.1-1.5,0.3-2.5 c0.1-0.8,0.2-2,0.4-2.8c0-0.2-0.1-0.3-0.3-0.4c-0.8-0.3-2.4-0.3-2.4,0.2c-0.1,2-0.8,4.1-1.7,6.1c-1.5,3.6-4,7-7.4,9.1 c-1.4,0.8-3,1.4-4.6,1.4c-1.8,0.1-3.1-0.3-4-1c-1.2-1-1.7-1.9-1.7-3.6c0-2,0.8-4.5,1.6-5.9c1.4-2.3,3-4.6,5.5-6.6 c1.7-1.4,3.5-2.6,5.6-3.5c0.4-0.2,0.4-0.1,0.4-0.6c0-0.3,0-0.6,0-1c0-0.6,0-0.4-0.5-0.1C85.7,43,85,43.5,84.2,44 c-1.8,0.9-4.1,1-5.6,0.7C77,44.4,75,43.3,74,42c-1.1-1.4-1.9-3.4-2.2-5.6c-0.2-1.8-0.4-3.6,0-5.5c0.7-3.8,2.4-7.1,5-9.5 C79.3,19.2,83.9,17.5,88.5,20.2L88.5,20.2z M123.6,15.8H123l0.4-4.1l1.6,0.1c0.9,0,1.2,0.6,1.2,1.2c-0.1,0.6-0.4,0.9-1,1 c0.1,0.2,0.5,1.4,0.9,2l-0.6,0c-0.4-0.4-0.9-1.7-1-1.9c-0.1-0.1-0.6-0.1-0.8-0.1L123.6,15.8z M123.8,13.5l0.5,0.1 c0.4,0,0.8,0,0.9-0.1c0.6-0.3,0.4-1.1-0.3-1.2l-0.9-0.1L123.8,13.5z M124.5,10.8c1.6,0,3,1.3,3,3c0,1.6-1.3,3-3,3c-1.6,0-3-1.3-3-3 C121.5,12.2,122.9,10.8,124.5,10.8L124.5,10.8z M124.5,10.1c2,0,3.6,1.6,3.6,3.6c0,2-1.6,3.6-3.6,3.6c-2,0-3.6-1.6-3.6-3.6 C120.9,11.8,122.5,10.1,124.5,10.1L124.5,10.1z M112.6,19.8c-2-1.6-4.1-1.9-6.4-1.4c-2.5,0.6-4.3,1.9-5.8,3.5 c-4.8,5-7.3,14.7-1.6,20c1.6,1.6,4.3,2.8,7.2,2.1c2.3-0.6,4-2.5,5.7-4.1c0.4-0.4,0.3-0.4,0.6,0c0.6,1,1.2,2.4,2.2,3.2 c0.6,0.5,1.5,0.9,2.3,1.1c1.4,0.3,2.9,0.2,4.5-0.3c0.1,0,0.1,0,0.1-0.1c0.2-0.9,0.4-2.3,0.5-3.6c0.2-1.4,0.3-2.7,0.3-3.2 c0-0.1,0-0.1-0.1-0.1c-2.6,0.2-4.4-0.4-4-3.2l1.6-14.6c0-0.1,0-0.1-0.1-0.1l-6.1,0c-0.1,0-0.1,0-0.1,0.1c-0.1,0.2-0.1,0.5-0.2,0.7 C113,20.2,112.8,20,112.6,19.8L112.6,19.8z M112.2,29c-0.2-1-0.5-1.8-0.8-2.4c-0.5-0.9-1.4-1.2-2.4-1.3c-2.4-0.2-5,2-6,4.1 c-0.5,0.9-0.8,1.9-0.9,2.9c-0.1,0.8-0.1,1.8,0.1,2.7c0.2,0.6,0.4,1.2,0.8,1.6c0.6,0.7,1.5,0.9,2.5,0.7c1.5-0.3,2.7-2.1,3.7-3.3 C110.4,32.4,111.3,30.8,112.2,29C112.2,29.1,112.2,29.1,112.2,29L112.2,29z M46.9,18.9l-2.2,20.8c-0.3,3.2,3.2,6.5,7.5,5.6 c3-0.7,5.8-2.7,7.9-5.3c0.1,2.2,2,6.8,9,4.9l1.3-7c-2.5,0-3-0.5-2.8-2.5L69,19l-7,0c-0.9,6-2.6,11.5-5.6,15 c-0.6,0.6-1.2,1.3-1.9,1.9c-0.9,0.7-2.1,1.2-2,0.2l1.6-16.9L46.9,18.9z M35.7,6.5l-3.4,32c-0.3,3.1,1.3,5.7,4,6.6 c1.7,0.6,3.8,0.6,5.7,0.2l0.7-6.8c-1.2,0.4-3,0.2-2.9-1.1l2.8-30.7L35.7,6.5z M5.4,45.8l3.3-29.4l7.4-0.2l-1,11.3 c0.2,0.3,1.2,0.1,2.6-0.2c1.4-0.3,3-0.8,4.4-1.8c3.6-2.5,4.5-6.5,2-9.1c-1.7-1.6-4.1-2.6-6.5-2.9c-2.3-0.2-4.9,0-7.2,0.4 c-2.2,0.3-4.4,0.9-6.5,1.2l0.5-7.4c8.6-3,21.6-2.2,26.3,4.8c4,5.8,2.5,13.1-1.6,17c-4,3.8-9.5,5.3-14.8,4.9L13,45.8L5.4,45.8z M2.7,57.4l5.2,3.9c2.2-2.6,5-5.6,8.8-5.7L72,54.5c1.4-3.3,2.4-4.7,4.9-7.3l-58,1.3C13.1,48.6,5.3,52.2,2.7,57.4L2.7,57.4z M85.4,51c-1.7,0.9-3.3,2.5-4.1,3.9c-0.5,0.9-0.8,1.8-1,2.7c-0.1,0.3-0.2,0.5,0.1,0.6c0.7,0.3,2.4-0.8,2.9-1.2 c1.5-1.3,2.8-4.2,2.6-5.8C86,50.6,85.8,50.8,85.4,51L85.4,51z M82.9,26.4c2.3-1.1,4.7,0.1,5.3,2.4c0.2,0.8,0,1.2-0.3,1.9 c-1,2.2-3.1,6.1-5.6,6.8c-1.6,0.5-2.7-0.7-3.2-1.7c-0.6-1.2-0.8-3-0.2-4.5C79.5,29.6,80.9,27.4,82.9,26.4L82.9,26.4z M82.9,26.4" /> </g> <path fill-rule="evenodd" clip-rule="evenodd" fill="#1B1918" d="M10.2,83.2H5.7l-0.9,2.7H2.7l4.4-11.6h1.8l4.4,11.6h-2.1L10.2,83.2 z M6.3,81.6h3.4L8,76.8L6.3,81.6z M25.4,81h-4.7v4.9h-2V74.3h7.4v1.6h-5.4v3.4h4.7V81z M31.8,79.1C31.5,79,31.3,79,31,79 c-0.9,0-1.5,0.3-1.8,1v5.9h-1.9v-8.6h1.8l0,1c0.5-0.7,1.1-1.1,1.9-1.1c0.3,0,0.5,0,0.7,0.1L31.8,79.1z M37.9,85.9 c-0.1-0.2-0.2-0.4-0.2-0.8c-0.6,0.6-1.4,1-2.3,1c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.8-1.1-0.8-1.8c0-0.9,0.3-1.6,1-2.1 c0.7-0.5,1.7-0.7,2.9-0.7h1.2v-0.6c0-0.4-0.1-0.8-0.4-1.1c-0.3-0.3-0.6-0.4-1.1-0.4c-0.4,0-0.8,0.1-1.1,0.3 c-0.3,0.2-0.4,0.5-0.4,0.8h-1.9c0-0.5,0.2-0.9,0.5-1.3c0.3-0.4,0.7-0.7,1.3-1c0.5-0.2,1.1-0.4,1.8-0.4c1,0,1.8,0.3,2.4,0.8 c0.6,0.5,0.9,1.2,0.9,2.1v3.9c0,0.8,0.1,1.4,0.3,1.9v0.1H37.9z M35.8,84.5c0.4,0,0.7-0.1,1.1-0.3c0.3-0.2,0.6-0.4,0.8-0.8v-1.6h-1 c-0.7,0-1.3,0.1-1.6,0.4c-0.4,0.3-0.5,0.6-0.5,1.1c0,0.4,0.1,0.7,0.4,0.9C35,84.4,35.4,84.5,35.8,84.5L35.8,84.5z M43.4,77.3l0.1,1 c0.6-0.8,1.5-1.2,2.5-1.2c1.8,0,2.7,1,2.7,3.1v5.7h-1.9v-5.6c0-0.5-0.1-1-0.4-1.2c-0.2-0.3-0.6-0.4-1.2-0.4c-0.8,0-1.4,0.4-1.7,1.1 v6.1h-1.9v-8.6H43.4z M53.5,82.2l-0.9,0.9v2.8h-1.9V73.7h1.9v7.1l0.6-0.8l2.4-2.7h2.3l-3.2,3.6l3.6,5H56L53.5,82.2z M61.3,85.9h-1.9 V73.7h1.9V85.9z M65.4,85.9h-1.9v-8.6h1.9V85.9z M63.4,75c0-0.3,0.1-0.6,0.3-0.8c0.2-0.2,0.5-0.3,0.8-0.3c0.4,0,0.6,0.1,0.8,0.3 c0.2,0.2,0.3,0.5,0.3,0.8c0,0.3-0.1,0.5-0.3,0.7c-0.2,0.2-0.5,0.3-0.8,0.3c-0.4,0-0.6-0.1-0.8-0.3C63.5,75.6,63.4,75.3,63.4,75 L63.4,75z M69.4,77.3l0.1,1c0.6-0.8,1.5-1.2,2.5-1.2c1.8,0,2.7,1,2.7,3.1v5.7h-1.9v-5.6c0-0.5-0.1-1-0.4-1.2 c-0.2-0.3-0.6-0.4-1.2-0.4c-0.8,0-1.4,0.4-1.7,1.1v6.1h-1.9v-8.6H69.4z M87.7,80.7h-4.8v3.6h5.6v1.6h-7.6V74.3h7.5v1.6h-5.5v3.2h4.8 V80.7z M92,85.9h-1.9V73.7H92V85.9z M97.9,86.1c-1.2,0-2.2-0.4-3-1.2c-0.8-0.8-1.1-1.8-1.1-3.1v-0.2c0-0.9,0.2-1.6,0.5-2.3 c0.3-0.7,0.8-1.2,1.4-1.6c0.6-0.4,1.3-0.6,2-0.6c1.2,0,2.1,0.4,2.7,1.1c0.6,0.8,1,1.8,1,3.2v0.8h-5.6c0.1,0.7,0.3,1.3,0.7,1.7 c0.4,0.4,0.9,0.6,1.6,0.6c0.9,0,1.6-0.4,2.2-1.1l1,1c-0.3,0.5-0.8,0.9-1.4,1.2C99.3,85.9,98.6,86.1,97.9,86.1L97.9,86.1z M97.7,78.7 c-0.5,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,0.9-0.6,1.6h3.7v-0.1c0-0.6-0.2-1.1-0.5-1.5C98.7,78.9,98.2,78.7,97.7,78.7L97.7,78.7z M106.4,84.5c0.5,0,0.9-0.1,1.2-0.4c0.3-0.3,0.5-0.6,0.5-1h1.8c0,0.5-0.2,1-0.5,1.5c-0.3,0.5-0.7,0.8-1.3,1.1 c-0.5,0.3-1.1,0.4-1.7,0.4c-1.2,0-2.2-0.4-2.9-1.2c-0.7-0.8-1.1-1.9-1.1-3.2v-0.2c0-1.3,0.4-2.4,1.1-3.2c0.7-0.8,1.7-1.2,2.9-1.2 c1,0,1.9,0.3,2.5,0.9c0.6,0.6,1,1.4,1,2.4h-1.8c0-0.5-0.2-0.9-0.5-1.2c-0.3-0.3-0.7-0.5-1.2-0.5c-0.6,0-1.1,0.2-1.5,0.7 c-0.3,0.5-0.5,1.1-0.5,2.1v0.3c0,0.9,0.2,1.6,0.5,2.1C105.3,84.3,105.8,84.5,106.4,84.5L106.4,84.5z M113.9,75.2v2.1h1.5v1.4h-1.5 v4.8c0,0.3,0.1,0.6,0.2,0.7c0.1,0.1,0.4,0.2,0.7,0.2c0.2,0,0.5,0,0.7-0.1v1.5c-0.4,0.1-0.9,0.2-1.3,0.2c-1.5,0-2.2-0.8-2.2-2.5v-4.9 h-1.4v-1.4h1.4v-2.1H113.9z M121.4,79.1c-0.3,0-0.5-0.1-0.8-0.1c-0.9,0-1.5,0.3-1.8,1v5.9h-1.9v-8.6h1.8l0,1 c0.5-0.7,1.1-1.1,1.9-1.1c0.3,0,0.5,0,0.7,0.1L121.4,79.1z M124.7,85.9h-1.9v-8.6h1.9V85.9z M122.6,75c0-0.3,0.1-0.6,0.3-0.8 c0.2-0.2,0.5-0.3,0.8-0.3c0.4,0,0.6,0.1,0.8,0.3c0.2,0.2,0.3,0.5,0.3,0.8c0,0.3-0.1,0.5-0.3,0.7c-0.2,0.2-0.5,0.3-0.8,0.3 c-0.4,0-0.6-0.1-0.8-0.3C122.7,75.6,122.6,75.3,122.6,75L122.6,75z M130.3,84.5c0.5,0,0.9-0.1,1.2-0.4c0.3-0.3,0.5-0.6,0.5-1h1.8 c0,0.5-0.2,1-0.5,1.5c-0.3,0.5-0.7,0.8-1.3,1.1c-0.5,0.3-1.1,0.4-1.7,0.4c-1.2,0-2.2-0.4-2.9-1.2c-0.7-0.8-1.1-1.9-1.1-3.2v-0.2 c0-1.3,0.4-2.4,1.1-3.2c0.7-0.8,1.7-1.2,2.9-1.2c1,0,1.9,0.3,2.5,0.9c0.6,0.6,1,1.4,1,2.4H132c0-0.5-0.2-0.9-0.5-1.2 c-0.3-0.3-0.7-0.5-1.2-0.5c-0.6,0-1.1,0.2-1.5,0.7c-0.3,0.5-0.5,1.1-0.5,2.1v0.3c0,0.9,0.2,1.6,0.5,2.1 C129.2,84.3,129.7,84.5,130.3,84.5L130.3,84.5z M148.5,82.1c-0.1,1.2-0.6,2.2-1.4,2.9c-0.8,0.7-1.9,1-3.2,1c-0.9,0-1.7-0.2-2.4-0.7 c-0.7-0.4-1.2-1.1-1.6-1.9c-0.4-0.8-0.6-1.7-0.6-2.8v-1.1c0-1.1,0.2-2.1,0.6-2.9c0.4-0.8,0.9-1.5,1.7-1.9c0.7-0.5,1.6-0.7,2.5-0.7 c1.3,0,2.3,0.3,3.1,1c0.8,0.7,1.2,1.7,1.4,3h-2c-0.1-0.8-0.3-1.4-0.7-1.8c-0.4-0.4-1-0.6-1.7-0.6c-0.9,0-1.5,0.3-2,1 c-0.5,0.6-0.7,1.6-0.7,2.8v1c0,1.3,0.2,2.2,0.7,2.9c0.4,0.7,1.1,1,2,1c0.8,0,1.4-0.2,1.8-0.5c0.4-0.4,0.7-0.9,0.8-1.8H148.5z M149.7,81.5c0-0.8,0.2-1.6,0.5-2.3c0.3-0.7,0.8-1.2,1.4-1.6c0.6-0.4,1.3-0.5,2.1-0.5c1.2,0,2.1,0.4,2.8,1.1c0.7,0.8,1.1,1.7,1.2,3 l0,0.5c0,0.9-0.2,1.6-0.5,2.3c-0.3,0.7-0.8,1.2-1.4,1.6c-0.6,0.4-1.3,0.6-2.1,0.6c-1.2,0-2.2-0.4-2.9-1.2 C150.1,84.1,149.7,83,149.7,81.5L149.7,81.5z M151.7,81.7c0,0.9,0.2,1.6,0.6,2.1c0.4,0.5,0.9,0.8,1.5,0.8s1.2-0.3,1.5-0.8 c0.4-0.5,0.5-1.3,0.5-2.2c0-0.9-0.2-1.6-0.6-2.1c-0.4-0.5-0.9-0.8-1.5-0.8c-0.6,0-1.1,0.3-1.5,0.8C151.8,79.9,151.7,80.7,151.7,81.7 L151.7,81.7z M161.2,77.3l0.1,0.9c0.6-0.7,1.4-1.1,2.5-1.1c1.2,0,1.9,0.4,2.4,1.3c0.6-0.9,1.5-1.3,2.6-1.3c1,0,1.7,0.3,2.1,0.8 c0.5,0.5,0.7,1.3,0.7,2.3v5.7h-1.9v-5.6c0-0.5-0.1-1-0.4-1.2c-0.2-0.3-0.6-0.4-1.2-0.4c-0.4,0-0.8,0.1-1.1,0.4 c-0.3,0.2-0.5,0.5-0.6,0.9l0,5.9h-1.9v-5.7c0-1-0.5-1.5-1.6-1.5c-0.8,0-1.3,0.3-1.6,1v6.3h-1.9v-8.6H161.2z M181.2,81.7 c0,1.3-0.3,2.4-0.9,3.2c-0.6,0.8-1.4,1.2-2.4,1.2c-0.9,0-1.7-0.3-2.3-0.9v4.1h-1.9V77.3h1.8l0.1,0.9c0.6-0.7,1.3-1,2.3-1 c1.1,0,1.9,0.4,2.5,1.2c0.6,0.8,0.9,1.9,0.9,3.3V81.7z M179.2,81.5c0-0.9-0.2-1.5-0.5-2.1c-0.3-0.5-0.8-0.8-1.5-0.8 c-0.8,0-1.4,0.3-1.7,1v3.8c0.4,0.7,0.9,1,1.7,1c0.6,0,1.1-0.2,1.4-0.7C179.1,83.3,179.2,82.5,179.2,81.5L179.2,81.5z M188,85.9 c-0.1-0.2-0.2-0.4-0.2-0.8c-0.6,0.6-1.4,1-2.3,1c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.8-1.1-0.8-1.8c0-0.9,0.3-1.6,1-2.1 c0.7-0.5,1.7-0.7,2.9-0.7h1.2v-0.6c0-0.4-0.1-0.8-0.4-1.1c-0.3-0.3-0.6-0.4-1.1-0.4c-0.4,0-0.8,0.1-1.1,0.3 c-0.3,0.2-0.4,0.5-0.4,0.8h-1.9c0-0.5,0.2-0.9,0.5-1.3c0.3-0.4,0.7-0.7,1.3-1c0.5-0.2,1.1-0.4,1.8-0.4c1,0,1.8,0.3,2.4,0.8 c0.6,0.5,0.9,1.2,0.9,2.1v3.9c0,0.8,0.1,1.4,0.3,1.9v0.1H188z M185.8,84.5c0.4,0,0.7-0.1,1.1-0.3c0.3-0.2,0.6-0.4,0.8-0.8v-1.6h-1 c-0.7,0-1.3,0.1-1.6,0.4c-0.4,0.3-0.5,0.6-0.5,1.1c0,0.4,0.1,0.7,0.4,0.9C185.1,84.4,185.4,84.5,185.8,84.5L185.8,84.5z M193.4,77.3 l0.1,1c0.6-0.8,1.5-1.2,2.5-1.2c1.8,0,2.7,1,2.7,3.1v5.7h-1.9v-5.6c0-0.5-0.1-1-0.4-1.2c-0.2-0.3-0.6-0.4-1.2-0.4 c-0.8,0-1.4,0.4-1.7,1.1v6.1h-1.9v-8.6H193.4z M203.7,83.1l1.8-5.8h2.1l-3.4,9.9c-0.5,1.5-1.4,2.2-2.7,2.2c-0.3,0-0.6,0-0.9-0.1 v-1.5l0.4,0c0.5,0,0.9-0.1,1.1-0.3c0.2-0.2,0.4-0.5,0.6-0.9l0.3-0.7l-3-8.6h2.1L203.7,83.1z M207.6,88.5l-1-0.6 c0.3-0.5,0.5-0.9,0.6-1.3c0.1-0.4,0.2-0.7,0.2-1.1V84h1.7l0,1.4c0,0.6-0.1,1.1-0.4,1.7C208.4,87.7,208.1,88.2,207.6,88.5L207.6,88.5 z M223.7,74.3v7.8c0,1.2-0.4,2.2-1.2,2.9c-0.8,0.7-1.8,1.1-3.2,1.1c-1.3,0-2.4-0.4-3.2-1.1c-0.8-0.7-1.2-1.7-1.2-3v-7.8h2v7.8 c0,0.8,0.2,1.4,0.6,1.8c0.4,0.4,1,0.6,1.7,0.6c1.6,0,2.3-0.8,2.3-2.5v-7.7H223.7z M231.9,82.9c0-0.5-0.2-0.9-0.5-1.2 c-0.4-0.3-1-0.6-1.9-0.8c-0.9-0.3-1.7-0.6-2.2-0.9c-1.1-0.7-1.6-1.5-1.6-2.6c0-0.9,0.4-1.7,1.1-2.3c0.8-0.6,1.8-0.9,3-0.9 c0.8,0,1.5,0.1,2.2,0.4c0.6,0.3,1.1,0.7,1.5,1.3c0.4,0.6,0.5,1.2,0.5,1.8h-2c0-0.6-0.2-1.1-0.6-1.4c-0.4-0.3-0.9-0.5-1.6-0.5 c-0.7,0-1.2,0.1-1.5,0.4c-0.4,0.3-0.5,0.7-0.5,1.2c0,0.4,0.2,0.8,0.6,1.1c0.4,0.3,1,0.6,1.9,0.8c0.9,0.3,1.6,0.6,2.2,0.9 c0.5,0.3,0.9,0.7,1.2,1.2c0.3,0.4,0.4,1,0.4,1.6c0,1-0.4,1.7-1.1,2.3c-0.7,0.6-1.7,0.9-3,0.9c-0.8,0-1.6-0.2-2.3-0.5 c-0.7-0.3-1.3-0.7-1.6-1.3c-0.4-0.5-0.6-1.2-0.6-1.9h2c0,0.7,0.2,1.2,0.7,1.5c0.4,0.4,1.1,0.5,1.9,0.5c0.7,0,1.2-0.1,1.6-0.4 C231.7,83.8,231.9,83.4,231.9,82.9L231.9,82.9z M242.2,83.2h-4.5l-0.9,2.7h-2.1l4.4-11.6h1.8l4.4,11.6h-2.1L242.2,83.2z M238.3,81.6 h3.4l-1.7-4.8L238.3,81.6z M238.3,81.6" /> </svg> </a> <a class="nav-button float-right"><span id="nav-icon3"><span></span><span></span><span></span><span></span></span></a> <div class="fixed-top main-menu"> <div class="flex-center p-3"> <ul class="nav flex-column"> <li class="nav-item delay-1"><a class="nav-link" href="/en/" target="">Home</a></li> <li class="nav-item delay-2"><a class="nav-link" href="/en/about-us/" target="">About Us</a></li> <li class="nav-item delay-3"><a class="nav-link" href="/en/investor/" target="">Investor</a></li> <li class="nav-item delay-4"><a class="nav-link" href="/en/segments/" target="">Segment</a></li> <li class="nav-item delay-5"><a class="nav-link" href="/en/products/" target="">Products</a></li> <li class="nav-item delay-6"><a class="nav-link" href="/en/media/" target="">Media</a></li> <li class="nav-item delay-7"><a class="nav-link" href="/en/media/downloads/" target="">Downloads</a></li> <li class="nav-item delay-8"><a class="nav-link" href="/en/career/" target="">Career</a></li> <li class="nav-item delay-9"><a class="nav-link" href="/en/support/" target="">Support</a></li> <li class="nav-item delay-10"><a class="nav-link" href="/en/export/" target="">Exports</a></li> <li class="nav-item delay-7"> <form class="pt-3" method="get" action="/en/Search"> <div class="form-group row"> <div class="col-sm-9 col-xs-12 pr-sm-0"> <input type="search" name="q" class="form-control form-control-lg form-control togglesearch-text" placeholder="Search..."> </div> <div class="col-sm-3 col-xs-12"> <button type="submit" class="btn fe-btn ffs-green w-100" value="Search"> Search </button> </div> </div> </form> </li> <li class="nav-item delay-7 mt-5"> <div><div> <a target="_blank" class="ffs-green fe-btn simple-button-block" href="/en/about-us/">Toll Free: 1800-313-1381</a> </div></div></li> </ul> </div> </div> <!--main-menu end--> </nav> <!--Top Nav--> <nav class="navbar navbar-expand-lg tiptop-navbar" aria-label="secondary"> <div class="container collapse navbar-collapse"> <a class="navbar-brand logo" href="/"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 250 95" enable-background="new 0 0 250 95" xml:space="preserve"> <g> <path fill-rule="evenodd" clip-rule="evenodd" fill="#3A5A89" d="M88.5,20.2c0.5-0.2,0.2-0.9,0.5-1.5l7.1,0.1l-2.6,23 c0,0.4-0.1,0.5,0.3,0.6c0.7,0.1,2.1,0.1,3.1,0.1c0.5,0-0.1,2.3-0.1,3.5c0,0.5,0,0.5,0.5,0.5c3.8,0,7.9-0.1,11.8-0.2 c4.8-0.1,9.5-0.1,14.1-0.5c1.5-0.1,2.2-1.1,3-2c0.2-0.2,0.2-0.3,0.4-0.1l4.6,3.6c0.3,0.2,0.3,0.3,0.1,0.6c-0.2,0.6-0.8,1.3-1.4,1.9 c-1.4,1.4-3.1,2.4-5.1,2.9c-2.2,0.5-4.3,0.6-6.5,0.7l-22.9,0.4c-0.2,0-0.2,0-0.2-0.2c-0.1-0.5,0.1-1.5,0.3-2.5 c0.1-0.8,0.2-2,0.4-2.8c0-0.2-0.1-0.3-0.3-0.4c-0.8-0.3-2.4-0.3-2.4,0.2c-0.1,2-0.8,4.1-1.7,6.1c-1.5,3.6-4,7-7.4,9.1 c-1.4,0.8-3,1.4-4.6,1.4c-1.8,0.1-3.1-0.3-4-1c-1.2-1-1.7-1.9-1.7-3.6c0-2,0.8-4.5,1.6-5.9c1.4-2.3,3-4.6,5.5-6.6 c1.7-1.4,3.5-2.6,5.6-3.5c0.4-0.2,0.4-0.1,0.4-0.6c0-0.3,0-0.6,0-1c0-0.6,0-0.4-0.5-0.1C85.7,43,85,43.5,84.2,44 c-1.8,0.9-4.1,1-5.6,0.7C77,44.4,75,43.3,74,42c-1.1-1.4-1.9-3.4-2.2-5.6c-0.2-1.8-0.4-3.6,0-5.5c0.7-3.8,2.4-7.1,5-9.5 C79.3,19.2,83.9,17.5,88.5,20.2L88.5,20.2z M123.6,15.8H123l0.4-4.1l1.6,0.1c0.9,0,1.2,0.6,1.2,1.2c-0.1,0.6-0.4,0.9-1,1 c0.1,0.2,0.5,1.4,0.9,2l-0.6,0c-0.4-0.4-0.9-1.7-1-1.9c-0.1-0.1-0.6-0.1-0.8-0.1L123.6,15.8z M123.8,13.5l0.5,0.1 c0.4,0,0.8,0,0.9-0.1c0.6-0.3,0.4-1.1-0.3-1.2l-0.9-0.1L123.8,13.5z M124.5,10.8c1.6,0,3,1.3,3,3c0,1.6-1.3,3-3,3c-1.6,0-3-1.3-3-3 C121.5,12.2,122.9,10.8,124.5,10.8L124.5,10.8z M124.5,10.1c2,0,3.6,1.6,3.6,3.6c0,2-1.6,3.6-3.6,3.6c-2,0-3.6-1.6-3.6-3.6 C120.9,11.8,122.5,10.1,124.5,10.1L124.5,10.1z M112.6,19.8c-2-1.6-4.1-1.9-6.4-1.4c-2.5,0.6-4.3,1.9-5.8,3.5 c-4.8,5-7.3,14.7-1.6,20c1.6,1.6,4.3,2.8,7.2,2.1c2.3-0.6,4-2.5,5.7-4.1c0.4-0.4,0.3-0.4,0.6,0c0.6,1,1.2,2.4,2.2,3.2 c0.6,0.5,1.5,0.9,2.3,1.1c1.4,0.3,2.9,0.2,4.5-0.3c0.1,0,0.1,0,0.1-0.1c0.2-0.9,0.4-2.3,0.5-3.6c0.2-1.4,0.3-2.7,0.3-3.2 c0-0.1,0-0.1-0.1-0.1c-2.6,0.2-4.4-0.4-4-3.2l1.6-14.6c0-0.1,0-0.1-0.1-0.1l-6.1,0c-0.1,0-0.1,0-0.1,0.1c-0.1,0.2-0.1,0.5-0.2,0.7 C113,20.2,112.8,20,112.6,19.8L112.6,19.8z M112.2,29c-0.2-1-0.5-1.8-0.8-2.4c-0.5-0.9-1.4-1.2-2.4-1.3c-2.4-0.2-5,2-6,4.1 c-0.5,0.9-0.8,1.9-0.9,2.9c-0.1,0.8-0.1,1.8,0.1,2.7c0.2,0.6,0.4,1.2,0.8,1.6c0.6,0.7,1.5,0.9,2.5,0.7c1.5-0.3,2.7-2.1,3.7-3.3 C110.4,32.4,111.3,30.8,112.2,29C112.2,29.1,112.2,29.1,112.2,29L112.2,29z M46.9,18.9l-2.2,20.8c-0.3,3.2,3.2,6.5,7.5,5.6 c3-0.7,5.8-2.7,7.9-5.3c0.1,2.2,2,6.8,9,4.9l1.3-7c-2.5,0-3-0.5-2.8-2.5L69,19l-7,0c-0.9,6-2.6,11.5-5.6,15 c-0.6,0.6-1.2,1.3-1.9,1.9c-0.9,0.7-2.1,1.2-2,0.2l1.6-16.9L46.9,18.9z M35.7,6.5l-3.4,32c-0.3,3.1,1.3,5.7,4,6.6 c1.7,0.6,3.8,0.6,5.7,0.2l0.7-6.8c-1.2,0.4-3,0.2-2.9-1.1l2.8-30.7L35.7,6.5z M5.4,45.8l3.3-29.4l7.4-0.2l-1,11.3 c0.2,0.3,1.2,0.1,2.6-0.2c1.4-0.3,3-0.8,4.4-1.8c3.6-2.5,4.5-6.5,2-9.1c-1.7-1.6-4.1-2.6-6.5-2.9c-2.3-0.2-4.9,0-7.2,0.4 c-2.2,0.3-4.4,0.9-6.5,1.2l0.5-7.4c8.6-3,21.6-2.2,26.3,4.8c4,5.8,2.5,13.1-1.6,17c-4,3.8-9.5,5.3-14.8,4.9L13,45.8L5.4,45.8z M2.7,57.4l5.2,3.9c2.2-2.6,5-5.6,8.8-5.7L72,54.5c1.4-3.3,2.4-4.7,4.9-7.3l-58,1.3C13.1,48.6,5.3,52.2,2.7,57.4L2.7,57.4z M85.4,51c-1.7,0.9-3.3,2.5-4.1,3.9c-0.5,0.9-0.8,1.8-1,2.7c-0.1,0.3-0.2,0.5,0.1,0.6c0.7,0.3,2.4-0.8,2.9-1.2 c1.5-1.3,2.8-4.2,2.6-5.8C86,50.6,85.8,50.8,85.4,51L85.4,51z M82.9,26.4c2.3-1.1,4.7,0.1,5.3,2.4c0.2,0.8,0,1.2-0.3,1.9 c-1,2.2-3.1,6.1-5.6,6.8c-1.6,0.5-2.7-0.7-3.2-1.7c-0.6-1.2-0.8-3-0.2-4.5C79.5,29.6,80.9,27.4,82.9,26.4L82.9,26.4z M82.9,26.4" /> </g> <path fill-rule="evenodd" clip-rule="evenodd" fill="#1B1918" d="M10.2,83.2H5.7l-0.9,2.7H2.7l4.4-11.6h1.8l4.4,11.6h-2.1L10.2,83.2 z M6.3,81.6h3.4L8,76.8L6.3,81.6z M25.4,81h-4.7v4.9h-2V74.3h7.4v1.6h-5.4v3.4h4.7V81z M31.8,79.1C31.5,79,31.3,79,31,79 c-0.9,0-1.5,0.3-1.8,1v5.9h-1.9v-8.6h1.8l0,1c0.5-0.7,1.1-1.1,1.9-1.1c0.3,0,0.5,0,0.7,0.1L31.8,79.1z M37.9,85.9 c-0.1-0.2-0.2-0.4-0.2-0.8c-0.6,0.6-1.4,1-2.3,1c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.8-1.1-0.8-1.8c0-0.9,0.3-1.6,1-2.1 c0.7-0.5,1.7-0.7,2.9-0.7h1.2v-0.6c0-0.4-0.1-0.8-0.4-1.1c-0.3-0.3-0.6-0.4-1.1-0.4c-0.4,0-0.8,0.1-1.1,0.3 c-0.3,0.2-0.4,0.5-0.4,0.8h-1.9c0-0.5,0.2-0.9,0.5-1.3c0.3-0.4,0.7-0.7,1.3-1c0.5-0.2,1.1-0.4,1.8-0.4c1,0,1.8,0.3,2.4,0.8 c0.6,0.5,0.9,1.2,0.9,2.1v3.9c0,0.8,0.1,1.4,0.3,1.9v0.1H37.9z M35.8,84.5c0.4,0,0.7-0.1,1.1-0.3c0.3-0.2,0.6-0.4,0.8-0.8v-1.6h-1 c-0.7,0-1.3,0.1-1.6,0.4c-0.4,0.3-0.5,0.6-0.5,1.1c0,0.4,0.1,0.7,0.4,0.9C35,84.4,35.4,84.5,35.8,84.5L35.8,84.5z M43.4,77.3l0.1,1 c0.6-0.8,1.5-1.2,2.5-1.2c1.8,0,2.7,1,2.7,3.1v5.7h-1.9v-5.6c0-0.5-0.1-1-0.4-1.2c-0.2-0.3-0.6-0.4-1.2-0.4c-0.8,0-1.4,0.4-1.7,1.1 v6.1h-1.9v-8.6H43.4z M53.5,82.2l-0.9,0.9v2.8h-1.9V73.7h1.9v7.1l0.6-0.8l2.4-2.7h2.3l-3.2,3.6l3.6,5H56L53.5,82.2z M61.3,85.9h-1.9 V73.7h1.9V85.9z M65.4,85.9h-1.9v-8.6h1.9V85.9z M63.4,75c0-0.3,0.1-0.6,0.3-0.8c0.2-0.2,0.5-0.3,0.8-0.3c0.4,0,0.6,0.1,0.8,0.3 c0.2,0.2,0.3,0.5,0.3,0.8c0,0.3-0.1,0.5-0.3,0.7c-0.2,0.2-0.5,0.3-0.8,0.3c-0.4,0-0.6-0.1-0.8-0.3C63.5,75.6,63.4,75.3,63.4,75 L63.4,75z M69.4,77.3l0.1,1c0.6-0.8,1.5-1.2,2.5-1.2c1.8,0,2.7,1,2.7,3.1v5.7h-1.9v-5.6c0-0.5-0.1-1-0.4-1.2 c-0.2-0.3-0.6-0.4-1.2-0.4c-0.8,0-1.4,0.4-1.7,1.1v6.1h-1.9v-8.6H69.4z M87.7,80.7h-4.8v3.6h5.6v1.6h-7.6V74.3h7.5v1.6h-5.5v3.2h4.8 V80.7z M92,85.9h-1.9V73.7H92V85.9z M97.9,86.1c-1.2,0-2.2-0.4-3-1.2c-0.8-0.8-1.1-1.8-1.1-3.1v-0.2c0-0.9,0.2-1.6,0.5-2.3 c0.3-0.7,0.8-1.2,1.4-1.6c0.6-0.4,1.3-0.6,2-0.6c1.2,0,2.1,0.4,2.7,1.1c0.6,0.8,1,1.8,1,3.2v0.8h-5.6c0.1,0.7,0.3,1.3,0.7,1.7 c0.4,0.4,0.9,0.6,1.6,0.6c0.9,0,1.6-0.4,2.2-1.1l1,1c-0.3,0.5-0.8,0.9-1.4,1.2C99.3,85.9,98.6,86.1,97.9,86.1L97.9,86.1z M97.7,78.7 c-0.5,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,0.9-0.6,1.6h3.7v-0.1c0-0.6-0.2-1.1-0.5-1.5C98.7,78.9,98.2,78.7,97.7,78.7L97.7,78.7z M106.4,84.5c0.5,0,0.9-0.1,1.2-0.4c0.3-0.3,0.5-0.6,0.5-1h1.8c0,0.5-0.2,1-0.5,1.5c-0.3,0.5-0.7,0.8-1.3,1.1 c-0.5,0.3-1.1,0.4-1.7,0.4c-1.2,0-2.2-0.4-2.9-1.2c-0.7-0.8-1.1-1.9-1.1-3.2v-0.2c0-1.3,0.4-2.4,1.1-3.2c0.7-0.8,1.7-1.2,2.9-1.2 c1,0,1.9,0.3,2.5,0.9c0.6,0.6,1,1.4,1,2.4h-1.8c0-0.5-0.2-0.9-0.5-1.2c-0.3-0.3-0.7-0.5-1.2-0.5c-0.6,0-1.1,0.2-1.5,0.7 c-0.3,0.5-0.5,1.1-0.5,2.1v0.3c0,0.9,0.2,1.6,0.5,2.1C105.3,84.3,105.8,84.5,106.4,84.5L106.4,84.5z M113.9,75.2v2.1h1.5v1.4h-1.5 v4.8c0,0.3,0.1,0.6,0.2,0.7c0.1,0.1,0.4,0.2,0.7,0.2c0.2,0,0.5,0,0.7-0.1v1.5c-0.4,0.1-0.9,0.2-1.3,0.2c-1.5,0-2.2-0.8-2.2-2.5v-4.9 h-1.4v-1.4h1.4v-2.1H113.9z M121.4,79.1c-0.3,0-0.5-0.1-0.8-0.1c-0.9,0-1.5,0.3-1.8,1v5.9h-1.9v-8.6h1.8l0,1 c0.5-0.7,1.1-1.1,1.9-1.1c0.3,0,0.5,0,0.7,0.1L121.4,79.1z M124.7,85.9h-1.9v-8.6h1.9V85.9z M122.6,75c0-0.3,0.1-0.6,0.3-0.8 c0.2-0.2,0.5-0.3,0.8-0.3c0.4,0,0.6,0.1,0.8,0.3c0.2,0.2,0.3,0.5,0.3,0.8c0,0.3-0.1,0.5-0.3,0.7c-0.2,0.2-0.5,0.3-0.8,0.3 c-0.4,0-0.6-0.1-0.8-0.3C122.7,75.6,122.6,75.3,122.6,75L122.6,75z M130.3,84.5c0.5,0,0.9-0.1,1.2-0.4c0.3-0.3,0.5-0.6,0.5-1h1.8 c0,0.5-0.2,1-0.5,1.5c-0.3,0.5-0.7,0.8-1.3,1.1c-0.5,0.3-1.1,0.4-1.7,0.4c-1.2,0-2.2-0.4-2.9-1.2c-0.7-0.8-1.1-1.9-1.1-3.2v-0.2 c0-1.3,0.4-2.4,1.1-3.2c0.7-0.8,1.7-1.2,2.9-1.2c1,0,1.9,0.3,2.5,0.9c0.6,0.6,1,1.4,1,2.4H132c0-0.5-0.2-0.9-0.5-1.2 c-0.3-0.3-0.7-0.5-1.2-0.5c-0.6,0-1.1,0.2-1.5,0.7c-0.3,0.5-0.5,1.1-0.5,2.1v0.3c0,0.9,0.2,1.6,0.5,2.1 C129.2,84.3,129.7,84.5,130.3,84.5L130.3,84.5z M148.5,82.1c-0.1,1.2-0.6,2.2-1.4,2.9c-0.8,0.7-1.9,1-3.2,1c-0.9,0-1.7-0.2-2.4-0.7 c-0.7-0.4-1.2-1.1-1.6-1.9c-0.4-0.8-0.6-1.7-0.6-2.8v-1.1c0-1.1,0.2-2.1,0.6-2.9c0.4-0.8,0.9-1.5,1.7-1.9c0.7-0.5,1.6-0.7,2.5-0.7 c1.3,0,2.3,0.3,3.1,1c0.8,0.7,1.2,1.7,1.4,3h-2c-0.1-0.8-0.3-1.4-0.7-1.8c-0.4-0.4-1-0.6-1.7-0.6c-0.9,0-1.5,0.3-2,1 c-0.5,0.6-0.7,1.6-0.7,2.8v1c0,1.3,0.2,2.2,0.7,2.9c0.4,0.7,1.1,1,2,1c0.8,0,1.4-0.2,1.8-0.5c0.4-0.4,0.7-0.9,0.8-1.8H148.5z M149.7,81.5c0-0.8,0.2-1.6,0.5-2.3c0.3-0.7,0.8-1.2,1.4-1.6c0.6-0.4,1.3-0.5,2.1-0.5c1.2,0,2.1,0.4,2.8,1.1c0.7,0.8,1.1,1.7,1.2,3 l0,0.5c0,0.9-0.2,1.6-0.5,2.3c-0.3,0.7-0.8,1.2-1.4,1.6c-0.6,0.4-1.3,0.6-2.1,0.6c-1.2,0-2.2-0.4-2.9-1.2 C150.1,84.1,149.7,83,149.7,81.5L149.7,81.5z M151.7,81.7c0,0.9,0.2,1.6,0.6,2.1c0.4,0.5,0.9,0.8,1.5,0.8s1.2-0.3,1.5-0.8 c0.4-0.5,0.5-1.3,0.5-2.2c0-0.9-0.2-1.6-0.6-2.1c-0.4-0.5-0.9-0.8-1.5-0.8c-0.6,0-1.1,0.3-1.5,0.8C151.8,79.9,151.7,80.7,151.7,81.7 L151.7,81.7z M161.2,77.3l0.1,0.9c0.6-0.7,1.4-1.1,2.5-1.1c1.2,0,1.9,0.4,2.4,1.3c0.6-0.9,1.5-1.3,2.6-1.3c1,0,1.7,0.3,2.1,0.8 c0.5,0.5,0.7,1.3,0.7,2.3v5.7h-1.9v-5.6c0-0.5-0.1-1-0.4-1.2c-0.2-0.3-0.6-0.4-1.2-0.4c-0.4,0-0.8,0.1-1.1,0.4 c-0.3,0.2-0.5,0.5-0.6,0.9l0,5.9h-1.9v-5.7c0-1-0.5-1.5-1.6-1.5c-0.8,0-1.3,0.3-1.6,1v6.3h-1.9v-8.6H161.2z M181.2,81.7 c0,1.3-0.3,2.4-0.9,3.2c-0.6,0.8-1.4,1.2-2.4,1.2c-0.9,0-1.7-0.3-2.3-0.9v4.1h-1.9V77.3h1.8l0.1,0.9c0.6-0.7,1.3-1,2.3-1 c1.1,0,1.9,0.4,2.5,1.2c0.6,0.8,0.9,1.9,0.9,3.3V81.7z M179.2,81.5c0-0.9-0.2-1.5-0.5-2.1c-0.3-0.5-0.8-0.8-1.5-0.8 c-0.8,0-1.4,0.3-1.7,1v3.8c0.4,0.7,0.9,1,1.7,1c0.6,0,1.1-0.2,1.4-0.7C179.1,83.3,179.2,82.5,179.2,81.5L179.2,81.5z M188,85.9 c-0.1-0.2-0.2-0.4-0.2-0.8c-0.6,0.6-1.4,1-2.3,1c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.8-1.1-0.8-1.8c0-0.9,0.3-1.6,1-2.1 c0.7-0.5,1.7-0.7,2.9-0.7h1.2v-0.6c0-0.4-0.1-0.8-0.4-1.1c-0.3-0.3-0.6-0.4-1.1-0.4c-0.4,0-0.8,0.1-1.1,0.3 c-0.3,0.2-0.4,0.5-0.4,0.8h-1.9c0-0.5,0.2-0.9,0.5-1.3c0.3-0.4,0.7-0.7,1.3-1c0.5-0.2,1.1-0.4,1.8-0.4c1,0,1.8,0.3,2.4,0.8 c0.6,0.5,0.9,1.2,0.9,2.1v3.9c0,0.8,0.1,1.4,0.3,1.9v0.1H188z M185.8,84.5c0.4,0,0.7-0.1,1.1-0.3c0.3-0.2,0.6-0.4,0.8-0.8v-1.6h-1 c-0.7,0-1.3,0.1-1.6,0.4c-0.4,0.3-0.5,0.6-0.5,1.1c0,0.4,0.1,0.7,0.4,0.9C185.1,84.4,185.4,84.5,185.8,84.5L185.8,84.5z M193.4,77.3 l0.1,1c0.6-0.8,1.5-1.2,2.5-1.2c1.8,0,2.7,1,2.7,3.1v5.7h-1.9v-5.6c0-0.5-0.1-1-0.4-1.2c-0.2-0.3-0.6-0.4-1.2-0.4 c-0.8,0-1.4,0.4-1.7,1.1v6.1h-1.9v-8.6H193.4z M203.7,83.1l1.8-5.8h2.1l-3.4,9.9c-0.5,1.5-1.4,2.2-2.7,2.2c-0.3,0-0.6,0-0.9-0.1 v-1.5l0.4,0c0.5,0,0.9-0.1,1.1-0.3c0.2-0.2,0.4-0.5,0.6-0.9l0.3-0.7l-3-8.6h2.1L203.7,83.1z M207.6,88.5l-1-0.6 c0.3-0.5,0.5-0.9,0.6-1.3c0.1-0.4,0.2-0.7,0.2-1.1V84h1.7l0,1.4c0,0.6-0.1,1.1-0.4,1.7C208.4,87.7,208.1,88.2,207.6,88.5L207.6,88.5 z M223.7,74.3v7.8c0,1.2-0.4,2.2-1.2,2.9c-0.8,0.7-1.8,1.1-3.2,1.1c-1.3,0-2.4-0.4-3.2-1.1c-0.8-0.7-1.2-1.7-1.2-3v-7.8h2v7.8 c0,0.8,0.2,1.4,0.6,1.8c0.4,0.4,1,0.6,1.7,0.6c1.6,0,2.3-0.8,2.3-2.5v-7.7H223.7z M231.9,82.9c0-0.5-0.2-0.9-0.5-1.2 c-0.4-0.3-1-0.6-1.9-0.8c-0.9-0.3-1.7-0.6-2.2-0.9c-1.1-0.7-1.6-1.5-1.6-2.6c0-0.9,0.4-1.7,1.1-2.3c0.8-0.6,1.8-0.9,3-0.9 c0.8,0,1.5,0.1,2.2,0.4c0.6,0.3,1.1,0.7,1.5,1.3c0.4,0.6,0.5,1.2,0.5,1.8h-2c0-0.6-0.2-1.1-0.6-1.4c-0.4-0.3-0.9-0.5-1.6-0.5 c-0.7,0-1.2,0.1-1.5,0.4c-0.4,0.3-0.5,0.7-0.5,1.2c0,0.4,0.2,0.8,0.6,1.1c0.4,0.3,1,0.6,1.9,0.8c0.9,0.3,1.6,0.6,2.2,0.9 c0.5,0.3,0.9,0.7,1.2,1.2c0.3,0.4,0.4,1,0.4,1.6c0,1-0.4,1.7-1.1,2.3c-0.7,0.6-1.7,0.9-3,0.9c-0.8,0-1.6-0.2-2.3-0.5 c-0.7-0.3-1.3-0.7-1.6-1.3c-0.4-0.5-0.6-1.2-0.6-1.9h2c0,0.7,0.2,1.2,0.7,1.5c0.4,0.4,1.1,0.5,1.9,0.5c0.7,0,1.2-0.1,1.6-0.4 C231.7,83.8,231.9,83.4,231.9,82.9L231.9,82.9z M242.2,83.2h-4.5l-0.9,2.7h-2.1l4.4-11.6h1.8l4.4,11.6h-2.1L242.2,83.2z M238.3,81.6 h3.4l-1.7-4.8L238.3,81.6z M238.3,81.6" /> </svg> </a> <div class="d-flex justify-content-end"> <ul class=""> <li><a href="https://franklin-electric.com/">Franklin Electric Corporate Website</a></li> </ul> <div><div> <a target="_blank" class="ffs-green fe-btn simple-button-block" href="/en/about-us/">Toll Free: 1800-313-1381</a> </div></div> </div> </div> </nav> <!--Main/Global Nav--> <nav class="navbar global-navbar sticky-top navbar-expand-lg navbar-light justify-content-center" aria-label="primary"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse justify-content-center" id="navbarSupportedContent"> <ul class="navbar-nav global-nav"> <li class="nav-item dropdown"> <a class="nav-link global-nav-link" href="/en/" target="">Home</a> </li> <li class="nav-item dropdown"> <a class="nav-link global-nav-link" href="/en/about-us/" target="">About Us</a> </li> <li class="nav-item dropdown"> <a class="nav-link global-nav-link" href="/en/investor/" target="">Investor</a> <div class="dropdown-menu list-menu" aria-labelledby="navbarDropdown"> <div class="container"> <div class="row justify-content-center flex-grow-1"> <div class="col-xl-9 col-lg-12"> <div class="row"><div class="col"> <div class="block"> <ul class="link-list-block nav flex-column"> <li class="nav-item"> <a href="/en/investor/fact-sheet/">Fact Sheet</a> </li> <li class="nav-item"> <a href="/en/investor/board-of-directors/">Board of Directors</a> </li> </ul> </div> </div><div class="col"> <div class="block"> <ul class="link-list-block nav flex-column"> <li class="nav-item"> <a href="/en/investor/annual-general-meeting-agm/">Annual General Meeting (‘AGM’)</a> </li> <li class="nav-item"> <a href="/en/investor/annual-return-mgt-7/">Annual Return (‘MGT-7’)</a> </li> </ul> </div> </div></div> </div> </div> </div> </div> </li> <li class="nav-item dropdown"> <a class="nav-link global-nav-link" href="/en/segments/" target="">Segment</a> <div class="dropdown-menu list-menu" aria-labelledby="navbarDropdown"> <div class="container"> <div class="row justify-content-center flex-grow-1"> <div class="col-xl-9 col-lg-12"> <div class="row"><div class="col"> <div class="block"> <ul class="link-list-block nav flex-column"> <li class="nav-item"> <a href="/en/segments/agriculture/">Agriculture</a> </li> <li class="nav-item"> <a href="/en/segments/solar/">Solar</a> </li> </ul> </div> </div><div class="col"> <div class="block"> <ul class="link-list-block nav flex-column"> <li class="nav-item"> <a href="/en/segments/domestic/">Domestic</a> </li> <li class="nav-item"> <a href="/en/segments/building-construction--industry/">Building, Construction & Industry</a> </li> </ul> </div> </div></div> </div> </div> </div> </div> </li> <li class="nav-item dropdown"> <a class="nav-link global-nav-link dropdown-toggle" href="/en/products/" target="" id="navbarDropdown" role="button" aria-haspopup="true" aria-expanded="false"> Products </a> <div class="dropdown-menu product-menu" aria-labelledby="navbarDropdown"> <div class="container"> <div class="row justify-content-end flex-grow-1"> <div class="col-lg-10"> <ul class="product-categories block-grid-lg-3"> <li class="nav-item"><a href="/en/products/submersible-motors/"> <img alt="icon_Submersible Motors.png" src="https://embed.widencdn.net/img/fele/cx6bko7cbh/150x150px@1x/icon_Submersible-Motors..jpg?q=80&x.template=y&crop=false" class="img-fluid" /> <span>Submersible Motors</span></a></li> <li class="nav-item"><a href="/en/products/submersible-pumps/"> <img alt="icon_Submersible pump.png" src="https://embed.widencdn.net/img/fele/s9ypgxgkue/150x150px@1x/icon_Submersible-pump..jpg?q=80&x.template=y&crop=false" class="img-fluid" /> <span>Submersible Pumps</span></a></li> <li class="nav-item"><a href="/en/products/vertical-borewell/"> <img alt="borewell_pump_revised.png" src="https://embed.widencdn.net/img/fele/esh9c4cn3p/150x150px@1x/borewell_pump_revised..jpg?q=80&x.template=y&crop=false" class="img-fluid" /> <span>Vertical Borewell Submersible</span></a></li> <li class="nav-item"><a href="/en/products/submersible-pumpset/"> <img alt="icon_submersible_monobloc.png" src="https://embed.widencdn.net/img/fele/koxhfg7vib/150x150px@1x/icon_submersible_monobloc..jpg?q=80&x.template=y&crop=false" class="img-fluid" /> <span>Submersible Monoblocs</span></a></li> <li class="nav-item"><a href="/en/products/surface-monobloc/"> <img alt="icon_surface_product.png" src="https://embed.widencdn.net/img/fele/pvyfrseqfs/150x150px@1x/icon_surface_product..jpg?q=80&x.template=y&crop=false" class="img-fluid" /> <span>Surface Monobloc</span></a></li> <li class="nav-item"><a href="/en/products/pressure-booster-range/"> <img alt="icon_pressure_booster.png" src="https://embed.widencdn.net/img/fele/lgd10fooxi/150x150px@1x/icon_pressure_booster..jpg?q=80&x.template=y&crop=false" class="img-fluid" /> <span>Pressure Booster Range</span></a></li> <li class="nav-item"><a href="/en/products/solar-submersible-pump-and-motor/"> <img alt="icon_solar_revised.png" src="https://embed.widencdn.net/img/fele/nvikl7rve2/150x150px@1x/icon_solar_revised..jpg?q=80&x.template=y&crop=false" class="img-fluid" /> <span>Solar Submersible Pump and Motor</span></a></li> <li class="nav-item"><a href="/en/products/cable-and-control-panel/"> <img alt="icon_cables_product.png" src="https://embed.widencdn.net/img/fele/tfgbreeoci/150x150px@1x/icon_cables_product..jpg?q=80&x.template=y&crop=false" class="img-fluid" /> <span>Cable and Control Panel</span></a></li> </ul> </div> </div> </div> </div> </li> <li class="nav-item dropdown"> <a class="nav-link global-nav-link" href="/en/media/" target="">Media</a> <div class="dropdown-menu list-menu" aria-labelledby="navbarDropdown"> <div class="container"> <div class="row justify-content-center flex-grow-1"> <div class="col-xl-9 col-lg-12"> <div class="row"><div class="col"> <div class="block"> <ul class="link-list-block nav flex-column"> <li class="nav-item"> <a href="/en/media/news-and-articles/">Media</a> </li> </ul> </div> </div><div class="col"> <div class="block"> <ul class="link-list-block nav flex-column"> <li class="nav-item"> <a href="/en/media/our-customer-story/">Our Customer Story</a> </li> </ul> </div> </div><div class="col"> <div class="block"> <ul class="link-list-block nav flex-column"> <li class="nav-item"> <a href="/en/media/OurCorporateFilm/">Our Corporate Film</a> </li> </ul> </div> </div></div> </div> </div> </div> </div> </li> <li class="nav-item dropdown"> <a class="nav-link global-nav-link" href="/en/media/downloads/" target="">Downloads</a> </li> <li class="nav-item dropdown"> <a class="nav-link global-nav-link" href="/en/career/" target="">Career</a> </li> <li class="nav-item dropdown"> <a class="nav-link global-nav-link" href="/en/support/" target="">Support</a> <div class="dropdown-menu list-menu" aria-labelledby="navbarDropdown"> <div class="container"> <div class="row justify-content-center flex-grow-1"> <div class="col-xl-9 col-lg-12"> <div class="row"><div class="col"> <div class="block"> <ul class="link-list-block nav flex-column"> <li class="nav-item"> <a href="/en/support/contact-us/">Contact us</a> </li> </ul> </div> </div><div class="col"> <div class="block"> <ul class="link-list-block nav flex-column"> <li class="nav-item"> <a href="/en/support/branch-offices/">Find Our Branch</a> </li> </ul> </div> </div></div> </div> </div> </div> </div> </li> <li class="nav-item dropdown"> <a class="nav-link global-nav-link" href="/en/export/" target="">Exports</a> </li> <li class="nav-item search-li dropdown"> <a class="nav-link global-nav-link search-icon-link" href="javascript:void(0)"> <svg class="search" id="magnifying_glass" data-name="magnifying glass" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.8 87.8"> <defs> </defs> <path id="_Path_" data-name="<Path>" class="search-icon" d="M90.6,85,68.1,62.5A36,36,0,1,0,40,76a35.61,35.61,0,0,0,22.5-7.9L85,90.6a4,4,0,0,0,2.8,1.2,3.78,3.78,0,0,0,2.8-1.2A3.87,3.87,0,0,0,90.6,85ZM40,68A28,28,0,1,1,68,40,28,28,0,0,1,40,68Z" transform="translate(-4 -4)" /> </svg> </a> <div class="togglesearch"> <div class="container"> <div class="row justify-content-center flex-grow-1"> <form method="get" action="/en/Search" role="search"> <div class="form-group row"> <div class="col-lg-11 pr-1"> <input type="search" name="q" class="form-control form-control-lg nav-togglesearch-text rounded-0" placeholder="Search..." aria-label="search text"> </div> <div class="col-lg-1 pl-1"> <button type="submit" class="btn btn-lg togglesearch-btn" value="Search">Search</button> </div> </div> </form> </div> </div> </div> </li> </ul> </div> </nav> <!--Page Container--> <div class="container pb-5"> <div class="home-page"> <!--Banner--> <div class="homepage-banner embed-responsive embed-responsive-21by9" style="background-image:url('https://embed.widencdn.net/img/fele/x5rmcdwyvx/0x0px@1x/Banner-44.jpg?q=80&x.template=y&crop=false');"> <div class="homepage-banner-content d-none d-lg-block"> <div><div> <div class="row product-content-block mb-5"> <div class="col-md-12 product-content-block-copy white-text"> <h3>Reliability, Durability & Innovation</h3> <h4>The World Class Pumps</h4> </div></div> </div></div> </div> </div> <div class="homepage-banner-content-mobile d-block d-lg-none"> <div><div> <div class="row product-content-block mb-5"> <div class="col-md-12 product-content-block-copy white-text"> <h3>Reliability, Durability & Innovation</h3> <h4>The World Class Pumps</h4> </div></div> </div></div> </div> <div><div> <div class="row product-content-block mb-5"> <div class="col-md-5 product-content-block-image"> <img alt="homepage_factory_revised.jpg" src="https://embed.widencdn.net/img/fele/hji7ftkgj3/750x1379px@1x/homepage_factory_revised.png?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid" /> </div> <div class="col-md-7 product-content-block-copy "> <p style="text-align: left;">PLUGA Pumps and Motors Pvt Ltd <strong>(100% Subsidiary of Franklin Electric, USA)</strong> a leading Indian brand known for world class manufacturing & distribution of Water Pumping solutions.</p> <p style="text-align: left;">Established since 1987, PLUGA has made distinguished contribution towards finest submersible water pump and motor in last three decades. Originally developed & designed through technical collaboration with PLEUGER Germany; we are producing finest 100mm(4”)-200mm(8”) submersible motor pumpset at most progressive state of INDIA,GIDC Vadodara, Gujarat.</p> <p style="text-align: left;">More than 75 years after the establishment of Franklin Electric, we continue to be a global leader of products and systems focused on complete water and fueling solutions, comprised of world-class brands and services that you trust to keep moving forward.</p> <a target="" class="ffs-green fe-btn simple-button-block" href="/en/about-us/">Read More</a> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <img alt="about_homepage_image.jpg" src="https://embed.widencdn.net/img/fele/ejynqkjzy9/950x766px@1x/about_homepage_image.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <div class="text-center"> </div> </div> </div> </div></div> </div><div> <div class="block"> <div class="row mb-5"> <div class="col text-center "> <div class="background-block " style="background-color:"> <div class="background-header mb-2">Our Segments</div> <p style="text-align: center;">Total solutions for all water movement needs across verticals. We are among most preferred quality brand by millions of customers, farmers, technicians, plumbers in agriculture, domestic, building-Construction, solar applications.</p> </div> </div> </div> </div></div><div> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <a target="" href="/en/segments/agriculture/"> <img alt="Segment-5_final.jpg" src="https://embed.widencdn.net/img/fele/ivg80jqmji/350x500px@1x/Segment-5_final.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <h3 class="text-center">Agriculture</h3> <div class="text-center"> </div> <button class="ffs-green fe-btn">View Products</button> </a> </div> <div class="col-md col-sm-12 mb-5 text-center"> <a target="" href="/en/segments/domestic/"> <img alt="Segment-6.jpg" src="https://embed.widencdn.net/img/fele/i6oqoetfwb/351x500px@1x/Segment-6.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <h3 class="text-center">Domestic</h3> <div class="text-center"> </div> <button class="ffs-green fe-btn">View Products</button> </a> </div> </div> </div> </div> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <a target="" href="/en/segments/solar/"> <img alt="Segment-7.jpg" src="https://embed.widencdn.net/img/fele/qtnbifrzzx/351x500px@1x/Segment-7.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <h3 class="text-center">Solar</h3> <div class="text-center"> </div> <button class="ffs-green fe-btn">View Products</button> </a> </div> <div class="col-md col-sm-12 mb-5 text-center"> <a target="" href="/en/segments/building-construction--industry/"> <img alt="Segment-8.jpg" src="https://embed.widencdn.net/img/fele/izvhl8j0vb/351x500px@1x/Segment-8.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <h3 class="text-center">Building, Constr. & Industrial</h3> <div class="text-center"> </div> <button class="ffs-green fe-btn">View Products</button> </a> </div> </div> </div> </div> </div> </div><div> <div class="block"> <hr /> </div> </div><div> <div class="block"> <div class="row mb-5"> <div class="col text-center "> <div class="background-block " style="background-color:"> <div class="background-header mb-2">Our Latest Products</div> <p style="text-align: center;">One of our Key factor of success is Innovation and so we are driven to develop new products, services, and process. We continue to expand our product offering every day to deliver world class and affordable pumpsets.</p> </div> </div> </div> </div></div><div> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <a target="" href="/en/products/vertical-borewell/v8/"> <img alt="Herclues-11.jpg" src="https://embed.widencdn.net/img/fele/alnvssvfig/484x600px@1x/Herclues-11.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <div class="text-center"> <h2>Hercules Range</h2> </div> <button class="ffs-green fe-btn">View Product</button> </a> </div> <div class="col-md col-sm-12 mb-5 text-center"> <a target="" href="/en/products/pressure-booster-range/hydropneumatics-systems-skid/"> <img alt="HYPN-11.jpg" src="https://embed.widencdn.net/img/fele/hq8mfqcq4f/484x600px@1x/HYPN-11.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <div class="text-center"> <h2>Hydro Pneumatic Booster</h2> </div> <button class="ffs-green fe-btn">View Product</button> </a> </div> <div class="col-md col-sm-12 mb-5 text-center"> <a target="" href="/en/products/vertical-borewell/solar/"> <img alt="Jaldhara-11.jpg" src="https://embed.widencdn.net/img/fele/beuq9giaax/484x600px@1x/Jaldhara-11.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <div class="text-center"> <h2>Submersible Oil Filled</h2> </div> <button class="ffs-green fe-btn">View Product</button> </a> </div> </div> </div><div> <div class="block"> <div class="row mb-5"> <div class="col text-center "> <div class="background-block " style="background-color:"> <div class="background-header mb-2">Our Associations</div> </div> </div> </div> </div></div><div> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <img alt="associate_04.png" src="https://embed.widencdn.net/img/fele/hvepojkixg/500x500px@1x/associate_04.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <div class="text-center"> </div> </div> <div class="col-md col-sm-12 mb-5 text-center"> <img alt="associate_02.png" src="https://embed.widencdn.net/img/fele/mgetto2gvn/500x500px@1x/associate_02.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <div class="text-center"> </div> </div> <div class="col-md col-sm-12 mb-5 text-center"> <img alt="associate_01.png" src="https://embed.widencdn.net/img/fele/at52kqscaz/740x740px@1x/associate_01.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <div class="text-center"> </div> </div> </div> </div> </div> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <img alt="associate_06.png" src="https://embed.widencdn.net/img/fele/7wsp5zerr8/500x500px@1x/associate_06.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <div class="text-center"> </div> </div> <div class="col-md col-sm-12 mb-5 text-center"> <img alt="associate_03.png" src="https://embed.widencdn.net/img/fele/8f7q49krwa/500x500px@1x/associate_03.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <div class="text-center"> </div> </div> <div class="col-md col-sm-12 mb-5 text-center"> <img alt="associate_05.png" src="https://embed.widencdn.net/img/fele/kp8snh8zfv/500x500px@1x/associate_05.jpg?q=80&x.template=y&crop=false&k=c" class="product-content-img img-fluid mx-auto d-block mb-3" /> <div class="text-center"> </div> </div> </div> </div> </div> </div> </div></div> <!--Find a distributor/News Row--> <div class="row justify-content-md-center h-100"> <div class="col-lg-6 d-flex align-items-center"> <div class="flex-fill"><div> <div class="block"> <div class="news-block"> <h2><a href="/en/media/news-and-articles/">Media Section</a></h2> <hr /> <div class="media product-icon"> <a href="/en/media/news-and-articles/iso-9001-2015-certificate/"> <img alt="news 100X100.jpg" src="https://embed.widencdn.net/img/fele/keakslg7hi/100x112px@1x/news-100X100.jpg?q=80&x.template=y&crop=false&k=c" /> </a> <div class="media-body"> <a href="/en/media/news-and-articles/iso-9001-2015-certificate/"> <h4>ISO 9001 2015 Certificate</h4> </a> <span class="media-date">Jun 18, 2021 -</span> Quality Management System </div> </div> <div class="media product-icon"> <a href="/en/media/news-and-articles/bis-8034-2018-pump/"> <img alt="news 100X100.jpg" src="https://embed.widencdn.net/img/fele/keakslg7hi/100x112px@1x/news-100X100.jpg?q=80&x.template=y&crop=false&k=c" /> </a> <div class="media-body"> <a href="/en/media/news-and-articles/bis-8034-2018-pump/"> <h4>BIS 8034 2018 Pump</h4> </a> <span class="media-date">Jun 18, 2021 -</span> BIS Standard for Submersible Pumpset </div> </div> <div class="media product-icon"> <a href="/en/media/news-and-articles/bis-9283-motor/"> <img alt="news 100X100.jpg" src="https://embed.widencdn.net/img/fele/keakslg7hi/100x112px@1x/news-100X100.jpg?q=80&x.template=y&crop=false&k=c" /> </a> <div class="media-body"> <a href="/en/media/news-and-articles/bis-9283-motor/"> <h4>BIS 9283 Motor</h4> </a> <span class="media-date">Jun 18, 2021 -</span> BIS Standard for Submersible Motor </div> </div> </div> </div> </div></div> </div> <div class="col-lg-6"> <div><div> <div class="block"> <div class="raw-html-block mt-5 mb-5"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3687.226970576768!2d73.22908326147562!3d22.45810352218864!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x395fcce20d7bf5d3%3A0x925d8b3a85ee42d1!2sPluga%20Pumps%20%26%20Motors%20Pvt.%20Ltd.%20Savli!5e0!3m2!1sen!2sin!4v1622451525121!5m2!1sen!2sin" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe> </div> </div> </div></div> </div> </div> <div><div> <div class="block"> <hr /> </div> </div><div> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="block"> <div class="row mb-5"> <div class="col text-center "> <div class="background-block " style="background-color:"> <div class="background-header mb-2">Our Corporate Film</div> <p style="text-align: center;">Coverage of a Company’s story, products,services....</p> </div> </div> </div> </div> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="block"> <div class="youtube-block embed-responsive embed-responsive-16by9"> <iframe title="Bore Well Submersible Pumps Pluga" loading="lazy" src="" data-src="//www.youtube.com/embed/bSCODAAJe5Y?rel=0&modestbranding=0&autohide=1&showinfo=1&controls=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe> </div> </div> </div> </div> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="block"> <div class="youtube-block embed-responsive embed-responsive-16by9"> <iframe title="PLUGA पंप्स एंड मोटर्स" loading="lazy" src="" data-src="//www.youtube.com/embed/GN_AXf224ZE?rel=0&modestbranding=0&autohide=1&showinfo=1&controls=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe> </div> </div> </div> </div> </div> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="block"> <div class="youtube-block embed-responsive embed-responsive-16by9"> <iframe title="Submersible Pump and Motor from Pluga Pumps (A Franklin Electric Company,USA)" loading="lazy" src="" data-src="//www.youtube.com/embed/WhHMbyRLhnc?rel=0&modestbranding=0&autohide=1&showinfo=1&controls=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe> </div> </div> </div> </div> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> </div> </div> </div> </div> </div> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="block"> <div class="row mb-5"> <div class="col text-center "> <div class="background-block " style="background-color:"> <div class="background-header mb-2">Our Customer Story</div> <p style="text-align: center;">"Word of mouth" from our <br />valuable customers....</p> </div> </div> </div> </div> <div class="row justify-content-center three-column-block"> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="block"> <div class="youtube-block embed-responsive embed-responsive-16by9"> <iframe title="PLUGA Solar Pump Customer Feedback" loading="lazy" src="" data-src="//www.youtube.com/embed/4ye-G0d3knk?rel=0&modestbranding=0&autohide=1&showinfo=1&controls=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe> </div> </div> </div> </div> <div class="col-md col-sm-12 mb-5 text-center"> <div class="text-center"> <div class="block"> <div class="youtube-block embed-responsive embed-responsive-16by9"> <iframe title="PLUGA Submersible Borewell PUMP HERCULES" loading="lazy" src="" data-src="//www.youtube.com/embed/Z-szM3ZDyaU?rel=0&modestbranding=0&autohide=1&showinfo=1&controls=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe> </div> </div> </div> </div> </div> </div> </div> </div> </div></div> </div> </div> <script defer="defer" nonce="3dbaf06e-06c3-4d09-9ee2-af969ccbce6f" src="/Util/Find/epi-util/find.js"></script> <script nonce="3dbaf06e-06c3-4d09-9ee2-af969ccbce6f"> document.addEventListener('DOMContentLoaded',function(){if(typeof FindApi === 'function'){var api = new FindApi();api.setApplicationUrl('/');api.setServiceApiBaseUrl('/find_v2/');api.processEventFromCurrentUri();api.bindWindowEvents();api.bindAClickEvent();api.sendBufferedEvents();}}) </script> <!--Footer--> <!--footer--> <footer class="footer pt-4"> <div class="container"> <div class="row flex-row-reverse"> <div class="col-xl-7 col-lg-6 col-md-12 col-sm-12"> <div class="row"> <div class="col d-none d-lg-block"> <ul> </ul> </div> <div class="col d-none d-lg-block"> <ul> <li> <a href="/en/about-us/" title="About Us">About Us</a> </li> <li> <a href="/en/media/news-and-articles/" title="News">News & Articles</a> </li> </ul> </div> <div class="col"> <ul> <li> <a href="/en/products/">All Products</a> </li> <li> <a href="/en/products/vertical-borewell/" title="Agriculture">Agriculture</a> </li> <li> <a href="/en/products/submersible-pumpset/" title="Domestic">Domestic</a> </li> <li> <a href="/en/products/solar-submersible-pump-and-motor/" title="Solar">Solar</a> </li> <li> <a href="/en/products/pressure-booster-range/" title="Building, Construction and Industrial">Building, Construction & Industrial</a> </li> </ul> </div> </div> </div> <!--Contact Info--> <div class="col-xl-5 col-lg-6 col-md-12 col-sm-12"> <div class="row"> <div class="col-md-3 pt-md-3 footerlogo pb-5 pb-md-0"> <svg alt="Franklin Electric Logo" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 37.7 41.4" style="enable-background:new 0 0 37.7 41.4;" xml:space="preserve"> <g> <path d="M36.5,18.2c0.6,0.6,0.6,1.1,0.6,1.8h-8.2c-0.3-3.2-1.8-6-4.6-7.9c-2.3-1.7-5.6-1.9-8.4-1.2 c-3.6,1.2-6.7,4.7-7,8.6L8.8,20h-8c0.1-0.9,0-1.2,0.6-1.8c0,0,12.3-12.5,17.6-17.8L36.5,18.2z" /> <polygon points="13.5,14.8 13.5,29.1 16.1,27.4 16.1,21.2 18.3,19.5 18.3,16.3 16.1,18 16.1,16.5 18.8,14.2 18.8,23.9 24.2,29.1 24.2,25.6 21.8,23.5 21.8,21.8 24.2,23.9 24.2,20.9 21.8,18.8 21.8,17.1 24.2,19.2 24.2,15.5 19.5,10.8 18.4,10.8 " /> <path d="M36.5,22.8c0.6-0.6,0.6-1.1,0.6-1.8h-8.2c-0.3,3.2-1.8,6-4.6,7.9c-2.3,1.7-5.6,1.9-8.4,1.2 c-3.6-1.2-6.7-4.7-7-8.6L8.8,21h-8c0,1.1,0,1.3,0.6,1.9C7,28.7,13.6,35.3,18.9,40.6L36.5,22.8z" /> </g> </svg> </div> <div class="col-lg-8 col-md-9"> <span style="white-space: pre-line">REGISTERED OFFICE & FACTORY 21-A, ALINDRA, MANJUSAR GIDC, SAVLI-391 775, DIST. VADODARA, INDIA Toll free Number : 1800-313-1381 Email: [email protected]</span> </div> </div> <!--Social Media Links--> <div class="pt-3"> <div class="social-media-icon"><a target="_blank" class="social-media-icon-link" href="https://www.facebook.com/PlugaFranklin/"><svg id="svg_facebook" data-name="Layer 1" viewBox="0 0 479.87 479.86"><g id="facebook_social_media_social_media_" data-name="facebook , social , media, social , media,"><path class="cls-1" d="M425.61,86.35A239.88,239.88,0,1,0,495.9,256,239,239,0,0,0,425.61,86.35ZM412.46,412.5A221.48,221.48,0,1,1,477.16,256,220.91,220.91,0,0,1,412.46,412.5Z" transform="translate(-16.03 -16.07)" /><path class="cls-1" d="M276,187.32c0-9.44,4.54-13.32,9.06-13.32H314V131H274.69C232.58,131,222,164.73,222,184.93V204H198v48h24V378h54V252h32.71l1.59-18.75L313.23,204H276Z" transform="translate(-16.03 -16.07)" /></g></svg></a></div> <div class="social-media-icon"><a target="_blank" class="social-media-icon-link" href="https://www.youtube.com/channel/UCyuqMaNzdmC6eWxTO362IVQ"><svg id="svg_youtube" data-name="Layer 1" viewBox="0 0 479.87 479.99"><g id="youtube_logo_social_media_icons_" data-name="youtube , logo , social , media, icons,"><path class="cls-1" d="M425.61,86.28A240,240,0,1,0,495.9,256.07,239.58,239.58,0,0,0,425.61,86.28ZM412.33,412.44a221.18,221.18,0,1,1,64.82-156.37A220.49,220.49,0,0,1,412.33,412.44Z" transform="translate(-16.03 -16)" /><path class="cls-1" d="M366.23,179.54c-9.3-10.09-19.8-10.79-24.44-11.46C307.51,165.56,256.1,165,256.1,165h-.28s-51.27.56-85.56,3.08c-4.9.67-15.27,1.09-24.56,11.18-7.32,7.71-9,25.52-9,25.52S135,225.64,135,246.1v19.53c0,20.73,1.7,41.19,1.7,41.19s2.1,17.67,9.41,25.5c9.3,10.23,21.32,9.84,26.9,10.9,19.53,2,83.19,2.66,83.19,2.66s51.36-.27,85.64-2.66c4.64-.67,15.12-.67,24.41-10.9,7.31-7.83,9.1-25.5,9.1-25.5S377,286.36,377,265.63V246.1c0-20.46-1.66-41.18-1.66-41.18S373.54,187.25,366.23,179.54ZM232,289V217.27l29.32,16.35,36.62,19.66Z" transform="translate(-16.03 -16)" /></g></svg></a></div> <div class="social-media-icon"><a target="_blank" class="social-media-icon-link" href="https://www.linkedin.com/company/pluga-franklin-electric"><svg version="1.1" id="LinkedIN" x="0px" y="0px" viewBox="0 0 479.9 480"><path class="cls-1" d="M344.6,123H129.4c-7.4,0-13.4,6-13.4,13.4v215.3c0,7.4,6,13.4,13.4,13.4h215.3c7.4,0,13.4-6,13.4-13.4V136.4 C358,129,352,123,344.6,123z M189.5,328.4h-35.7V213.6h35.7V328.4z M171.6,197.9c-11.4,0-20.7-9.3-20.7-20.7 c0-11.4,9.3-20.7,20.7-20.7c11.4,0,20.7,9.3,20.7,20.7C192.3,188.6,183,197.9,171.6,197.9z M323.1,328.4h-35.6v-55.8 c0-13.3-0.2-30.4-18.5-30.4c-18.6,0-21.4,14.5-21.4,29.5v56.8h-35.6V213.6H246v15.7h0.5c4.8-9,16.4-18.5,33.8-18.5 c36.1,0,42.8,23.8,42.8,54.7V328.4z" /><g id="youtube_logo_social_media_icons_"><path class="cls-1" d="M409.6,70.3c-93.7-93.7-245.7-93.7-339.4,0s-93.7,245.7,0,339.4s245.7,93.7,339.4,0c45-45,70.3-106,70.3-169.6 C479.9,176.4,454.6,115.3,409.6,70.3z M396.3,396.4c-86.4,86.4-226.4,86.3-312.8-0.1S-2.8,169.9,83.6,83.6S310-2.8,396.4,83.6 c41.5,41.5,64.8,97.8,64.7,156.4C461.2,298.7,437.9,355,396.3,396.4z" /></g></svg></a></div> <div class="social-media-icon"><a target="_blank" class="social-media-icon-link" href="https://www.instagram.com/plugafranklinelectric/"><svg version="1.1" id="Instagram" x="0px" y="0px" viewBox="0 0 479.9 480"><g id="youtube_logo_social_media_icons_"><path class="cls-1" d="M409.6,70.3c-93.7-93.7-245.7-93.7-339.4,0s-93.7,245.7,0,339.4s245.7,93.7,339.4,0c45-45,70.3-106,70.3-169.6 C479.9,176.4,454.6,115.3,409.6,70.3z M396.3,396.4c-86.4,86.4-226.4,86.3-312.8-0.1S-2.8,169.9,83.6,83.6s226.4-86.4,312.8,0 c41.5,41.5,64.8,97.8,64.7,156.4C461.2,298.7,437.9,355,396.3,396.4z" /></g><g><path class="cls-1" d="M240,142.8c32.3,0,36.1,0.1,48.9,0.7c11.8,0.5,18.2,2.5,22.5,4.2c5.6,2.2,9.7,4.8,13.9,9.1c4.2,4.2,6.9,8.3,9.1,13.9 c1.7,4.3,3.6,10.7,4.2,22.5c0.6,12.8,0.7,16.6,0.7,48.9s-0.1,36.1-0.7,48.9c-0.5,11.8-2.5,18.2-4.2,22.5c-2.2,5.6-4.8,9.7-9.1,13.9 c-4.2,4.2-8.3,6.9-13.9,9.1c-4.3,1.7-10.7,3.6-22.5,4.2c-12.8,0.6-16.6,0.7-48.9,0.7s-36.1-0.1-48.9-0.7 c-11.8-0.5-18.2-2.5-22.5-4.2c-5.6-2.2-9.7-4.8-13.9-9.1c-4.2-4.2-6.9-8.3-9.1-13.9c-1.7-4.3-3.6-10.7-4.2-22.5 c-0.6-12.8-0.7-16.6-0.7-48.9s0.1-36.1,0.7-48.9c0.5-11.8,2.5-18.2,4.2-22.5c2.2-5.6,4.8-9.7,9.1-13.9c4.2-4.2,8.3-6.9,13.9-9.1 c4.3-1.7,10.7-3.6,22.5-4.2C203.9,142.9,207.7,142.8,240,142.8 M240,121c-32.9,0-37,0.1-49.9,0.7c-12.9,0.6-21.7,2.6-29.4,5.6 c-8,3.1-14.7,7.2-21.4,14c-6.7,6.7-10.9,13.5-14,21.4c-3,7.7-5,16.5-5.6,29.4c-0.6,12.9-0.7,17-0.7,49.9c0,32.9,0.1,37,0.7,49.9 c0.6,12.9,2.6,21.7,5.6,29.4c3.1,8,7.2,14.7,14,21.4c6.7,6.7,13.5,10.9,21.4,14c7.7,3,16.5,5,29.4,5.6c12.9,0.6,17,0.7,49.9,0.7 s37-0.1,49.9-0.7c12.9-0.6,21.7-2.6,29.4-5.6c8-3.1,14.7-7.2,21.4-14c6.7-6.7,10.9-13.5,14-21.4c3-7.7,5-16.5,5.6-29.4 c0.6-12.9,0.7-17,0.7-49.9s-0.1-37-0.7-49.9c-0.6-12.9-2.6-21.7-5.6-29.4c-3.1-8-7.2-14.7-14-21.4c-6.7-6.7-13.5-10.9-21.4-14 c-7.7-3-16.5-5-29.4-5.6C277,121.1,272.9,121,240,121L240,121z" /><path class="cls-1" d="M240,179.9c-34.3,0-62.1,27.8-62.1,62.1c0,34.3,27.8,62.1,62.1,62.1s62.1-27.8,62.1-62.1 C302.1,207.7,274.3,179.9,240,179.9z M240,282.3c-22.3,0-40.3-18.1-40.3-40.3c0-22.3,18.1-40.3,40.3-40.3 c22.3,0,40.3,18.1,40.3,40.3C280.3,264.3,262.3,282.3,240,282.3z" /><circle cx="304.6" cy="177.4" r="14.5" /></g></svg></a></div> </div> </div> </div> <div class="row mt-3"> <!--Copyright text--> <div class="col-lg-6 col-md-12 col-sm-12"> <span> ©2025 Pluga Pumps And Motors Pvt Ltd., Franklin Electric Co., Inc. </span> </div> <!--Recall text--> <div class="col-lg-6 col-md-12 col-sm-12 recall"> <ul> <li> <a href="/en/policies/">Privacy Policy</a> </li> <li> <a href="/en/terms-of-conditions/">Terms of Conditions</a> </li> </ul> </div> </div> </div> </footer> <script> function init() { var vidDefer = document.getElementsByTagName('iframe'); for (var i = 0; i < vidDefer.length; i++) { if (vidDefer[i].getAttribute('data-src')) { vidDefer[i].setAttribute('src', vidDefer[i].getAttribute('data-src')); } } } window.onload = init; </script> </body> </html> <script type="text/javascript"> $(document).ready(function () { var updateTextbox = function (event, ui) { var result = ui.item.value.replace(/<\/?[^>]+(>|$)/g, ""); $(".nav-togglesearch-text").val(result); return false; }; var listItem; $(".nav-togglesearch-text").autocomplete({ html: true, source: function (request, response) { $.ajax({ url: '/PredictiveSearch/AutoSearch', type: "POST", dataType: "json", data: { Prefix: request.term }, success: function (data) { if (data == null) { return null } response($.map(data, function (item) { listItem = item; $('body').addClass("bodyclass"); return { label: item.name, value: item.name, image: item.image, link: item.url, summary: item.description }; })); } }); }, minLength: 2, position: { my: "left top+30", at: "left-16 bottom+10" }, }).data("ui-autocomplete")._renderItem = function (ul, item) { var image = new Image(); image.src = item.image; var htmlData = '<div class="media product-icon"><a href="' + item.link + '"> <img src="' + item.image + '">' + '<div class="media-body"><span class="result-title">' + item.label + '</span>' + '<p class="desc">' + item.summary + '</p></div><a></div>'; return $("<li></li>") .data("item.autocomplete", item) .html(htmlData) .appendTo(ul); }; $('body').click(function () { $('body').removeClass("bodyclass"); }); }); </script>