<%- include('../partials/Script'); %>

<body>
  
  <%- include('../partials/NavBar'); %>

  <!-- ======= Solution Section ======= -->
  <section id="solution">
    <div class="container hero-content">
        <div class="hero-text">
            <h3>Asset Management</h3>
            <h1>Evantage CMMS</h1>
            <p>Evantage CMMS gives clients the power to improve capital asset management in ways that increase reliability, enhance predictive maintenance, ensure regulatory compliance, reduce energy usage and support sustainability initiatives.</p>
          <a class="btnlearnmore" href="#wraph">Learn More</a>
        </div>
        <div class="bgimg">
            <img src="/views/assets/img/FeaturePage/WorkOrder.png" alt="Work Order Image">
        </div>
    </div>

    <%- include('../partials/Counter'); %>
  </section>
  <!-- ======= End Section Solution ======= -->

  <%- include('../partials/Clients'); %>

  <%- include('../partials/Cmms-Benefits'); %>

  <%- include('../partials/Footer'); %>
</body>

</html>