<!doctype html>
<!--
	Inverse by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
-->
<html>
	<head>
		<title>BTA Consulting &amp; Training</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
		<meta name="description" content="Turner Engineering, Inc. (TEI) is an Arizona corporation providing professional Civil Engineering services to clients in Flagstaff and throughout Arizona." />
		<meta name="keywords" content="Turner Engineering, Inc., TEI, Civil Engineering, Flagstaff, Arizona, site plans, subdivisions, water distribution systems, wastewater collection systems, reconstructed roads, new highways, flooding, commercial, industrial, residential, service industry, government agency sectors" />
		<link rel="stylesheet" href="assets/css/main.css" />
        <link rel="stylesheet" href="assets/css/custom.css" />
		<link rel="stylesheet" href="assets/contactform/style.css" />
		<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
	</head>
	<body class="is-preload">

		<!-- Header -->
			<header id="header">
				<a href="/index.php"><img src="images/BTACT-transparent-logo_220x51.png" class="responsive"></a>
                <nav id="nav">
                    <p><strong>818-225-8022</strong></p>
				</nav>
			</header>
		<!-- Banner -->
        <div id="banner">
				<div class="wrapper style1 special">
					<div class="inner">
						
					</div>
				</div>
			</div>
		<!-- One -->
			<div id="one">
				<div class="wrapper special">
					<div class="inner">
                            <h2 class="heading alt">BTA Consulting &amp; Training</h2>
						<p class="special">We provide our services to those in the commercial, industrial, residential, service industry, and government agency sectors.<br><br>Our new website is coming soon. Please check back in 2022.</p>
					</div>
					<div><p><strong>In the meantime, please contact us at:<br />818-225-8022</strong></p>
					<p><strong><a style="text-decoration:underline;" href="https://www.google.com/maps/place/22759+Miranda+St,+Woodland+Hills,+CA+91367/@34.1749384,-118.6252264,17z/data=!3m1!4b1!4m5!3m4!1s0x80c29e81af292c63:0xcede455e5443d82a!8m2!3d34.174934!4d-118.6230377" target="_blank">MAP</a></strong><br /><strong>
								22759 Miranda Street<br />
								Woodland Hills, CA 91367</strong></p>
								<p>or:<br /><strong><a href="mailto:info@btact.com">info@btact.com</a></strong>
									</p>
								</div>
				</div>
			</div>
		<!-- Footer -->
			<div id="footer">
				<div class="wrapper style2">
					<div class="copyright">
						&copy; 2006-2022 BTA Consulting &amp; Training. All rights reserved.<br />
					</div>
				</div>
				<a href="#" class="go-top"><span class="fa fa-chevron-up" style="margin-bottom: -10px;padding-bottom: -10px;"></span><br />top</a>
			</div>

		<!-- Scripts -->
			<script src="assets/js/jquery.min.js"></script>
			<script src="assets/js/jquery.dropotron.min.js"></script>
			<script src="assets/js/browser.min.js"></script>
			<script src="assets/js/breakpoints.min.js"></script>
			<script src="assets/js/util.js"></script>
			<script src="assets/js/main.js"></script>
			<script src="assets/contactform/script.js"></script>
			<script>
		$(document).ready(function() {
			// Show or hide the sticky footer button
			$(window).scroll(function() {
				if ($(this).scrollTop() > 200) {
					$('.go-top').fadeIn(200);
				} else {
					$('.go-top').fadeOut(200);
				}
			});
			
			// Animate the scroll to top
			$('.go-top').click(function(event) {
				event.preventDefault();
				
				$('html, body').animate({scrollTop: 0}, 300);
			})
		});
	</script>		
	</body>
</html>