Got a project for us?

We help brands and platforms turn big ideas into beautiful digital products and experiences.

Image Description
Image Description
              
                <!-- Hire Us Title Section -->
                <div id="SVGheroBgElements" class="svg-preloader position-relative gradient-half-primary-v1 z-index-2 overflow-hidden">
                  <div class="container space-top-2 space-3 space-bottom-lg-5">
                    <div class="w-md-80 w-lg-50 text-center mx-md-auto">
                      <h1 class="text-white">Got a <span class="font-weight-semi-bold">project</span> for us?</h1>
                      <p class="lead text-white-70">We help brands and platforms turn big ideas into beautiful digital products and experiences.</p>
                    </div>
                  </div>

                  <!-- SVG Background Shapes -->
                  <div class="w-100 w-sm-75 w-md-50 content-centered-y z-index-n1 ml-9">
                    <figure class="ie-bg-elements-2">
                      <img class="js-svg-injector" src="../../assets/svg/components/bg-elements-2.svg" alt="Image Description"
                           data-parent="#SVGheroBgElements">
                    </figure>
                  </div>
                  <!-- End SVG Background Shapes -->

                  <!-- SVG Bottom Shape -->
                  <figure class="position-absolute right-0 bottom-0 left-0">
                    <img class="js-svg-injector" src="../../assets/svg/components/wave-4-bottom.svg" alt="Image Description"
                         data-parent="#SVGheroBgElements">
                  </figure>
                  <!-- End SVG Bottom Shape -->
                </div>
                <!-- End Hire Us Title Section -->
              
            
              
                <!-- JS Implementing Plugins -->
                <script src="../../assets/vendor/svg-injector/dist/svg-injector.min.js"></script>

                <!-- JS Implementing Plugins -->
                <script src="../../assets/js/components/hs.svg-injector.js"></script>

                <!-- JS Plugins Init. -->
                <script>
                  $(document).on('ready', function () {
                    // initialization of svg injector module
                    $.HSCore.components.HSSVGIngector.init('.js-svg-injector');
                  });
                </script>