Got a question?

We'd love to talk about how we can help you.

HTML:

          
            <!-- Hero Section -->
            <div class="dzsparallaxer auto-init height-is-based-on-content use-loading mode-scroll"
                 data-options='{direction: "normal"}'>
              <!-- Apply your Parallax background image here -->
              <div class="divimage dzsparallaxer--target" style="height: 120%; background-image: url(../../assets/img/1920x800/img13.jpg);"></div>

              <!-- Content -->
              <div class="container position-relative u-space-5-top u-space-3-bottom z-index-2">
                <div class="w-lg-80 text-center mx-auto">
                  <h1 class="display-3 font-size-48--md-down text-white font-weight-bold">Got a question?</h1>
                  <p class="lead text-white">We'd love to talk about how we can help you.</p>
                </div>
              </div>
              <!-- End Content -->
            </div>
            <!-- End Hero Section -->
          
        

CSS library:

        
          <link rel="stylesheet" href="assets/vendor/dzsparallaxer/dzsparallaxer.css">
        
      

JS library and initialization:

        
          <!-- JS Implementing Plugins -->
          <script src="assets/vendor/dzsparallaxer/dzsparallaxer.js"></script>