<?php
error_reporting(0);

// Form Submit Start 
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\SMTP;
use PHPMailer\PHPMailer\Exception;


require 'PHPMailer/src/Exception.php';
require 'PHPMailer/src/PHPMailer.php';
require 'PHPMailer/src/SMTP.php';

if (isset($_POST['submit-form'])) {

	// die('djkdn');

	$name = $_POST['name'];
	$email = $_POST['email'];
	// $subject=$_POST['subject'];
	$message = $_POST['message'];
	$phone = $_POST['phone'];

	$captcha=$_POST['g-recaptcha-response'];

	// if($captcha){

	$email_temp = '


<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="x-apple-disable-message-reformatting">
<title>A Plus Advertising</title>
</head>
<body style="margin:0; padding:0;background:#eeeeee;">  
<center>
    
<div style="width:100%; max-width:600px; background:#ffffff; padding:30px 20px; text-align:left; font-family:Arial, sans-serif;">
          
<a href="https://aplusads.ae/">
<img src="https://aplusads.ae/images/logo.png" style="margin-bottom:15px; width:150px;">
</a>
      
<h1 style="font-size:16px; line-height:22px; font-weight:normal;color:#333333;margin-bottom:30px;">
Hello ' . $name . ' !
</h1>

<h1 style="font-size:16px; line-height:22px; font-weight:normal;color:#333333;margin-bottom:30px;">
Email:- &nbsp; ' . $email . ' !
</h1>
      
<h1 style="font-size:16px; line-height:22px; font-weight:normal;color:#333333;margin-bottom:30px;">
Phone:- ' . $phone . ' !
</h1>
      
           
<p style="font-size:16px; line-height:24px; color:#666666;">
' . $message . '

</p>


<p style="font-size:16px; line-height:24px; color:#666666; margin-bottom:30px; margin-top:20px;">
<b>Thank you,</b><br>
A Plus Advertising
</p>
      
<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#556270" style="padding:12px 26px 12px 26px;border-radius:4px" align="center">
<a href="http://aplusads.ae/" target="_blank" style="font-family:Arial,sans-serif;font-size:16px;font-weight:bold;color:#fff;text-decoration:none;display:inline-block">
Visit Website
</a>
</td>
</tr>
</table>
</td>
</tr>       

<tr>
<td width="100%" height="30">&nbsp;</td>
</tr>
</table>
      
<hr style="border:none; height:1px; color:#dddddd; background:#dddddd; width:100%; margin-bottom:20px;">
      
<p style="font-size:12px; line-height:18px; color:#999999; margin-bottom:10px;">
        &copy; Copyright ' . date('Y') . ' 
<a href="http://aplusads.ae/" style="font-size:12px; line-height:18px; color:#666666; font-weight:bold;" target="_blank">
A Plus Advertising</a>, All Rights Reserved.
</p>
     

';

	$mail = new PHPMailer(true);
	//  $mail->SMTPDebug = 2;
	$mail->isSMTP();
	$mail->Host       = 'smtp.gmail.com';
	$mail->SMTPAuth   = true;
	$mail->Username   = 'jeet.websutility@gmail.com';
	$mail->Password   = 'xcummtxptbvdatcm';
	$mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS;
	$mail->Port       = 465;


	$mail->setFrom('jeet.websutility@gmail.com', 'Contact Enquiry');
	$mail->addAddress('tannu.websutility@gmail.com');
	$mail->addAddress('info@aplusads.ae');


	$mail->isHTML(true);
	$mail->Subject = 'Contact Enquiry';
	$mail->Body    = $email_temp;

	if ($mail->send()) {
	    echo "<script>window.location='contact.php'</script>";
		$_SESSION['contact'] = "<p style='color:green; text-align:center;'>Thank You.</p>";
	} else {

		$_SESSION['act6'] = $mail->Errorinfo;
	}

	/*echo "<script>alert('Please Fill The Captcha.')</script>";*/
	$error="<p style='color:red;'>Please Fill The Captcha.</p>";


}



if (isset($_POST['submit-form1'])) {

	// die('djkdn');

	$name = $_POST['name'];
	$email = $_POST['email'];
	// $subject=$_POST['subject'];
	$message = $_POST['message'];
	$phone = $_POST['phone'];

	$captcha=$_POST['g-recaptcha-response'];

	if($captcha){

	$email_temp = '


<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="x-apple-disable-message-reformatting">
<title>A Plus Advertising</title>
</head>
<body style="margin:0; padding:0;background:#eeeeee;">  
<center>
    
<div style="width:100%; max-width:600px; background:#ffffff; padding:30px 20px; text-align:left; font-family:Arial, sans-serif;">
          
<a href="https://aplusads.ae/">
<img src="https://aplusads.ae/images/logo.png" style="margin-bottom:15px; width:150px;">
</a>
      
<h1 style="font-size:16px; line-height:22px; font-weight:normal;color:#333333;margin-bottom:30px;">
Hello ' . $name . ' !
</h1>

<h1 style="font-size:16px; line-height:22px; font-weight:normal;color:#333333;margin-bottom:30px;">
Email:- &nbsp; ' . $email . ' !
</h1>
      
<h1 style="font-size:16px; line-height:22px; font-weight:normal;color:#333333;margin-bottom:30px;">
Phone:- ' . $phone . ' !
</h1>
      
           
<p style="font-size:16px; line-height:24px; color:#666666;">
' . $message . '

</p>


<p style="font-size:16px; line-height:24px; color:#666666; margin-bottom:30px; margin-top:20px;">
<b>Thank you,</b><br>
A Plus Advertising
</p>
      
<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#556270" style="padding:12px 26px 12px 26px;border-radius:4px" align="center">
<a href="http://aplusads.ae/" target="_blank" style="font-family:Arial,sans-serif;font-size:16px;font-weight:bold;color:#fff;text-decoration:none;display:inline-block">
Visit Website
</a>
</td>
</tr>
</table>
</td>
</tr>       

<tr>
<td width="100%" height="30">&nbsp;</td>
</tr>
</table>
      
<hr style="border:none; height:1px; color:#dddddd; background:#dddddd; width:100%; margin-bottom:20px;">
      
<p style="font-size:12px; line-height:18px; color:#999999; margin-bottom:10px;">
        &copy; Copyright ' . date('Y') . ' 
<a href="http://aplusads.ae/" style="font-size:12px; line-height:18px; color:#666666; font-weight:bold;" target="_blank">
A Plus Advertising</a>, All Rights Reserved.
</p>
     

';

	$mail = new PHPMailer(true);
	//  $mail->SMTPDebug = 2;
	$mail->isSMTP();
	$mail->Host       = 'smtp.gmail.com';
	$mail->SMTPAuth   = true;
	$mail->Username   = 'jeet.websutility@gmail.com';
	$mail->Password   = 'xcummtxptbvdatcm';
	$mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS;
	$mail->Port       = 465;


	$mail->setFrom('jeet.websutility@gmail.com', 'A PLUS ADVERTISING');
	$mail->addAddress('tannu.websutility@gmail.com');
	$mail->addAddress('info@aplusads.ae');


	$mail->isHTML(true);
	$mail->Subject = 'A PLUS ADVERTISING';
	$mail->Body    = $email_temp;

	if ($mail->send()) {
		echo "<script>window.location='contact.php'</script>";
		$_SESSION['success'] = "<p style='color:green; text-align:center;'>Thank You.</p>";
	} else {

		$_SESSION['act6'] = $mail->Errorinfo;
	}

	/*echo "<script>alert('Please Fill The Captcha.')</script>";*/
	$error="<p style='color:red;'>Please Fill The Captcha.</p>";


}
}

if (isset($_POST['submit-form2'])) {

	// die('djkdn');

	$name = $_POST['name'];
	$email = $_POST['email'];
// 	$subject=$_POST['subject'];
	$message = $_POST['message'];
	$phone = $_POST['phone'];

	$captcha=$_POST['g-recaptcha-response'];

	if($captcha){

	$email_temp = '


<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="x-apple-disable-message-reformatting">
<title>A Plus Advertising</title>
</head>
<body style="margin:0; padding:0;background:#eeeeee;">  
<center>
    
<div style="width:100%; max-width:600px; background:#ffffff; padding:30px 20px; text-align:left; font-family:Arial, sans-serif;">
          
<a href="https://aplusads.ae/">
<img src="https://aplusads.ae/images/logo.png" style="margin-bottom:15px; width:150px;">
</a>
      
<h1 style="font-size:16px; line-height:22px; font-weight:normal;color:#333333;margin-bottom:30px;">
Hello ' . $name . ' !
</h1>

<h1 style="font-size:16px; line-height:22px; font-weight:normal;color:#333333;margin-bottom:30px;">
Email:- &nbsp; ' . $email . ' !
</h1>
      
<h1 style="font-size:16px; line-height:22px; font-weight:normal;color:#333333;margin-bottom:30px;">
Phone:- ' . $phone . ' !
</h1>
      
           
<p style="font-size:16px; line-height:24px; color:#666666;">
' . $message . '

</p>


<p style="font-size:16px; line-height:24px; color:#666666; margin-bottom:30px; margin-top:20px;">
<b>Thank you,</b><br>
A Plus Advertising
</p>
      
<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#556270" style="padding:12px 26px 12px 26px;border-radius:4px" align="center">
<a href="http://aplusads.ae/" target="_blank" style="font-family:Arial,sans-serif;font-size:16px;font-weight:bold;color:#fff;text-decoration:none;display:inline-block">
Visit Website
</a>
</td>
</tr>
</table>
</td>
</tr>       

<tr>
<td width="100%" height="30">&nbsp;</td>
</tr>
</table>
      
<hr style="border:none; height:1px; color:#dddddd; background:#dddddd; width:100%; margin-bottom:20px;">
      
<p style="font-size:12px; line-height:18px; color:#999999; margin-bottom:10px;">
        &copy; Copyright ' . date('Y') . ' 
<a href="http://aplusads.ae/" style="font-size:12px; line-height:18px; color:#666666; font-weight:bold;" target="_blank">
A Plus Advertising</a>, All Rights Reserved.
</p>
     

';

	$mail = new PHPMailer(true);
	//  $mail->SMTPDebug = 2;
	$mail->isSMTP();
	$mail->Host       = 'smtp.gmail.com';
	$mail->SMTPAuth   = true;
	$mail->Username   = 'jeet.websutility@gmail.com';
	$mail->Password   = 'xcummtxptbvdatcm';
	$mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS;
	$mail->Port       = 465;


	$mail->setFrom('jeet.websutility@gmail.com', 'Get A Quote');
	$mail->addAddress('tannu.websutility@gmail.com');
	$mail->addAddress('info@aplusads.ae');


	$mail->isHTML(true);
	$mail->Subject = 'Get A Quote';
	$mail->Body    = $email_temp;

	if ($mail->send()) {
		echo "<script>window.location='contact.php'</script>";
		$_SESSION['success1'] = "<p style='color:green; text-align:center;'>Thank You.</p>";
	} else {

		$_SESSION['act6'] = $mail->Errorinfo;
	}

	/*echo "<script>alert('Please Fill The Captcha.')</script>";*/
	$error="<p style='color:red;'>Please Fill The Captcha.</p>";


}
}

// Career form mail process

if (isset($_POST['career'])) {
    // Fetch form data
    $name = $_POST['name'];
    $email = $_POST['email'];
    $position = $_POST['position'];
    $message = $_POST['message'];
    $phone = $_POST['phone'];
    $experience = $_POST['experience'];
    $city = $_POST['city'];
    $address = $_POST['address'];
    $captcha = $_POST['g-recaptcha-response'];
    
    // File upload handling
    $filename1 = $_FILES['filename1']['name'];
    $fileTmpPath = $_FILES['filename1']['tmp_name'];
    $fileSize = $_FILES['filename1']['size'];
    $fileType = $_FILES['filename1']['type'];

    // Check if captcha is filled
    if ($captcha) {
 
            // Move uploaded file to destination
            $destinationPath = 'images/mail/'.$filename1;
            move_uploaded_file($fileTmpPath,$destinationPath);
                // Create email template
                $email_temp = '<!doctype html>
                <html lang="en">
                <head>
                    <meta charset="utf-8">
                    <title>A Plus Career</title>
                </head>
                <body>
                    <h1>Hello ' . $name . '!</h1>
                    <p>Email: ' . $email . '</p>
                    <p>Phone: ' . $phone . '</p>
                    <p>Position: ' . $position . '</p>
                    <p>Experience: ' . $experience . '</p>
                    <p>City: ' . $city . '</p>
                    <p>Address: ' . $address . '</p>
                    <p>Message: ' . $message . '</p>
                </body>
                </html>';

                // Create a new PHPMailer instance
                $mail = new PHPMailer(true);
                try {
                    // Server settings
                    $mail->isSMTP();
                    $mail->Host = 'smtp.gmail.com';
                    $mail->SMTPAuth = true;
                    $mail->Username = 'jeet.websutility@gmail.com'; // Your SMTP username
                    $mail->Password = 'xcummtxptbvdatcm'; // Your SMTP password
                    $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS;
                    $mail->Port = 465;

                    // Recipients
                    $mail->setFrom('jeet.websutility@gmail.com', 'A PLUS Career');
                    $mail->addAddress('tannu.websutility@gmail.com');
                    $mail->addAddress('info@aplusads.ae');
                    $mail->addAddress('jeet.websutility@gmail.com');

                    // Attachments
                    $mail->addAttachment($destinationPath,$filename1);

                    // Content
                    $mail->isHTML(true);
                    $mail->Subject = 'A PLUS Career Application';
                    $mail->Body = $email_temp;

                    // Send the email
                    if ($mail->send()) {
                        $_SESSION['success'] = "<p style='color:green; text-align:center;'>Thank You.</p>";
                        unlink($destinationPath); // Delete the uploaded file after sending email
                        echo "<script>window.location='https://aplusads.ae/'</script>";
                    } else {
                        echo "<script>alert('Message could not be sent. Mailer Error: {$mail->ErrorInfo}');</script>";
                    }
                } catch (Exception $e) {
                    echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}";
                }
    } else {
        $error = "<p style='color:red;'>Please Fill The Captcha.</p>";
        echo $error;
    }
}
?>



<!-- Main Footer -->

<footer class="main-footer style-two">
	<div class="pattern-layer" style="background-image: url(images/background/pattern-3.png)"></div>
	<div class="pattern-layer-two" style="background-image: url(images/background/pattern-4.png)"></div>
	<!-- <div class="pattern-layer-three" style="background-image: url(images/background/pattern-5.png)"></div> -->
	<div class="auto-container">
		<div class="widgets-section">
			<div class="row clearfix">
				<div class="big-column col-lg-6 col-md-12 col-sm-12">
					<div class="row clearfix">
						<div class="footer-column col-lg-7 col-md-6 col-sm-12">
							<div class="footer-widget logo-widget">
								<h4>About Us</h4>
								<div class="text">
									A Plus Advertising LLC is a premier advertising company specializing in the manufacturing of special customized signage solutions. As a Top Advertising Company Abu Dhabi, we excel in internal and external 3D signages, vehicle branding, wall branding, and glass branding, offering comprehensive solutions tailored to elevate your brand's presence.
								</div>
								<ul class="social-box">
									<li><a href="" class="fa fa-facebook-f"></a></li>
									<li><a href="" class="fa fa-linkedin"></a></li>
									<li><a href="https://www.instagram.com/invites/contact/?igsh=1uvakais57oxq&utm_content=ui79djy" target="_blank" class="fa fa-instagram"></a></li>
									<!--<li><a href="" class="fa fa-google"></a></li>-->
								</ul>
							</div>
						</div>
						<div class="footer-column col-lg-5 col-6">
							<div class="footer-widget links-widget">
								<h4>Quick Links</h4>
								<ul class="list-link">
									<li><a href="index.php">HOME</a></li>
									<li><a href="about.php">ABOUT US</a></li>
									<li><a href="service.php">PRODUCTS & SERVICE</a></li>
									<li><a href="gallery.php">GALLERY</a></li>
									<li><a href="contact.php">CONTACT US</a></li>
								</ul>
							</div>
						</div>
					</div>
				</div>
				<div class="big-column col-lg-6 col-md-12 col-sm-12">
					<div class="row clearfix">
						<div class="footer-column col-lg-5 col-6">
							<div class="footer-widget links-widget">
								<h4>Services</h4>
								<ul class="list-link">
									<li><a href="">3D PRINTING</a></li>
									<li><a href="">DIGITAL SIGNAGE</a></li>
									<li><a href="">FABRIC PRINTING</a></li>
									<li><a href="">UV PRINTING</a></li>
								</ul>
							</div>
						</div>
						<div class="footer-column col-lg-6 col-md-6 col-sm-12">
							<div class="footer-widget links-widget">
								<h4>Get Free Estimate</h4>
								<ul class="list-style-two">
									<li><span class="icon flaticon-wall-clock"></span>Monday - Saturday : <br>8:30am - 1:00pm <br> 2:00pm - 6:30pm</li>
									<li><span class="icon flaticon-phone-call"></span><a href="tel:+971553601445">+971553601445</a> <br><a href="tel:+971025175120">+971 (02) 517 5120</a></li>
									<li><span class="icon flaticon-email"></span><a href="mailto:info@aplusads.ae">info@aplusads.ae</a></li>
									<li><span class="icon flaticon-maps-and-flags"></span>Sector- M43, Store - 6, Plot 38A, Mussaffah- Adu Dhabi - U.A.E</li>
								</ul>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
		<div class="footer-bottom">
			<div class="copyright">Copyright © 2024 A Plus Advertising L.L.C | All Rights Reserved | Design by <a href="https://websutility.com/" target="_blank">WebsUtility</a></div>
		</div>
	</div>
</footer>
</div>

<!-- Scroll To Top -->
<div class="back-to-top scroll-to-target show-back-to-top" data-target="html">TOP</div>

<div class="btn-fixed">
	<!-- <a href="contact.php#get-quote" class="theme-btn"><span class="txt">Get A Quote</span></a> -->

	<button type="button" class="theme-btn  btn-style-one" data-bs-toggle="modal" data-bs-target="#exampleModal2">
		Get A Quote
	</button>

</div>

<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
	<div class="modal-dialog form-modal-dialog">
		<div class="modal-content">
			<div class="modal-header">
				<h5 class="modal-title" id="exampleModalLabel">Career With Us</h5>
				<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
			</div>
			<div class="modal-body">

				<section class="contact-form-section" id="get-quote">
					<div class="auto-container">

						<div class="inner-container">
							<div class="contact-form">
								<form method="post" action="" enctype="multipart/form-data">
									<div class="row clearfix">
										<div class="col-lg-12 col-md-12 col-sm-12 form-group">
											<input type="text" name="name" placeholder="Name" required>
										</div>
										<!-- <div class="col-lg-6 col-md-6 col-sm-12 form-group">
											<input type="text" name="username" placeholder="Last Name" required>
										</div> -->

										<div class="col-lg-6 col-md-6 col-sm-12 form-group">
											<input type="tel" name="phone" placeholder="Your Phone" required>
										</div>

										<div class="col-lg-6 col-md-6 col-sm-12 form-group">
											<input type="email" name="email" placeholder="Email" required>
										</div>


										<div class="col-lg-6 col-md-6 col-sm-12 form-group">
											<input type="text" name="position" placeholder="Desired Position" required>
										</div>

										<div class="col-lg-6 col-md-6 col-sm-12 form-group">
											<input type="text" name="experience" placeholder="Total Experience" required>
										</div>

										<div class="col-lg-6 col-md-6 col-sm-12 form-group">
											<input type="text" name="city" placeholder="City" required>
										</div>

										<div class="col-lg-6 col-md-6 col-sm-12 form-group">
											<input type="text" name="address" placeholder="Address" required>
										</div>

										<div class="col-lg-12 col-md-12 col-sm-12 form-group">
											<textarea name="message" placeholder="Message"></textarea>
										</div>

										<div class="col-lg-12 col-md-12 col-sm-12 form-group">
											<input type="file" id="myFile" name="filename1">
										</div>
                                        <div class="col-lg-12 col-md-12 col-sm-12 form-group">
										     <div class="g-recaptcha" data-sitekey="6LdsSPkpAAAAADTnbkJGIrs3PI4CZvZUS5mf-rb7"></div>
										     <?=$error;?>
										</div>
										<div class="col-lg-12 col-md-12 col-sm-12 text-center form-group">
											<!-- <button class="theme-btn btn-style-three" type="submit" name="submit-form"><span class="txt">Submit Now</span></button> -->
											<input type="Submit" class="theme-btn btn-style-three" name="career">
										</div>
									</div>
								</form>
							</div>
						</div>
					</div>
				</section>
			</div>

		</div>
	</div>
</div>



<!-- Modal 2-->
<div class="modal fade" id="exampleModal2" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
	<div class="modal-dialog form-modal-dialog">
		<div class="modal-content">
			<div class="modal-header">
				<h5 class="modal-title" id="exampleModalLabel">Get A Quote</h5>
				<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
			</div>
			<div class="modal-body">

				<section class="contact-form-section" id="get-quote">
					<div class="auto-container">

						<div class="inner-container">
							<div class="contact-form">
								<form method="post" action="">
									<div class="row clearfix">
										<div class="col-lg-12 col-md-12 col-sm-12 form-group">
											<span class="icon flaticon-user-2"></span>
											<input type="text" name="name" placeholder="Name" required>
										</div>
										<!-- <div class="col-lg-6 col-md-6 col-sm-12 form-group">
                            <span class="icon flaticon-user-2"></span>
                            <input type="text" name="username" placeholder="Last Name" required>
                        </div> -->

										<div class="col-lg-6 col-md-6 col-sm-12 form-group">
											<span class="icon flaticon-phone-call"></span>
											<input type="text" name="phone" placeholder="Your Phone" required>
										</div>

										<div class="col-lg-6 col-md-6 col-sm-12 form-group">
											<span class="icon flaticon-big-envelope"></span>
											<input type="email" name="email" placeholder="Email" required>
										</div>

										<div class="col-lg-12 col-md-12 col-sm-12 form-group">
											<span class="icon flaticon-message"></span>
											<textarea name="message" placeholder="Message"></textarea>
										</div>
										
										<div class="col-lg-12 col-md-12 col-sm-12 form-group">
										     <div class="g-recaptcha" data-sitekey="6LdsSPkpAAAAADTnbkJGIrs3PI4CZvZUS5mf-rb7"></div>
										     <?=$error;?>
										</div>
										<div class="col-lg-12 col-md-12 col-sm-12 text-center form-group">
											<!-- <button class="theme-btn btn-style-three" type="submit" name="submit-form"><span class="txt">Submit Now</span></button> -->
											<input class="theme-btn btn-style-three" type="submit" name="submit-form2">
											
										</div>
									</div>
								</form>
							</div>
						</div>
					</div>
				</section>
			</div>

		</div>
	</div>
</div>


<div class="whatsapp-btn">
	<div class="whatsapp-icon text-center">
		<a href="https://wa.me/+971553601445"><i class="fa fa-whatsapp" style="font-size: 35px;" aria-hidden="true"></i></a>

	</div>
</div>

<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/tilt.jquery.min.js"></script>
<script src="js/jquery.paroller.min.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/mixitup.js"></script>
<script src="js/nav-tool.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/script.js"></script>
<script src="js/color-settings.js"></script>

</body>

</html>