HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/cloudcreatix/about.php
<?php require 'header.php'; ?>
<style>
  .hero {
    min-height: 60vh !important;
  }
</style>
<main>
  <!-- Hero Section -->
  <section id="hero" class="hero section">
    <div class="container">
      <div class="row gy-4">
        <div class="col-lg-7 order-2 order-lg-1 d-flex flex-column justify-content-center" data-aos="zoom-out">
          <h1 style="color:#fff;">About us</h1>
          <p>Leading Innovation in Technology</p>
          <div class="d-flex">
            <a href="about.php" class="btn-get-started">Get Started</a>
            <a href="javascript:void(0);" class="glightbox btn-watch-video d-flex align-items-center"><i class="bi bi-play-circle"></i><span>Watch Video</span></a>
          </div>
        </div>
        <div class="col-lg-5 order-1 order-lg-2 hero-img text-end" data-aos="zoom-out" data-aos-delay="200">
          <img src="assets/images/about-us.png" class="img-fluid w-100 animated" alt="">
        </div>
      </div>
    </div>
  </section>
  <!-- /Hero Section -->

  <!-- About Section -->
  <section id="about" class="about section">
    <!-- Section Title -->
    <div class="container section-title" data-aos="fade-up">
      <h2>Welcome to CloudCreatix</h2>
      <p class="text-center">We are innovative and deep expertise company in CRM Consulting and Implementation.
      </p>
    </div><!-- End Section Title -->
    <!-- Why Us Section -->
    <section id="why-us" class="section why-us-1" data-builder="section">
      <div class="container">
        <div class="row gy-4 pb-4">
          <div class="col-lg-6 order-1 order-lg-2 why-us-img">
            <div class="faq-container px-xl-5" data-aos="fade-up" data-aos-delay="200">
              <p>
                CLOUDCREATIX team is expert in CRM consulting and implementation. In current era everything is on the CLOUD (which is accessible from anywhere and anytime) and we are helping our customer to adopt the CRM on cloud successfully.
               
                CLOUDCREATIX did successful implementations in E-commerce, Web Application, Mobile Application of Retail, Customer Product, Health Care, Life Sciences [Pharmaceuticals], Real Estate, Travel and Manufacturing Industry.</p>
                <p>
              CLOUDCREATIX is “Leading Innovation in Technology”. It is an innovative and deep expertise company in CRM Consulting and Implementation, Software development, web development and mobile development. We are focused with our customer requirement and help them to achieve the best, as our vision is “Customer First” and we have 95% success rate of our customer satisfaction
            </p>
            </div>
          </div>
          <div class="col-lg-6 d-flex flex-column justify-content-center order-2 order-lg-1">
            <img src="./assets/images/feature-banner.png" class="img-fluid mb-4" alt="" data-aos="zoom-in" data-aos-delay="100">
            
          </div>
        </div>
        <div class="row gy-4">
          <div class="col-lg-6 d-flex flex-column justify-content-center order-2 order-lg-1">
            <div class="">
              <!-- <img src="https://www.cloudconics.com/assets/img/zendesk-partner.png" class="img-fluid mb-4" alt="" data-aos="zoom-in"
                data-aos-delay="100"> -->
              <p>
                CLOUDCREATIX, known for "Leading Innovation in Technology. As experts in CRM consulting and implementation, we are excited to bring custom CRM of customer service solutions to our clients.</p>
            </div>
          </div>
          <div class="col-lg-6 order-1 order-lg-2 why-us-img">
            <div class="faq-container px-xl-5" data-aos="fade-up" data-aos-delay="200">
              <!-- <p>
                Our custom CRM Support offers a centralized ticketing system, automated workflows, and multi-channel support, ensuring efficient and effective customer service. With Zendesk Guide, businesses can create a comprehensive knowledge base, while Zendesk Chat provides real-time communication capabilities.
              </p>
              <p>
                Additionally, Zendesk Talk, Explore, Sunshine, and Sell offer advanced call center, analytics, CRM, and sales solutions. This partnership allows CLOUDCREATIX to deliver enhanced customer satisfaction and operational efficiency, aligning with our vision of putting "Customer First."</p> -->
            </div>
          </div>
        </div>
      </div>
    </section>
    <!-- /Why Us Section -->
  </section>
  <!-- /About Section -->

  <!-- Services Section -->
  <section id="services" class="services section">
    <div class="container">
      <div class="row gy-4">
        <div class="col-xl-6 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="100">
          <div class="service-item position-relative">
            <div class="service-icon">
              <span><i class="fa fa-eye"></i></span>
            </div>
            <div class="icon"><i class="bi bi-eye icon"></i></div>
            <h4><a href="javascript:void(0);" class="stretched-link">Our Vision</a></h4>
            <p>Our vision is “Customer First” and to deliver high quality solution, implementation and focused on customer satisfaction. Commitment and Professionalism will be our highest priority.</p>
          </div>
        </div>
        <!-- End Service Item -->

        <div class="col-xl-6 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="200">
          <div class="service-item position-relative">
            <div class="icon"><i class="bi bi-rocket-takeoff icon"></i></div>
            <h4><a href="javascript:void(0);" class="stretched-link">Our Mission </a></h4>
            <p>CLOUDCREATIX mission is to be a leading organization in IT industry by doing new innovation with current technology to provide the best solutions. And be the most transformative organization in CRM. </p>
          </div>
        </div>
        <!-- End Service Item -->

      </div>
    </div>

  </section>
  <!-- /Services Section -->

  <!-- Client Testimonial Section Start-->
  <?php require 'inc/client-testimonial.php'; ?>
  <!-- Client Testimonial Section End -->

  <!-- Client Testimonial Section Start-->
  <?php require 'inc/owl-stage-outer.php'; ?>
  <!-- Client Testimonial Section End -->

</main>
<?php require 'footer.php'; ?>