<?php
$page = 'Coastal Recreation - Home';
$pageDesc = '""';
include 'includes/header.php';
$page = 'home';
?>
<main>
<section class="gallary-125" style="
background-image: url('images/safty-surfacing/1.jpg') !important;
background-position: center center;
background-size: cover;
">
<div class="container">
<div class="row ">
<div class="col-12 col-md-12">
<h2 class="theme-2">
Safety Surfacing
</h2>
</div>
</div>
</section>
<section class="inlusive-banner">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-12 col-md-6">
<div class="banner-inlusive">
<h2>Safety Surfacing Benefits and Options </h2>
<p>When selecting safety surfacing for playgrounds, ensuring that children have a safe
environment to play is paramount. The right surfacing helps to minimize the risk of
injuries from falls while providing a comfortable and durable play area. There are
several types of safety surfacing materials available, each offering unique benefits. We
offer options we can discuss further with our customers regarding <strong>rubber wood chips,
bonded rubber mulch, EPDM,</strong> and <strong>engineered wood fiber.</strong></p>
</div>
</div>
<div class="col-12 col-md-6">
<div class="inclusive-img">
<img src="images/safty-surfacing/2.jpg" class="img-fluid" alt="img">
</div>
</div>
</div>
</div>
</section>
<section class="inlusive-banner">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-12 col-md-6">
<div class="inclusive-img">
<img src="images/safty-surfacing/1.jpg" class="img-fluid" alt="img">
</div>
</div>
<div class="col-12 col-md-6">
<div class="banner-inlusive">
<h2>Rubber Mulch</h2>
<p>Rubber mulch is a synthetic alternative to traditional wood chips made from recycled rubber
tires. They offer a soft, cushioned surface that helps reduce the impact of falls. This
material can
be installed as a loose fill option or bonded and poured in place.</p>
<p><strong>Benefits:</strong></p>
<ul>
<li><strong>Shock Absorbency:</strong>Rubber wood chips provide excellent shock absorption,
reducing the severity of falls
and minimizing injury risks.</li>
<li><strong>Durability:</strong>This material is highly durable and resistant to weathering,
ensuring long-lasting performance
even in harsh outdoor conditions.</li>
<li><strong>Low Maintenance:</strong>Unlike natural wood, rubber wood chips don't
decompose or attract insects, requiring
less frequent maintenance.</li>
<li><strong>Safety Compliance:</strong>Meets ASTM (American Society for Testing and
Materials) standards for playground
safety, including fall height protection.</li>
<li><strong>Non-toxic:</strong>Made from recycled materials, they are non-toxic and
environmentally friendly.</li>
<li><strong>Poured In Place Option:</strong>The bonded nature of the mulch creates a stable
surface, preventing the material
from shifting, which can be an issue with loose-fill materials.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="inlusive-banner">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-12 col-md-6">
<div class="banner-inlusive">
<h2>Engineered Wood Fiber</h2>
<p>Engineered wood fiber is a natural, organic material made from specially processed
wood that is graded and sorted for use in playground surfacing. It is typically loose-fill,
which means it can be spread evenly over a large area.</p>
<p><strong>Benefits:</strong></p>
<ul>
<li><strong>Natural Aesthetic:</strong>EWF offers a natural look that blends well with outdoor environments, making it a
popular choice for nature-based or rustic-themed playgrounds.</li>
<li><strong>Shock Absorption:</strong>Absorption: Engineered wood fiber provides good fall protection, especially when properly
maintained and topped up to the correct depth.</li>
<li><strong>Sustainability:</strong>Made from sustainably sourced wood, it is an eco-friendly option that biodegrades naturally
over time.</li>
<li><strong>Ease of Installation:</strong>EWF is relatively easy to install, as it can be spread over a large area quickly and
evenly.</li>
<li><strong>Cost-effective:</strong>One of the more affordable options, EWF provides safety at a lower initial cost than other
surfacing materials.</li>
</ul>
</div>
</div>
<div class="col-12 col-md-6">
<div class="inclusive-img">
<img src="images/safty-surfacing/7878.jpg" class="img-fluid" alt="img">
</div>
</div>
</div>
</div>
</section>
<section class="redirt">
<div class="container">
<div class="row g-5 aos-init aos-animate" data-aos="zoom-in-right" data-aos-duration="800"
data-aos-easing="ease-in-out" data-aos-offset="600">
<h2>View some of our Safety-Surfacing Projects
</h2>
<div class="col-12 col-md-3">
<div class="mian-pacter">
<a data-fancybox="gallery" href="images/safty-surfacing/1.jpg">
<img class="img-fluid gallery_img" src="images/safty-surfacing/1.jpg" alt="">
</a>
<!-- <h3>apache_cupola_salem</h3> -->
<!-- <h6>Salem, Oregon</h6> -->
</div>
</div>
<div class="col-12 col-md-3">
<div class="mian-pacter">
<a data-fancybox="gallery" href="images/safty-surfacing/2.jpg">
<img class="img-fluid gallery_img" src="images/safty-surfacing/2.jpg" alt="">
</a>
<!-- <h3>apache_flatpan</h3> -->
<!-- <h6>Salem, Oregon</h6> -->
</div>
</div>
<div class="col-12 col-md-3">
<div class="mian-pacter">
<a data-fancybox="gallery" href="images/safty-surfacing/7878.jpg">
<img class="img-fluid gallery_img" src="images/safty-surfacing/7878.jpg" alt="">
</a>
<!-- <h3>apache_flatpan</h3> -->
<!-- <h6>Salem, Oregon</h6> -->
</div>
</div>
</div>
</div>
</section>
<?php
include 'includes/footer.php';
$page = 'home';
?>
</main>