Orient_Website/messagefrommd.php
2024-07-05 12:43:47 +05:45

46 lines
1.8 KiB
PHP

<?php include ('header.php'); ?>
<div class="container-fluid bg-breadcrumb">
<div class="container text-center py-5" style="max-width: 900px;">
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Message From MD</h1>
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
<li class="breadcrumb-item"><a href="#" class="text-white">About</a></li>
</ol>
</div>
</div>
<div class="container-fluid overflow-hidden py-5">
<div class="container py-5">
<div class="row g-5">
<div class="col-xl-5 wow fadeInLeft" data-wow-delay="0.1s">
<div class="rounded text-center">
<img src="img/md.jpg" class="img-fluid " alt="Image">
</div>
</div>
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
<h3 class="sub-title display-5 pe-3 text-lg b">Message from MD</h3>
<p class="mb-4">Welcome to Orient International! <br><br>
As the Managing Director, I am proud to lead a team dedicated to
delivering exceptional consulting services across various industries. Our mission is to empower clients with
innovative solutions, strategic planning, and expert advice tailored to their unique needs. We prioritize
client satisfaction, integrity, and continuous improvement, aiming to be the preferred consultancy partner
through our commitment to excellence, industry knowledge, and client-centric approach. Explore our website to
learn more about how Orient International can support your business, and join us on our journey towards
achieving remarkable success together.</p>
</div>
</div>
</div>
</div>
<?php include ('footer.php'); ?>