<?php include('includes/header.php') ?>


<div class="page-wrap">
	<section class="section-breadcrumb">
		<div class="breadcrumb-fig">
			<figure class="bc-fig abt-banner bc-bnr career-bnr"></figure>
		</div>
		<div class="innerbancontent">
			<div class="b-wrap">
				<div class="appdesc">
					<ul>
						<li><a href="index.php">Home</a></li>
					</ul>
					<div class="bc-imge">
						<img src="images/bc-logo.png">
					</div>
					<h2>Careers</h2>
					<!-- <h6>From establishing your core values to identifying new business opportunities, our blend of raw creativity and sharp business intelligence allows us to drill down to the nitty-gritty, and ensure everyone enters the creative process with a solid grasp of what needs to be achieved.</h6> -->
				</div>
			</div>
		</div>
	</section>
	<!--==============-->
	<section class="careers-section">
		<div class="career-sec-in">
			<div class="container">
				<div class="row">
					<div class="col-sm-6">						
						<div class="contact-right-form career-left-form">
							<div class="contact-form-di">
								<h2>Join with us</h2>
								<form class="career-form" action="careers1.php" method="post" name="form"  id="Login" onsubmit="return submitform();" enctype="multipart/form-data">
									<div class="row contact-form-di">
										<div class="col-sm-12">
											<div class="form-group cntct-frm-ad">
												<input type="text" class="form-control" name="name" id="name" value="" placeholder="Your Name">
												<span class="error alert_style"></span>
											</div>
										</div>

										

  										<div class="col-sm-12">
											<div class="form-group cntct-frm-ad">
												<div class="form-genders">
													<span>Gender :</span>
												</div>
												<div class="form-genders">
													<input type="radio" name="gender" class="form-control-rb" checked="checked" value="male" checked> <span>Male</span>
												</div>
  												<div class="form-genders">
  													<input type="radio" name="gender" class="form-control-rb" value="female"> <span>Female</span>
  												</div>
											</div>
										</div>


										<div class="col-sm-12">
											<div class="form-group cntct-frm-ad">
												<input type="Email" class="form-control" name="email" id="email" value="" placeholder="Your E-mail">
												<span class="error alert_style"></span>
											</div>
										</div>

										<div class="col-sm-12">
											<div class="form-group cntct-frm-ad">
												<input  class="form-control"  name="mobile" id="mobile" value="" placeholder="Mobile Number" step="1" maxlength="10" min="6000000000" max="9999999999" onkeypress="return isNumber(event)" required>
											</div>
										</div>
										<div class="col-sm-12">
											<div class="form-group cntct-frm-ad">
												<input type="text" class="form-control" name="position" id="
												"  placeholder="Position">
											</div>
										</div>
										<div class="col-sm-12">
											<div class="form-group cntct-frm-ad">
												<input  type="text" class="form-control" name="experience" id="experience" value="" placeholder="Experience(Yrs)">
											</div>
										</div>
										<div class="col-sm-12">
											<div class="form-group cntct-frm-ad">
												<input  type="text" class="form-control" name="qualification" id="qualification" placeholder="Qualification">
											</div>
										</div>
										<div class="col-sm-12">
											<div class="form-group cntct-frm-ad">
												<input type="text" class="form-control" name="address" id="address" placeholder="Address">
											</div>
										</div>
										<div class="col-sm-12">
											<div class="form-group cntct-frm-ad">
												<input type="file" class="form-control career-file" id="attachmentFile" name="attachmentFile"  placeholder="Upload CV">
											</div>
										</div>
										<div class="col-sm-12">
											<div class="form-group cntct-frm-ad">
												<textarea rows="6" class="form-control" name="message" id="message" placeholder="Your Subject" ></textarea>
											</div>
											<div class="form-btn">
												<input type="submit"  name="submit" class="form-submit-btn">
											</div>
											  <div id="error" style="bottom: 30px;
    right: 30px;
    padding: 10px;
    color: #9c0f17;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;"></div>
										</div>
										
									</div>
								</form>
							</div>
						</div>
					</div>
					<div class="col-sm-6">
						<div class="careers-di">
							<div class="abt-self-content">
								<div class="abt-self-cont-in career-self-cont">
									<h4>Careers</h4>
									<h1>Time to build a credible reputation</h1>
									<p><b>A supportive work environment with ample opportunities to grow and exhibit your latent potential. Come join us, let us grow together.</b></p>
									<p> Are you a highly motivated individual with a penchant for innovation and a million ideas just waiting to be implemented? Then we are looking for you. The Interested Candidates to send the CV's to careers@appacmedia.com, by mentioning the job they are applying for.</p>									
								</div>
								<div class="career-imge">
									<img src="images/careers-page-opt2.png">
								</div>
							</div>
						</div>
					</div>
					
				</div>
			</div>
		</div>
	</section>
	<?php include('includes/footer.php') ?>
