investors.permapipe.com Open in urlscan Pro
2606:4700:7::a29f:820b  Public Scan

Submitted URL: http://investors.permapipe.com/
Effective URL: https://investors.permapipe.com/overview/corporate-profile/default.aspx
Submission: On January 14 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST default.aspx

<form action="default.aspx" method="post" id="fmForm1">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['fmForm1'];
    if (!theForm) {
      theForm = document.fmForm1;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script type="text/javascript">
    //<![CDATA[
    function GetViewType() {
      return '2';
    }

    function GetRevisionNumber() {
      return '1';
    }

    function GetLanguageId() {
      return '1';
    }

    function GetVersionNumber() {
      return '5.86.0.1';
    }

    function GetPoweredBy() {
      return 'q4inc';
    }

    function GetViewDate() {
      {
        return '';
      }
    }

    function GetSignature() {
      {
        return '';
      }
    }
    //]]>
  </script>
  <div id="page" class="irwHybridLayout" style="display:none;">
    <div class="pane pane--header">
      <!-- Hybrid layout goes here -->
      <span class="HeaderPaneDiv"><span class="HeaderPaneDiv1">
          <div id="_ctrl0_ctl04_divModuleContainer" class="module module-embed">
            <script>
              var q4Helpers = {
                createMatrix: function(array, numOfCells) {
                  var rows = [];
                  $(array).each(function(i, item) {
                    if (i % numOfCells === 0) {
                      rows.push(array.slice(i, i + numOfCells));
                    }
                  });
                  return rows;
                },
                insertEmptyObjects: function(array, expectedLength, obj) {
                  obj = obj || {
                    empty: true
                  };
                  var diff = expectedLength - array.length,
                    isFull = array.length === expectedLength;
                  if (!isFull) {
                    for (var x = 0; x < diff; x++) {
                      array.push(obj);
                    }
                  }
                  return array;
                },
                alphaSort: function(array, key) {
                  if (!!key) {
                    return array.sort(function(a, b) {
                      a = a[key].toLowerCase();
                      b = b[key].toLowerCase();
                      if (a < b) return -1;
                      if (a > b) return 1;
                      return 0;
                    });
                  }
                  return array.sort();
                }
              };
            </script>
            <script>
              //Array findIndex Polyfill 
              Array.prototype.findIndex || Object.defineProperty(Array.prototype, "findIndex", {
                value: function(r) {
                  if (null == this) throw new TypeError('"this" is null or not defined');
                  var e = Object(this),
                    t = e.length >>> 0;
                  if ("function" != typeof r) throw new TypeError("predicate must be a function");
                  for (var n = arguments[1], i = 0; i < t;) {
                    var o = e[i];
                    if (r.call(n, o, i, e)) return i;
                    i++
                  }
                  return -1
                },
                configurable: !0,
                writable: !0
              });
              // Array filter Polyfill
              Array.prototype.filter || (Array.prototype.filter = function(t, r) {
                "use strict";
                if ("Function" != typeof t && "function" != typeof t || !this) throw new TypeError;
                var i, e = this.length >>> 0,
                  o = new Array(e),
                  n = this,
                  f = 0,
                  h = -1;
                if (void 0 === r)
                  for (; ++h !== e;) h in this && (i = n[h], t(n[h], h, n) && (o[f++] = i));
                else
                  for (; ++h !== e;) h in this && (i = n[h], t.call(r, n[h], h, n) && (o[f++] = i));
                return o.length = f, o
              });
              // Math.sign Polyfill IE11 Fix
              Math.sign || (Math.sign = function(n) {
                return (n > 0) - (n < 0) || +n
              });
            </script>
          </div>
        </span><span class="HeaderPaneDiv2">
          <div id="_ctrl0_ctl07_divModuleContainer" class="module module-embed hidden">
            <script type="text/javascript">
              var Q4Settings = {
                apiKey: 'BF185719B0464B3CB809D23926182246',
                studioApi: 'permapipe2020index.studio.q4api.com',
                cik: '0000914122', // sec-filings
                indices: [ // array of stock exchange and ticker
                  {
                    xvalue: 'XNAS:PPIH', // primary data vendor
                    tvalue: 'NASD:PPIH', // secondary data vendor
                    // labels are for what it should be shown on the page
                    tickerLabel: 'NASD:PPIH',
                    exchangeLabel: 'NASDAQ',
                    symbolLabel: 'PPIH',
                  },
                  // extra ticker as example REMOVE IF NOT NEEDED!
                  // {
                  //     xvalue: 'XNYS:GDDY', // primary data vendor
                  //     tvalue: 'NYSE:GDDY', // secondary data vendor
                  //     // labels are used for what it should be shown on the page
                  //     tickerLabel: 'NYSE:GDDY',
                  //     exchangeLabel: 'NYSE',
                  //     symbolLabel: 'GDDY',
                  // },
                ],
                // commonly used in Stock Charts and Dividend Charts
                chartColors: {
                  baseColor: '64,160,64', //only in rgb format
                  specialColor: '26, 188, 156' //only in rgb format
                },
                isHeaderSticky: false,
                isSecondaryNavSticky: false,
                // used for Stock Splits & Dividends section as well as Basis Calculator
                //      stockSplitData: [{
                //             exDate: '11/28/2007',
                //             recordDate: '11/30/2007',
                //             announceDate: '10/23/2007',
                //             payDate: '12/14/2007',
                //             type: '% stock dividend',
                //             ratio: '5'
                //         },
                //         {
                //             exDate: '1/11/1990',
                //             recordDate: '12/29/1989',
                //             announceDate: '11/28/1989',
                //             payDate: '1/10/1990',
                //             type: 'stock split',
                //             ratio: '3:1'
                //         }
                //     ]
              };
            </script>
          </div>
        </span><span class="HeaderPaneDiv3">
          <nav class="irw-nav-source hidden">
            <ul class="level1">
              <li class="has-children home expanded"><a href="https://investors.permapipe.com/overview/corporate-profile/default.aspx">Corporate Profile</a>
                <ul class="level2">
                  <li class="has-children expanded"><a href="https://investors.permapipe.com/overview/default.aspx">Overview</a>
                    <ul class="level3">
                      <li class="selected"><a href="https://investors.permapipe.com/overview/corporate-profile/default.aspx">Corporate Profile</a></li>
                      <li><a href="https://investors.permapipe.com/overview/documents/default.aspx">Governance Documents</a></li>
                      <li><a href="https://investors.permapipe.com/overview/officers-directors/default.aspx">Officers &amp; Directors</a></li>
                      <li><a href="https://investors.permapipe.com/overview/committee-charting/default.aspx">Committee Charting</a></li>
                      <li><a href="https://secure.ethicspoint.com/lrn/media/en/gui/23415/index.html">Code of Conduct</a></li>
                    </ul>
                  </li>
                  <li class="has-children"><a href="https://investors.permapipe.com/default.aspx">Filings &amp; Financials</a>
                    <ul class="level3">
                      <li><a href="https://investors.permapipe.com/filings-financials/sec-filings/default.aspx">SEC Filings</a></li>
                      <li><a href="https://investors.permapipe.com/filings-financials/proxy-statements/default.aspx">Proxy Statements</a></li>
                      <li><a href="https://investors.permapipe.com/filings-financials/annual-reports/default.aspx">Annual Reports</a></li>
                    </ul>
                  </li>
                  <li class="has-children"><a href="#">News &amp; Market Data</a>
                    <ul class="level3">
                      <li><a href="https://investors.permapipe.com/news-market-data/press-releases/default.aspx">Press Releases</a></li>
                      <li><a href="https://investors.permapipe.com/news-market-data/stock-information/default.aspx">Stock Information</a></li>
                    </ul>
                  </li>
                  <li><a href="https://investors.permapipe.com/annual-meeting/default.aspx">Annual Meeting</a></li>
                  <li class="has-children"><a href="https://investors.permapipe.com/resources/faqs/default.aspx">Resources</a>
                    <ul class="level3">
                      <li><a href="https://investors.permapipe.com/resources/email-notification/default.aspx">Email Notification</a></li>
                      <li><a href="https://investors.permapipe.com/resources/investor-contact/default.aspx">Investor Contact</a></li>
                      <li><a href="https://investors.permapipe.com/resources/faqs/default.aspx">FAQs</a></li>
                    </ul>
                  </li>
                  <li><a href="https://www.permapipe.com/">About</a></li>
                </ul>
              </li>
            </ul>
          </nav>
        </span><span class="HeaderPaneDiv4">
          <div id="_ctrl0_ctl13_divModuleContainer" class="module module-embed corporate--header">
            <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jQuery.mmenu/8.5.13/mmenu.min.css">
            <div class="mm-page mm-slideout">
              <div id="page" class="irwHybridLayout" style="display: none;">
                <div class="irwHybridCompanyBar">
                  <a href="https://perma-pipe.wixsite.com/mysite-2" class="irwHybridCoLink">Back to the Corporate Site</a>
                </div>
                <div class="irwHybridHeader">
                  <div class="irwHybridMenuLink">
                    <a href="#irwHybridMenu">
                    <i class="fa fa-bars"></i>
                </a>
                  </div>
                  <div class="irwHybridLogo">
                    <a href="https://perma-pipe.wixsite.com/mysite-2">
                    <img src="//s26.q4cdn.com/703850715/files/images/irw/permapipe_logo.jpg" height="35" alt="Corporate Logo">
                </a>
                  </div>
                  <div class="irwHybridMenuSearch" style="display:none;">
                    <a href="javascript:;" id="irwHybridSearchLink"><i class="fa fa-search"></i></a>
                    <div class="irwHybridSearch">
                    </div>
                  </div>
                </div>
                <div class="irwHybridTitleTools">
                  <div class="pull-left">
                    <!--   Page title appends here                   -->
                  </div>
                  <div class="pull-right">
                    <div class="row">
                      <div class="col-sm-12 pull-right text-right irwToolKit irwToolKitLoader">
                        <span class="text-center irwLoading">
                          <a href="javascript:;" onclick="q4App.exportView('pdf');">
            <img alt="PDF view" title="PDF view" src="//s26.q4cdn.com/703850715/files/design/irw/document-pdf_export_inactive_new.png" onmouseout="this.src='//s26.q4cdn.com/703850715/files/design/irw/document-pdf_export_inactive_new.png'" onmouseover="this.src='//s26.q4cdn.com/703850715/files/design/irw/document-pdf_export_hover_new.png'">
        </a>
                        </span>
                        <span class="text-center irwLoading">
                          <a href="javascript:;" onclick="q4App.exportView('print')">
            <img title="Print view" alt="Print view" src="//s26.q4cdn.com/703850715/files/design/irw/printer_inactive_new.png" onmouseout="this.src='//s26.q4cdn.com/703850715/files/design/irw/printer_inactive_new.png'" onmouseover="this.src='//s26.q4cdn.com/703850715/files/design/irw/printer_hover_new.png'">
        </a>
                        </span>
                        <a id="tkID5" href="/resources/email-notification">
        <img alt="Email Alert" title="Email Alert" src="//s26.q4cdn.com/703850715/files/design/irw/mail-arrow_inactive_new.png" onmouseout="this.src='//s26.q4cdn.com/703850715/files/design/irw/mail-arrow_inactive_new.png'" onmouseover="this.src='//s26.q4cdn.com/703850715/files/design/irw/mail-arrow_hover_new.png'">
    </a>
                        <a class="a2a_dd" href="https://www.addtoany.com/share#url=https%3A%2F%2Finvestors.permapipe.com%2Foverview%2Fcorporate-profile%2Fdefault.aspx&amp;title=Corporate%20Profile%20%7C%20Perma-Pipe%20International%20Holdings%2C%20Inc.">
        <img title="Social media sharing" alt="Social media sharing" src="//s26.q4cdn.com/703850715/files/design/irw/addtoany_new.png" onmouseout="this.src='//s26.q4cdn.com/703850715/files/design/irw/addtoany_new.png'" onmouseover="this.src='//s26.q4cdn.com/703850715/files/design/irw/addtoanyhover_new.png'">
    </a>
                      </div>
                    </div>
                    <div class="clear"></div>
                  </div>
                  <div class="clearfix"></div>
                </div>
                <div class="irwHybridContent">
                  <!--  Content here        -->
                </div>
              </div>
            </div>
            <script src="https://cdnjs.cloudflare.com/ajax/libs/jQuery.mmenu/8.5.13/mmenu.polyfills.min.js"></script>
            <script src="https://cdnjs.cloudflare.com/ajax/libs/jQuery.mmenu/8.5.13/mmenu.js"></script>
            <script>
              var irwHorizontalNav = {
                navSource: '.irw-nav-source',
                navDestination: '#irwHybridMenu',
                selectedClass: ' active',
                expandedClass: ' active',
                navigationData: [],
                recursiveTemplate: (
                  /* beautify preserve:start */
            '<ul role="menu">' +
                '{{#children}}' +
                    '<li class="{{expandedClass}}{{selectedClass}}">' +
                        '<a target="{{target}}" href="{{href}}">{{{text}}}</a>' +
                        '{{#hasChildren}}{{>recurse}}{{/hasChildren}}' +
                    '</li>' +
                '{{/children}}' +
            '</ul>'
            /* beautify preserve:end */),
                navigationTemplate: (
                  /* beautify preserve:start */
            '{{#.}}' +
                '<ul>' +
                    '{{#children}}' +
                        '<li class="{{expandedClass}}{{selectedClass}} parent">' +
                            '<a target="{{target}}" href="{{href}}">{{{text}}}</a>' +
                            '{{#hasChildren}}{{>recurse}}{{/hasChildren}}' +
                        '</li>' +
                    '{{/children}}' +
                '</ul>' +
            '{{/.}}'
            /* beautify preserve:end */),
                extractChildren: function($children) {
                  var inst = this,
                    children = [];
                  $children.each(function(i, child) {
                    var $this = $(this),
                      $link = $this.find('> a'),
                      $subChild = $this.find('> ul > li'),
                      url = $link.attr('href');
                    var urlSplit = url.toLowerCase().split('.'),
                      expanded = $this.hasClass('expanded'),
                      selected = $this.hasClass('selected');
                    children.push({
                      expanded: expanded,
                      selected: selected,
                      expandedClass: expanded ? inst.expandedClass : '',
                      selectedClass: selected ? inst.selectedClass : '',
                      href: $link.attr('href'),
                      text: $link.text(),
                      target: urlSplit[urlSplit.length - 1].indexOf('aspx') > -1 ? '_self' : '_blank',
                      children: $subChild.length ? inst.extractChildren($subChild) : null,
                      hasChildren: $subChild.length ? true : false,
                    });
                  });
                  console.log(children);
                  return children;
                },
                render: function() {
                  var inst = this;
                  $(inst.navDestination).html(function() {
                    return Mustache.render(inst.navigationTemplate, inst.navigationData, {
                      "recurse": inst.recursiveTemplate
                    });
                  });
                },
                complete: function() {
                  /*Here to modify or add scripts*/
                  var menu = new Mmenu("#irwHybridMenu", {
                    navbar: {
                      title: ""
                    },
                    "extensions": ["theme-black", "border-full"]
                  });
                },
                init: function() {
                  var inst = this;
                  $(inst.navSource).find('> ul').each(function(i, list) {
                    var $this = $(this),
                      $children = $this.find('> li');
                    inst.navigationData = inst.extractChildren($children);
                  });
                  inst.render();
                  inst.complete();
                }
              }
              irwHorizontalNav.init();
            </script>
          </div>
        </span></span>
    </div>
  </div>
  <div class="isHybrid" id="fullBodyWrapper" style="display:block;">
    <div class="wrapper">
      <header role="banner">
        <!-- Top Logo, Ticker, and Navigation -->
        <span class="NavigationPaneDiv5">
          <div id="_ctrl0_ctl16_divModuleContainer" class="module module-embed nav--horizontal">
            <nav id="navbar-primary" class="navbar" role="navigation">
              <div class="container-fluid">
                <div class="navbar-header">
                  <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-primary-collapse">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                  </button>
                </div>
                <div>
                  <div class="header-container">
                    <ul class="nav navbar-nav">
                      <li>
                        <a class="logo" href="http://www.permapipe.com/">
              <img id="logo-navbar-middle" src="//s26.q4cdn.com/703850715/files/images/irw/permapipe_logo.jpg" alt="permapipe logo">
            </a>
                      </li>
                      <div id="iframe-marketsummary">
                        <div class="mkt-exchange">NASDAQ: PPIH</div>
                        <h1><span>$</span>10.25</h1>
                      </div>
                    </ul>
                  </div>
                </div>
                <div class="" id="navbar-primary-collapse">
                  <!-- removed classes: collapse navbar-collapse -->
                  <div id="irwMenu">
                    <ul class="nav navbar-nav">
                      <li class="dropdown active"><a target="_blank" style="cursor:pointer;">Overview</a>
                        <ul role="menu" class="dropdown-menu ">
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/overview/corporate-profile/default.aspx"><span>Corporate Profile</span></a></li>
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/overview/documents/default.aspx"><span>Governance Documents</span></a></li>
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/overview/officers-directors/default.aspx"><span>Officers &amp; Directors</span></a></li>
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/overview/committee-charting/default.aspx"><span>Committee Charting</span></a></li>
                          <li><a class=" last" target="_blank" href="https://secure.ethicspoint.com/lrn/media/en/gui/23415/index.html"><span>Code of Conduct</span></a></li>
                        </ul>
                      </li>
                      <li class="dropdown"><a target="_blank" style="cursor:pointer;">Filings &amp; Financials</a>
                        <ul role="menu" class="dropdown-menu ">
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/filings-financials/sec-filings/default.aspx"><span>SEC Filings</span></a></li>
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/filings-financials/proxy-statements/default.aspx"><span>Proxy Statements</span></a></li>
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/filings-financials/annual-reports/default.aspx"><span>Annual Reports</span></a></li>
                        </ul>
                      </li>
                      <li class="dropdown"><a target="_blank" style="cursor:pointer;">News &amp; Market Data</a>
                        <ul role="menu" class="dropdown-menu ">
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/news-market-data/press-releases/default.aspx"><span>Press Releases</span></a></li>
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/news-market-data/stock-information/default.aspx"><span>Stock Information</span></a></li>
                        </ul>
                      </li>
                      <li class=""><a target="_blank" href="https://investors.permapipe.com/annual-meeting/default.aspx" style="cursor:pointer;">Annual Meeting</a></li>
                      <li class="dropdown"><a target="_blank" style="cursor:pointer;">Resources</a>
                        <ul role="menu" class="dropdown-menu ">
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/resources/email-notification/default.aspx"><span>Email Notification</span></a></li>
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/resources/investor-contact/default.aspx"><span>Investor Contact</span></a></li>
                          <li><a class=" last" target="_blank" href="https://investors.permapipe.com/resources/faqs/default.aspx"><span>FAQs</span></a></li>
                        </ul>
                      </li>
                      <li class=""><a target="_blank" href="https://www.permapipe.com/" style="cursor:pointer;">About</a></li>
                    </ul>
                  </div>
                </div>
              </div>
            </nav>
            <script>
              var irwHorizontalNav = {
                navSource: '.irw-nav-source',
                navDestination: '#irwMenu',
                selectedClass: ' active',
                expandedClass: ' active',
                navigationData: [],
                recursiveTemplate: (
                  /* beautify preserve:start */
        '<ul role="menu" class="dropdown-menu ">' +
            '{{#children}}' +
                //'<li class="{{#hasChildren}}dropdown{{/hasChildren}}{{expandedClass}}{{selectedClass}}">' +
                  '<li><a class=" last" target="_blank" href="{{href}}"><span>{{{text}}}</span></a></li>' +
                 //   '<a target="{{target}}" class="{{#hasChildren}}abc{{/hasChildren}}" href="{{href}}">{{{text}}}</a>{{#hasChildren}} <i class="fa fa-caret-down"></i>{{/hasChildren}}' +
                    '{{#hasChildren}}{{>recurse}}{{/hasChildren}}' +
                '</li>' +
            '{{/children}}' +
        '</ul>'
        /* beautify preserve:end */),
                navigationTemplate: (
                  /* beautify preserve:start */
        '{{#.}}' +
            '<ul class="nav navbar-nav">' +
                '{{#children}}' +
                    '<li class="{{#hasChildren}}dropdown{{/hasChildren}}{{expandedClass}}{{selectedClass}}">' +
                        '<a target="_blank" {{^hasChildren}} href="{{href}}" {{/hasChildren}} style="cursor:pointer;">{{{text}}}</a>' +
                        '{{#hasChildren}}{{>recurse}}{{/hasChildren}}' +
                    '</li>' +
                '{{/children}}' +
            '</ul>' +
        '{{/.}}'
        /* beautify preserve:end */),
                extractChildren: function($children) {
                  var inst = this,
                    children = [];
                  $children.each(function(i, child) {
                    var $this = $(this),
                      $link = $this.find('> a'),
                      $subChild = $this.find('> ul > li'),
                      url = $link.attr('href');
                    var urlSplit = url.toLowerCase().split('.'),
                      expanded = $this.hasClass('expanded'),
                      selected = $this.hasClass('selected');
                    children.push({
                      expanded: expanded,
                      selected: selected,
                      expandedClass: expanded ? inst.expandedClass : '',
                      selectedClass: selected ? inst.selectedClass : '',
                      href: $link.attr('href'),
                      text: $link.text(),
                      target: urlSplit[urlSplit.length - 1].indexOf('aspx') > -1 ? '_self' : '_blank',
                      children: $subChild.length ? inst.extractChildren($subChild) : null,
                      hasChildren: $subChild.length ? true : false,
                    });
                  });
                  return children;
                },
                render: function() {
                  var inst = this;
                  $(inst.navDestination).html(function() {
                    return Mustache.render(inst.navigationTemplate, inst.navigationData, {
                      "recurse": inst.recursiveTemplate
                    });
                  });
                },
                complete: function() {
                  /*Here to modify or add scripts*/
                },
                init: function() {
                  var inst = this;
                  $(inst.navSource).find('> ul').each(function(i, list) {
                    var $this = $(this),
                      $children = $this.find('> li');
                    inst.navigationData = inst.extractChildren($children);
                  });
                  inst.render();
                  inst.complete();
                }
              };
              irwHorizontalNav.init();
            </script>
            <!-- Stock Quote Widget -->
            <script src="https://widgets.q4app.com/widgets/q4.stockQuote.1.0.15.min.js" type="text/javascript"></script>
            <script type="text/javascript">
              $('#iframe-marketsummary').stockQuote({
                studioApi: Q4Settings.studioApi,
                studioTicker: Q4Settings.indices[0].xvalue.replace('OOTC', 'OTCM'),
                changeCls: ['fa-caret-down text-danger', 'fa-caret-up text-success'],
                stock: [Q4Settings.indices[0].xvalue, Q4Settings.indices[0].tickerLabel],
                stockTpl: (
                  /* beautify preserve:start */
            // @formatter:off
            '{{#.}}' +
            '<div class="mkt-exchange">NASDAQ: PPIH</div>' +
            '<h1><span>$</span>{{tradePrice}}</h1>' +
            '{{/.}}'
            // @formatter:on
            /* beautify preserve:end */)
              });
            </script>
          </div>
        </span>
      </header>
      <div id="main">
        <div class="main" id="irwWrapper">
          <!-- Banner -->
          <div class="pane pane--banner">
            <span class="HeaderPane2Div6">
              <div id="_ctrl0_ctl19_divModuleContainer" class="module module-embed">
              </div>
            </span><span class="HeaderPane2Div1">
              <div id="_ctrl0_ctl43_divModuleContainer" class="module module-embed">
                <div class="top-banner category-59413" style="background-image:url(//s26.q4cdn.com/703850715/files/images/irw/overview-banner.jpg)"></div>
              </div>
            </span>
          </div>
          <!-- Page Title -->
          <div class="pane pane--breadcrumb">
            <span class="BreadcrumbPaneDiv7">
              <div id="_ctrl0_ctl22_divModuleContainer" class="module module-page-title">
                <div class="module_container module_container--outer">
                  <div class="module_container module_container--inner page-title"> Corporate Profile </div>
                </div>
              </div>
            </span>
          </div>
          <div class="irw-content">
            <div id="irwWrapper">
              <div class="container">
                <!-- Content goes here -->
                <span class="ContentPaneDiv"><span class="ContentPaneDiv11">
                    <div id="_ctrl0_ctl34_divModuleContainer" class="module module-embed">
                      <div id="pinnedAfterPAGES_CONTAINER" style="top:0;left:0;position:fixed;width:100%;height:calc(100% - 0px);margin-top:0;z-index:52;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;pointer-events:none">
                        <div id="stop" class="scrollTop" style="opacity: 1;">
                          <span>
                            <a href="" class="style-k34umtoulink">
                        <div class="style-k34umtousvg">
                            <svg preserveAspectRatio="none" id="comp-k5bh2j8fsvgcontent" data-bbox="24 33 152.001 134" viewBox="24 33 152.001 134" height="200" width="200" xmlns="http://www.w3.org/2000/svg" data-type="shape" role="img">
                                <g>
                                    <path d="M159.621 121.057L109.217 38.8c-4.726-7.737-16.025-7.732-20.745.009L26.236 140.885c-7.475 12.26 5.093 26.906 18.453 21.504l100.386-40.592c9.257-3.675 14.546-.74 14.546-.74z"></path>
                                    <path d="M173.822 144.873l-4.835-7.931c-3.723-6.107-11.357-8.624-18.015-5.94l-43.744 17.637 49.153 17.467c12.971 4.609 24.58-9.524 17.441-21.233z"></path>
                                </g>
                            </svg>
                        </div>
                    </a>
                          </span>
                        </div>
                      </div>
                      <script>
                        $(document).ready(function() {
                          var scrollTop = $(".scrollTop");
                          $(window).scroll(function() {
                            var topPos = $(this).scrollTop();
                            if (topPos > 100) {
                              $(scrollTop).css("opacity", "1");
                            } else {
                              $(scrollTop).css("opacity", "0");
                            }
                          });
                          $(scrollTop).click(function() {
                            $('html, body').animate({
                              scrollTop: 0
                            }, 800);
                            return false;
                          });
                        });
                      </script>
                    </div>
                  </span><span class="ContentPaneDiv2">
                    <div id="_ctrl0_ctl46_divModuleContainer" class="module module-embed">
                      <section class="upper-section">
                        <div class="row">
                          <div class="col-md-4 col-sm-4 col-xs-12">
                            <div class="annual-report">
                              <a href="https://s26.q4cdn.com/703850715/files/doc_financials/2021/ar/2021-Annual-Report-Final-Website.pdf" title="" id="annual-link"><img src="https://s26.q4cdn.com/703850715/files/doc_financials/2021/ar/2021-Annual-Report-Final-Website.png" alt="Annual Report Image"></a>
                            </div>
                          </div>
                          <div class="col-md-8 col-sm-8 col-xs-12">
                            <div class="corporate-desc">
                              <div class="new-data">
                                <strong>PERMA-PIPE International Holdings, Inc.(NASDAQ:PPIH)</strong> is a global engineered pipe services company offering core competencies in engineering design, material sciences, fabrication, insulation, coating,
                                and monitoring systems. With seven strategically located manufacturing facilities in six countries, and over 100 years of products manufacturing and service delivery expertise, meeting globally recognized industry
                                standards and ISO 9001 certification, PERMA-PIPE is your best choice.
                              </div>
                              <!-- <div class="old-data">
<div class="row">
  <div class="col-sm-9 col-xs-8 irwNoPadding"><p align="justify"><strong>Perma-Pipe International Holdings, Inc.(NASDAQ:PPIH)</strong> is a global engineered pipe services company offering core competencies in engineering design, material sciences, fabrication, insulation, coating, and monitoring systems.  With seven strategically located manufacturing facilities in six countries, and over 100 years of products manufacturing and service delivery expertise, meeting globally recognized industry standards and ISO 9001 certification, PERMA-PIPE is your best choice. </p></div>
  <div class="col-sm-3 col-xs-4 irwNoPadding">
    <div align="right"> <a href="../file/4431879/Index?KeyFile=1001263768" target="_blank"> <img src="http://www.snl.com/interactive/newlookandfeel/4431879/PPIH.PNG" style="margin: 0; border:0;"> </a> </div>
  </div>
</div>
</div>                         -->
                            </div>
                            <div class="blue-divider"></div>
                            <div class="ir-market">
                              <div class="irwMarketSnapshot">
                                <div id="irwMarketSummaryPanelTab" class="tabbable">
                                  <div class="clearfix"></div>
                                  <div id="irwTabsContent" class="tab-content" data-view="mobile">
                                    <div class="tab-pane active">
                                      <div class="irwMarketSnapshotContent" id="marketSummaryPanel">
                                        <div class="market-back">
                                          <div class="col-md-12 col-sm-12 ir-price irwNoPadding"> <span class="MSCurrencySymbol">$</span><span class="MSPrice">10.25</span> <span class="MSDirection"> <i class="fa fa-caret-up text-success"></i> </span>
                                          </div>
                                          <div class="col-md-4 col-sm-4 col-xs-4 irwNoPadding">
                                            <div><span class="MSExchange">NASDAQ:</span><span class="MSTicker">PPIH</span></div>
                                          </div>
                                          <div class="col-md-4 col-sm-5 col-xs-4 "> <span class="MSCurrencySymbol">CHANGE: $</span><span class="MSNetChange">0.05</span> <span class="MSPercentageChange">0.49%</span>&nbsp;&nbsp; </div>
                                          <div class="col-md-4 col-sm-3 col-xs-4 text-right irwNoPadding"> <span class="irwBoxBodyItemLabel">VOLUME: 4,915</span> </div>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </section>
                      <!-- Latest Financial Documents Widget -->
                      <script type="text/javascript">
                        $('.annual-report').financials({
                          usePublic: GetViewType() != "0",
                          apiKey: Q4Settings.apiKey,
                          append: false,
                          sortAscending: true,
                          fetchAllYears: true,
                          docCategories: ['annual'],
                          template: (
                            /* beautify preserve:start */
            // @formatter:off
            '{{#latestDocs}}' +
                    '{{#annual}}' +
                        ' <a href="{{docUrl}}" title="" id="annual-link">' +
                            '<img src="{{docThumb}}" alt="Annual Report Image">' +
                        '</a>' +
                    '{{/annual}}' +
            '{{/latestDocs}}'
            // @formatter:on
            /* beautify preserve:end */),
                          beforeRender: function(e, data) {
                            var categories = ['annual'];
                            var allDocs = [];
                            var latestDocs = {};
                            $.each(data.items, function(i, item) {
                              $.each(item.docs, function(j, doc) {
                                // pass report item's date to documents
                                doc.docDate = item.date;
                                allDocs.push(doc);
                              });
                            });
                            $.each(allDocs, function(i, doc) {
                              $.each(categories, function(j, category) {
                                if (doc.docCategory === category) {
                                  latestDocs[categories[j]] = doc;
                                }
                              });
                            });
                            data.latestDocs = latestDocs;
                          }
                        });
                      </script>
                      <!-- Stock Quote Widget -->
                      <script src="https://widgets.q4app.com/widgets/q4.stockQuote.1.0.15.min.js" type="text/javascript"></script>
                      <script type="text/javascript">
                        $('.market-back').stockQuote({
                          studioApi: Q4Settings.studioApi,
                          changeCls: ['fa-caret-down text-danger', 'fa-caret-up text-success'],
                          stock: [Q4Settings.indices[0].xvalue, Q4Settings.indices[0].tickerLabel],
                          stockTpl: (
                            /* beautify preserve:start */
            // @formatter:off
            '{{#.}}' +
    '<div class="col-md-12 col-sm-12 ir-price irwNoPadding"> ' +
        '<span class="MSCurrencySymbol">$</span><span class="MSPrice">{{tradePrice}}</span> ' +
        '<span class="MSDirection"> ' +
                '<i class="fa {{uod}}"></i> ' +
        '</span> ' +
    '</div> ' +
    '<div class="col-md-4 col-sm-4 col-xs-4 irwNoPadding"> ' +
            '<div><span class="MSExchange">NASDAQ:</span><span class="MSTicker">{{symbol}}</span></div> ' +
    '</div> ' +
    '<div class="col-md-4 col-sm-5 col-xs-4 "> ' +

        '<span class="MSCurrencySymbol">CHANGE: $</span><span class="MSNetChange">{{change}}</span> ' +
        '<span class="MSPercentageChange">{{percChange}}%</span>&nbsp;&nbsp; ' +
    '</div> ' +
    '<div class="col-md-4 col-sm-3 col-xs-4 text-right irwNoPadding"> ' +
        '<span class="irwBoxBodyItemLabel">VOLUME: {{volume}}</span> ' +
    '</div> ' +
            '{{/.}}'
            // @formatter:on
            /* beautify preserve:end */),
                          beforeRender: function(event, data) {
                            $.each(data.items, function(i, item) {
                              if ((Math.sign(item.percChange) === -1)) {
                                item.percChange = "(" + Math.abs(parseFloat(item.percChange)).toString() + ")";
                              }
                              if ((Math.sign(item.change) === -1)) {
                                item.change = "(" + Math.abs(parseFloat(item.change)).toString() + ")";
                              }
                            });
                          }
                        });
                      </script>
                    </div>
                  </span><span class="ContentPaneDiv3">
                    <div id="_ctrl0_ctl49_divModuleContainer" class="module module-embed">
                      <section class="lower-section">
                        <div class="row">
                          <div class="col-md-4 col-sm-4 col-xs-12">
                            <div class="pr-grid">
                              <div class="pr-header">Latest News</div>
                              <div class="pr-content"> <!-- Press Releases Here-->
                                <div class="irwPRDate"> <span>01/06/2023</span> </div>
                                <a href="/news-market-data/press-releases/news-details/2023/Perma-Pipe-International-Holdings-Inc.-announces-the-formation-of-a-Joint-Venture-in-The-Kingdom-of-Saudi-Arabia/default.aspx" class="pr-link irwEventTracking irwGaHasTitle irwGaHasFile irwGaLabel" data-gafid="405224690" data-gatitle="News" target="_blank">Perma-Pipe International Holdings Inc. announces the formation of a Joint Venture in The Kingdom of Saudi Arabia</a>
                                <div class="pr-readmore"><a href="/news-market-data/press-releases">Read More</a></div>
                              </div>
                            </div>
                          </div>
                          <div class="col-md-4 col-sm-4 col-xs-12">
                            <div class="pr-grid">
                              <div class="pr-header">Latest News</div>
                              <div class="pr-content"> <!-- Press Releases Here-->
                                <div class="irwPRDate"> <span>12/07/2022</span> </div>
                                <a href="/news-market-data/press-releases/news-details/2022/Perma-Pipe-International-Holdings-Inc.-Announces-Share-Repurchase-Program/default.aspx" class="pr-link irwEventTracking irwGaHasTitle irwGaHasFile irwGaLabel" data-gafid="405224690" data-gatitle="News" target="_blank">Perma-Pipe International Holdings, Inc. Announces Share Repurchase Program</a>
                                <div class="pr-readmore"><a href="/news-market-data/press-releases">Read More</a></div>
                              </div>
                            </div>
                          </div>
                          <div class="col-md-4 col-sm-4 col-xs-12">
                            <div class="pr-grid">
                              <div class="pr-header">Latest News</div>
                              <div class="pr-content"> <!-- Press Releases Here-->
                                <div class="irwPRDate"> <span>12/06/2022</span> </div>
                                <a href="/news-market-data/press-releases/news-details/2022/Perma-Pipe-International-Holdings-Inc.-Announces-its-Third-Quarter-and-Year-to-Date-Fiscal-2022-Financial-Results/default.aspx" class="pr-link irwEventTracking irwGaHasTitle irwGaHasFile irwGaLabel" data-gafid="405224690" data-gatitle="News" target="_blank">Perma-Pipe International Holdings, Inc. Announces its Third Quarter and Year-to-Date Fiscal 2022 Financial Results</a>
                                <div class="pr-readmore"><a href="/news-market-data/press-releases">Read More</a></div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </section>
                      <!-- News Widget -->
                      <script type="text/javascript">
                        $('.lower-section > .row').news({
                          usePublic: GetViewType() != "0",
                          append: false,
                          apiKey: Q4Settings.apiKey,
                          fetchAllYears: true,
                          dateFormat: 'mm/dd/yy',
                          limit: 3,
                          template: (
                            /* beautify preserve:start */
            // @formatter:off
'{{#items}}' +
'<div class="col-md-4 col-sm-4 col-xs-12">' +
'  <div class="pr-grid">' +
'    <div class="pr-header">Latest News</div>' +
'    <div class="pr-content">' +
'      <!-- Press Releases Here-->' +
'      <div class="irwPRDate">' +
'        <span>{{date}}</span>' +
'      </div>' +
'      <a href="{{url}}" class="pr-link irwEventTracking irwGaHasTitle irwGaHasFile irwGaLabel" data-gafid="405224690" data-gatitle="News" target="_blank">{{title}}</a>' +
'      <div class="pr-readmore"><a href="/news-market-data/press-releases">Read More</a></div>' +
'    </div>' +
'  </div>' +
'</div>' +
'{{/items}}'
            // @formatter:on
            /* beautify preserve:end */),
                          beforeRender: function(e, data) {},
                          complete: function(e) {}
                        });
                      </script>
                    </div>
                  </span></span>
              </div>
            </div>
            <!-- Credits -->
            <div class="pane pane--credits">
              <span class="Q4FooterDiv8">
                <div id="_ctrl0_ctl25_divModuleContainer" class="module module-embed">
                  <div class="desktop-display-copyright ">
                    <div class="irwCopyright">
                      <span class="irwCopyrightText">Copyright <span class="copyright_year">2023</span>,</span> <a href="http://q4inc.com/Powered-by-Q4/" class="irwCopyrightlinks irwcopyrightSNL text-primary" target="_blank">© Powered By Q4 Inc.</a>
                    </div>
                  </div>
                </div>
              </span><span class="Q4FooterDiv10">
                <div id="_ctrl0_ctl31_divModuleContainer" class="module module-embed">
                  <script>
                    var searchInputClass = '.searh-input',
                      searchButton = '.search-button';
                    var corporateSiteUrl = 'https://google.ca/?',
                      queryParams = 'search=';
                    $(searchButton).on('click keypress', function(e) {
                      e.preventDefault();
                      e.stopPropagation();
                      window.location = corporateSiteUrl + queryParams + $(searchInputClass).val();
                    });
                    $(searchInputClass).on('keypress', function(e) {
                      if (13 === (e.which || e.keyCode)) {
                        e.preventDefault();
                        window.location = corporateSiteUrl + queryParams + e.target.value;
                      }
                    });
                  </script>
                </div>
              </span><span class="Q4FooterDiv12">
                <div id="_ctrl0_ctl37_divModuleContainer" class="module module-embed hidden">
                  <script>
                    var q4App = $.extend(true, q4Defaults, {
                      options: {
                        mailingListConfig: {
                          submitText: 'Sign Up'
                        }
                      },
                      stickyNavBar: function() {
                        var inst = this,
                          $window = $(window),
                          $layout = $('#fullBodyWrapper'),
                          $header = $('.pane--header'),
                          $secondaryNav = $('.ir-horizontal-nav'),
                          $navContainer = $('.nav--horizontal'),
                          navContainerPos = function() {
                            return $navContainer.position().top;
                          };
                        $window.on('scroll', function() {
                          if ($window.scrollTop() > 0) {
                            $layout.addClass('js--header-fixed');
                          } else {
                            $layout.removeClass('js--header-fixed');
                          }
                          if (!!Q4Settings.isSecondaryNavSticky) {
                            if ($window.width() > 1024) {
                              $navContainer.css('min-height', $secondaryNav.outerHeight());
                              if ($window.scrollTop() + $header.outerHeight() >= navContainerPos()) {
                                $layout.addClass('js--secondary-sticky');
                                $secondaryNav.css('top', $header.height());
                              } else {
                                $layout.removeClass('js--secondary-sticky');
                                $secondaryNav.removeAttr('style');
                              }
                            } else {
                              $layout.removeClass('js--secondary-sticky');
                              $secondaryNav.removeAttr('style');
                              $navContainer.removeAttr('style');
                            }
                          }
                        });
                        if (!!Q4Settings.isSecondaryNavSticky) {
                          $window.on('resize', function() {
                            if ($window.width() > 1024) {
                              $layout.removeClass('js--secondary-sticky');
                              $navContainer.removeAttr('style').css('min-height', $secondaryNav.outerHeight());
                              $nav.removeAttr('style');
                            } else {
                              $layout.removeClass('js--secondary-sticky');
                              $secondaryNav.removeAttr('style');
                              $navContainer.removeAttr('style');
                            }
                            $window.trigger('scroll');
                          }).resize();
                        }
                      },
                      scrollingTable: function(selector) {
                        $(selector).not(selector + ' table').wrap('<div class="table-wrapper" />');
                      },
                      addToAny: function() {
                        var a2a_config = a2a_config || {};
                        a2a_config.num_services = 12;
                        a2a_config.prioritize = ["facebook", "twitter", "google_buzz", "linkedin", "wordpress", "google_reader", "delicious", "posterous", "tumblr", "blogger_post", "google_gmail", "digg", "yahoo_bookmarks", "stumbleupon",
                          "yahoo_buzz", "reddit", "myspace", "livejournal", "windows_live_favorites", "hotmail"
                        ];
                      },
                      meetingFancy: function($selector, trigger) {
                        var bCookie = document.cookie.replace(/(?:(?:^|.*;\s*)bCookie\s*\=\s*([^;]*).*$)|^.*$/, "$1");
                        if (!bCookie.length) {
                          $selector.removeClass('js--hidden');
                        }
                        $selector.on('click', '.button--cookie', function() {
                          $selector.addClass('js--hidden');
                          document.cookie = 'bCookie=true; path=/';
                        });
                        $selector.on('click', trigger, function(e) {
                          e.preventDefault();
                          $.fancybox.open({
                            type: 'iframe',
                            src: '/request-meeting-iframe/default.aspx',
                            opts: {
                              smallBtn: false,
                              margin: [10, 0],
                              slideClass: 'fancybox-slide--form',
                              parentEl: 'form'
                            }
                          });
                        });
                        window.addEventListener('message', function(event) {
                          if (event.data == 'close-fancybox') {
                            $.fancybox.close();
                          }
                        }, false);
                      },
                      fancyboxInit: function(selector) {
                        $(selector).attr('data-fancybox', '');
                      },
                      exportView: function(exportType) {
                        switch (exportType) {
                          case 'pdf':
                            //for this pdf option to work, following are required
                            //html2canvas 1.0.0-alpha.11, newer versions will generate a blank pdf
                            //#irwWrapper needs to be present in the html
                            var container = document.querySelectorAll('#irwWrapper')[0];
                            var element = $('<div class="pdfprint"></div>');
                            var filename = document.title + '.pdf';
                            $(container).clone().appendTo(element);
                            $('body').append(element);
                            var appendedElement = document.querySelectorAll('.pdfprint')[0];
                            $(appendedElement).find('img, .module_view-all-link').remove();
                            $(appendedElement).find('#irwWrapper').css('font-size', '150%');
                            html2canvas(appendedElement, {
                              scale: 2,
                              useCORS: true,
                              allowTaint: true
                            }).then(function(canvas) {
                              setTimeout(function() {
                                var $canvas = $(canvas);
                                var pdf = new jsPDF({
                                  orientation: 'portrait'
                                });
                                var imgData = canvas.toDataURL('image/jpeg');
                                var imgProps = pdf.getImageProperties(imgData);
                                var width = pdf.internal.pageSize.getWidth() - 10;
                                var height = ((imgProps.height * width) / imgProps.width) - 10;
                                pdf.addImage(imgData, 'JPEG', 5, 10, width, height, null, 'SLOW');
                                pdf.save(filename);
                              }, 1000);
                              $('.pdfprint').remove();
                            });
                            break;
                          case 'print':
                          default:
                            window.print();
                            break;
                        }
                      },
                      equalHeight: function(container) {
                        var currentTallest = 0,
                          currentRowStart = 0,
                          rowDivs = [],
                          $el,
                          topPosition = 0,
                          currentDiv;
                        $(container).each(function() {
                          $el = $(this);
                          $el.height('auto');
                          topPosition = $el.position().top;
                          if (currentRowStart != topPosition) {
                            for (currentDiv = 0; currentDiv < rowDivs.length; currentDiv++) {
                              rowDivs[currentDiv].height(currentTallest);
                            }
                            rowDivs.length = 0; // empty the array
                            currentRowStart = topPosition;
                            currentTallest = $el.height();
                            rowDivs.push($el);
                          } else {
                            rowDivs.push($el);
                            currentTallest = (currentTallest < $el.height()) ? ($el.height()) : (currentTallest);
                          }
                          for (currentDiv = 0; currentDiv < rowDivs.length; currentDiv++) {
                            rowDivs[currentDiv].height(currentTallest);
                          }
                        });
                      },
                      mCustomScrollbar: function(selector) {
                        $(selector).mCustomScrollbar({
                          theme: 'bootstrap-thin'
                        });
                      },
                      /**
                       * If our navigation structure is clone enough to be matched with simple JS,
                       * placing logic in here is a better solution than widgetizing the navigation
                       */
                      // transformNav: function() {
                      //     var $nav = $('.irw-nav-source');
                      // },
                      init: function() {
                        var app = this;
                        app.cleanUp();
                        app.copyright($('.copyright_year'));
                        app.docTracking();
                        app.resetDate(['.nav a[href*="s4.q4web.com"]:not([href$=".pdf"])']);
                        app.meetingFancy($('.module-cta'), '.button--meeting');
                        app.previewToolbar();
                        // irw specific functions
                        // app.transformNav();
                        if (!!Q4Settings.isHeaderSticky) {
                          app.stickyNavBar();
                        }
                        app.addToAny();
                        app.mCustomScrollbar('.irwScrollbar');
                        $(window).on('load', function() {
                          app.fancyboxInit('.fancybox');
                        });
                        $(window).on('load resize', function() {
                          app.equalHeight('.box');
                        });
                      }
                    });
                    q4App.init();
                    $(function() {
                      if ($(window).width() < 800) {
                        $('#irwWrapper').appendTo('.irwHybridContent');
                        $('div.page-title').removeClass('page-title').addClass('irwHybridH1');
                        $('div.irwHybridH1').appendTo('.pull-left');
                        // $(".irwHybridH1, .irwToolKit").appendTo('.irwHybridTitleTools');
                      }
                    });
                  </script>
                </div>
              </span><span class="Q4FooterDiv13">
                <div id="_ctrl0_ctl40_divModuleContainer" class="module module-embed">
                  <script type="text/javascript" src="https://www.bugherd.com/sidebarv2.js?apikey=2vx0ixmqauvt74qdcmyamg" async="true"></script>
                </div>
              </span>
            </div>
          </div>
        </div>
      </div>
      <!-- Footer goes Here -->
      <footer role="contentinfo" id="main-footer" class="pane pane--footer">
        <span class="FooterPaneDiv"><span class="FooterPaneDiv9">
            <div id="_ctrl0_ctl28_divModuleContainer" class="module module-embed">
              <div class="blue-back">
                <div class="container-fluid">
                  <div class="custom-container">
                    <p>PERMA-PIPE International Holdings, Inc. (NASDAQ:PPIH) is a global engineered pipe services company offering core competencies in anti-corrosion coatings, insulation solutions, containment systems, leak detection systems,
                      engineering support, field service, and custom fabrication.</p>
                  </div>
                </div>
              </div>
              <div class="footer-bottom">
                <div class="container-fluid">
                  <div class="custom-container">
                    <div class="social-logo">
                      <a href="https://www.linkedin.com/company/perma-pipe/">
                                <span class="linkedin-icon">
                                    <img src="//s26.q4cdn.com/703850715/files/images/irw/linkedin-logo.png" alt="linkedin">
                                </span>
                            </a>
                      <a href="https://www.youtube.com/channel/UCYx-FdzeMVhxA0CGKNz5G4w/videos">
                                <span class="youtube-icon">
                                    <img src="//s26.q4cdn.com/703850715/files/images/irw/youtube.png" alt="youtube">
                                </span>
                            </a>
                    </div>
                    <div class="footer-links">
                      <ul>
                        <li><a href="http://www.permapipe.com/">Home</a></li>
                        <li><a href="https://www.permapipe.com/privacy">Privacy</a></li>
                        <li><a href="https://www.permapipe.com/conditions-of-use">Terms</a></li>
                        <li><a href="https://www.permapipe.com/latest-news">News</a></li>
                        <li><a href="https://www.permapipe.com/events">Events</a></li>
                        <li><a href="https://www.permapipe.com/contact">Ask PERMA-PIPE</a></li>
                        <li><a href="https://www.permapipe.com/quote">Quote</a></li>
                      </ul>
                    </div>
                    <div class="disclaimer"> PERMA-PIPE brands, trademarks, and logos are property of PERMA-PIPE International Holdings, Inc. All rights reserved. All contents copyright 2020©. </div>
                    <div class="partner-logo">
                      <svg preserveAspectRatio="xMidYMid meet" id="comp-k3alprmvsvgcontent" data-bbox="0 0.01 439.65 26.3" viewBox="0 0.01 439.65 26.3" xmlns="http://www.w3.org/2000/svg" data-type="color" role="img"
                        aria-labelledby="comp-k3alprmv-svgtitle">
                        <title id="comp-k3alprmv-svgtitle"></title>
                        <g>
                          <path
                            d="M2.95 10.1c0-5.29 0-6.24-.07-7.32-.07-1.15-.34-1.7-1.46-1.93C1.15.78.57.75.27.75.14.75 0 .68 0 .54 0 .34.17.27.54.27c1.53 0 3.56.1 3.83.1.75 0 2.71-.1 4.27-.1 4.24 0 5.76 1.42 6.31 1.93.75.71 1.7 2.24 1.7 4.03 0 4.81-3.53 8.07-8.34 8.07-.17 0-.54 0-.71-.03-.17 0-.37-.07-.37-.24 0-.27.2-.31.92-.31 3.29 0 5.87-2.41 5.87-5.53 0-1.12-.1-3.39-1.9-5.22s-3.87-1.7-4.65-1.7c-.58 0-1.15.07-1.46.2-.21.09-.28.33-.28.67v13.94c0 3.25 0 5.93.17 7.36.1.98.31 1.73 1.32 1.86.47.07 1.22.14 1.53.14.2 0 .27.1.27.2 0 .17-.17.27-.54.27-1.86 0-4-.1-4.17-.1-.1 0-2.24.1-3.25.1-.37 0-.54-.07-.54-.27 0-.1.07-.2.27-.2.31 0 .71-.07 1.02-.14.68-.14.85-.88.98-1.86.17-1.42.17-4.1.17-7.36V10.1z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M26.79 4.68c.37-.95.51-1.12.71-1.12.31 0 .41.41.71 1.05.54 1.22 5.32 13.12 7.15 17.5 1.08 2.58 1.9 2.95 2.54 3.15.44.14.88.17 1.19.17.17 0 .37.07.37.24 0 .17-.34.24-.68.24-.44 0-2.64 0-4.71-.07-.58-.03-1.05-.03-1.05-.2 0-.13.07-.13.2-.2.17-.07.47-.3.27-.78l-2.68-6.61c-.07-.13-.1-.17-.27-.17h-6.88c-.14 0-.24.07-.31.24l-1.7 4.61c-.27.71-.44 1.42-.44 1.93 0 .58.51.78 1.02.78h.27c.24 0 .31.1.31.24 0 .17-.17.24-.44.24-.71 0-2.34-.1-2.68-.1-.31 0-1.8.1-3.02.1-.37 0-.58-.07-.58-.24 0-.14.14-.24.27-.24.2 0 .64-.03.88-.07 1.36-.17 1.93-1.19 2.51-2.64l7.04-18.05zm3.32 12c.14 0 .14-.07.1-.2l-2.95-7.9c-.17-.44-.34-.44-.51 0l-2.78 7.9c-.03.14 0 .2.1.2h6.04z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M43.4 12.44c0-4.48 0-5.29-.07-6.21-.07-.98-.24-1.46-1.22-1.59-.24-.03-.75-.07-1.02-.07-.1 0-.24-.14-.24-.24 0-.17.14-.24.47-.24 1.36 0 3.36.07 3.53.07.31 0 2.81-.07 3.73-.07 1.9 0 4 .17 5.56 1.25.75.54 2.07 1.93 2.07 3.93 0 2.14-.88 4.2-3.66 6.58 2.44 3.05 4.51 5.66 6.24 7.46 1.59 1.63 2.58 1.9 3.32 2 .58.1.88.1 1.05.1s.27.14.27.24c0 .17-.17.24-.71.24h-1.86c-1.7 0-2.44-.17-3.19-.58-1.29-.68-2.37-2.07-4.07-4.24-1.25-1.56-2.58-3.42-3.22-4.2-.14-.14-.2-.17-.41-.17l-3.8-.07c-.14 0-.2.07-.2.24v.68c0 2.78 0 5.02.14 6.21.1.85.27 1.39 1.19 1.53.41.07 1.05.14 1.32.14.2 0 .24.14.24.24 0 .14-.14.24-.47.24-1.63 0-3.53-.1-3.66-.1-.03 0-2.03.1-2.95.1-.31 0-.47-.07-.47-.24 0-.1.07-.24.24-.24.27 0 .64-.07.92-.14.58-.14.64-.68.78-1.53.17-1.19.17-3.46.17-6.24v-5.08zm2.58 2.44c0 .17.07.27.2.37.44.24 1.97.44 3.29.44.71 0 1.53-.03 2.24-.51 1.02-.68 1.8-2.2 1.8-4.41 0-3.59-1.97-5.66-5.15-5.66-.88 0-1.83.1-2.14.17-.14.07-.24.17-.24.34v9.26z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M71.14 17.53c0 2.78 0 5.05.14 6.24.1.85.24 1.39 1.15 1.53.41.07 1.08.14 1.36.14.2 0 .24.14.24.24 0 .14-.14.24-.47.24-1.63 0-3.53-.1-3.7-.1-.14 0-2.2.1-3.09.1-.34 0-.47-.07-.47-.24 0-.1.07-.2.24-.2.27 0 .61-.07.88-.14.61-.14.78-.71.88-1.56.14-1.19.14-3.46.14-6.24V5.42l-4.31.07c-1.86.03-2.58.24-3.02.92-.34.51-.37.71-.47.92-.07.24-.17.27-.31.27-.07 0-.2-.07-.2-.24 0-.3.58-2.88.64-3.12.03-.17.2-.54.31-.54.2 0 .51.24 1.32.34.85.1 2 .13 2.34.13H76c.98 0 1.66-.07 2.14-.13.44-.07.71-.14.85-.14s.14.17.14.34c0 .88-.1 2.95-.1 3.29 0 .24-.14.37-.27.37s-.2-.1-.24-.51l-.03-.31c-.1-.88-.75-1.53-3.59-1.59l-3.73-.07v12.11z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M86.57 21.97c.07 2.37.34 3.08 1.15 3.29.54.14 1.22.17 1.49.17.14 0 .24.1.24.24 0 .17-.2.24-.54.24-1.7 0-2.88-.1-3.15-.1s-1.53.1-2.88.1c-.31 0-.47-.03-.47-.24 0-.14.1-.24.24-.24.24 0 .78-.03 1.22-.17.75-.2.85-.98.85-3.59V5.15c0-1.15.17-1.46.41-1.46.34 0 .85.58 1.15.88.47.47 4.81 5.09 9.43 9.83 2.95 3.05 6.14 6.48 7.05 7.43l-.31-14.44c-.03-1.87-.2-2.51-1.12-2.68-.54-.1-1.22-.14-1.46-.14-.2 0-.24-.17-.24-.27 0-.17.24-.2.58-.2 1.36 0 2.78.07 3.12.07s1.32-.07 2.54-.07c.31 0 .54.03.54.2 0 .1-.14.27-.34.27-.14 0-.37 0-.71.07-.98.2-1.05.78-1.05 2.51l-.07 16.88c0 1.9-.03 2.07-.24 2.07-.31 0-.61-.24-2.27-1.76-.31-.27-4.61-4.51-7.76-7.8-3.46-3.63-6.81-7.15-7.73-8.17l.33 13.6z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M112.88 12.44c0-4.48 0-5.29-.07-6.21-.07-.98-.24-1.46-1.22-1.59-.24-.03-.75-.07-1.02-.07-.1 0-.24-.14-.24-.24 0-.17.14-.24.47-.24 1.36 0 3.29.07 3.46.07.2 0 6.44.03 7.12 0 .58-.03 1.12-.13 1.36-.17.14-.03.27-.14.41-.14.1 0 .14.14.14.27 0 .2-.17.54-.24 1.36-.03.27-.1 1.56-.17 1.9-.03.14-.14.3-.27.3-.17 0-.24-.14-.24-.37 0-.2-.03-.68-.17-1.02-.2-.47-.51-.68-2.14-.88-.51-.07-3.97-.1-4.31-.1-.14 0-.17.1-.17.3v7.83c0 .2 0 .31.17.31.37 0 4.31 0 4.98-.07.71-.07 1.15-.1 1.46-.41.2-.2.34-.37.44-.37.1 0 .17.07.17.24s-.17.64-.24 1.59c-.07.58-.14 1.66-.14 1.86 0 .24-.07.54-.27.54-.14 0-.2-.1-.2-.27 0-.27 0-.58-.14-.95-.1-.41-.37-.75-1.53-.88-.81-.1-4-.14-4.51-.14-.17 0-.2.1-.2.2v2.41c0 .98-.03 4.34 0 4.92.07 1.93.61 2.31 3.56 2.31.78 0 2.2 0 2.98-.31.78-.34 1.19-.85 1.36-2 .07-.34.14-.44.31-.44.17 0 .2.24.2.44s-.24 2.17-.41 2.78c-.2.75-.51.75-1.66.75-2.24 0-3.97-.07-5.19-.1-1.25-.07-2.03-.07-2.48-.07-.07 0-.64 0-1.29.03-.58.03-1.25.07-1.73.07-.31 0-.47-.07-.47-.24 0-.1.07-.24.24-.24.27 0 .64-.1.92-.14.58-.1.64-.68.78-1.53.17-1.19.17-3.46.17-6.24v-5.05z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M131.57 12.44c0-4.48 0-5.29-.07-6.21-.07-.98-.24-1.46-1.22-1.59-.24-.03-.75-.07-1.02-.07-.1 0-.24-.14-.24-.24 0-.17.14-.24.47-.24 1.36 0 3.36.07 3.53.07.31 0 2.81-.07 3.73-.07 1.9 0 4 .17 5.56 1.25.75.54 2.07 1.93 2.07 3.93 0 2.14-.88 4.2-3.66 6.58 2.44 3.05 4.51 5.66 6.24 7.46 1.59 1.63 2.58 1.9 3.32 2 .58.1.88.1 1.05.1s.27.14.27.24c0 .17-.17.24-.71.24h-1.86c-1.7 0-2.44-.17-3.19-.58-1.29-.68-2.37-2.07-4.07-4.24-1.25-1.56-2.58-3.42-3.22-4.2-.14-.14-.2-.17-.41-.17l-3.8-.07c-.14 0-.2.07-.2.24v.68c0 2.78 0 5.02.14 6.21.1.85.27 1.39 1.19 1.53.41.07 1.05.14 1.32.14.2 0 .24.14.24.24 0 .14-.14.24-.47.24-1.63 0-3.53-.1-3.66-.1-.03 0-2.03.1-2.95.1-.31 0-.47-.07-.47-.24 0-.1.07-.24.24-.24.27 0 .64-.07.92-.14.58-.14.64-.68.78-1.53.17-1.19.17-3.46.17-6.24v-5.08zm2.57 2.44c0 .17.07.27.2.37.44.24 1.97.44 3.29.44.71 0 1.53-.03 2.24-.51 1.02-.68 1.8-2.2 1.8-4.41 0-3.59-1.97-5.66-5.15-5.66-.88 0-1.83.1-2.14.17-.14.07-.24.17-.24.34v9.26z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M151.54 25.5c-.41-.2-.44-.31-.44-1.08 0-1.42.14-2.58.17-3.05 0-.31.07-.47.24-.47s.27.1.27.34 0 .64.1 1.05c.47 2.1 2.71 2.85 4.71 2.85 2.95 0 4.48-1.66 4.48-3.83 0-2.07-1.12-3.05-3.76-5.02l-1.36-1.02c-3.22-2.41-4.27-4.17-4.27-6.17 0-3.39 2.68-5.42 6.61-5.42 1.19 0 2.37.17 3.08.34.58.14.81.14 1.05.14s.31.03.31.2c0 .14-.14 1.08-.14 3.05 0 .44-.03.64-.24.64s-.24-.14-.27-.37c-.03-.34-.27-1.12-.44-1.42-.2-.34-1.19-1.42-3.87-1.42-2.17 0-3.97 1.08-3.97 3.12 0 1.83.92 2.88 3.87 4.88l.85.58c3.63 2.47 4.88 4.48 4.88 6.95 0 1.7-.64 3.53-2.78 4.92-1.25.81-3.12 1.02-4.75 1.02-1.38-.03-3.11-.24-4.33-.81z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M186.47 16.07c0 3.25 0 5.93.17 7.36.1.98.31 1.73 1.32 1.86.48.07 1.22.14 1.53.14.2 0 .27.1.27.2 0 .17-.17.27-.54.27-1.87 0-4-.1-4.17-.1-.17 0-2.31.1-3.32.1-.37 0-.54-.07-.54-.27 0-.1.07-.2.27-.2.31 0 .71-.07 1.02-.14.68-.14.85-.88.98-1.86.17-1.42.17-4.1.17-7.36V10.1c0-5.29 0-6.24-.07-7.32-.07-1.15-.41-1.73-1.15-1.9-.37-.1-.81-.14-1.05-.14-.14 0-.27-.07-.27-.2 0-.2.17-.27.54-.27 1.12 0 3.25.1 3.42.1.17 0 2.3-.1 3.32-.1.37 0 .54.07.54.27 0 .13-.14.2-.27.2-.24 0-.44.03-.85.1-.92.17-1.19.75-1.25 1.93-.07 1.08-.07 2.03-.07 7.32v5.98z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M199.01 21.97c.07 2.37.34 3.08 1.15 3.29.54.14 1.22.17 1.49.17.14 0 .24.1.24.24 0 .17-.2.24-.54.24-1.7 0-2.88-.1-3.15-.1s-1.53.1-2.88.1c-.31 0-.47-.03-.47-.24 0-.14.1-.24.24-.24.24 0 .78-.03 1.22-.17.75-.2.85-.98.85-3.59V5.15c0-1.15.17-1.46.41-1.46.34 0 .85.58 1.15.88.47.47 4.81 5.09 9.42 9.83 2.95 3.05 6.14 6.48 7.05 7.43l-.31-14.44c-.03-1.87-.2-2.51-1.12-2.68-.54-.1-1.22-.14-1.46-.14-.2 0-.24-.17-.24-.27 0-.17.24-.2.58-.2 1.36 0 2.78.07 3.12.07s1.32-.07 2.54-.07c.3 0 .54.03.54.2 0 .1-.13.27-.34.27-.14 0-.37 0-.71.07-.98.2-1.05.78-1.05 2.51l-.07 16.88c0 1.9-.03 2.07-.24 2.07-.3 0-.61-.24-2.27-1.76-.3-.27-4.61-4.51-7.76-7.8-3.46-3.63-6.82-7.15-7.73-8.17l.34 13.6z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M237.81 10.1c0-5.29 0-6.24-.07-7.32-.07-1.15-.34-1.7-1.46-1.93-.27-.07-.85-.1-1.15-.1-.14 0-.27-.07-.27-.2 0-.2.17-.27.54-.27.78 0 1.7 0 2.44.03l1.39.07c.24 0 6.98 0 7.76-.03.64-.03 1.19-.1 1.46-.17.17-.03.3-.17.47-.17.1 0 .14.14.14.31 0 .24-.17.64-.27 1.59-.03.34-.1 1.83-.17 2.24-.03.17-.1.37-.24.37-.2 0-.27-.17-.27-.44 0-.24-.03-.81-.2-1.22-.24-.54-.58-.95-2.41-1.15-.58-.07-4.27-.1-4.64-.1-.14 0-.2.1-.2.34v9.36c0 .24.03.34.2.34.44 0 4.61 0 5.39-.07.81-.07 1.29-.14 1.59-.47.24-.27.37-.44.51-.44.1 0 .17.07.17.27s-.17.78-.27 1.9c-.07.68-.14 1.93-.14 2.17 0 .27 0 .64-.24.64-.17 0-.24-.13-.24-.3 0-.34 0-.68-.14-1.12-.13-.47-.44-1.05-1.76-1.19-.92-.1-4.27-.17-4.85-.17-.17 0-.24.1-.24.24v2.98c0 1.15-.03 5.09 0 5.8.1 2.34.61 2.78 3.93 2.78.88 0 2.37 0 3.25-.37.88-.37 1.29-1.05 1.53-2.44.07-.37.14-.51.3-.51.2 0 .2.27.2.51 0 .27-.27 2.58-.44 3.29-.21.85-.48.85-1.81.85-2.54 0-4.41-.07-5.73-.1-1.32-.07-2.14-.1-2.64-.1-.07 0-.64 0-1.36.03-.68 0-1.46.07-1.97.07-.37 0-.54-.07-.54-.27 0-.1.07-.2.27-.2.3 0 .71-.07 1.02-.14.68-.14.85-.88.98-1.86.17-1.42.17-4.1.17-7.36V10.1z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M262.76 14.75l-4.75-7.73c-.68-1.12-1.25-1.93-2.27-2.24-.47-.13-1.08-.2-1.25-.2-.17 0-.27-.17-.27-.27 0-.14.14-.2.51-.2.85 0 3.25.07 3.49.07.27 0 1.9-.07 2.92-.07.41 0 .51.07.51.2s-.1.27-.27.27c-.2 0-.58 0-.81.07-.27.03-.37.24-.37.44 0 .27.13.64.3.95 1.25 2.27 2.37 4.34 3.93 6.81.88-1.25 4.04-6.1 4.31-6.71.24-.41.3-.68.3-1.02 0-.2-.2-.37-.51-.47-.3-.07-.64-.07-.81-.07-.17 0-.27-.14-.27-.27s.14-.2.51-.2c1.12 0 2.37.07 2.64.07s1.49-.07 2.51-.07c.34 0 .47.07.47.2 0 .1-.1.27-.3.27-.24 0-.68.03-1.02.14-.85.27-1.39 1.02-2.24 2.27l-4.78 6.98c.58.88 5.66 9.26 6.31 10.04.47.61.81 1.02 1.7 1.25.41.1.85.17 1.02.17.17 0 .24.1.24.24s-.14.24-.41.24c-1.83 0-3.25 0-4.88-.07-.78-.03-.92-.1-.92-.24 0-.1.07-.2.17-.24.17-.03.44-.34.17-.81-1.63-2.81-3.25-5.59-5.05-8.51L259 23.6c-.27.47-.37.98-.37 1.29 0 .27.2.41.47.47.17.03.41.07.54.07.17 0 .27.14.27.27s-.17.2-.37.2c-.71 0-2.68-.1-2.95-.1-.24 0-1.73.1-2.71.1-.24 0-.27-.1-.27-.2 0-.14.07-.27.24-.27.24 0 .68-.07 1.12-.17.88-.24 1.49-.78 2.44-2.24l5.35-8.27z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M279.34 23.19c-2.92-2.51-3.63-5.8-3.63-8.54 0-1.93.71-5.29 3.36-7.87 1.8-1.73 4.51-3.09 9.09-3.09 1.19 0 2.88.1 4.34.34 1.12.2 2.07.41 3.05.44.3 0 .37.14.37.3 0 .24-.07.58-.14 1.63-.03.95-.03 2.54-.07 2.95-.03.44-.17.61-.34.61-.2 0-.24-.2-.24-.61 0-1.12-.47-2.27-1.25-2.88-1.05-.88-3.22-1.59-5.87-1.59-3.83 0-5.66 1.02-6.71 2-2.2 2.03-2.68 4.61-2.68 7.53 0 5.53 4.37 10.44 10.75 10.44 2.24 0 3.73-.17 4.92-1.36.64-.64 1.05-1.86 1.15-2.41.07-.3.1-.41.3-.41.14 0 .27.2.27.41s-.41 2.71-.71 3.7c-.17.54-.24.64-.75.85-1.22.47-3.46.64-5.39.64-4.46.01-7.48-1.04-9.82-3.08z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M303.11 12.44c0-4.48 0-5.29-.07-6.21-.07-.98-.24-1.46-1.22-1.59-.24-.03-.75-.07-1.02-.07-.1 0-.24-.14-.24-.24 0-.17.14-.24.48-.24 1.36 0 3.29.07 3.46.07.2 0 6.44.03 7.12 0 .58-.03 1.12-.13 1.36-.17.13-.03.27-.14.41-.14.1 0 .14.14.14.27 0 .2-.17.54-.24 1.36-.03.27-.1 1.56-.17 1.9-.03.14-.13.3-.27.3-.17 0-.24-.14-.24-.37 0-.2-.03-.68-.17-1.02-.2-.47-.51-.68-2.14-.88-.51-.07-3.97-.1-4.31-.1-.14 0-.17.1-.17.3v7.83c0 .2 0 .31.17.31.37 0 4.31 0 4.98-.07.71-.07 1.15-.1 1.46-.41.2-.2.34-.37.44-.37.1 0 .17.07.17.24s-.17.64-.24 1.59c-.07.58-.14 1.66-.14 1.86 0 .24-.07.54-.27.54-.14 0-.2-.1-.2-.27 0-.27 0-.58-.14-.95-.1-.41-.37-.75-1.53-.88-.81-.1-4-.14-4.51-.14-.17 0-.2.1-.2.2v2.41c0 .98-.03 4.34 0 4.92.07 1.93.61 2.31 3.56 2.31.78 0 2.2 0 2.98-.31.78-.34 1.19-.85 1.36-2 .07-.34.14-.44.31-.44.17 0 .2.24.2.44s-.24 2.17-.41 2.78c-.2.75-.51.75-1.66.75-2.24 0-3.97-.07-5.19-.1-1.25-.07-2.03-.07-2.47-.07-.07 0-.64 0-1.29.03-.58.03-1.25.07-1.73.07-.31 0-.47-.07-.47-.24 0-.1.07-.24.24-.24.27 0 .64-.1.92-.14.58-.1.64-.68.78-1.53.17-1.19.17-3.46.17-6.24v-5.05z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M324.51 17.6c0 4.24.07 5.97.61 6.48.47.47 1.63.68 3.97.68 1.56 0 2.88-.03 3.59-.88.37-.44.61-1.05.71-1.63.03-.2.14-.37.31-.37.14 0 .2.14.2.44s-.2 2.03-.44 2.88c-.2.68-.31.78-1.9.78-2.14 0-3.8-.03-5.19-.1-1.36-.03-2.37-.07-3.25-.07-.13 0-.64 0-1.22.03-.61.03-1.25.07-1.73.07-.31 0-.47-.07-.47-.24 0-.1.07-.24.24-.24.27 0 .64-.07.92-.14.58-.14.64-.68.78-1.53.17-1.19.17-3.46.17-6.24v-5.09c0-4.48 0-5.29-.07-6.21-.07-.98-.24-1.46-1.22-1.59-.24-.03-.75-.07-1.02-.07-.1 0-.24-.14-.24-.24 0-.17.14-.24.48-.24 1.36 0 3.22.07 3.39.07.14 0 2.37-.07 3.29-.07.31 0 .47.07.47.24 0 .1-.14.2-.24.2-.2 0-.64.03-.98.07-.88.17-1.05.61-1.12 1.63-.03.92-.03 1.73-.03 6.21v5.17z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M342.65 17.6c0 4.24.07 5.97.61 6.48.47.47 1.63.68 3.97.68 1.56 0 2.88-.03 3.59-.88.37-.44.61-1.05.71-1.63.03-.2.14-.37.31-.37.14 0 .2.14.2.44s-.2 2.03-.44 2.88c-.2.68-.31.78-1.9.78-2.14 0-3.8-.03-5.19-.1-1.36-.03-2.37-.07-3.25-.07-.13 0-.64 0-1.22.03-.61.03-1.25.07-1.73.07-.31 0-.47-.07-.47-.24 0-.1.07-.24.24-.24.27 0 .64-.07.92-.14.58-.14.64-.68.78-1.53.17-1.19.17-3.46.17-6.24v-5.09c0-4.48 0-5.29-.07-6.21-.07-.98-.24-1.46-1.22-1.59-.24-.03-.75-.07-1.02-.07-.1 0-.24-.14-.24-.24 0-.17.13-.24.47-.24 1.36 0 3.22.07 3.39.07.14 0 2.37-.07 3.29-.07.31 0 .47.07.47.24 0 .1-.14.2-.24.2-.2 0-.64.03-.98.07-.88.17-1.05.61-1.12 1.63-.03.92-.03 1.73-.03 6.21v5.17z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M358.08 12.44c0-4.48 0-5.29-.07-6.21-.07-.98-.24-1.46-1.22-1.59-.24-.03-.75-.07-1.02-.07-.1 0-.24-.14-.24-.24 0-.17.13-.24.47-.24 1.36 0 3.29.07 3.46.07.2 0 6.44.03 7.12 0 .58-.03 1.12-.13 1.36-.17.13-.03.27-.14.41-.14.1 0 .14.14.14.27 0 .2-.17.54-.24 1.36-.03.27-.1 1.56-.17 1.9-.03.14-.13.3-.27.3-.17 0-.24-.14-.24-.37 0-.2-.03-.68-.17-1.02-.2-.47-.51-.68-2.14-.88-.51-.07-3.97-.1-4.31-.1-.13 0-.17.1-.17.3v7.83c0 .2 0 .31.17.31.37 0 4.31 0 4.98-.07.71-.07 1.15-.1 1.46-.41.2-.2.34-.37.44-.37.1 0 .17.07.17.24s-.17.64-.24 1.59c-.07.58-.14 1.66-.14 1.86 0 .24-.07.54-.27.54-.14 0-.2-.1-.2-.27 0-.27 0-.58-.14-.95-.1-.41-.37-.75-1.53-.88-.81-.1-4-.14-4.51-.14-.17 0-.2.1-.2.2v2.41c0 .98-.03 4.34 0 4.92.07 1.93.61 2.31 3.56 2.31.78 0 2.2 0 2.98-.31.78-.34 1.19-.85 1.36-2 .07-.34.14-.44.31-.44.17 0 .2.24.2.44s-.24 2.17-.41 2.78c-.2.75-.51.75-1.66.75-2.24 0-3.97-.07-5.19-.1-1.25-.07-2.03-.07-2.47-.07-.07 0-.64 0-1.29.03-.58.03-1.25.07-1.73.07-.31 0-.47-.07-.47-.24 0-.1.07-.24.24-.24.27 0 .64-.1.92-.14.58-.1.64-.68.78-1.53.17-1.19.17-3.46.17-6.24v-5.05z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M378.02 21.97c.07 2.37.34 3.08 1.15 3.29.54.14 1.22.17 1.49.17.14 0 .24.1.24.24 0 .17-.2.24-.54.24-1.7 0-2.88-.1-3.15-.1s-1.53.1-2.88.1c-.31 0-.47-.03-.47-.24 0-.14.1-.24.24-.24.24 0 .78-.03 1.22-.17.75-.2.85-.98.85-3.59V5.15c0-1.15.17-1.46.41-1.46.34 0 .85.58 1.15.88.47.47 4.81 5.09 9.42 9.83 2.95 3.05 6.14 6.48 7.05 7.43l-.31-14.44c-.03-1.87-.2-2.51-1.12-2.68-.54-.1-1.22-.14-1.46-.14-.2 0-.24-.17-.24-.27 0-.17.24-.2.58-.2 1.36 0 2.78.07 3.12.07s1.32-.07 2.54-.07c.3 0 .54.03.54.2 0 .1-.13.27-.34.27-.14 0-.37 0-.71.07-.98.2-1.05.78-1.05 2.51l-.07 16.88c0 1.9-.03 2.07-.24 2.07-.3 0-.61-.24-2.27-1.76-.3-.27-4.61-4.51-7.76-7.8-3.46-3.63-6.82-7.15-7.73-8.17l.34 13.6z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M404.77 23.19c-2.92-2.51-3.63-5.8-3.63-8.54 0-1.93.71-5.29 3.36-7.87 1.8-1.73 4.51-3.09 9.09-3.09 1.19 0 2.88.1 4.34.34 1.12.2 2.07.41 3.05.44.3 0 .37.14.37.3 0 .24-.07.58-.14 1.63-.03.95-.03 2.54-.07 2.95-.03.44-.17.61-.34.61-.2 0-.24-.2-.24-.61 0-1.12-.47-2.27-1.25-2.88-1.05-.88-3.22-1.59-5.87-1.59-3.83 0-5.66 1.02-6.71 2-2.2 2.03-2.68 4.61-2.68 7.53 0 5.53 4.37 10.44 10.75 10.44 2.24 0 3.73-.17 4.92-1.36.64-.64 1.05-1.86 1.15-2.41.07-.3.1-.41.3-.41.14 0 .27.2.27.41s-.41 2.71-.71 3.7c-.17.54-.24.64-.75.85-1.22.47-3.46.64-5.39.64-4.46.01-7.48-1.04-9.82-3.08z"
                            fill="#0057a3" data-color="1"></path>
                          <path
                            d="M428.54 12.44c0-4.48 0-5.29-.07-6.21-.07-.98-.24-1.46-1.22-1.59-.24-.03-.75-.07-1.02-.07-.1 0-.24-.14-.24-.24 0-.17.14-.24.48-.24 1.36 0 3.29.07 3.46.07.2 0 6.44.03 7.12 0 .58-.03 1.12-.13 1.36-.17.13-.03.27-.14.41-.14.1 0 .14.14.14.27 0 .2-.17.54-.24 1.36-.03.27-.1 1.56-.17 1.9-.03.14-.13.3-.27.3-.17 0-.24-.14-.24-.37 0-.2-.03-.68-.17-1.02-.2-.47-.51-.68-2.14-.88-.51-.07-3.97-.1-4.31-.1-.14 0-.17.1-.17.3v7.83c0 .2 0 .31.17.31.37 0 4.31 0 4.98-.07.71-.07 1.15-.1 1.46-.41.2-.2.34-.37.44-.37.1 0 .17.07.17.24s-.17.64-.24 1.59c-.07.58-.14 1.66-.14 1.86 0 .24-.07.54-.27.54-.14 0-.2-.1-.2-.27 0-.27 0-.58-.14-.95-.1-.41-.37-.75-1.53-.88-.81-.1-4-.14-4.51-.14-.17 0-.2.1-.2.2v2.41c0 .98-.03 4.34 0 4.92.07 1.93.61 2.31 3.56 2.31.78 0 2.2 0 2.98-.31.78-.34 1.19-.85 1.36-2 .07-.34.14-.44.31-.44.17 0 .2.24.2.44s-.24 2.17-.41 2.78c-.2.75-.51.75-1.66.75-2.24 0-3.97-.07-5.19-.1-1.25-.07-2.03-.07-2.47-.07-.07 0-.64 0-1.29.03-.58.03-1.25.07-1.73.07-.31 0-.47-.07-.47-.24 0-.1.07-.24.24-.24.27 0 .64-.1.92-.14.58-.1.64-.68.78-1.53.17-1.19.17-3.46.17-6.24v-5.05z"
                            fill="#0057a3" data-color="1"></path>
                        </g>
                      </svg>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </span></span>
      </footer>
    </div>
  </div>
  <input type="hidden" name="__antiCSRF" id="__antiCSRF" value="">
</form>

Text Content

Menu
 * OverviewOpen submenu
 * Filings & FinancialsOpen submenu
 * News & Market DataOpen submenu
 * Annual Meeting
 * ResourcesOpen submenu
 * About

Close submenuOverview
 * Corporate Profile
 * Governance Documents
 * Officers & Directors
 * Committee Charting
 * Code of Conduct

Close submenuFilings & Financials
 * SEC Filings
 * Proxy Statements
 * Annual Reports

Close submenuNews & Market Data
 * Press Releases
 * Stock Information

Close submenuResources
 * Email Notification
 * Investor Contact
 * FAQs

 * Corporate Profile
   * Overview
     * Corporate Profile
     * Governance Documents
     * Officers & Directors
     * Committee Charting
     * Code of Conduct
   * Filings & Financials
     * SEC Filings
     * Proxy Statements
     * Annual Reports
   * News & Market Data
     * Press Releases
     * Stock Information
   * Annual Meeting
   * Resources
     * Email Notification
     * Investor Contact
     * FAQs
   * About

Back to the Corporate Site



Toggle navigation
 * 
   NASDAQ: PPIH
   
   
   $10.25

 * Overview
   * Corporate Profile
   * Governance Documents
   * Officers & Directors
   * Committee Charting
   * Code of Conduct
 * Filings & Financials
   * SEC Filings
   * Proxy Statements
   * Annual Reports
 * News & Market Data
   * Press Releases
   * Stock Information
 * Annual Meeting
 * Resources
   * Email Notification
   * Investor Contact
   * FAQs
 * About

Corporate Profile
PERMA-PIPE International Holdings, Inc.(NASDAQ:PPIH) is a global engineered pipe
services company offering core competencies in engineering design, material
sciences, fabrication, insulation, coating, and monitoring systems. With seven
strategically located manufacturing facilities in six countries, and over 100
years of products manufacturing and service delivery expertise, meeting globally
recognized industry standards and ISO 9001 certification, PERMA-PIPE is your
best choice.

$10.25
NASDAQ:PPIH
CHANGE: $0.05 0.49%  
VOLUME: 4,915
Latest News
01/06/2023
Perma-Pipe International Holdings Inc. announces the formation of a Joint
Venture in The Kingdom of Saudi Arabia
Read More
Latest News
12/07/2022
Perma-Pipe International Holdings, Inc. Announces Share Repurchase Program
Read More
Latest News
12/06/2022
Perma-Pipe International Holdings, Inc. Announces its Third Quarter and
Year-to-Date Fiscal 2022 Financial Results
Read More
Copyright 2023, © Powered By Q4 Inc.




PERMA-PIPE International Holdings, Inc. (NASDAQ:PPIH) is a global engineered
pipe services company offering core competencies in anti-corrosion coatings,
insulation solutions, containment systems, leak detection systems, engineering
support, field service, and custom fabrication.

 * Home
 * Privacy
 * Terms
 * News
 * Events
 * Ask PERMA-PIPE
 * Quote

PERMA-PIPE brands, trademarks, and logos are property of PERMA-PIPE
International Holdings, Inc. All rights reserved. All contents copyright 2020©.

Close menu
✓
Thanks for sharing!
AddToAny
More…