<%- include('layout/header') %>

<main>
    <section class="banner-to">
        <div class="container">
            <div class="row">
                <div class="introvert">
                    <h2>About Us</h2>
                    <ul>
                        <li>
                            <a href="/demo-custom/microbiotech/">Home</a>
                        </li>
                        <li>
                            /
                        </li>
                        <li>
                            <a href="/demo-custom/microbiotech/About-us">Abouts</a>
                        </li>
                    </ul>
                </div>
            </div>
        </div>




    </section>








        <section class="aboutus pt-8 pb-8">
            <div class="container">
              <div class="row">
                <div class="col-md-12 col-lg-6">
                  <div class="abt-txt wow slideInLeft" data-wow-duration="2s" data-wow-delay="0.2s" style="visibility: visible; animation-duration: 2s; animation-delay: 0.2s; animation-name: slideInLeft;">
                    <h2>About microbiotech</h2>
                    <p>Microbiotech offers services in Canada (Microbiotech Inc.) and United States (Microbiotech LLC). Our offices are located in Montreal and Orlando.</p>
                    <p>Our mission is to assist industries cope with real and potential microbiological contamination problems.</p>
                    <p>Our team of expert microbiologists offers its experience and know-how to help our clients integrate the principles of safety and quality in their operational processes.</p>
                    <p>Our strength is our specialized one-stop shop service offering that provides a scientific approach based on our expertise in the field of microbiology.</p>
                  </div>
                </div>
                <div class="col-md-12 col-lg-6">
                  <div class="abt-img  wow slideInRight" data-wow-duration="2s" data-wow-delay="0.2s" style="visibility: visible; animation-duration: 2s; animation-delay: 0.2s; animation-name: slideInRight;">
                    <img src="images/abt.png">
                  </div>
                </div>
              </div>
            </div>
          </section>
</main>


<%- include('layout/footer') %>