<?php /** * The header for Astra Theme. * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?><!DOCTYPE html> <?php astra_html_before(); ?> <html <?php language_attributes(); ?>> <head> <?php astra_head_top(); ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php if ( apply_filters( 'astra_header_profile_gmpg_link', true ) ) { ?> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php } ?> <?php wp_head(); ?> <?php astra_head_bottom(); ?> </head> <body <?php astra_schema_body(); ?> <?php body_class(); ?>> <?php astra_body_top(); ?> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#content"> <?php echo esc_html( astra_default_strings( 'string-header-skip-link', false ) ); ?> </a> <div <?php echo wp_kses_post( astra_attr( 'site', array( 'id' => 'page', 'class' => 'hfeed site', ) ) ); ?> > <?php astra_header_before(); astra_header(); astra_header_after(); astra_content_before(); ?> <div id="content" class="site-content"> <div class="ast-container"> <?php astra_content_top(); ?>

Why Choose Pacific Hauling & Construction?

We’re the most trusted hauling & construction company in Sherman Oaks

01

Safety

Soft story retrofitting is a labor-intensive task that requires the training and proper equipment. Without those things, the chances of an on-sight injury are high. Injuries will lead to a stay in the hospital that will cause an extended pause on the job, and unnecessary costs. Safety of the tenants is a major priority, and the proper training and tools will assure the safety of tenants. Get the job done the right way, the first time, with Pacific Hauling and Construction.

02

Convenience

Soft story retrofitting is a very specific task that requires the extensive training and skilled workers. With all the precise work, and attention to detail needed it is crucial that you hire a professional company with an experienced team. Hiring Pacific Hauling and Construction will provide you with a team that is fully trained and prepared to do the job right!

03

Equipment

Certainly, one difficulty about soft story retrofitting is the expensive equipment to keep the work moving efficiently. Without all the proper equipment, there are high chances the work won’t be done time-efficiently, and will cost you more, with a chance of accidents. Pacific Hauling and Construction is fully suited with all required equipment to get the job done to the highest standard.

04

It saves you money

In hiring Pacific Hauling and Construction you are investing in a company that will save you money. Instead of having to spend endless hours finding the proper equipment and experienced workers, you will be saving your time and money by hiring a professional company that will get all that work done for you. Additionally, all required documents will be prepared and submitted to HCIDLA to qualify you for the cost recovery program which will reimburse up to 50% of the project cost.

05

Customer Satisfaction

Our main objective is to protect your property and your investment. We proudly handle each of our projects with meticulous planning and dedication. We pride ourselves on our top-notch customer service and the exceptional quality work.

We are commited to provide safe solutions to many industries

0

Projects are Completed

<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <?php astra_content_bottom(); ?> </div> <!-- ast-container --> </div><!-- #content --> <?php astra_content_after(); astra_footer_before(); astra_footer(); astra_footer_after(); ?> </div><!-- #page --> <?php astra_body_bottom(); wp_footer(); ?> </body> </html>