It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://mmelectricri.com

  1. <!doctype html >
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en"
  3.      class="">
  4. <head>
  5.    
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. <script type="text/javascript">
  43.    window._currentDevice = 'desktop';
  44.    window.Parameters = window.Parameters || {
  45.        HomeUrl: 'https://www.mmelectricri.com/',
  46.        AccountUUID: '1af37e192ec845249775fa4d15cc8936',
  47.        SystemID: 'US_DIRECT_PRODUCTION',
  48.        SiteAlias: 'ff065ab7',
  49.        SiteType: atob('RFVEQU9ORQ=='),
  50.        PublicationDate: 'Thu Dec 07 02:12:52 UTC 2023',
  51.        ExternalUid: null,
  52.        IsSiteMultilingual: false,
  53.        InitialPostAlias: '',
  54.        InitialDynamicItem: '',
  55.        DynamicPageInfo: {
  56.            isDynamicPage: false,
  57.            base64JsonRowData: 'null',
  58.        },
  59.        InitialPageAlias: 'home',
  60.        InitialPageUuid: '747764a6fc604f12a2e32e25a06d596c',
  61.        InitialPageId: '1071769309',
  62.        InitialEncodedPageAlias: 'aG9tZQ==',
  63.        CurrentPageUrl: '',
  64.        IsCurrentHomePage: true,
  65.        AllowAjax: false,
  66.        AfterAjaxCommand: null,
  67.        HomeLinkText: 'Back To Home',
  68.        UseGalleryModule: false,
  69.        CurrentThemeName: 'Layout Theme',
  70.        ThemeVersion: '39820',
  71.        DefaultPageAlias: '',
  72.        RemoveDID: true,
  73.        WidgetStyleID: null,
  74.        IsHeaderFixed: false,
  75.        IsHeaderSkinny: false,
  76.        IsBfs: true,
  77.        StorePageAlias: 'null',
  78.        StorePagesUrls: 'e30=',
  79.        IsNewStore: 'false',
  80.        StorePath: '',
  81.        StoreId: 'null',
  82.        StoreVersion: 0,
  83.        StoreBaseUrl: '',
  84.        StoreCleanUrl: true,
  85.        StoreDisableScrolling: true,
  86.        IsStoreSuspended: false,
  87.        NotificationSubDomain: 'mmelectricrif4f33a38',
  88.        HasCustomDomain: true,
  89.        SimpleSite: false,
  90.        showCookieNotification: false,
  91.        cookiesNotificationMarkup: 'null',
  92.        translatedPageUrl: '',
  93.        isFastMigrationSite: false,
  94.        sidebarPosition: 'NA',
  95.        currentLanguage: 'en',
  96.        currentLocale: 'en',
  97.        NavItems: '{}',
  98.        errors: {
  99.            general: 'There was an error connecting to the page.<br/> Make sure you are not offline.',
  100.            password: 'Incorrect name/password combination',
  101.            tryAgain: 'Try again'
  102.        },
  103.        NavigationAreaParams: {
  104.            ShowBackToHomeOnInnerPages: true,
  105.            NavbarSize: 4,
  106.            NavbarLiveHomePage: 'https://www.mmelectricri.com/',
  107.            BlockContainerSelector: '.dmBody',
  108.            NavbarSelector: '#dmNav:has(a)',
  109.            SubNavbarSelector: '#subnav_main'
  110.        },
  111.        hasCustomCode: false,
  112.        planID: '7',
  113.        customTemplateId: 'null',
  114.        siteTemplateId: 'null',
  115.        productId: 'DM_DIRECT',
  116.        disableTracking: false,
  117.        pageType: 'FROM_SCRATCH',
  118.        isRuntimeServer: true,
  119.        isInEditor: false,
  120.    };
  121.  
  122.    window.Parameters.LayoutID = {};
  123.    window.Parameters.LayoutID[window._currentDevice] = 6;
  124.    window.Parameters.LayoutVariationID = {};
  125.    window.Parameters.LayoutVariationID[window._currentDevice] = 5;
  126. </script>
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150. <!-- Injecting site-wide to the head -->
  151.  
  152.  
  153.  
  154.  
  155. <!-- End Injecting site-wide to the head -->
  156.  
  157. <!-- Inject secured cdn script -->
  158.  
  159.  
  160. <!-- ========= Meta Tags ========= -->
  161. <script>
  162.    try {
  163.    if (
  164.        navigator.serviceWorker &&
  165.        navigator.serviceWorker.getRegistrations &&
  166.        location.protocol === 'https:'
  167.    ) {
  168.        // remove all service workers
  169.        navigator.serviceWorker
  170.            .getRegistrations()
  171.            .then(function (registrations) {
  172.                if (registrations && registrations.length) {
  173.                    console.log('unregistering service workers');
  174.                    registrations.forEach(function (registration) {
  175.                        registration.unregister();
  176.                    });
  177.                }
  178.            });
  179.        // clear caches
  180.        if (caches) {
  181.            caches.keys().then(function (keyList) {
  182.                if (keyList && keyList.length) {
  183.                    console.log('deleting caches');
  184.                    keyList.forEach(function (key) {
  185.                        if (key && key.indexOf('druntime') === 0) {
  186.                            caches.delete(key);
  187.                        }
  188.                    });
  189.                }
  190.            });
  191.        }
  192.    }
  193. } catch (err) {
  194.    // not a secured location
  195. }
  196. </script>
  197.  
  198.  
  199. <meta http-equiv="Content-type" content="text/html;charset=utf-8">
  200. <meta charset="utf-8">
  201.  
  202. <link rel="canonical" href="https://www.mmelectricri.com/">
  203.  
  204. <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover">
  205. <meta name="apple-mobile-web-app-capable" content="yes">
  206.  
  207. <!--Add favorites icons-->
  208.  
  209. <link rel="apple-touch-icon" href="https://irp-cdn.multiscreensite.com/ff065ab7/dms3rep/multi/m_m.png"/>
  210.  
  211. <link rel="icon" type="image/x-icon" href="https://irp-cdn.multiscreensite.com/ff065ab7/site_favicon_16_1594928225450.ico"/>
  212.  
  213. <!-- End favorite icons -->
  214. <link rel="preconnect" href="https://lirp.cdn-website.com/"/>
  215.  
  216.  
  217.  
  218. <!-- render the required CSS and JS in the head section -->
  219. <script>
  220.    window.SystemID = 'US_DIRECT_PRODUCTION';
  221.  
  222.    if (!window.dmAPI) {
  223.        window.dmAPI = {
  224.            registerExternalRuntimeComponent: function () {
  225.            },
  226.            getCurrentDeviceType: function () {
  227.                return window._currentDevice;
  228.            }
  229.        };
  230.    }
  231.  
  232.    if (!window.requestIdleCallback) {
  233.        window.requestIdleCallback = function (fn) {
  234.            setTimeout(fn, 0);
  235.        }
  236.    }
  237. </script>
  238.  
  239. <!-- loadCSS function header.jsp-->
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246. <script id="d-js-load-css">
  247. /**
  248. * There are a few <link> tags with CSS resource in them that are preloaded in the page
  249. * in each of those there is a "onload" handler which invokes the loadCSS callback
  250. * defined here.
  251. * We are monitoring 3 main CSS files - the runtime, the global and the page.
  252. * When each load we check to see if we can append them all in a batch. If threre
  253. * is no page css (which may happen on inner pages) then we do not wait for it
  254. */
  255. (function () {
  256.  let cssLinks = {};
  257.  function loadCssLink(link) {
  258.    link.onload = null;
  259.    link.rel = "stylesheet";
  260.    link.type = "text/css";
  261.  }
  262.  
  263.    function checkCss() {
  264.      const pageCssLink = document.querySelector("[id*='CssLink']");
  265.      const widgetCssLink = document.querySelector("[id*='widgetCSS']");
  266.  
  267.        if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) {
  268.            const storedRuntimeCssLink = cssLinks.runtime;
  269.            const storedPageCssLink = cssLinks.page;
  270.            const storedGlobalCssLink = cssLinks.global;
  271.            const storedWidgetCssLink = cssLinks.widget;
  272.  
  273.            storedGlobalCssLink.disabled = true;
  274.            loadCssLink(storedGlobalCssLink);
  275.  
  276.            if (storedPageCssLink) {
  277.                storedPageCssLink.disabled = true;
  278.                loadCssLink(storedPageCssLink);
  279.            }
  280.  
  281.            if(storedWidgetCssLink) {
  282.                storedWidgetCssLink.disabled = true;
  283.                loadCssLink(storedWidgetCssLink);
  284.            }
  285.  
  286.            storedRuntimeCssLink.disabled = true;
  287.            loadCssLink(storedRuntimeCssLink);
  288.  
  289.            requestAnimationFrame(() => {
  290.                setTimeout(() => {
  291.                    storedRuntimeCssLink.disabled = false;
  292.                    storedGlobalCssLink.disabled = false;
  293.                    if (storedPageCssLink) {
  294.                      storedPageCssLink.disabled = false;
  295.                    }
  296.                    if (storedWidgetCssLink) {
  297.                      storedWidgetCssLink.disabled = false;
  298.                    }
  299.                    // (SUP-4179) Clear the accumulated cssLinks only when we're
  300.                    // sure that the document has finished loading and the document
  301.                    // has been parsed.
  302.                    if(document.readyState === 'interactive') {
  303.                      cssLinks = null;
  304.                    }
  305.                }, 0);
  306.            });
  307.        }
  308.    }
  309.  
  310.  
  311.  function loadCSS(link) {
  312.    try {
  313.      var urlParams = new URLSearchParams(window.location.search);
  314.      var noCSS = !!urlParams.get("nocss");
  315.      var cssTimeout = urlParams.get("cssTimeout") || 0;
  316.  
  317.      if (noCSS) {
  318.        return;
  319.      }
  320.      if (link.href.includes("d-css-runtime")) {
  321.        cssLinks.runtime = link;
  322.        checkCss();
  323.      } else if (link.id === "siteGlobalCss") {
  324.        cssLinks.global = link;
  325.        checkCss();
  326.      }
  327.      
  328.      else if (link.id.includes("CssLink")) {
  329.        cssLinks.page = link;
  330.        checkCss();
  331.      } else if (link.id.includes("widgetCSS")) {
  332.        cssLinks.widget = link;
  333.        checkCss();
  334.      }
  335.      
  336.      else {
  337.        requestIdleCallback(function () {
  338.          window.setTimeout(function () {
  339.            loadCssLink(link);
  340.          }, parseInt(cssTimeout, 10));
  341.        });
  342.      }
  343.    } catch (e) {
  344.      throw e
  345.    }
  346.  }
  347.  window.loadCSS = window.loadCSS || loadCSS;
  348. })();
  349. </script>
  350.  
  351.  
  352.  
  353. <script data-role="deferred-init" type="text/javascript">
  354.    /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/
  355.    function Def() {
  356.        this.promise = new Promise((function (a, b) {
  357.            this.resolve = a, this.reject = b
  358.        }).bind(this))
  359.    }
  360.  
  361.    const defs = {};
  362.    window.getDeferred = function (a) {
  363.        return null == defs[a] && (defs[a] = new Def), defs[a]
  364.    }
  365.    window.waitForDeferred = function (b, a, c) {
  366.        let d = window?.getDeferred?.(b);
  367.        d
  368.            ? d.promise.then(a)
  369.            : c && ["complete", "interactive"].includes(document.readyState)
  370.                ? setTimeout(a, 1)
  371.                : c
  372.                    ? document.addEventListener("DOMContentLoaded", a)
  373.                    : console.error(`Deferred  does not exist`);
  374.    };
  375. </script>
  376. <style id="forceCssIncludes">
  377.    /* This file is auto-generated from a `scss` file with the same name */
  378.  
  379. .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative}
  380.    
  381. </style>
  382. <style id="cssVariables" type="text/css">
  383.    
  384. </style>
  385.  
  386.  
  387. <style id="hideAnimFix">
  388.    .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
  389.        visibility: hidden;
  390.    }
  391.  
  392.    .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
  393.        visibility: hidden !important;
  394.    }
  395. </style>
  396.  
  397.  
  398.  
  399. <style id="criticalCss">
  400.    @charset "UTF-8";.display_None,.dmPopupMask{display:none}@font-face{font-family:FontAwesome;font-display:block;src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?v=6);src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?#iefix&v=6) format("embedded-opentype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.woff?v=6) format("woff"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.ttf?v=6) format("truetype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.svg#fontawesomeregular?v=6) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:block;src:url(https://irp.cdn-website.com/fonts/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-weight:400;font-display:block;src:url(https://irp.cdn-website.com/fonts/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:block;src:url(https://irp.cdn-website.com/fonts/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:block;src:url(https://irp.cdn-website.com/fonts/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:block;src:url(https://irp.cdn-website.com/fonts/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmPopup,.dmPopupMask{position:fixed;left:0}.dmDisplay_None{display:none!important}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}.dmDesktopBody .shadowEffectToChildren li{box-shadow:none!important}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{padding:10px;text-align:left;margin:0 10px;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}.pswp{z-index:9999999999!important}#dm .hasBackgroundOverlay:not(.dmPopupPage):not(.layout-drawer){position:relative!important}#dm .hasBackgroundOverlay:not(.hasExtraLayerOverlay):before{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;content:' '!important;border-radius:inherit}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}.text-align-center{text-align:center}body.fix-mobile-scrolling{overflow:initial}#hcontainer[has-shadow=true]{position:relative;z-index:1}#dmRoot{text-decoration-skip-ink:none}.dmform-title{padding-right:15px;padding-left:15px}body{-webkit-overflow-scrolling:touch}@media (min-width:1025px){:root{--btn-text-font-size:16px}}@media (min-width:768px) and (max-width:1024px){:root{--btn-text-font-size:16px}}nav{display:block}[hidden]{display:none}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}svg:not(:root){overflow:hidden}button,input{font-family:inherit;font-size:100%;margin:0;line-height:normal}button{text-transform:none;-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow.dmRespRowNoPadding{padding:0}#dm .dmContent .dmRespRow,.dmRespRow{padding-top:15px}.dmRespRow{padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmDesktopBody .dmRespRow .large-2{position:relative;width:16.66667%}.dmDesktopBody .dmRespRow .large-5{position:relative;width:41.66667%}.dmDesktopBody .dmRespRow .large-7{position:relative;width:58.33333%}.dmDesktopBody .dmRespRow .large-8{position:relative;width:66.66667%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-phone:before{content:'\f095'}.icon-angle-down:before{content:'\f107'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}#dm .dmRespRow .dmRespCol.large-2>.dmWidget{width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}.pswp,.pswp__bg,.pswp__scroll-wrap{height:100%;width:100%}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}p.rteBlock{margin:0}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}body:not(.responsiveTablet) #dm .dmInner #hcontainer .hide-for-large,body:not(.responsiveTablet) .hide-for-large{display:none!important}.pswp,.pswp__button--fs,.pswp__button--zoom{display:none}.imageWidget a{font-style:italic;text-align:center}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h4,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] a{vertical-align:initial}@media (max-width:767px){.dmRoot .dmNewParagraph[data-version] .m-text-align-center{text-align:center!important}}.pswp{position:absolute;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp__scroll-wrap{position:absolute;left:0;top:0;overflow:hidden}.pswp__bg{position:absolute;left:0;top:0;background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__container{-webkit-touch-callout:none;-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;-webkit-backface-visibility:hidden;will-change:transform}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__button{position:relative;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-box-shadow:none;box-shadow:none}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/_dm/s/rt/scripts/vendor/photoswipe4/icons/default-skin.png) no-repeat;background-size:264px 88px;width:44px;height:44px}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--zoom{background-position:-88px 0}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-backface-visibility:hidden;will-change:transform}.pswp__counter,.pswp__preloader{height:44px;position:absolute;top:0}.pswp__counter{left:0;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption__center{max-width:95%;margin:0 auto;font-size:16px;padding:10px;line-height:20px;color:#CCC;width:960px;font-weight:700;text-align:center}.pswp__preloader{width:44px;left:50%;margin-left:-22px;opacity:0;will-change:opacity}.pswp__preloader__icn{width:20px;height:20px;margin:12px}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;background-color:rgba(0,0,0,.5)}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs .image-container{height:100%}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{width:58px;height:58px;margin:2px;display:inline-block;vertical-align:middle;text-align:center;overflow:hidden}.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{box-shadow:0 0 3px #888}.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{margin:0;padding:10px}.dmPhotoGalleryHolder{text-align:center}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{display:inline!important;margin:0!important;vertical-align:middle;text-align:center;position:relative}.dmPhotoGallery .image-container{position:relative}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p{margin:0;line-height:normal;text-align:center}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3{font-size:21px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner div{text-align:center}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p{font-size:14px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-text,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-title{max-width:100%}#dm .dmPhotoGallery.newPhotoGallery li{list-style:none}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner h3,#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner p{text-align:center}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryViewAll{box-shadow:0 0!important;font-size:inherit!important;margin:0!important}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs{position:relative}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .image-container{overflow:hidden}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .image-container a{background-repeat:no-repeat;background-position:center}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;z-index:1;background-color:rgba(255,255,255,.9);color:#333;padding:15px;height:100%;box-sizing:border-box}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .rteBlock{font-size:14px}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=reverse-grayscale] .photoGalleryThumbs .image-container a{filter:grayscale(100%);filter:gray}#dm .dmPhotoGallery.newPhotoGallery[data-link-gallery=true] .image-container a.has-link{z-index:1px}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h1,h3,h4,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px;background:#fff;color:#666}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#68ccd1;color:#666;text-align:center;position:relative;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{position:relative;height:36px;width:100%;font-size:20px;margin:0;z-index:80}#dm .dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent;color:#666}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.titleLine hr{min-height:1px;background-color:rgba(102,102,102,.2)}.standardHeaderLayout .dmHeader{float:none}.dmInner a{outline:0;vertical-align:inherit}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{display:block;margin:0 auto}#dm h3.dmwidget-title[hide=true]{display:none}#dm .dmwidget-title{margin:10px 0;font-size:23px;text-shadow:none;text-align:left;text-transform:capitalize;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal}.dmSpacer{border:0;height:15px}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder,#dm .dmPhotoGallery .dmPhotoGalleryHolder>li{width:100%;padding:0}#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{background:url(https://dd-cdn.multiscreensite.com/runtime-img/galleryLoader.gif) 50% 50% no-repeat #eee;float:left;clear:none;padding:0;margin:0;width:100%}#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{display:none!important}.dmDesktopBody .dmPhotoGallery .photoGalleryViewAll{background:0 0;border:none;padding:3px 0;font-size:16px;width:auto;height:auto;line-height:normal;box-shadow:0 -2px 0 0;display:block;margin:40px 0;text-align:left}body{background-color:#eee}.dmPhotoGallery:not(.dmFacebookGallery) .dmPhotoGalleryHolder:not(.ready) li.photoGalleryThumbs{display:inline!important;visibility:hidden}.dmPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner p{white-space:pre-line}.main-navigation.unifiednav{display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav.effect-text-color{padding:12px 15px}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])[data-divider]:not([data-direction=RIGHT]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])[data-divider=PIPE] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after{content:'|'}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.standardHeaderLayout .dmHeader{display:block;height:auto}#dm .p_hfcontainer div.u_1345286386,div.u_1667771806{top:0!important;left:0!important;height:auto!important;position:relative!important}#dm div.dmRespCol>*{line-height:1.5}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm div.dmContent h1{font-family:Poppins,"Poppins Fallback";font-weight:700;color:#000;direction:ltr;font-style:normal;text-decoration:none;font-size:80px}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-family:Montserrat,"Montserrat Fallback";color:rgba(0,0,0,1);font-size:16px}#dm div.dmContent h3,#dm div.dmContent h4{color:#000;direction:ltr;font-weight:700;font-style:normal;text-decoration:none;font-family:Poppins,"Poppins Fallback"}#dm div.dmContent h3{font-size:35px}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{font-family:Poppins,"Poppins Fallback";font-weight:400}#dm .dmNewParagraph a,#dm div.dmNewParagraph a,.newPhotoGallery .photoGalleryViewAll.link{color:rgba(140,37,41,1)}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *{text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h4{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h4 *,a:link,a:visited{text-decoration:none}#dm DIV.dmOuter DIV.dmInner{background-color:rgba(255,255,255,1)}#dm div.dmContent h4{font-size:25px}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:2px;--btn-border-radius:50px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgba(0, 0, 0, 0);--btn-border-color:rgb(65, 123, 203);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgb(66, 123, 202);--btn-text-decoration:none;--btn-text-font-weight:400;--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:linear-gradient(90deg, rgb(66, 123, 202) 0%, rgb(73, 174, 223) 100%);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:rgba(0, 0, 0, 0);--btn-hover-text-color:rgb(255, 255, 255);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:16px}}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON]{background-clip:border-box;border-radius:6px;padding:0 0 0 40px}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON] .text{padding:10px 7px}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON] .iconBg{display:block}#dm .dmWidget:not([data-buttonstyle]){border-radius:50px}#dm .dmWidget:not([data-buttonstyle]) .text{padding:10px 0}#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget,#dm div.dmInner .dmHeader .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon,#dm div.dmInner .dmHeader .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(255,255,255,1)!important;border-style:solid!important;border-width:0!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;border-color:rgba(57,181,74,1)!important}#dm .p_hfcontainer div.u_1345286386 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer .u_1947278017.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding-right:25px!important;padding-left:25px!important}#dm .p_hfcontainer .u_1947278017.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1947278017.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!important}div.u_1862718129{background-color:rgba(102,102,102,1)!important}#dm .p_hfcontainer div.u_1145810045,#dm .p_hfcontainer nav.u_1947278017.main-navigation.unifiednav{background-color:rgba(52,70,132,1)!important}#dm .p_hfcontainer nav.u_1947278017.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(255,255,255,1)!important;font-weight:700!important;font-size:18px!important}#dm .p_hfcontainer .u_1947278017.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1947278017.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:18px!important;color:rgba(255,255,255,1)!important}#dm .p_hfcontainer a.u_1962833668 span.text{color:rgba(255,255,255,1)!important;font-weight:700!important;font-size:16px!important}#dm .p_hfcontainer a.u_1962833668 .iconBg{display:inline!important}#dm .p_hfcontainer div.u_1862718129,div.u_1321444646{background-color:rgba(140,37,41,1)!important}#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{padding-top:10px!important;padding-bottom:17px!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding:0!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer nav.u_1947278017.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer nav.u_1947278017.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}div.u_1667771806{float:none!important;width:100%!important;max-width:calc(100% - 0px)!important;min-width:25px!important;text-align:left!important;padding:2px 0!important;margin:0 auto!important}div.u_1862718129{padding:4px 0!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1862718129{padding-top:4px!important;margin-top:0!important;margin-bottom:0!important}#dm .p_hfcontainer div.u_1345286386{float:none!important;width:calc(100% - 354px)!important;max-width:256px!important;min-width:25px!important;text-align:center!important;display:block!important;padding:0!important;margin:0 0 0 354px!important}#dm .p_hfcontainer div.u_1145810045,#dm .p_hfcontainer div.u_1572893159{float:none!important;top:0!important;width:auto!important;min-width:0!important;margin:0!important;height:auto!important;left:0!important;text-align:center!important}#dm .p_hfcontainer div.u_1572893159{position:relative!important;max-width:100%!important;padding:8px 20px!important}#dm .p_hfcontainer div.u_1145810045{position:relative!important;max-width:100%!important;padding:0!important}#dm .p_hfcontainer a.u_1962833668,#dm .p_hfcontainer nav.u_1947278017{float:none!important;top:0!important;width:calc(100% - 0px)!important;max-width:100%!important;position:relative!important}#dm .p_hfcontainer div.u_1684739475{padding-top:0!important;padding-left:0!important}#dm .p_hfcontainer nav.u_1947278017{color:#fff!important;left:0!important;height:auto!important;justify-content:center!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;padding:0!important;margin:15px auto 0!important}#dm .p_hfcontainer a.u_1962833668{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;border-style:solid!important;border-width:0!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;left:0!important;height:45px!important;min-width:25px!important;text-align:center!important;padding:0 0 0 40px!important;margin:6px auto 10px!important}#dm .dmBody div.u_1174018348,div.u_1820957908{max-width:calc(100% - 0px)!important;min-width:25px!important}#dm .p_hfcontainer div.u_1820957908,div.u_1820957908{float:none!important;top:0!important;left:0!important;height:auto!important;margin:0 auto!important}div.u_1820957908{width:100%!important;position:relative!important;text-align:left!important;padding:2px 0!important}div.u_1321444646{padding:4px 0!important}#dm .p_hfcontainer div.u_1820957908{width:calc(100% - 0px)!important;position:relative!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important}.stickyHeaderSpacer{height:259.52px!important}#dblock{display:none}.starWrap{margin:0 3px}.testimonialSlider{height:auto;width:100%;position:relative}#dm .dmBody a.u_1313583643,#dm .dmBody div.u_1174018348,#dm .dmBody div.u_1498599194,#dm .dmBody div.u_1803448052{float:none!important;top:0!important;left:0!important;position:relative!important}.starsWrapper{display:flex!important;justify-content:center}.authorTxt,.testimonialTxt{text-align:center;margin:0}.imgContainer,.textContainer{display:flex;padding:20px 10px}.cbor{border-radius:50%;border:5px solid #717171}.imgContainer{justify-content:center;align-items:center}.textContainer{justify-content:center;flex-direction:column}.authorTxt{font-style:italic;padding:15px 0}.imgMe{width:180px;height:180px;object-fit:cover}#dm .dmBody a.u_1313583643{border-color:rgba(255,255,255,1)!important}#dm .dmBody a.u_1313583643 span.text{color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1068299299{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody div.u_1287117297{background-image:initial!important;background-color:rgba(0,0,0,0)!important;box-shadow:transparent 3px 0 11px 0!important;-moz-box-shadow:transparent 3px 0 11px 0!important;-webkit-box-shadow:transparent 3px 0 11px 0!important}#dm .dmBody div.u_1992213441 .caption-inner{background-color:rgba(0,0,0,0)!important}#dm .dmBody div.caption-container .caption-text .rteBlock,#dm .dmBody div.u_1992213441 .caption-container .caption-text{color:rgba(255,255,255,1)!important}#dm .dmBody .u_1038158230{display:block!important}#dm .dmBody div.u_1992213441 .caption-button{border-color:rgba(255,255,255,1)!important;height:56px!important;width:200px!important}#dm .dmBody div.u_1992213441 .caption-container .caption-title{color:rgba(255,255,255,1)!important;font-family:Comfortaa!important;direction:ltr!important;font-weight:700!important}#dm .dmBody .u_1992213441 .caption-inner{-webkit-border-top-right-radius:0!important;-webkit-border-bottom-right-radius:0!important;-webkit-border-bottom-left-radius:0!important;-webkit-border-top-left-radius:0!important;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .dmBody div.u_1992213441 .caption-button span.text{color:rgba(255,255,255,1)!important;font-weight:700!important;font-size:16px!important}#dm .dmBody div.u_1594547686 input:not([type=submit]){border-style:solid!important;border-width:1px!important;background-color:rgba(255,255,255,1)!important;border-color:rgba(0,0,0,1)!important}#dm .dmBody .u_1803448052:before{opacity:.5!important;background-color:#000!important}#dm .dmBody div.u_1803448052:before{background-color:rgba(0,0,0,1)!important;opacity:.5!important}#dm .dmBody .u_1904987359{background-position:50% 100%!important}#dm .dmBody div.u_1174018348{display:block!important;width:654px!important;height:auto!important;padding:2px 0!important;margin:2px 364.02px 8px 0!important}#dm .dmBody div.u_1992213441 .caption-container .caption-title{font-size:28px!important}#dm .dmBody .u_1992213441 .caption-inner{padding-left:12px!important;padding-right:12px!important}#dm .dmBody .u_1992213441 .photoGalleryThumbs,#dm .dmBody .u_1992213441 .photoGalleryViewAll{padding:0!important}#dm .dmBody div.u_1287117297{margin-top:0!important;padding:40px 20px 40px 40px!important}#dm .dmBody div.u_1068299299{padding-top:0!important;padding-right:15px!important}#dm .dmBody div.u_1594547686 .dmforminput input,#dm .dmBody div.u_1594547686 .dmforminput option{color:rgba(0,0,0,1)!important;font-size:14px!important}#dm .dmBody div.u_1662067619 .authorTxt{font-size:20px!important}#dm .dmBody div.u_1662067619 .imgMe{border-style:solid!important;border-width:0!important;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;width:50px!important;height:50px!important}#dm .dmBody div.u_1498599194{width:calc(100% - 242px)!important;height:auto!important;max-width:860px!important;min-width:25px!important;display:block!important;padding:2px 0!important;margin:8px auto!important}#dm .dmBody a.u_1313583643{width:calc(100% - 0px)!important;height:67px!important;max-width:373px!important;min-width:25px!important;text-align:center!important;display:block!important;padding:0!important;margin:58px 0 10px!important}#dm .dmBody div.u_1106526642{background-image:linear-gradient(90deg,rgba(140,37,41,1) 0,rgba(198,15,15,1) 100%)!important;background-origin:border-box!important;box-shadow:rgba(0,0,0,.21) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.21) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.21) 3px 3px 11px 0!important;width:auto!important;padding:0!important;margin:-70px 200px 20px 0!important}#dm .dmBody div.u_1803448052{background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/HomeSlider-1-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;width:auto!important;height:auto!important;max-width:none!important;min-width:0!important;text-align:center!important;background-attachment:initial!important;background-size:cover!important;background-position:50% 50%!important;padding:150px 0!important;margin:0!important}.font-size-60,.size-60{font-size:60px!important}.font-size-35,.size-35{font-size:35px!important}.font-size-18,.size-18{font-size:18px!important}
  401.    .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) {
  402.        visibility: hidden;
  403.    }
  404.  
  405.    
  406. </style>
  407.  
  408.  
  409.  
  410. <style id="fontFallbacks">
  411.    @font-face {
  412.  font-family: "Poppins Fallback";
  413.  src: local('Arial');
  414.  ascent-override: 92.326%;
  415.  descent-override: 30.7753%;
  416.  line-gap-override: 8.793%;
  417.  size-adjust: 113.7274%;
  418. }@font-face {
  419.  font-family: "Montserrat Fallback";
  420.  src: local('Arial');
  421.  ascent-override: 84.9466%;
  422.  descent-override: 22.0264%;
  423.  size-adjust: 113.954%;
  424.  line-gap-override: 0%;
  425. }@font-face {
  426.  font-family: "Amiko Fallback";
  427.  src: local('Arial');
  428.  ascent-override: 82.254%;
  429.  descent-override: 35.9861%;
  430.  size-adjust: 112.8212%;
  431.  line-gap-override: 0%;
  432. }@font-face {
  433.  font-family: "Comfortaa Fallback";
  434.  src: local('Arial');
  435.  ascent-override: 74.2135%;
  436.  descent-override: 19.7117%;
  437.  size-adjust: 118.7115%;
  438.  line-gap-override: 0%;
  439. }
  440. </style>
  441.  
  442.  
  443. <!-- End render the required css and JS in the head section -->
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452. <meta property="og:type" content="website">
  453.  
  454.  <meta property="og:image" content="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/m_m-1920w.png"/>
  455.  <title>
  456.    Highest Rated Electrician In Rhode Island | M&amp;M Electric, Inc.
  457.  </title>
  458.  <meta name="description" content="We're a local Electrician in Rhode Island offering a variety of services for both residential and commercial properties. Best Service Guaranteed. Call Now!"/>
  459.  
  460.  <meta name="twitter:card" content="summary"/>
  461.  <meta name="twitter:title" content="Highest Rated Electrician In Rhode Island | M&amp;M Electric, Inc."/>
  462.  <meta name="twitter:description" content="We're a local Electrician in Rhode Island offering a variety of services for both residential and commercial properties. Best Service Guaranteed. Call Now!"/>
  463.  <meta property="og:description" content="We're a local Electrician in Rhode Island offering a variety of services for both residential and commercial properties. Best Service Guaranteed. Call Now!"/>
  464.  <meta property="og:title" content="Highest Rated Electrician In Rhode Island | M&amp;M Electric, Inc."/>
  465.  
  466.  
  467.  
  468.  
  469. <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= -->
  470. </head>
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493. <body id="dmRoot" data-page-alias="home"  class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody "
  494.      style="padding:0;margin:0;"
  495.      
  496.    >
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. <!-- ========= Site Content ========= -->
  514. <div id="dm" class='dmwr'>
  515.    
  516.    <div class="dm_wrapper standard-var5 widgetStyle-3 standard">
  517.         <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations inMiniHeaderMode hasStickyHeader dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="dmHeader p_hfcontainer u_hcontainer" freeheader="true" layout="29bf4fa55d88450885fbcefc03615aa2===header" has-shadow="true" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" logo-size-target="66%" mini-header-show-only-navigation-row="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1862718129 dmRespRow hide-for-small hide-for-medium" style="text-align: center;" id="1862718129"> <div class="dmRespColsWrapper" id="1894012469"> <div class="dmRespCol small-12 medium-12 large-12" id="1429537791"> <div class="dmNewParagraph u_1667771806" id="1667771806" style="transition-duration:1s;transition-timing-function:ease-in-out;transition-delay:initial;transition-property:opacity;display:block;line-height:initial;" data-version="5"><p class="m-size-13 text-align-center size-18"><span class="m-font-size-13 font-size-18" style="display: initial; color: rgb(255, 255, 255); font-weight: 700;"><span class="m-font-size-13 font-size-18" style="display: initial; color: rgb(255, 255, 255); font-weight: 700;">GET A FREE QUOTE TODAY - CALL US</span>
  518. </span><a href="tel:401-996-0429" type="call" class="m-font-size-13 font-size-18" style="display: initial; color: rgb(255, 255, 255); font-weight: 700; text-decoration: none;" runtime_url="tel:401-996-0429">401-996-0429</a></p></div></div>
  519. </div>
  520. </div>
  521. <div class="u_1572893159 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1572893159"> <div class="dmRespColsWrapper" id="1467734783"> <div class="dmRespCol small-12 medium-12 large-12" id="1214452047"> <div class="u_1345286386 imageWidget align-center" data-widget-type="image" id="1345286386" data-element-type="image"> <a href="/" id="1292989907"><img src="https://lirp-cdn.multiscreensite.com/ff065ab7/dms3rep/multi/opt/m_m-1920w.png" id="1024450716" class="" data-dm-image-path="https://lirp-cdn.multiscreensite.com/ff065ab7/dms3rep/multi/opt/m_m-1920w.png" onerror="handleImageLoadError(this)"/></a>
  522. </div>
  523. </div>
  524. </div>
  525. </div>
  526. <div class="u_1145810045 dmRespRow fullBleedChanged fullBleedMode" id="1145810045"> <div class="dmRespColsWrapper" id="1179962834"> <div class="u_1211011788 dmRespCol small-12 large-2 medium-2" id="1211011788"> <div data-element-type="spacer" class="dmSpacer" id="1215513608"></div>
  527. </div>
  528. <div class="u_1054836514 dmRespCol small-12 large-8 medium-8" id="1054836514"> <nav class="u_1947278017 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_4" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" data-divider="PIPE" id="1947278017" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about" class="unifiednav__item    " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
  529.         About us
  530.        " data-auto="page-text-style">About us<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
  531. </span>
  532. </a>
  533. </li>
  534. <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/services" class="unifiednav__item    " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
  535.         Our Services
  536.        " data-auto="page-text-style">Our Services<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
  537. </span>
  538. </a>
  539. </li>
  540. <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/reviews" class="unifiednav__item    " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
  541.         Reviews
  542.        " data-auto="page-text-style">Reviews<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
  543. </span>
  544. </a>
  545. </li>
  546. <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item    " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
  547.         Contact
  548.        " data-auto="page-text-style">Contact<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
  549. </span>
  550. </a>
  551. </li>
  552. <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/gallery" class="unifiednav__item    " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
  553.         Gallery
  554.        " data-auto="page-text-style">Gallery<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
  555. </span>
  556. </a>
  557. </li>
  558. </ul>
  559. </nav>
  560. </div>
  561. <div class="u_1684739475 dmRespCol small-12 large-2 medium-2" id="1684739475"> <a class="u_1962833668 default dmDefaultGradient align-center dmCall voipReplacement dmWidget dmNoMark dmWwr" href="tel:401-996-0429" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToCall', 'Call',null,'ff065ab7', this);" id="1962833668" dmle_extension="clicktocall" data-element-type="clicktocall" data-buttonstyle="FLAT_ROUND_ICON" wr="true" data-display-type="block" icon="true" surround="true" description="401-996-0429" adwords="" icon-name="icon-phone" phone="401-996-0429" text="" image=""> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon icon-phone"></span>
  562. </span>
  563. <span class="text">401-996-0429</span>
  564. </a>
  565. </div>
  566. </div>
  567. </div>
  568. </div>
  569. </div>
  570. </div>
  571. <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div>
  572. <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div>
  573. <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div>
  574. <div class="titleLine display_None"><hr/></div>
  575. </div>
  576. </div>
  577. </div>
  578. </div>
  579. <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1803448052 dmRespRow dmSectionNoParallax hasBackgroundOverlay fullBleedChanged fullBleedMode" style="text-align: center;" id="1803448052" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9mZjA2NWFiNy9kbXMzcmVwL211bHRpL29wdC9Ib21lU2xpZGVyLTEtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9mZjA2NWFiNy9kbXMzcmVwL211bHRpL29wdC8yMDE5MDYxNF8xMjMwMzQtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9mZjA2NWFiNy9kbXMzcmVwL211bHRpL29wdC9OdW1iZXIxLTE5MjB3LmpwZyJdLCJzcGVlZCI6IjgifQ=="> <div class="dmRespColsWrapper" id="1336383107"> <div class="u_1589677807 dmRespCol small-12 medium-12 large-12" id="1589677807"> <div class="u_1498599194 dmNewParagraph" id="1498599194" data-version="5" data-styletopreserve="{"background-image":""}"> <h1 class="text-align-center m-size-42 size-60"><span class="m-font-size-42 font-size-60" style="display: initial; color: rgb(255, 255, 255);">Highest Rated Electrician In Rhode Island</span></h1>
  580. </div></div>
  581. </div>
  582. </div>
  583. <div class="dmRespRow u_1106526642 fullBleedChanged fullBleedMode" style="text-align: center;" id="1106526642"> <div class="dmRespColsWrapper" id="1305046851"> <div class="u_1287117297 dmRespCol small-12 large-7 medium-7" id="1287117297"> <div class="u_1174018348 dmNewParagraph" data-element-type="paragraph" id="1174018348" style="transition: opacity 1s ease-in-out 0s;" data-version="5"> <h4 class="m-text-align-center text-align-left size-35 m-size-25"><span class="font-size-35 m-font-size-25" style="color: rgb(255, 255, 255); display: initial;">We&rsquo;re the Current</span><span single-space="true" class="font-size-35 m-font-size-25" style="display: initial;"> <span class="font-size-35 m-font-size-25" style="display: initial;"></span>
  584. </span></h4>
  585. <h4 class="m-text-align-center text-align-left size-35 m-size-25"><span class="font-size-35 m-font-size-25" style="color: rgb(255, 255, 255); display: initial;">Specialist Keeping You Wired.</span></h4>
  586. </div></div>
  587. <div class="u_1068299299 dmRespCol small-12 large-5 medium-5" id="1068299299"> <a data-display-type="block" class="u_1313583643 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/get-quote" data-element-type="dButtonLinkId" id="1313583643" link_type="popup" popup_target="get-quote"> <span class="iconBg" id="1154050620"> <span class="icon hasFontIcon icon-star" id="1013008350"></span>
  588. </span>
  589. <span class="text" id="1435371669">Get a free quote today</span>
  590. </a>
  591. </div>
  592. </div>
  593. </div>
  594. <div class="u_1833267591 dmRespRow" id="1833267591"> <div class="dmRespColsWrapper" id="1552202130"> <div class="dmRespCol large-12 medium-12 small-12" id="1933592047"> <h2 class="u_1897362734 dmNewParagraph" id="1897362734" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><div>Rhode Island Electrician</div></h2> <div class="u_1293548451 dmNewParagraph" data-element-type="paragraph" id="1293548451" style="transition: opacity 1s ease-in-out 0s;">We have proudly served Rhode Island residents and businesses for over 15 years. We&rsquo;re highly rated, and reputable as Electrician&rsquo;s in Rhode Island. M&amp;M Electric, Inc. is committed to providing exceptional craftsmanship that is competitively priced and services that exceed our customers expectations. We are recognized for our highly trained technicians, our reputation for commitment and our dependability. We guarantee to safely deliver your project on schedule and within budget. As a growth orientated company located in Providence RI, we are always seeking winning relationships with new customers by providing the Best Service Guaranteed!</div>
  595. </div>
  596. </div>
  597. </div>
  598. <div class="u_1017440581 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1017440581" mode="1"> <div class="dmRespColsWrapper" id="1364741638"> <div class="u_1741246600 dmRespCol small-12 large-6 medium-6 empty-column" id="1741246600"></div>
  599. <div class="u_1940203226 dmRespCol small-12 large-6 medium-6" id="1940203226"> <span id="1551434875"></span>
  600. <div class="u_1976023875 dmNewParagraph ql-disabled" id="1976023875" style="transition:opacity 1s ease-in-out;line-height:initial;" data-element-type="paragraph" data-version="5"> <h2 class="m-text-align-center text-align-left size-30"><span class="font-size-30" style="font-weight: bold; color: rgb(140, 37, 41); display: initial;">ABOUT US</span></h2>
  601. </div> <div class="u_1139674858 dmNewParagraph" id="1139674858" style="transition: opacity 1s ease-in-out;" data-version="4"><p class="text-align-left"><span style="display: unset;">All of our services are backed by our 100% satisfaction guarantee. Our electricians can install anything from new security lighting for your outdoors to a home generator that will keep your appliances working during a power outage. Our installation services are always done promptly and safely.</span></p></div> <div class="u_1737965081 dmNewParagraph" id="1737965081" style="transition: opacity 1s ease-in-out; display: block;" data-version="4"><p class="text-align-left"><span style="color: rgb(140, 37, 41); display: unset; font-weight: 700;">✓</span><span class="" style="color: rgb(0, 0, 0); display: unset; font-weight: 700;"><span style="color: rgb(0, 0, 0); display: unset; font-weight: 700;">&nbsp;</span>
  602. </span><span style="color: rgb(0, 0, 0); display: unset;">Professional Service Guaranteed</span></p><p class="text-align-left"><span style="color: rgb(140, 37, 41); display: unset; font-weight: 700;">✓&nbsp;</span><span single-space="true" class="" style="color: rgb(0, 0, 0); display: unset; font-weight: 700;"> <span style="color: rgb(0, 0, 0); display: unset; font-weight: 700;"></span>
  603. </span><span style="color: rgb(0, 0, 0); display: unset;">Wiring &amp; Installation/Upgrades</span></p><p class="text-align-left"><span style="color: rgb(140, 37, 41); display: unset; font-weight: 700;">✓</span><span class="" style="color: rgb(0, 0, 0); display: unset; font-weight: 700;"><span style="color: rgb(0, 0, 0); display: unset; font-weight: 700;">&nbsp;</span>
  604. </span><span style="color: rgb(0, 0, 0); display: unset;">Emergency Power Solutions (Generators)</span></p><p class="text-align-left"><span style="color: rgb(140, 37, 41); display: unset; font-weight: 700;">✓</span><span single-space="true" class="" style="color: rgb(0, 0, 0); display: unset; font-weight: 700;"> <span style="color: rgb(0, 0, 0); display: unset; font-weight: 700;"></span>
  605. </span><span style="color: rgb(0, 0, 0); display: unset;">Virtually Any Electrical Need You Have &ndash; Just Ask!</span></p></div></div>
  606. </div>
  607. </div>
  608. <div class="u_1536675178 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1536675178"> <div class="dmRespColsWrapper" id="1877740360"> <div class="u_1577237483 dmRespCol small-12 medium-4 large-4 hasBackgroundOverlay" id="1577237483"> <div class="u_1103401831 dmNewParagraph" data-element-type="paragraph" id="1103401831" style="transition: none 0s ease 0s; display: block; text-align: left;" data-version="5"> <h3 class="m-size-34 text-align-center size-48"><a href="/services" runtime_url="/services" type="page" class="m-font-size-34 font-size-48" style="display: initial; color: rgb(255, 255, 255);">Commercial</a></h3>
  609. </div></div>
  610. <div class="u_1341108625 dmRespCol small-12 medium-4 large-4 hasBackgroundOverlay" id="1341108625"> <div class="u_1501896780 dmNewParagraph" data-element-type="paragraph" id="1501896780" style="transition: none 0s ease 0s; display: block; text-align: left;" data-version="5"> <h3 class="text-align-center m-size-34 size-48"><a href="/services" runtime_url="/services" type="page" class="font-size-48 m-font-size-34" style="display: initial; color: rgb(255, 255, 255);">Peace Of Mind</a></h3>
  611. </div></div>
  612. <div class="u_1226728476 dmRespCol small-12 medium-4 large-4 hasBackgroundOverlay" id="1226728476"> <div class="u_1491637282 dmNewParagraph" data-element-type="paragraph" id="1491637282" style="transition: none 0s ease 0s; display: block; text-align: left;" data-version="5"> <h3 class="m-size-34 text-align-center size-48"><a href="/services" runtime_url="/services" type="page" class="m-font-size-34 font-size-48" style="display: initial; color: rgb(255, 255, 255);">Residential</a></h3>
  613. </div></div>
  614. </div>
  615. </div>
  616. <div class="dmRespRow u_1023539748" style="text-align: center;" id="1023539748"> <div class="dmRespColsWrapper" id="1802609477"> <div class="dmRespCol small-12 medium-12 large-12" id="1541883804"> <div class="u_1691808600 dmNewParagraph" id="1691808600" style="transition:opacity 1s ease-in-out;line-height:initial;" data-element-type="paragraph" data-version="5"> <h2 class="text-align-center"><span style="display: initial; color: rgb(140, 37, 41);">Electrician In Rhode Island</span></h2>
  617. </div> <div class="u_1607993043 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1607993043" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><span style="display: initial;">Electrical issues can quickly develop into major catastrophes. Therefore, never hesitate when it comes to potential electrical problems. Below are a few of the many services we offer to Rhode Island residents. Not sure if we can help call us anyway, we&rsquo;ll help recommend a solution. We're the highest rated Rhode Island electricians.</span></p></div>
  618. </div>
  619. </div>
  620. </div>
  621. <div class="u_1521906818 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1521906818"> <div class="dmRespColsWrapper" id="1320184241"> <div class="dmRespCol small-12 u_1853070917 large-3 medium-3" id="1853070917"> <div class="u_1172524873 graphicWidget" data-widget-type="graphic" id="1172524873" data-element-type="graphic"> <a href="/services#Lighting" id="1630094188" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1626379752" class="svg u_1626379752" data-icon-name="li_bulb"> <g id="1391984507"> <path d="M45.3,14.4c-13.3,0-24.1,10.8-24.1,24.1c0,8.3,4.4,16.1,11.5,20.5V73c0,7,5.7,12.6,12.6,12.6c7,0,12.6-5.7,12.6-12.6V59
  622. c7.1-4.4,11.5-12.2,11.5-20.5C69.4,25.2,58.6,14.4,45.3,14.4z M45.3,83.3C39.6,83.3,35,78.7,35,73v-4.5h20.7V73
  623. C55.6,78.7,51,83.3,45.3,83.3z M56.2,57.4l-0.6,0.3v8.5H35v-8.5l-0.6-0.3c-6.7-3.9-10.9-11.1-10.9-18.9c0-12,9.8-21.8,21.8-21.8
  624. c12,0,21.8,9.8,21.8,21.8C67.1,46.3,62.9,53.5,56.2,57.4z" id="1079857652"></path>
  625. <path d="M45.3,25.9c-7,0-12.6,5.7-12.6,12.6H35c0-5.7,4.6-10.3,10.3-10.3c5.7,0,10.3,4.6,10.3,10.3h2.3
  626. C57.9,31.6,52.3,25.9,45.3,25.9z" id="1939779452"></path>
  627. </g>
  628. </svg>
  629. </a>
  630. </div>
  631. <h4 class="u_1097207687 dmNewParagraph" id="1097207687" style="display: block;" data-element-type="paragraph"><div><span>Lighting</span></div></h4> <div class="u_1721799991 dmNewParagraph" id="1721799991" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center m-text-align-center"><span style="display: initial;">Proper lighting installation &amp; maintenance saves you money and improves how your home looks and feels.&nbsp;</span></p></div> <a data-display-type="block" class="u_1499868601 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/get-quote" id="1499868601" data-element-type="dButtonLinkId" link_type="popup" popup_target="get-quote"> <span class="iconBg" id="1229020937"> <span class="icon hasFontIcon icon-star" id="1939938350"></span>
  632. </span>
  633. <span class="text" id="1380248928">GET QUOTE</span>
  634. </a>
  635. </div>
  636. <div class="dmRespCol small-12 u_1003924612 large-3 medium-3" id="1003924612"> <div class="u_1844788713 graphicWidget" data-widget-type="graphic" id="1844788713" data-element-type="graphic"> <a href="/services#Wiring" id="1186299749" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1520135999" class="svg u_1520135999" data-icon-name="li_electric_cable"> <path d="M73.9,54.3c-7.4,0-13.5,6.1-13.5,13.5c0,6.1-5,11.1-11.1,11.1c-6.1,0-11-5-11-11.1V56.7c6.9-0.6,12.3-6.4,12.3-13.4V32.2
  637. h11.1v-2.5H50.6V18.7h-2.5v11.1H26.1V18.7h-2.5v11.1H12.5v2.5h11.1v11.1c0,7,5.4,12.8,12.3,13.4v11.1c0,7.4,6.1,13.5,13.5,13.5
  638. c7.4,0,13.5-6.1,13.5-13.5c0-6.1,5-11.1,11.1-11.1c6.1,0,11.1,5,11.1,11.1v12.3h2.5V67.8C87.5,60.4,81.4,54.3,73.9,54.3z M26.1,43.2
  639. V32.2h22.1v11.1c0,6.1-5,11.1-11.1,11.1C31,54.3,26.1,49.3,26.1,43.2z" id="1020423510"></path>
  640. </svg>
  641. </a>
  642. </div>
  643. <h4 class="u_1335228282 dmNewParagraph" id="1335228282" style="display: block;" data-element-type="paragraph"><div><span>Wiring</span></div></h4> <div class="u_1116446657 dmNewParagraph" id="1116446657" style="transition: opacity 1s ease-in-out; display: block;" data-version="4"><p class="text-align-center"><span style="display: unset; color: rgb(0, 0, 0);">Any time you are dealing with electricity, you need a certified expert. Anything less simply isn't safe.</span></p></div> <a data-display-type="block" class="u_1893669985 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/get-quote" id="1893669985" data-element-type="dButtonLinkId" link_type="popup" popup_target="get-quote"> <span class="iconBg" id="1814704091"> <span class="icon hasFontIcon icon-star" id="1059153251"></span>
  644. </span>
  645. <span class="text" id="1296470610">GET QUOTE</span>
  646. </a>
  647. </div>
  648. <div class="dmRespCol small-12 u_1382106144 large-3 medium-3" id="1382106144"> <div class="u_1880963481 graphicWidget" data-widget-type="graphic" id="1880963481" data-element-type="graphic"> <a href="/services#Security" id="1558999358" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1401247962" class="svg u_1401247962" data-icon-name="li-security_camera"> <path d="M88.5,64.7l-5.4-3.1l3.1-5.4L25.1,20.9L11.5,44.5l36.7,21.2L37.2,76.6H13.2v2.5h25.1L50.4,67l10.9,6.3l8.5-2.3l11.4,6.6
  649. L88.5,64.7z M14.8,43.6L26,24.3l56.9,32.8l-5.3,9.2l-15.9,4.3L14.8,43.6z M73.1,70.1l6.1-1.6l2.7-4.7l3.2,1.9l-5,8.6L73.1,70.1z" id="1127442031"></path>
  650. </svg>
  651. </a>
  652. </div>
  653. <h4 class="u_1265740894 dmNewParagraph" id="1265740894" style="display: block;" data-element-type="paragraph"><div><span>Security</span></div></h4> <div class="u_1318184029 dmNewParagraph" id="1318184029" style="transition: opacity 1s ease-in-out; display: block;" data-version="4"><p class="text-align-center"><span style="display: unset; color: rgb(0, 0, 0);">We offer a wide range of solutions, everything from CCTV and motion sensors&nbsp; to home and fire alarms.&nbsp;</span></p></div> <a data-display-type="block" class="u_1877034860 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/get-quote" id="1877034860" data-element-type="dButtonLinkId" link_type="popup" popup_target="get-quote"> <span class="iconBg" id="1450476048"> <span class="icon hasFontIcon icon-star" id="1454691178"></span>
  654. </span>
  655. <span class="text" id="1510659786">GET QUOTE</span>
  656. </a>
  657. </div>
  658. <div class="dmRespCol small-12 u_1259017056 large-3 medium-3" id="1259017056"> <div class="u_1006860497 graphicWidget" data-widget-type="graphic" id="1006860497" data-element-type="graphic"> <a href="/services#Repair" id="1840129850" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1479778515" class="svg u_1479778515" data-icon-name="li_tools"> <path d="M84.9,63.5c-2.3-2.3-5.3-3.6-8.6-3.6c-2.9,0-5.6,1-7.7,2.9L55.8,50l21.3-21.3l0.8,0.8l7.8-7.8l-3.1-3.1l-7.8,7.8l0.8,0.8
  659. L54.2,48.4L41.4,35.6c1.8-2.2,2.9-4.9,2.9-7.7c0-3.2-1.3-6.3-3.6-8.6c-3-3-7.5-4.2-11.7-3.1l-1.9,0.5l7.3,7.3l-6.3,6.3l-7.3-7.3
  660. l-0.5,1.9c-1.1,4.2,0.1,8.7,3.1,11.7c2.3,2.3,5.3,3.6,8.6,3.6l0,0c2.9,0,5.6-1,7.7-2.9L52.6,50L38.3,64.3l-3.9-3.9L21.9,72.9
  661. c-1.3,1.3-1.9,2.9-1.9,4.7c0,1.8,0.7,3.4,1.9,4.7c1.3,1.3,2.9,1.9,4.7,1.9c1.8,0,3.4-0.7,4.7-1.9l12.5-12.5l-3.9-3.9l14.3-14.3
  662. L67,64.4c-1.8,2.2-2.9,4.9-2.9,7.7c0,3.2,1.3,6.3,3.6,8.6c2.3,2.3,5.3,3.5,8.5,3.5c1.1,0,2.1-0.1,3.2-0.4l1.9-0.5L74,76l6.2-6.3
  663. l7.3,7.3l0.5-1.9C89.1,71,87.9,66.5,84.9,63.5z M32.1,37.8L32.1,37.8c-2.7,0-5.2-1-7-2.9c-2-2-3-4.7-2.9-7.6l6,6l9.4-9.4l-6-6
  664. c2.8-0.2,5.6,0.9,7.5,2.9c1.9,1.9,2.9,4.4,2.9,7c0,2.7-1,5.2-2.9,7C37.2,36.8,34.7,37.8,32.1,37.8z M29.7,80.7
  665. c-1.7,1.7-4.6,1.7-6.2,0c-0.8-0.8-1.3-1.9-1.3-3.1c0-1.2,0.5-2.3,1.3-3.1l10.9-10.9l6.3,6.3L29.7,80.7z M80.2,66.6L70.8,76l6,6
  666. c-0.2,0-0.4,0-0.6,0c-2.6,0-5.1-1-7-2.9c-1.9-1.9-2.9-4.4-2.9-7c0-2.7,1-5.2,2.9-7c1.9-1.9,4.4-2.9,7-2.9c2.7,0,5.2,1,7,2.9
  667. c2,2,3,4.7,2.9,7.6L80.2,66.6z"></path>
  668. </svg>
  669. </a>
  670. </div>
  671. <h4 class="u_1537017889 dmNewParagraph" id="1537017889" style="display: block;" data-element-type="paragraph"><div><span>Repair</span></div></h4> <div class="u_1894010598 dmNewParagraph" id="1894010598" style="transition: none 0s ease 0s; display: block;" data-version="4"><p class="text-align-center"><span style="display: unset;">Wondering whether you should throw something away or have it repaired? We'll give you an expert opinion.</span></p></div> <a data-display-type="block" class="u_1015186613 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/get-quote" id="1015186613" data-element-type="dButtonLinkId" link_type="popup" popup_target="get-quote"> <span class="iconBg" id="1475495103"> <span class="icon hasFontIcon icon-star" id="1402809007"></span>
  672. </span>
  673. <span class="text" id="1331857066">GET QUOTE</span>
  674. </a>
  675. </div>
  676. </div>
  677. </div>
  678. <div class="dmRespRow" id="1763260663"> <div class="dmRespColsWrapper" id="1093814235"> <div class="dmRespCol large-12 medium-12 small-12" id="1039386966"> <a data-display-type="block" class="u_1646461752 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/services" data-element-type="dButtonLinkId" id="1646461752"> <span class="iconBg" id="1216371924"> <span class="icon hasFontIcon icon-star" id="1697960266"></span>
  679. </span>
  680. <span class="text" id="1599517953">View All Services</span>
  681. </a>
  682. </div>
  683. </div>
  684. </div>
  685. <div class="u_1825577576 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1825577576"> <div class="dmRespColsWrapper" id="1052123129"> <div class="dmRespCol small-12 medium-12 large-12 u_1753790936" id="1753790936"> <div class="u_1992213441 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="asymetric3" data-desktop-columns="2" data-element-type="dPhotoGalleryId" data-desktop-text-layout="fixed" id="1992213441" data-rows-to-show="100" data-placeholder="false" data-image-hover-effect="reverse-grayscale" data-desktop-caption-alignment="center_center" data-tablet-text-layout="fixed" data-tablet-caption-alignment="center_center" data-mobile-text-layout="fixed" data-mobile-caption-alignment="center_center" data-mobile-columns="1" data-mobile-layout="square" data-link-gallery="true" data-tablet-layout="square" data-tablet-columns="2"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1028889093"> <li class="photoGalleryThumbs" id="1812687372"> <div class="image-container" id="1119644578"> <a data-dm-multisize-attr="href" data-image-url="https://irp-cdn.multiscreensite.com/ff065ab7/dms3rep/multi/IMG-20200612-WA0020.jpg" id="1111472193" class="u_1111472193"><img irh="" irw="" alt="" data-src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/IMG-20200612-WA0020-1920w.jpg" id="1393572284" class="" onerror="handleImageLoadError(this)"/></a>
  686. </div>
  687. <div class="caption-container" style="display:none" id="1588892894"> <span class="caption-inner" id="1245748473"> <a class="caption-button dmWidget clearfix" id="1816958461"> <span class="iconBg" id="1888424670"> <span class="icon hasFontIcon icon-star" id="1855672099"></span>
  688. </span>
  689. <span class="text" id="1732411153">Button</span>
  690. </a>
  691. </span>
  692. </div>
  693. </li>
  694. <li class="photoGalleryThumbs" id="1556742538"> <div class="image-container" id="1101948578"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/ff065ab7/dms3rep/multi/IMG-20191223-WA0007.jpg" id="1385424222" class="u_1385424222"><img irh="" irw="" alt="" data-src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/IMG-20191223-WA0007-1920w.jpg" id="1190203343" class="" onerror="handleImageLoadError(this)"/></a>
  695. </div>
  696. <div class="caption-container" style="display:none" id="1292715573"> <span class="caption-inner" id="1539040968"> <a class="caption-button dmWidget clearfix" id="1779517739"> <span class="iconBg" id="1838481159"> <span class="icon hasFontIcon icon-star" id="1022539838"></span>
  697. </span>
  698. <span class="text" id="1700707643">Button</span>
  699. </a>
  700. </span>
  701. </div>
  702. </li>
  703. <li index="3" class="photoGalleryThumbs" id="1699831271"> <div class="image-container" id="1660330212"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.dwhitelabel.com/ce88273b0d424834be279b9fc0db7d4b/dms3rep/multi/empty_02.png" id="1401732066" class="u_1401732066 has-link" href="/services" file="false" data-link-url="/site/f390d212a649495b91f1281d6a910cab/services?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true"><img data-src="https://cdn.dwhitelabel.com/ce88273b0d424834be279b9fc0db7d4b/dms3rep/multi/empty_02.png" irh="4" irw="5" id="1182401234" class="" onerror="handleImageLoadError(this)"/></a>
  704. </div>
  705. <div class="caption-container u_1038158230" id="1038158230"> <span class="caption-inner" id="1922410578"> <h3 class="caption-title u_1952469570" id="1952469570">Recent Projects</h3>
  706. <div class="caption-text u_1855269651" id="1855269651"><p class="rteBlock">View more of our recent work in our gallery.</p></div> <a class="caption-button dmWidget clearfix u_1156867854" id="1156867854" file="false" link-modified="true" href="/gallery"> <span class="iconBg" id="1058723657"> <span class="icon hasFontIcon icon-star" id="1279357868"></span>
  707. </span>
  708. <span class="text" id="1527712364">View More</span>
  709. </a>
  710. </span>
  711. </div>
  712. </li>
  713. <li class="photoGalleryThumbs" id="1661573854"> <div class="image-container" id="1119082583"> <a data-dm-multisize-attr="href" data-image-url="https://irp-cdn.multiscreensite.com/ff065ab7/dms3rep/multi/IMG-20190323-WA0001.jpg" id="1904987359" class="u_1904987359"><img irh="" irw="" alt="" data-src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/IMG-20190323-WA0001-1920w.jpg" id="1042957691" class="" onerror="handleImageLoadError(this)"/></a>
  714. </div>
  715. <div class="caption-container" style="display:none" id="1020298713"> <span class="caption-inner" id="1545059260"> <a class="caption-button dmWidget clearfix" id="1272087232"> <span class="iconBg" id="1397712333"> <span class="icon hasFontIcon icon-star" id="1830311921"></span>
  716. </span>
  717. <span class="text" id="1117094792">Button</span>
  718. </a>
  719. </span>
  720. </div>
  721. </li>
  722. </ul>
  723. <div class="photoGalleryViewAll link" isall="true" data-viewall="View more" data-viewless="View less" style="display:none;" id="1347307223"></div>
  724. </div>
  725. </div>
  726. </div>
  727. </div>
  728. <div class="u_1774893051 dmRespRow" style="text-align: center;" id="1774893051"> <div class="dmRespColsWrapper" id="1513084117"> <div class="dmRespCol small-12 medium-12 large-12" id="1135092422"> <span id="1887385306"></span>
  729. <h2 class="u_1820447586 dmNewParagraph" id="1820447586" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><div style="text-align: center;"><font style="color: rgb(7, 7, 7);">Why people choose us</font></div></h2> <div class="dmNewParagraph u_1856112345" data-element-type="paragraph" data-version="5" id="1856112345" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 class="text-align-center size-24 m-size-17"><span class="font-size-24 m-font-size-17" style="display: initial; color: rgb(140, 37, 41);">As Their Preferred Electrician In Rhode Island.</span></h3>
  730. </div>
  731. </div>
  732. </div>
  733. </div>
  734. <div class="u_1875702818 dmRespRow fullBleedChanged fullBleedMode" id="1875702818"> <div class="dmRespColsWrapper" id="1353474198"> <div class="dmRespCol large-12 medium-12 small-12" id="1008503319"> <div class="widget-9a69ba u_1662067619 dmCustomWidget" data-lazy-load="" data-title="" id="1662067619" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="9a69baa197c14828bb39c3eeb011bdbb" data-widget-version="5" data-widget-config="eyJkb3RzIjp0cnVlLCJhcnJvd3MiOmZhbHNlLCJtb2JpbGUiOiIxIiwiYXV0b3BsYXkiOmZhbHNlLCJsYXlvdXQiOiJkb3duIiwidGVzdGltb25pYWxzTGlzdCI6W3siYWRkUmF0aW5nIjpmYWxzZSwidGVzdGltb25pYWxUeHQiOiJNJk0gRWxlY3RyaWMgaGFzIGJlZW4gd29ya2luZyB3aXRoIHVzIG9uIG91ciBwcm9wZXJ0aWVzIGZvciB0aGUgcGFzdCA3IHllYXJzLiBGcm9tIGZ1bGwgcmV3aXJpbmcgb2YgcHJvcGVydGllcywgdG8gZmlyZSBhbGFybSBzeXN0ZW1zLCB0byBzbWFsbCBlbGVjdHJpY2FsIHByb2plY3RzIOKAkyB0aGV5IGFyZSBhbHdheXMgdGhlcmUgZm9yIHVzISBXZSBkb27igJl0IGNvbnNpZGVyIE0mTSBhcyBqdXN0IGFub3RoZXIgY29udHJhY3RvciDigJMgd2UgY29uc2lkZXIgdGhlbSBhcyDigJhQYXJ0bmVyc+KAmSB0aGF0IHdvcmsgc2lkZSBieSBzaWRlIHdpdGggdXMgb24gb3VyIHByb2plY3RzIOKAkyB3aGljaCBpcyBzbyBpbXBvcnRhbnQgaW4gdGhpcyBkYXkgaW4gYWdlIeKAnSIsImF1dGhvclR4dCI6IkNhcmxvcyBWYXJ1bSIsInJhdGluZyI6InN0YXI1IiwiaW1nQWx0IjoiIiwiaW1nU3JjIjoiaHR0cHM6Ly9pcnAtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vZmYwNjVhYjcvZG1zM3JlcC9tdWx0aS9xdW90ZS5wbmcifSx7ImFkZFJhdGluZyI6bnVsbCwidGVzdGltb25pYWxUeHQiOiJJIGhhdmUgdXNlZCB0aGVpciBzZXJ2aWNlcyBmb3Igb3ZlciAxMCB5ZWFycyBhbmQgaGF2ZSBhbHdheXMgYmVlbiBtb3JlIHRoYW4gc2F0aXNmaWVkLiBUaGV5IGFsd2F5cyBwcm92aWRlIGV4Y2VsbGVudCBwcm9mZXNzaW9uYWwgc2VydmljZSBhdCBmYWlyIGFuZCByZWFzb25hYmxlIHJhdGVzLiBJIGhhdmUgcmVmZXJyZWQgTSAmTSBFbGVjdHJpYyB0byBhbGwgbXkgZnJpZW5kcywgZmFtaWx5ICYgcmVhbCBlc3RhdGUgY2xpZW50cy4gVGhlc2UgcGVvcGxlIGFsd2F5cyBnZXQgYmFjayB0byBtZSBhbmQgdGhhbmsgbWUgZm9yIGludHJvZHVjaW5nIHRoZW0gdG8gTSZNLiIsImF1dGhvclR4dCI6IkppbSBEZWxCb25pcyIsInJhdGluZyI6InN0YXI1IiwiaW1nQWx0IjoiIiwiaW1nU3JjIjoiaHR0cHM6Ly9pcnAtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vZmYwNjVhYjcvZG1zM3JlcC9tdWx0aS9xdW90ZS5wbmcifSx7ImFkZFJhdGluZyI6bnVsbCwidGVzdGltb25pYWxUeHQiOiJNJk0gRWxlY3RyaWMgaXMgZGVwZW5kYWJsZSwgcHJvZmVzc2lvbmFsIGFuZCBjb3VydGVvdXMuIFdlIGhhdmUgYSBjb21wbGV4IGNvbW11bml0eSBjb25zaXN0aW5nIG9mIDMgaGlnaCByaXNlIGJ1aWxkaW5ncyB3aXRoIGFsbW9zdCA0NTAgcmVzaWRlbnRpYWwgYXBhcnRtZW50cywgMyB1bmRlcmdyb3VuZCBwYXJraW5nIGdhcmFnZXMuIFRoZSBuZWVkIGZvciBhIHJlbGlhYmxlIGNvbnRyYWN0b3IgZ29lcyB3aXRob3V0IHNheWluZy4gSWYgeW91IGFyZSBpbiBuZWVkIG9mIGFuIGVsZWN0cmljYWwgY29udHJhY3RvciwgSSB3b3VsZCBoaWdobHkgcmVjb21tZW5kIE0mTSBFbGVjdHJpYy4iLCJhdXRob3JUeHQiOiJTYXJhaCBTaW1zIiwicmF0aW5nIjoic3RhcjUiLCJpbWdBbHQiOiIiLCJpbWdTcmMiOiJodHRwczovL2lycC1jZG4ubXVsdGlzY3JlZW5zaXRlLmNvbS9mZjA2NWFiNy9kbXMzcmVwL211bHRpL3F1b3RlLnBuZyJ9LHsiYWRkUmF0aW5nIjpudWxsLCJ0ZXN0aW1vbmlhbFR4dCI6IkknbSBleHRyZW1lbHkgc2F0aXNmaWVkIHdpdGggdGhlIHByb2Zlc3Npb25hbGlzbSBkaXNwbGF5ZWQgYnkgTSZNIEVsZWN0cmljLiBJIGxvdmUgTSZNIEVsZWN0cmljISBNZWx2eW4gaXMgc3VjaCBhIG5pY2UgcGVyc29uIGFuZCBhbHdheXMgdHJpZXMgdG8gZmluZCB0aGUgbW9zdCBlY29ub21pY2FsIHNvbHV0aW9ucyB3aXRob3V0IGN1dHRpbmcgY29ybmVycyEgSSBhbSB2ZXJ5IHBpY2t5IGFib3V0IHRoZSB3b3JrIHRoYXQgbmVlZHMgdG8gYmUgZG9uZSwgYnV0IE0mTSBleGNlZWRzIGFsbCBteSBleHBlY3RhdGlvbnMgZXZlcnkgdGltZS4gSGlnaGx5IFJlY29tbWVuZCEiLCJhdXRob3JUeHQiOiJNaWtlIiwicmF0aW5nIjoic3RhcjUiLCJpbWdBbHQiOiIiLCJpbWdTcmMiOiJodHRwczovL2lycC1jZG4ubXVsdGlzY3JlZW5zaXRlLmNvbS9mZjA2NWFiNy9kbXMzcmVwL211bHRpL3F1b3RlLnBuZyJ9LHsiYWRkUmF0aW5nIjpudWxsLCJ0ZXN0aW1vbmlhbFR4dCI6Ik0mTSBFbGVjdHJpYyBpcyBwcm9mZXNzaW9uYWwsIGNvdXJ0ZW91cywgYW5kIGFsd2F5cyBkbyBhIHN1cGVyYiBqb2IuIEkgZmlyc3QgdXNlZCBNJk0gRWxlY3RyaWMgd2hlbiB0cnlpbmcgdG8gZ2V0IGEgSG90IFR1YiBjb21wYW55IHRvIGhvbm9yIHRoZWlyIHdhcnJhbnR5LiBNZWx2eW4gd2VudCBhYm92ZSBhbmQgYmV5b25kIHRvIHByb3ZlIGl0IHdhcyBhIGhvdCB0dWIgaXNzdWUgYW5kIG5vdCBlbGVjdHJpY2FsLiBFdmVyIHNpbmNlLCBJIGhhdmVu4oCZdCBjYWxsZWQgYW55b25lIGVsc2UgYnV0IE0mTSB0byBzb2x2ZSBteSBlbGVjdHJpY2FsIG5lZWRzLiIsImF1dGhvclR4dCI6Ik1hZ2dpZSBDYWxkd2VsbCIsInJhdGluZyI6InN0YXI1IiwiaW1nQWx0IjoiIiwiaW1nU3JjIjoiaHR0cHM6Ly9pcnAtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vZmYwNjVhYjcvZG1zM3JlcC9tdWx0aS9xdW90ZS5wbmcifSx7ImFkZFJhdGluZyI6bnVsbCwidGVzdGltb25pYWxUeHQiOiLigJxUaGlzIGNvbXBhbnkgaXMgcmVsaWFibGUsIHByb2Zlc3Npb25hbCwgYW5kIHRydXN0d29ydGh5LuKAnSBPdmVyIHRoZSBwYXN0IDEwIHllYXJzIE0mTSBFbGVjdHJpYywgaGFzIGRvbmUgd29yayBvbiBteSBoaXN0b3JpYyBob21lIGFuZCBJ4oCZdmUgYWx3YXlzIGJlZW4gc2F0aXNmaWVkIHdpdGggdGhlIGhpZ2ggcXVhbGl0eSBvZiB3b3JrLiBJIGhpZ2hseSByZWNvbW1lbmQgdGhpcyBjb21wYW55IGZvciB0aGUgaGlnaCBxdWFsaXR5IG9mIHRoZWlyIHdvcmshIiwiYXV0aG9yVHh0IjoiQW5uIE1hcmllIEJvbHZpbiIsInJhdGluZyI6InN0YXI1IiwiaW1nQWx0IjoiIiwiaW1nU3JjIjoiaHR0cHM6Ly9pcnAtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vZmYwNjVhYjcvZG1zM3JlcC9tdWx0aS9xdW90ZS5wbmcifSx7ImFkZFJhdGluZyI6bnVsbCwidGVzdGltb25pYWxUeHQiOiJNZWx2eW4gYW5kIGhpcyB0ZWFtIG9mIHByb2Zlc3Npb25hbCBza2lsbGVkIHdvcmtlcnMgaGF2ZSB0YWtlbiBjYXJlIG9mIG15IGZpcmUgYWxhcm0gc3lzdGVtIGFuZCByZWhhYiBuZWVkcyB3aXRoIGhvbmVzdCBmYWlyIHByaWNlcy4gVGhleSBnZXQgdGhlIGpvYiBkb25lIGFzIHF1aWNrbHkgYXMgcG9zc2libGUgd2l0aCB0b3AgcXVhbGl0eSB3b3JrLiBJIHdvdWxkIGhpZ2hseSByZWNvbW1lbmQgTSZNIEVsZWN0cmljLiIsImF1dGhvclR4dCI6IlN1c2FuIEJsYWtlIiwicmF0aW5nIjoic3RhcjQiLCJpbWdBbHQiOiIiLCJpbWdTcmMiOiJodHRwczovL2lycC1jZG4ubXVsdGlzY3JlZW5zaXRlLmNvbS9mZjA2NWFiNy9kbXMzcmVwL211bHRpL3F1b3RlLnBuZyJ9LHsiYWRkUmF0aW5nIjpudWxsLCJ0ZXN0aW1vbmlhbFR4dCI6Ik1lbHZ5biBpcyB2ZXJ5IHByb2Zlc3Npb25hbCBhbmQga25vd2xlZGdlYWJsZSwgZXhjZWxsZW50IGluIGhpcyBmaWVsZC4gSGUga25vd3Mgd2hhdCBoZSBpcyBkb2luZyBhbmQgZG9lcyBpdCBlZmZpY2llbnRseS4gSSBoYWQgdGhlbSByZXdpcmUgYSB3aG9sZSB1bml0LCBpdCB3YXMgY29tcGxldGVkIGluIGEgdGltZWx5IG1hbm5lciBhbmQgd2FzIGRvbmUgd2VsbC4gSSB3b3VsZCBkZWZpbml0ZWx5IGhpcmUgaGltIGZvciBteSBuZXh0IHByb2plY3RzLiIsImF1dGhvclR4dCI6Ikh1YSBZYW5nIiwicmF0aW5nIjoic3RhcjUiLCJpbWdBbHQiOiIiLCJpbWdTcmMiOiJodHRwczovL2lycC1jZG4ubXVsdGlzY3JlZW5zaXRlLmNvbS9mZjA2NWFiNy9kbXMzcmVwL211bHRpL3F1b3RlLnBuZyJ9LHsiYWRkUmF0aW5nIjpudWxsLCJ0ZXN0aW1vbmlhbFR4dCI6IlRoZXnigJlyZSBwcm9tcHQsIHByb2Zlc3Npb25hbCwgZmFpcmx5IHByaWNlZCBhbmQgY29tcGxldGUgZXZlcnkgam9iIGFncmVlZCB0by4gTSZNIEVsZWN0cmljLCBzdGFuZHMgYWJvdmUgYWxsIGVsZWN0cmljIGNvbXBhbmllcyBJ4oCZdmUgdXNlZCBpbiBSaG9kZSBJc2xhbmQgZHVlIGluIGxhcmdlIHBhcnQgdG8gdGhlaXIgZWxlY3RyaWNhbCBza2lsbHMgYW5kIGhvdyB3ZWxsIHRoZXkgdHJlYXQgY3VzdG9tZXJzLiIsImF1dGhvclR4dCI6IkNocmlzdG9waGVyIEouIE1vc3MiLCJyYXRpbmciOiJzdGFyNSIsImltZ0FsdCI6IiIsImltZ1NyYyI6Imh0dHBzOi8vaXJwLWNkbi5tdWx0aXNjcmVlbnNpdGUuY29tL2ZmMDY1YWI3L2RtczNyZXAvbXVsdGkvcXVvdGUucG5nIn0seyJhZGRSYXRpbmciOm51bGwsInRlc3RpbW9uaWFsVHh0IjoiSSBhbSB2ZXJ5IHBsZWFzZWQgd2l0aCB0aGUgc2VydmljZS4gSSB3aWxsIHVzZSB0aGVtIGFnYWluIGFuZCByZWNvbW1lbmQgdGhlbSB0byBhbnlvbmUgaW4gbmVlZCBvZiBhbiBlbGVjdHJpY2lhbiBpbiBSaG9kZSBJc2xhbmQuIiwiYXV0aG9yVHh0IjoiTWFyYyBMZXdpbiIsInJhdGluZyI6InN0YXI1IiwiaW1nQWx0IjoiIiwiaW1nU3JjIjoiaHR0cHM6Ly9pcnAtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vZmYwNjVhYjcvZG1zM3JlcC9tdWx0aS9xdW90ZS5wbmcifSx7ImFkZFJhdGluZyI6bnVsbCwidGVzdGltb25pYWxUeHQiOiJEdXJpbmcgTW9uZGF5IG1vcm5pbmcgc25vdyBzdG9ybSBhIHRyZWUgaGFkIGZhbGxlbiBhbmQgcHVsbGVkIHRoZSB3aXJlIGZyb20gbXkgcmVudGFsIHByb3BlcnR5LiBJIGNhbGxlZCB0aHJlZSBlbGVjdHJpY2lhbnMgbSZtIGVsZWN0cmljIGdhdmUgbWUgdGhlIGJlc3QgcHJpY2UgZGlkIHRoZSBqb2IgdGhlIHZlcnkgbmV4dCBkYXkgaGFkIHRoZSBlbGVjdHJpYyB1cCBhbmQgcnVubmluZyBieSB0aGUgdGltZSBteSB0ZW5hbnQgZ290IGJhY2sgZnJvbSB3b3JrLiBJIHdvdWxkIGhpZ2hseSByZWNvbW1lbmQgdGhlbSB0byBhbnlvbmUuIiwiYXV0aG9yVHh0IjoiSGVucmlxdWUgTmV2ZXMiLCJyYXRpbmciOiJzdGFyNSIsImltZ0FsdCI6IiIsImltZ1NyYyI6Imh0dHBzOi8vaXJwLWNkbi5tdWx0aXNjcmVlbnNpdGUuY29tL2ZmMDY1YWI3L2RtczNyZXAvbXVsdGkvcXVvdGUucG5nIn0seyJhZGRSYXRpbmciOm51bGwsInRlc3RpbW9uaWFsVHh0Ijoi4oCcUFJPRkVTU0lPTkFMIFJFTElBQkxFIFJFQVNPTkFCTEUu4oCdPGJyPkdyZWF0IHNlcnZpY2UuIENhbGxlZCBUdWVzZGF5IGxvb2tpbmcgdG8gZ2V0IHNvbWUgb3V0bGV0cyByZXBhaXJlZCBhbmQgYSBDZWlsaW5nIGxpZ2h0IGluc3RhbGxlZCB3aXRoaW4gdGhlIHdlZWsuIFRoZXkgbWFkZSBpdCBvdXQgVGh1cnNkYXksIGdvdCBhbGwgdGhlIHdvcmsgZG9uZSBhbmQgd2VyZSBwbGVhc2FudCBhbmQgcHJvZmVzc2lvbmFsLiBIaWdobHkgcmVjb21tZW5kLCB0aGV54oCZdmUgYmVjb21lIG15IGdvIHRvIGVsZWN0cmljaWFuLiIsImF1dGhvclR4dCI6Ikp1c3RpbiBTbWl0aCIsInJhdGluZyI6InN0YXI1IiwiaW1nQWx0IjoiIiwiaW1nU3JjIjoiaHR0cHM6Ly9pcnAtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vZmYwNjVhYjcvZG1zM3JlcC9tdWx0aS9xdW90ZS5wbmcifV0sInRhYmxldCI6IjIiLCJkcmFnZ2FibGUiOnRydWUsImRpc3BsYXlTbGlkZSI6IjMiLCJhbmltU3BlZWQiOiIzMDAiLCJhZGFIZWlnaHQiOm51bGwsImludGVydmFsIjoiNTAwMCIsImFycnciOiJhbmdsZSIsIm5hdlNpemUiOiIyeCIsInNob3dJY29uIjp0cnVlfQ=="> <div class="testimonialSlider" id="dblock"><!--Layout 1 Default--> <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  735. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  736.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  737.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  738.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  739.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  740.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  741. </svg>
  742. </div>
  743. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  744.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  745.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  746.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  747.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  748.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  749. </svg>
  750. </div>
  751. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  752.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  753.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  754.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  755.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  756.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  757. </svg>
  758. </div>
  759. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  760.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  761.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  762.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  763.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  764.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  765. </svg>
  766. </div>
  767. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  768.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  769.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  770.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  771.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  772.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  773. </svg>
  774. </div>
  775. </div>
  776. <!-- --> <div class="textContainer"> <div class="testimonialTxt">M&amp;M Electric has been working with us on our properties for the past 7 years. From full rewiring of properties, to fire alarm systems, to small electrical projects &ndash; they are always there for us! We don&rsquo;t consider M&amp;M as just another contractor &ndash; we consider them as &lsquo;Partners&rsquo; that work side by side with us on our projects &ndash; which is so important in this day in age!&rdquo;</div>
  777. <h4 class="authorTxt">Carlos Varum</h4>
  778. </div>
  779. </div>
  780. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  781. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  782.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  783.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  784.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  785.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  786.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  787. </svg>
  788. </div>
  789. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  790.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  791.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  792.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  793.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  794.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  795. </svg>
  796. </div>
  797. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  798.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  799.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  800.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  801.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  802.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  803. </svg>
  804. </div>
  805. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  806.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  807.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  808.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  809.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  810.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  811. </svg>
  812. </div>
  813. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  814.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  815.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  816.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  817.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  818.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  819. </svg>
  820. </div>
  821. </div>
  822. <!-- --> <div class="textContainer"> <div class="testimonialTxt">I have used their services for over 10 years and have always been more than satisfied. They always provide excellent professional service at fair and reasonable rates. I have referred M &amp;M Electric to all my friends, family &amp; real estate clients. These people always get back to me and thank me for introducing them to M&amp;M.</div>
  823. <h4 class="authorTxt">Jim DelBonis</h4>
  824. </div>
  825. </div>
  826. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  827. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  828.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  829.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  830.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  831.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  832.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  833. </svg>
  834. </div>
  835. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  836.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  837.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  838.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  839.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  840.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  841. </svg>
  842. </div>
  843. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  844.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  845.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  846.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  847.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  848.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  849. </svg>
  850. </div>
  851. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  852.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  853.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  854.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  855.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  856.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  857. </svg>
  858. </div>
  859. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  860.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  861.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  862.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  863.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  864.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  865. </svg>
  866. </div>
  867. </div>
  868. <!-- --> <div class="textContainer"> <div class="testimonialTxt">M&amp;M Electric is dependable, professional and courteous. We have a complex community consisting of 3 high rise buildings with almost 450 residential apartments, 3 underground parking garages. The need for a reliable contractor goes without saying. If you are in need of an electrical contractor, I would highly recommend M&amp;M Electric.</div>
  869. <h4 class="authorTxt">Sarah Sims</h4>
  870. </div>
  871. </div>
  872. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  873. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  874.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  875.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  876.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  877.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  878.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  879. </svg>
  880. </div>
  881. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  882.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  883.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  884.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  885.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  886.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  887. </svg>
  888. </div>
  889. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  890.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  891.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  892.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  893.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  894.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  895. </svg>
  896. </div>
  897. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  898.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  899.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  900.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  901.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  902.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  903. </svg>
  904. </div>
  905. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  906.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  907.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  908.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  909.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  910.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  911. </svg>
  912. </div>
  913. </div>
  914. <!-- --> <div class="textContainer"> <div class="testimonialTxt">I'm extremely satisfied with the professionalism displayed by M&amp;M Electric. I love M&amp;M Electric! Melvyn is such a nice person and always tries to find the most economical solutions without cutting corners! I am very picky about the work that needs to be done, but M&amp;M exceeds all my expectations every time. Highly Recommend!</div>
  915. <h4 class="authorTxt">Mike</h4>
  916. </div>
  917. </div>
  918. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  919. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  920.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  921.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  922.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  923.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  924.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  925. </svg>
  926. </div>
  927. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  928.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  929.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  930.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  931.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  932.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  933. </svg>
  934. </div>
  935. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  936.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  937.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  938.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  939.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  940.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  941. </svg>
  942. </div>
  943. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  944.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  945.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  946.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  947.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  948.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  949. </svg>
  950. </div>
  951. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  952.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  953.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  954.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  955.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  956.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  957. </svg>
  958. </div>
  959. </div>
  960. <!-- --> <div class="textContainer"> <div class="testimonialTxt">M&amp;M Electric is professional, courteous, and always do a superb job. I first used M&amp;M Electric when trying to get a Hot Tub company to honor their warranty. Melvyn went above and beyond to prove it was a hot tub issue and not electrical. Ever since, I haven&rsquo;t called anyone else but M&amp;M to solve my electrical needs.</div>
  961. <h4 class="authorTxt">Maggie Caldwell</h4>
  962. </div>
  963. </div>
  964. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  965. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  966.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  967.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  968.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  969.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  970.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  971. </svg>
  972. </div>
  973. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  974.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  975.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  976.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  977.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  978.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  979. </svg>
  980. </div>
  981. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  982.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  983.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  984.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  985.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  986.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  987. </svg>
  988. </div>
  989. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  990.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  991.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  992.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  993.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  994.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  995. </svg>
  996. </div>
  997. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  998.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  999.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1000.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1001.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1002.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1003. </svg>
  1004. </div>
  1005. </div>
  1006. <!-- --> <div class="textContainer"> <div class="testimonialTxt">&ldquo;This company is reliable, professional, and trustworthy.&rdquo; Over the past 10 years M&amp;M Electric, has done work on my historic home and I&rsquo;ve always been satisfied with the high quality of work. I highly recommend this company for the high quality of their work!</div>
  1007. <h4 class="authorTxt">Ann Marie Bolvin</h4>
  1008. </div>
  1009. </div>
  1010. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  1011. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1012.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1013.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1014.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1015.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1016.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1017. </svg>
  1018. </div>
  1019. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1020.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1021.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1022.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1023.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1024.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1025. </svg>
  1026. </div>
  1027. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1028.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1029.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1030.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1031.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1032.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1033. </svg>
  1034. </div>
  1035. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1036.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1037.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1038.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1039.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1040.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1041. </svg>
  1042. </div>
  1043. </div>
  1044. <!-- --> <div class="textContainer"> <div class="testimonialTxt">Melvyn and his team of professional skilled workers have taken care of my fire alarm system and rehab needs with honest fair prices. They get the job done as quickly as possible with top quality work. I would highly recommend M&amp;M Electric.</div>
  1045. <h4 class="authorTxt">Susan Blake</h4>
  1046. </div>
  1047. </div>
  1048. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  1049. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1050.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1051.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1052.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1053.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1054.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1055. </svg>
  1056. </div>
  1057. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1058.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1059.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1060.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1061.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1062.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1063. </svg>
  1064. </div>
  1065. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1066.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1067.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1068.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1069.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1070.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1071. </svg>
  1072. </div>
  1073. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1074.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1075.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1076.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1077.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1078.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1079. </svg>
  1080. </div>
  1081. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1082.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1083.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1084.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1085.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1086.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1087. </svg>
  1088. </div>
  1089. </div>
  1090. <!-- --> <div class="textContainer"> <div class="testimonialTxt">Melvyn is very professional and knowledgeable, excellent in his field. He knows what he is doing and does it efficiently. I had them rewire a whole unit, it was completed in a timely manner and was done well. I would definitely hire him for my next projects.</div>
  1091. <h4 class="authorTxt">Hua Yang</h4>
  1092. </div>
  1093. </div>
  1094. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  1095. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1096.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1097.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1098.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1099.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1100.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1101. </svg>
  1102. </div>
  1103. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1104.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1105.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1106.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1107.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1108.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1109. </svg>
  1110. </div>
  1111. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1112.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1113.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1114.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1115.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1116.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1117. </svg>
  1118. </div>
  1119. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1120.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1121.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1122.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1123.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1124.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1125. </svg>
  1126. </div>
  1127. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1128.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1129.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1130.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1131.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1132.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1133. </svg>
  1134. </div>
  1135. </div>
  1136. <!-- --> <div class="textContainer"> <div class="testimonialTxt">They&rsquo;re prompt, professional, fairly priced and complete every job agreed to. M&amp;M Electric, stands above all electric companies I&rsquo;ve used in Rhode Island due in large part to their electrical skills and how well they treat customers.</div>
  1137. <h4 class="authorTxt">Christopher J. Moss</h4>
  1138. </div>
  1139. </div>
  1140. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  1141. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1142.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1143.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1144.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1145.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1146.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1147. </svg>
  1148. </div>
  1149. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1150.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1151.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1152.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1153.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1154.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1155. </svg>
  1156. </div>
  1157. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1158.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1159.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1160.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1161.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1162.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1163. </svg>
  1164. </div>
  1165. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1166.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1167.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1168.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1169.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1170.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1171. </svg>
  1172. </div>
  1173. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1174.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1175.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1176.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1177.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1178.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1179. </svg>
  1180. </div>
  1181. </div>
  1182. <!-- --> <div class="textContainer"> <div class="testimonialTxt">I am very pleased with the service. I will use them again and recommend them to anyone in need of an electrician in Rhode Island.</div>
  1183. <h4 class="authorTxt">Marc Lewin</h4>
  1184. </div>
  1185. </div>
  1186. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  1187. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1188.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1189.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1190.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1191.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1192.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1193. </svg>
  1194. </div>
  1195. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1196.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1197.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1198.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1199.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1200.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1201. </svg>
  1202. </div>
  1203. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1204.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1205.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1206.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1207.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1208.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1209. </svg>
  1210. </div>
  1211. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1212.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1213.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1214.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1215.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1216.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1217. </svg>
  1218. </div>
  1219. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1220.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1221.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1222.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1223.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1224.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1225. </svg>
  1226. </div>
  1227. </div>
  1228. <!-- --> <div class="textContainer"> <div class="testimonialTxt">During Monday morning snow storm a tree had fallen and pulled the wire from my rental property. I called three electricians m&amp;m electric gave me the best price did the job the very next day had the electric up and running by the time my tenant got back from work. I would highly recommend them to anyone.</div>
  1229. <h4 class="authorTxt">Henrique Neves</h4>
  1230. </div>
  1231. </div>
  1232. <div class="mainContainer"> <div class="imgContainer"><img class="imgMe cbor" src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/quote-1920w.png" alt="" onerror="handleImageLoadError(this)"/></div>
  1233. <!-- --> <div class="starsWrapper"> <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1234.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1235.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1236.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1237.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1238.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1239. </svg>
  1240. </div>
  1241. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1242.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1243.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1244.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1245.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1246.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1247. </svg>
  1248. </div>
  1249. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1250.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1251.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1252.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1253.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1254.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1255. </svg>
  1256. </div>
  1257. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1258.                     c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1259.                     c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1260.                     c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1261.                     c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1262.                     C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1263. </svg>
  1264. </div>
  1265. <div class="starWrap"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 47.94 47.94" style="enable-background:new 0 0 47.94 47.94;" xml:space="preserve" width="20px" height="20px"> <path style="fill:#ED8A19;" d="M26.285,2.486l5.407,10.956c0.376,0.762,1.103,1.29,1.944,1.412l12.091,1.757
  1266.                         c2.118,0.308,2.963,2.91,1.431,4.403l-8.749,8.528c-0.608,0.593-0.886,1.448-0.742,2.285l2.065,12.042
  1267.                         c0.362,2.109-1.852,3.717-3.746,2.722l-10.814-5.685c-0.752-0.395-1.651-0.395-2.403,0l-10.814,5.685
  1268.                         c-1.894,0.996-4.108-0.613-3.746-2.722l2.065-12.042c0.144-0.837-0.134-1.692-0.742-2.285l-8.749-8.528
  1269.                         c-1.532-1.494-0.687-4.096,1.431-4.403l12.091-1.757c0.841-0.122,1.568-0.65,1.944-1.412l5.407-10.956
  1270.                         C22.602,0.567,25.338,0.567,26.285,2.486z"></path>
  1271. </svg>
  1272. </div>
  1273. </div>
  1274. <!-- --> <div class="textContainer"> <div class="testimonialTxt">&ldquo;PROFESSIONAL RELIABLE REASONABLE.&rdquo;<br/>Great service. Called Tuesday looking to get some outlets repaired and a Ceiling light installed within the week. They made it out Thursday, got all the work done and were pleasant and professional. Highly recommend, they&rsquo;ve become my go to electrician.</div>
  1275. <h4 class="authorTxt">Justin Smith</h4>
  1276. </div>
  1277. </div>
  1278. <!--End Layout 1--><!--Layout 2 Sideward--><!--End Layout 2--><!--Layout 3 Image Below--><!--End Layout 3--></div>
  1279. <!--Closing Slider--></div>
  1280. </div>
  1281. </div>
  1282. </div>
  1283. <div class="u_1784362286 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1784362286" mode="3"> <div class="dmRespColsWrapper" id="1287746122"> <div class="u_1483013076 dmRespCol small-12 large-6 medium-6" id="1483013076"> <div class="dmNewParagraph u_1277182372" data-element-type="paragraph" data-version="5" id="1277182372" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 class="m-size-21 size-30 text-align-left"><span class="m-font-size-21 font-size-30" style="color: rgb(255, 255, 255); display: initial;">Professional Electrician in Rhode Island</span></h3>
  1284. </div>
  1285. <div class="u_1804256667 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1804256667" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-text-align-center size-20 m-size-14"><span class="font-size-20 m-font-size-14" style="color: rgb(255, 255, 255); display: initial;">✔</span><span single-space="true" class="font-size-18 m-font-size-13" style="color: rgb(255, 255, 255); display: initial;"> <span class="font-size-18 m-font-size-13" style="color: rgb(255, 255, 255); display: initial;"></span>
  1286. </span><span class="font-size-16 m-font-size-16" style="color:rgb(255, 255, 255);font-weight:500;display:initial;font-family:Poppins, 'Poppins Fallback';" m-font-size-set="true">All our technicians are trained &amp; certified.</span></p><p class="m-text-align-center size-20 m-size-14"><span class="font-size-20 m-font-size-14" style="display: initial; color: rgb(255, 255, 255);">✔</span><span single-space="true" class="" style="display: initial; color: rgb(255, 255, 255);"> <span style="display: initial; color: rgb(255, 255, 255);"></span>
  1287. </span><span style="color:rgb(255, 255, 255);font-weight:500;display:initial;font-family:Poppins, 'Poppins Fallback';" class="m-font-size-16" m-font-size-set="true">We guarantee our work on every project.</span></p><p class="m-text-align-center size-20 m-size-14"><span class="font-size-20 m-font-size-14" style="display: initial; color: rgb(255, 255, 255);">✔</span><span single-space="true" class="" style="display: initial; color: rgb(255, 255, 255);"> <span style="display: initial; color: rgb(255, 255, 255);"></span>
  1288. </span><span style="color:rgb(255, 255, 255);font-weight:500;display:initial;font-family:Poppins, 'Poppins Fallback';" class="m-font-size-16" m-font-size-set="true">We have 30+ years of experience as electricians.</span></p><p class="m-text-align-center size-20 m-size-14"><span class="font-size-20 m-font-size-14" style="display: initial; color: rgb(255, 255, 255);">✔</span><span single-space="true" class="" style="display: initial; color: rgb(255, 255, 255);"> <span style="display: initial; color: rgb(255, 255, 255);"></span>
  1289. </span><span style="color:rgb(255, 255, 255);font-weight:500;display:initial;font-family:Poppins, 'Poppins Fallback';" class="m-font-size-16" m-font-size-set="true">We offer residential &amp; commercial services.</span><span single-space="true" class="" style="color:rgb(255, 255, 255);font-weight:500;display:initial;font-family:Poppins, 'Poppins Fallback';"> <span style="color:rgb(255, 255, 255);font-weight:500;display:initial;font-family:Poppins, 'Poppins Fallback';"></span>
  1290. </span></p></div>
  1291. <div class="u_1832204244 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1832204244" style="transition: opacity 1s ease-in-out 0s; text-align: left;"> <h3 class="m-size-18 text-align-left size-25"><span class="font-size-25 m-font-size-18" style="color: rgb(255, 255, 255); display: initial;">Need an electrician in Providence, RI or the surrounding area? We're just a call away.</span></h3>
  1292. </div>
  1293. </div>
  1294. <div class="u_1423429024 dmRespCol small-12 medium-6 large-6" id="1423429024"> <div class="u_1322857299 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1322857299" data-anim-desktop="fadeInRight"> <a id="1856141182"><img src="https://lirp.cdn-website.com/ff065ab7/dms3rep/multi/opt/van+white-with+drop+shadow+%281%29-1920w.png" alt="Electrician In Rhode Island Work Van. M&M Electric." id="1246075553" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/ff065ab7/dms3rep/multi/van+white-with+drop+shadow+%281%29.png" onerror="handleImageLoadError(this)"/></a>
  1295. </div>
  1296. </div>
  1297. </div>
  1298. </div>
  1299. <div class="dmRespRow u_1678512893" id="1678512893"> <div class="dmRespColsWrapper" id="1104109915"> <div class="dmRespCol large-12 medium-12 small-12" id="1319898116"> <div class="u_1427476606 dmNewParagraph" id="1427476606" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph" data-version="5"> <h3 class="text-align-center"><span style="display: initial; color: rgb(255, 255, 255);">Get a Free Quote Today!</span></h3>
  1300. </div> <div class="u_1476391924 dmNewParagraph" id="1476391924" style="transition: none 0s ease 0s; display: block;"><div><span style=""><font style="color: rgb(255, 255, 255);"><span style="font-weight: 600;" class="font-size-18 lh-1">We treat every project with the respect it deserves, and don't stop until you are satisfied.</span></font></span></div></div></div>
  1301. </div>
  1302. </div>
  1303. <div class="u_1924321648 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1924321648"> <div class="dmRespColsWrapper" id="1152358006"> <div class="u_1700640109 dmRespCol small-12 large-6 medium-6" id="1700640109"> <div class="u_1594547686 dmform default native-inputs" id="1594547686" data-element-type="dContactUsRespId" captcha="true" data-captcha-position="text" data-captcha-message="VGhpcyBzaXRlIGlzIHByb3RlY3RlZCBieSByZUNBUFRDSEEuIEdvb2dsZSdzIDxhIHR5cGU9InVybCIgZGF0YS1ydW50aW1lLXVybD0iaHR0cHM6Ly9wb2xpY2llcy5nb29nbGUuY29tL3ByaXZhY3kiIGhyZWY9Imh0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS9wcml2YWN5IiB0YXJnZXQ9Il9ibGFuayI+UHJpdmFjeSBQb2xpY3k8L2E+IGFuZCA8YSB0eXBlPSJ1cmwiIGRhdGEtcnVudGltZS11cmw9Imh0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS90ZXJtcyIgaHJlZj0iaHR0cHM6Ly9wb2xpY2llcy5nb29nbGUuY29tL3Rlcm1zIiB0YXJnZXQ9Il9ibGFuayI+VGVybXMgb2YgU2VydmljZTwvYT4gYXBwbHkuIA=="> <h3 class="dmform-title dmwidget-title" id="1751645110" hide="true">Home Page Form</h3>
  1304. <div class="dmform-wrapper" id="1230959289" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1581090097"> <div class="dmforminput required  small-12 dmRespDesignCol medium-6 large-6" id="1523187078"> <label for="1267286382" id="1730272192" data-dm-for="dmform-0">Name</label>
  1305. <input type="text" class="" name="dmform-0" id="1267286382"/><input type="hidden" name="label-dmform-0" value="Name" id="1346324411" class=""/></div>
  1306. <div class="dmforminput required  small-12 dmRespDesignCol medium-6 large-6" id="1815140081"> <label for="1567665709" id="1439492884" data-dm-for="dmform-2">Phone</label>
  1307. <input type="tel" class="" name="dmform-2" id="1567665709"/><input type="hidden" name="label-dmform-2" value="Phone" id="1210785455" class=""/></div>
  1308. <div class="dmforminput required  small-12 dmRespDesignCol medium-6 large-6" id="1356659638"> <label for="1501766125" id="1345921524" data-dm-for="dmform-1">Email</label>
  1309. <input type="email" class="" name="dmform-1" id="1501766125"/><input type="hidden" name="label-dmform-1" value="Email" id="1116609392" class=""/></div>
  1310. <div class="dmforminput small-12 dmRespDesignCol medium-6 large-6 required" id="1131724675"> <label for="1502716886" id="1515623955" data-dm-for="dmform-4">Service</label>
  1311. <select name="dmform-4" id="1502716886"> <option selected="" disabled="" hidden="" value="" id="1868514975"></option>
  1312. <option id="1611036563">Electrical Repairs</option>
  1313. <option id="1340861452">Outdoor Lighting</option>
  1314. <option id="1934429669">Heating &amp; Cooling</option>
  1315. <option id="1698484812">Fans &amp; Fixtures</option>
  1316. <option id="1224108366">Parking Lot Lighting</option>
  1317. <option id="1834827846">Fire Alarm (Residential)</option>
  1318. <option id="1089280347">Fire Alarm (Commercial)</option>
  1319. <option id="1592754226">Generator</option>
  1320. <option id="1523162529">Pool &amp; Spa</option>
  1321. <option id="1010455183">Electrical Signs</option>
  1322. <option id="1968832361">Electrical Panels</option>
  1323. <option id="1559019921">General Wiring</option>
  1324. <option id="1789967319">Other</option>
  1325. </select>
  1326. <input type="hidden" name="label-dmform-4" value="Service" id="1894531210" class=""/></div>
  1327. <div class="dmforminput large-12 medium-12 dmRespDesignCol required" id="1573478128"> <label for="1571692936" id="1759923979" data-dm-for="dmform-3">Message</label>
  1328. <textarea name="dmform-3" id="1571692936"></textarea>
  1329. <input type="hidden" name="label-dmform-3" value="Message" id="1875983737" class=""/></div>
  1330. <span id="1500954279" class="dmWidgetClear"></span>
  1331. <span id="1949721736" class="dmWidgetClear"></span>
  1332. <div class="dmformsubmit dmWidget R" id="1394503981"><input class="" name="submit" type="submit" value="SEND" id="1710696151"/></div>
  1333. <input name="dmformsendto" type="hidden" value="O0wrseIfFLucNsB2NLaFZLoUYr7WHBrNn0xq+ETJN9IlEoDnLLBYHA9uc8uEKPjGsOyhCPFr0d8=" id="1496274726" class="" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1561147905"/><input name="dmformfrom" type="hidden" value="Website Form" id="1724629288" class=""/><input name="dmformsubject" type="hidden" value="New Lead" id="1267171301" class=""/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrS0Hahh0tGT3j9gEKBqtb4yLTi96VbK34aKMw+aYouSq6HUvEGM7njP5lQmCy6m8KhdXP7/GEq+hsfeQUYvibtqUdS8QYzueM/oS1ROvCRl06PJ5yPqz11OPeYLbjnbnMwDLcdxN/4Fs9+llE/fDQel98yWCp38cqpOufRWgRmY7cJg7L7RUy9hUW+xt1PZS0dAlXo8IvNGxq/aszBHJnGySqRWkCzCypKg==" data-dec="true"/><input type="hidden" name="page_uuid" value="747764a6fc604f12a2e32e25a06d596c"/></form>
  1334. </div>
  1335. <div class="dmform-success" style="display:none" id="1850672906">Thank you for contacting us.<br id="1881224400"/>We will get back to you as soon as possible</div>
  1336. <div class="dmform-error" style="display:none" id="1727120812">Oops, there was an error sending your message.<br id="1127021125"/>Please try again later</div>
  1337. </div>
  1338. </div>
  1339. <div class="u_1541112158 dmRespCol small-12 large-6 medium-6" id="1541112158"> <div data-element-type="html" class="u_1439279369 dmCustomHtml" id="1439279369"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d764004.1895293888!2d-72.06688776029556!3d41.582415421747676!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e444ec7239cf5d%3A0xfde5b902f033b98f!2sM%20%26%20M%20Electric%2C%20Inc.!5e0!3m2!1sen!2sus!4v1604511633547!5m2!1sen!2sus" width="100%" height="100%" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
  1340. </div>
  1341. </div>
  1342. </div>
  1343. </div>
  1344. </div>
  1345. </div>
  1346. </div>
  1347. </div>
  1348. <div class="sticky-widgets-container-global" id="1987324012"></div>
  1349. <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1725570750 dmRespRow" id="1725570750"> <div class="dmRespColsWrapper" id="1786796403"> <div class="dmRespCol small-12 u_1393297443 medium-12 large-12" id="1393297443"> <div class="dmNewParagraph u_1339444207" data-element-type="paragraph" data-version="5" id="1339444207" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-25 text-align-center size-35"><span class="m-font-size-25 font-size-35" style="font-weight: bold; color: rgb(255, 255, 255); display: initial;">Get In Touch</span></p></div>
  1350. </div>
  1351. </div>
  1352. </div>
  1353. <div class="u_1132927641 dmRespRow" style="text-align: center;" id="1132927641" mode="1"> <div class="dmRespColsWrapper" id="1975401817"> <div class="u_1866899866 dmRespCol small-12 medium-6 large-6" id="1866899866"> <div class="u_1748133511 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1748133511"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1045593655" class="svg u_1045593655" data-icon-name="wp-phone_thin"> <g id="1344567528"> <path d="M21,14h2.4l0,0c1,0,1.9,0.6,2.2,1.6l3,9.5c0.3,0.8,0,1.7-0.6,2.3l-3.5,3.5c-0.1,0.1-0.1,0.2-0.1,0.4c0.8,1.5,2.8,4.4,6.3,8
  1354. c3.5,3.5,6.5,5.5,8,6.3c0.1,0.1,0.3,0,0.4-0.1l3.5-3.5c0.6-0.6,1.5-0.8,2.3-0.6l9.5,3c1,0.3,1.6,1.2,1.6,2.2V49c0,2-6,7-10,7
  1355. c-2.3,0-10.8-0.8-21-11l0,0C14.8,34.8,14,26.3,14,24C14,20.1,18.9,14,21,14z M26.4,43.5L26.4,43.5C36.1,53.2,43.9,54,46,54
  1356. c3,0,7.6-3.9,8-5v-2.3c0-0.1-0.1-0.3-0.2-0.3l-9.5-3c-0.1,0-0.2,0-0.3,0.1L40.5,47c-0.7,0.7-1.9,0.9-2.8,0.4
  1357. c-1.5-0.9-4.7-2.9-8.4-6.6c-3.7-3.7-5.7-6.9-6.6-8.4c-0.5-0.9-0.4-2,0.4-2.8l3.5-3.5c0.1-0.1,0.1-0.2,0.1-0.3l-3-9.5
  1358. c0-0.1-0.2-0.2-0.3-0.2l0,0L21,16c-1.1,0.4-5,4.9-5,8C16,26.1,16.8,33.9,26.4,43.5z" id="1625976318"></path>
  1359. </g>
  1360. </svg>
  1361. </div>
  1362. <div class="u_1346014496 dmNewParagraph" data-element-type="paragraph" id="1346014496" style="transition: none 0s ease 0s; text-align: left; display: block;" data-version="5"><p class="text-align-center size-20 m-size-18"><a href="tel:401-996-0429" type="call" class="font-size-20 m-font-size-18" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;text-decoration:none;font-family:Poppins, 'Poppins Fallback';" m-font-size-set="true">401-996-0429</a></p></div></div>
  1363. <div class="u_1058281560 dmRespCol small-12 medium-6 large-6" id="1058281560"> <div class="u_1076259274 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1076259274"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1347098765" class="svg u_1347098765" data-icon-name="li_open_envelope"> <path d="M50,19.6L19.7,39.8v40.6h60.7V39.8L50,19.6z M77.6,40.3l-7,4.7v-5.7H29.5V45l-7-4.7L50,21.9L77.6,40.3z M68.6,46.3L50,58.7
  1364. L31.4,46.3v-5h37.2V46.3z M21.6,78.5V42.1L50,61.1l28.4-18.9v36.3H21.6z" id="1680929143"></path>
  1365. </svg>
  1366. </div>
  1367. <div class="u_1585642615 dmNewParagraph" data-element-type="paragraph" id="1585642615" style="transition: none 0s ease 0s; text-align: left; display: block;" data-version="5"><p class="text-align-center size-18 m-size-18"><a href="mailto:mmelectricri@gmail.com" type="email" class="font-size-18 m-font-size-18" style="text-decoration: none; color: rgb(255, 255, 255); display: initial; font-weight: bold;" m-font-size-set="true">mmelectricri@gmail.com</a></p></div></div>
  1368. </div>
  1369. </div>
  1370. <div class="dmRespRow u_1017129232 fullBleedChanged fullBleedMode" style="text-align: center;" id="1017129232"> <div class="dmRespColsWrapper" id="1299134869"> <div class="dmRespCol small-12 medium-12 large-12" id="1292398319"> <div class="u_1218680362 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1218680362"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1295405403"/></div>
  1371. <div class="u_1983248976 dmNewParagraph" data-element-type="paragraph" id="1983248976" style="line-height:initial;" data-version="5"> <h3 class="text-align-center size-23"><span class="font-size-23" style="color: rgb(255, 255, 255); font-weight: 600; display: initial;">Highest Rated Electrician In Rhode Island</span></h3>
  1372. </div></div>
  1373. </div>
  1374. </div>
  1375. <div class="u_1717922093 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1717922093" mode="1"> <div class="dmRespColsWrapper" id="1716068448"> <div class="u_1336515154 dmRespCol small-12 medium-12 large-12" id="1336515154"> <div class="u_1458000449 widget-1f5975 dmCustomWidget" data-lazy-load="" data-title="" id="1458000449" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="22" data-widget-config="eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkFsbCBSaWdodHMgUmVzZXJ2ZWQuIE0mYW1wO00gRWxlY3RyaWMsIEluYy48L3A+In0="> <div class="copyright"> <div>&copy; 2024&nbsp;</div>
  1376. <div><p class="rteBlock">All Rights Reserved. M&amp;M Electric, Inc.</p></div>
  1377. </div>
  1378. </div>
  1379. <div class="u_1151624799 widget-310d8a dmCustomWidget" data-lazy-load="" data-title="" id="1151624799" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="310d8a718da54b21aa13111a9ae53e54" data-widget-version="16" data-widget-config="eyJsaW5rMSI6eyJ2YWx1ZSI6Imh0dHBzOi8vd3d3LnphbWVyYXQuY29tLyIsImxhYmVsIjoiIiwidHlwZSI6InVybCIsImhyZWYiOiJodHRwczovL3d3dy56YW1lcmF0LmNvbS8iLCJyYXdfdXJsIjoiaHR0cHM6Ly93d3cuemFtZXJhdC5jb20vIiwidGFyZ2V0IjoiX2JsYW5rIn19"> <center> <p class="paragraph-demo">Powered by <a value="https://www.zamerat.com/" label="" type="url" href="https://www.zamerat.com/" raw_url="https://www.zamerat.com/" target="_blank"> <span class="example-link">Zamerat</span>
  1380. </a>
  1381. Digital Marketing</p>
  1382. </center>
  1383. </div>
  1384. </div>
  1385. </div>
  1386. </div>
  1387. </div>
  1388. <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div>
  1389. </div>
  1390. </div>
  1391. </div>
  1392. </div>
  1393. </div>
  1394. </div>
  1395. </div>
  1396. </div>
  1397. </div>
  1398. </div>
  1399.  
  1400.    </div>
  1401. </div>
  1402. <!--  Add full CSS and Javascript before the close tag of the body if needed -->
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425. <!-- Google Fonts Include -->
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440. <!-- loadCSS function fonts.jsp-->
  1441.  
  1442.  
  1443.  
  1444. <link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Amiko:ital,wght@0,400;0,600;0,700&family=Comfortaa:ital,wght@0,300..700;1,300..700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;subset=latin-ext&amp;display=block"  as="style" fetchpriority="low" onload="loadCSS(this)" />
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450. <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global-->
  1451. <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/4376/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" />
  1452.  
  1453. <!-- End of RT CSS Include -->
  1454.  
  1455. <link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/9c3dae4271e4f5005b2ba7ad61f89269.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" />
  1456.  
  1457. <!-- Support `img` size attributes -->
  1458. <style>img[width][height] {
  1459.  height: auto;
  1460. }</style>
  1461.  
  1462. <!-- Support showing sticky element on page only -->
  1463. <style>
  1464.  body[data-page-alias="home"] #dm [data-show-on-page-only="home"] {
  1465.    display: block !important;
  1466.  }
  1467. </style>
  1468.  
  1469. <!-- This is populated in Ajax navigation -->
  1470. <style id="pageAdditionalWidgetsCss" type="text/css">
  1471. </style>
  1472.  
  1473.  
  1474.  
  1475.  
  1476. <!-- Site CSS -->
  1477. <link rel="preload" href="https://irp.cdn-website.com/ff065ab7/files/ff065ab7_withFlex_1.min.css?v=273" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" />
  1478.  
  1479.  
  1480.  
  1481. <style id="customWidgetStyle" type="text/css">
  1482.  
  1483. </style>
  1484. <style id="innerPagesStyle" type="text/css">
  1485.    
  1486. </style>
  1487.  
  1488.  
  1489. <style
  1490.        id="additionalGlobalCss" type="text/css"
  1491. >
  1492. </style>
  1493.  
  1494. <!-- Page CSS -->
  1495. <link rel="preload" href="https://irp.cdn-website.com/ff065ab7/files/ff065ab7_home_withFlex_1.min.css?v=273" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" />
  1496.  
  1497. <style id="pagestyle" type="text/css">
  1498.    
  1499. </style>
  1500.  
  1501. <style id="pagestyleDevice" type="text/css">
  1502.    
  1503. </style>
  1504.  
  1505. <!-- Flex Sections CSS -->
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511. <style id="globalFontSizeStyle" type="text/css">
  1512.    .font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-60, .size-60, .size-60 > font { font-size: 60px !important; }.font-size-35, .size-35, .size-35 > font { font-size: 35px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }.font-size-48, .size-48, .size-48 > font { font-size: 48px !important; }.font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-25, .size-25, .size-25 > font { font-size: 25px !important; }.font-size-23, .size-23, .size-23 > font { font-size: 23px !important; }
  1513. </style>
  1514. <style id="pageFontSizeStyle" type="text/css">
  1515. </style>
  1516.  
  1517. <!-- ========= JS Section ========= -->
  1518.  
  1519. <script>
  1520.    var isWLR = true;
  1521.  
  1522.    window.customWidgetsFunctions = {};
  1523.    window.customWidgetsStrings = {};
  1524.    window.collections = {};
  1525.    window.currentLanguage = "ENGLISH"
  1526.    window.isSitePreview = false;
  1527. </script>
  1528. <script>
  1529.    window.customWidgetsFunctions["310d8a718da54b21aa13111a9ae53e54~16"] = function (element, data, api) {
  1530.        null
  1531.    };
  1532. </script>
  1533. <script>
  1534.    window.customWidgetsFunctions["1f5975986930429f819d4cd2154b5c4a~22"] = function (element, data, api) {
  1535.        null
  1536.    };
  1537. </script>
  1538. <script>
  1539.    window.customWidgetsFunctions["9a69baa197c14828bb39c3eeb011bdbb~5"] = function (element, data, api) {
  1540.        
  1541.  
  1542. const cssId = 'fontAwesomeSource';
  1543. if (!document.getElementById(cssId))
  1544. {
  1545.    var head  = document.getElementsByTagName('head')[0];
  1546.    var link  = document.createElement('link');
  1547.    link.id   = 'fontAwesomeSource';
  1548.    link.rel  = 'stylesheet';
  1549.    link.type = 'text/css';
  1550.    link.href = 'https://use.fontawesome.com/releases/v5.5.0/css/all.css';
  1551.    link.integrity = 'sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU';
  1552.    link.crossOrigin = 'anonymous';
  1553.    head.appendChild(link);
  1554. }
  1555.  
  1556. var authorTitle = data.config.authorTitle;
  1557. var authTitleToggle = data.config.authTitleToggle;
  1558. var autoplay=data.config.autoplay;
  1559. var infinite=data.config.infinite;
  1560. var dots=data.config.dots;
  1561. var interval=parseInt(data.config.interval);
  1562. var draggable=data.config.draggable;
  1563. var arrows=data.config.arrows;
  1564. var tablet=parseInt(data.config.tablet);
  1565. var mobile=parseInt(data.config.mobile);
  1566. var sTs=parseInt(data.config.displaySlide);
  1567. var sliderName=data.config.sliderName;
  1568. var animSpeed=parseInt(data.config.animSpeed);
  1569. var arrw=data.config.arrw;
  1570. var navSize=data.config.navSize;
  1571. var iColor=data.config.iColor;
  1572. var fade=data.config.fade;
  1573. var adaHeight=data.config.adaHeight;
  1574. var slideArrw="<i class='fa-slideArrow fa fa-"+arrw+"-left fa-"+navSize+"'></i>";
  1575. var slideArrw2="<i class='fa-slideArrow fa fa-"+arrw+"-right fa-"+navSize+"'></i>";
  1576. var a=$(element).find('.testimonialSlider');
  1577.  
  1578. loadSlickJS(document, 'script', 'slickJS','https://irt-cdn.multiscreensite.com/5775367238d847b8b62d126ce25c20de/files/uploaded/slick-latest.js',function(){
  1579.    if($('#slickJS')){
  1580.        a.fadeIn();
  1581.        a.slick({
  1582.            autoplay:autoplay,
  1583.            adaptiveHeight: adaHeight,
  1584.            infinite:infinite,
  1585.            dotsClass:'xPagination',
  1586.            dots:dots,
  1587.            fade:fade,
  1588.            autoplaySpeed:interval,
  1589.            draggable:draggable,
  1590.            arrows:arrows,
  1591.            slidesToShow:sTs,
  1592.            speed:animSpeed,
  1593.            prevArrow:'<button type="button" class="slick-prev tSlidePrev">'+slideArrw+'</button>',
  1594.            nextArrow:'<button type="button" class="slick-next tSlideNext">'+slideArrw2+'</button>',        
  1595.            responsive: [{
  1596.                breakpoint: 1024,
  1597.                    settings: {
  1598.                        slidesToShow: tablet
  1599.                    }
  1600.                }, {
  1601.                breakpoint: 600,
  1602.                settings: {
  1603.                    slidesToShow: mobile
  1604.                }
  1605.            }]
  1606.        });
  1607.    }
  1608.  
  1609. });
  1610.  
  1611. function loadSlickJS(d,s,id,url,callback){
  1612.    $('#'+id).remove();
  1613.    var fjs = d.getElementsByTagName(s)[0];
  1614.    if(d.getElementById(id)){return}
  1615.    script = d.createElement(s);
  1616.    script.id = id;
  1617.    script.src = url;
  1618.    fjs.parentNode.insertBefore(script,fjs);
  1619.  
  1620.    if(script.readyState){  //IE
  1621.        script.onreadystatechange = function(){
  1622.            if (script.readyState == "loaded" ||
  1623.                    script.readyState == "complete"){
  1624.                script.onreadystatechange = null;
  1625.                callback();
  1626.            }
  1627.        };
  1628.    }else {  //Others
  1629.        script.onload = function(){
  1630.            callback();
  1631.        };
  1632.    }
  1633.    script.src = url;
  1634.    fjs.parentNode.insertBefore(script,fjs);
  1635. }
  1636.    };
  1637. </script>
  1638. <script type="text/javascript">
  1639.  
  1640.    var d_version = "production_4376";
  1641.    var build = "2024-04-22T06_52_39";
  1642.    window['v' + 'ersion'] = d_version;
  1643.  
  1644.    function buildEditorParent() {
  1645.        window.isMultiScreen = true;
  1646.        window.editorParent = {};
  1647.        window.previewParent = {};
  1648.        window.assetsCacheQueryParam = "?version=2024-04-22T06_52_39";
  1649.        try {
  1650.            var _p = window.parent;
  1651.            if (_p && _p.document && _p.$ && _p.$.dmfw) {
  1652.                window.editorParent = _p;
  1653.            } else if (_p.isSitePreview) {
  1654.                window.previewParent = _p;
  1655.            }
  1656.        } catch (e) {
  1657.  
  1658.        }
  1659.    }
  1660.  
  1661.    buildEditorParent();
  1662. </script>
  1663.  
  1664. <!-- Load jQuery -->
  1665. <script type="text/javascript" id='d-js-jquery'
  1666.        src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script>
  1667. <!-- End Load jQuery -->
  1668. <!-- Injecting site-wide before scripts -->
  1669. <!-- End Injecting site-wide to the head -->
  1670.  
  1671.  
  1672. <script>
  1673.    var _jquery = window.$;
  1674.  
  1675.    var jqueryAliases = ['$', 'jquery', 'jQuery'];
  1676.  
  1677.    jqueryAliases.forEach((alias) => {
  1678.        Object.defineProperty(window, alias, {
  1679.            get() {
  1680.                return _jquery;
  1681.            },
  1682.            set() {
  1683.                console.warn("Trying to over-write the global jquery object!");
  1684.            }
  1685.        });
  1686.    });
  1687.    window.jQuery.migrateMute = true;
  1688. </script>
  1689. <script type="text/javascript">
  1690.    window.popups =
  1691.    [{"title":"Get Quote","url":"/get-quote","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"843","previousAnimation":"slideInDown","overlayColor":"rgba(140, 37, 41, 0.3)","height":"610","animation":"fadeIn"},"name":"get-quote"}]</script>
  1692. <script>
  1693.    window.cookiesNotificationMarkupPreview = 'null';
  1694. </script>
  1695.  
  1696. <!-- HEAD RT JS Include -->
  1697. <script id='d-js-params'>
  1698.    window.INSITE = window.INSITE || {};
  1699.    window.INSITE.device = "desktop";
  1700.  
  1701.    window.rtCommonProps = {};
  1702.    rtCommonProps["rt.ajax.ajaxScriptsFix"] =true;
  1703.    rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20=';
  1704.    rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com';
  1705.    rtCommonProps["performance.tabletPreview.removeScroll"] = 'false';
  1706.    rtCommonProps["inlineEditGrid.snap"] =true;
  1707.    rtCommonProps["popup.insite.cookie.ttl"] = '0.5';
  1708.    rtCommonProps["rt.pushnotifs.force.button"] =true;
  1709.    rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw';
  1710.    rtCommonProps["common.mapbox.js.override"] =false;
  1711.    rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo';
  1712.    rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA';
  1713.    rtCommonProps["isCoverage.test"] =false;
  1714.    rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js';
  1715.    rtCommonProps["feature.flag.mappy.kml"] =false;
  1716.    rtCommonProps["common.resources.dist.cdn"] =true;
  1717.    rtCommonProps["common.build.dist.folder"] = 'production/4376';
  1718.    rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com';
  1719.    rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4376';
  1720.    rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
  1721.    rtCommonProps["feature.flag.runtime.photoswipe.fix"] =true;
  1722.    rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true;
  1723.    rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true;
  1724.    rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true;
  1725.    rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true;
  1726.    rtCommonProps["feature.flag.runOnReadyNewTask"] =true;
  1727.    rtCommonProps["isAutomation.test"] =false;
  1728.  
  1729.    
  1730.    rtCommonProps['common.mapsProvider'] = 'mapbox';
  1731.    
  1732.    rtCommonProps['common.mapsProvider.version'] = '0.52.0';
  1733.    rtCommonProps['common.geocodeProvider'] = 'here';
  1734.    rtCommonProps['common.map.defaults.radiusSize'] = '1500';
  1735.    rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)';
  1736.    rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)';
  1737.    rtCommonProps['common.map.defaults.strokeSize'] = '2';
  1738.    rtCommonProps['server.for.resources'] = '';
  1739.    rtCommonProps['feature.flag.lazy.widgets'] = false;
  1740.    rtCommonProps['feature.flag.single.wow'] = false;
  1741.    rtCommonProps['feature.flag.disallowPopupsInEditor'] = true;
  1742.    rtCommonProps['feature.flag.mark.anchors'] = true;
  1743.    rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz';
  1744.    rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME';
  1745.    rtCommonProps["images.sizes.small"] =160;
  1746.    rtCommonProps["images.sizes.mobile"] =640;
  1747.    rtCommonProps["images.sizes.tablet"] =1280;
  1748.    rtCommonProps["images.sizes.desktop"] =1920;
  1749.    rtCommonProps["modules.resources.cdn"] =true;
  1750.    rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/';
  1751.    rtCommonProps["facebook.api.version"] = '7.0';
  1752.    rtCommonProps["feature.flag.runtime.inp.threshold"] =150;
  1753.    rtCommonProps["feature.flag.performance.logs"] =true;
  1754.    rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha';
  1755.    rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K';
  1756.  
  1757.    // feature flags that's used out of runtime module (in  legacy files)
  1758.    rtCommonProps["site.runtime.video.background.ssr"] =true;
  1759.  
  1760.    // no usages
  1761.    rtCommonProps["run.imageCount.script.enabled"] =false;
  1762.  
  1763.    window.rtFlags = {};
  1764.    rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true;
  1765.    rtFlags["keyboard.navigation.enabled"] =true;
  1766.    rtFlags["scripts.widgetCount.enabled"] =true;
  1767.    rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true;
  1768.    rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
  1769.    rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true;
  1770.    rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
  1771.    rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true;
  1772.    rtFlags["feature.flag.photo.gallery.exact.size"] =false;
  1773.    rtFlags["new.store.fix.ecwid.back.bug"] =true;
  1774.    rtFlags["facebook.runtime.widgets.upgrade"] =true;
  1775.    rtFlags["ecom.ecwid.solve.url.modifications"] = true;
  1776.    rtFlags["ecom.ecwid.configOptions"] = true;
  1777.    rtFlags["geocode.search.localize"] =false;
  1778.    rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
  1779.    rtFlags["site.contact.form.fix.for.attribute"] =true;
  1780.    rtFlags["contact.form.date.format.enabled"] = true;
  1781.    rtFlags["twitter.heightLimit.enabled"] = true;
  1782.    rtFlags["ecom.ecwid.fixTranslations.enabled"] = true;
  1783.    rtFlags["runtime.load.script.native"] =true;
  1784.    rtFlags["editor.classicHybrid.photogallery.fix"] =true;
  1785.    rtFlags["runtime.backgroundSlider.borderRadius"] =true;
  1786. </script>
  1787. <script src="https://static.cdn-website.com/mnlt/production/4376/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js"  id="d-js-core"></script>
  1788. <!-- End of HEAD RT JS Include -->
  1789. <script src="https://static.cdn-website.com/mnlt/production/4376/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script>
  1790. <script>
  1791.    
  1792.    $(window).bind("orientationchange", function (e) {
  1793.        $.layoutManager.initLayout();
  1794.        
  1795.    });
  1796.    $(document).resize(function () {
  1797.        
  1798.    });
  1799. </script>
  1800. <script type="text/javascript" id="d_track_campaign">
  1801. (function() {
  1802. var campaign = (/utm_campaign=([^&]*)/).exec(window.location.search);
  1803.  
  1804. if (campaign && campaign != null && campaign.length > 1) {
  1805. campaign = campaign[1];
  1806. document.cookie = "_dm_rt_campaign=" + campaign + ";expires=" + new Date().getTime() + 24*60*60*1000 + ";domain=" + window.location.hostname + ";path=/";
  1807. }
  1808. }());
  1809. </script>
  1810. <script type="text/javascript" >
  1811.  var _dm_gaq = {};
  1812.  var _gaq = _gaq || [];
  1813.  var _dm_insite = [];
  1814. </script>
  1815.  
  1816.  <script id="d-js-datalayer-optimization">
  1817.        function overrideDataLayerPush() {
  1818.            window.dataLayer = window.dataLayer || [];
  1819.            const oldPush = window.dataLayer.push;
  1820.    
  1821.            const newPush = () => {
  1822.                const states = [].slice.call(arguments, 0);
  1823.                // Use requestIdleCallback when available, fallback to setTimeout
  1824.                const deferFunction = window.requestIdleCallback || window.setTimeout;
  1825.                deferFunction(() => {
  1826.                    return oldPush.apply(window.dataLayer, states);
  1827.                })
  1828.            }
  1829.    
  1830.            window.dataLayer.push = newPush;
  1831.        }
  1832.    
  1833.        if (!!window.google_tag_manager) {
  1834.            overrideDataLayerPush();
  1835.        } else {
  1836.            window.addEventListener('gtmLoaded', overrideDataLayerPush);
  1837.        }
  1838.    </script>
  1839.  </script>
  1840. <script type="text/javascript" id="d_track_sp">
  1841. ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
  1842. p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
  1843. };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
  1844. n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow"));
  1845. window.dmsnowplow  = window.snowplow;
  1846.  
  1847. dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker
  1848.  appId: 'ff065ab7'
  1849. });
  1850.  
  1851. // snowplow queries element styles so we wait until CSS calculations are done.
  1852. requestAnimationFrame(() => {
  1853. dmsnowplow('trackPageView');
  1854. _dm_insite.forEach((rule) => {
  1855. // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here
  1856. // the tracking is in popup.js
  1857. if (rule.actionName !== "popup") {
  1858. dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId);
  1859. }
  1860. window?.waitForDeferred?.('dmAjax', () => {
  1861. $.DM.events.trigger('event-ruleTriggered', {value: rule});
  1862. });
  1863. });
  1864. });
  1865. </script>
  1866.   <div style="display:none;" id="P6iryBW0Wu"></div>
  1867.  
  1868. <!-- photoswipe markup -->
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878. <!-- Root element of PhotoSwipe. Must have class pswp. -->
  1879. <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
  1880.  
  1881.    <!-- Background of PhotoSwipe.
  1882.         It's a separate element as animating opacity is faster than rgba(). -->
  1883.    <div class="pswp__bg"></div>
  1884.  
  1885.    <!-- Slides wrapper with overflow:hidden. -->
  1886.    <div class="pswp__scroll-wrap">
  1887.  
  1888.        <!-- Container that holds slides.
  1889.            PhotoSwipe keeps only 3 of them in the DOM to save memory.
  1890.            Don't modify these 3 pswp__item elements, data is added later on. -->
  1891.        <div class="pswp__container">
  1892.            <div class="pswp__item"></div>
  1893.            <div class="pswp__item"></div>
  1894.            <div class="pswp__item"></div>
  1895.        </div>
  1896.  
  1897.        <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
  1898.        <div class="pswp__ui pswp__ui--hidden">
  1899.  
  1900.            <div class="pswp__top-bar">
  1901.  
  1902.                <!--  Controls are self-explanatory. Order can be changed. -->
  1903.  
  1904.                <div class="pswp__counter"></div>
  1905.  
  1906.                <button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
  1907.  
  1908.                <button class="pswp__button pswp__button--share" title="Share"></button>
  1909.  
  1910.                <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
  1911.  
  1912.                <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
  1913.  
  1914.                <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
  1915.                <!-- element will get class pswp__preloader--active when preloader is running -->
  1916.                <div class="pswp__preloader">
  1917.                    <div class="pswp__preloader__icn">
  1918.                      <div class="pswp__preloader__cut">
  1919.                        <div class="pswp__preloader__donut"></div>
  1920.                      </div>
  1921.                    </div>
  1922.                </div>
  1923.            </div>
  1924.  
  1925.            <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
  1926.                <div class="pswp__share-tooltip"></div>
  1927.            </div>
  1928.  
  1929.            <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
  1930.            </button>
  1931.  
  1932.            <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
  1933.            </button>
  1934.  
  1935.            <div class="pswp__caption">
  1936.                <div class="pswp__caption__center"></div>
  1937.            </div>
  1938.  
  1939.        </div>
  1940.  
  1941.    </div>
  1942.  
  1943. </div>
  1944. <div id="fb-root"
  1945.        data-locale="en"></div>
  1946. <!-- Alias: ff065ab7 -->
  1947. <div class="dmPopupMask" id="dmPopupMask"></div>
  1948. <div id="dmPopup" class="dmPopup">
  1949. <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div>
  1950. <div class="dmPopupTitle"> <span></span> Share by:</div>
  1951. <div class="data"></div>
  1952. </div><script id="d_track_personalization">
  1953. window?.waitForDeferred?.('dmAjax', () => {
  1954. // Collects client data and updates cookies used by smart sites
  1955. window.expireDays = 365;
  1956. window.visitLength = 30 * 60000;
  1957. $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays);
  1958. setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit");
  1959. });
  1960. </script>
  1961. <script type="text/javascript">
  1962.    
  1963.    Parameters.NavigationAreaParams.MoreButtonText = 'MORE';
  1964.    
  1965.    Parameters.NavigationAreaParams.LessButtonText = 'LESS';
  1966.    Parameters.HomeLinkText = 'Home';
  1967.    </script>
  1968. <!--  End Script tags -->
  1969.  
  1970. <!--  Site Wide Html Markup -->
  1971. <!--  Site Wide Html Markup -->
  1972. </body>
  1973. </html>
  1974.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda