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/crm-support.php
<?php require 'header.php'; ?>
<style>
  .hero {
    min-height: 60vh !important;
  }

  .single-service-menu ul li {
    border-bottom: 1px solid #ededed;
  }

  .single-service-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .single-service-menu ul li a {
    color: #404040;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 0 12px 30px;
    display: block;
    text-transform: uppercase;
    background-color: transparent;
    position: relative;
  }

  .single-service-menu ul li a:hover {
    background-color: rgb(41 52 144);
    color: #ffffff;
    padding-left: 45px;
  }
  .single-service-menu {
    background-color: #f8f8f8;
    margin-bottom: 45px;
}
</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;">CRM Support          </h1>
          <p>Making the long relationship with the customer</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 -->

  <section>
    <div class="container">
      <div class="row">
        <div class="col-lg-3 col-md-5">
          <div class="single-service-menu ">
            <ul>
              <li><a href="crm-support.php">CRM Support</a></li>
              <li><a href="app-development.php">App Development</a></li>
              <li><a href="crm-development.php">CRM Development</a></li>
              <li><a href="consulting-services.php">Consulting Services</a></li>
              <li><a href="mobile-application.php">Mobile Application</a></li>
              <li><a href="website-design.php">Website Design</a></li>
              <li><a href="ecommerce-design.php">e-Commerce Design</a></li>
            </ul>
          </div>
        </div>
        <div class="col-lg-9 col-md-7">
          <div class="single-page-service px-xl-5">
            <img src="https://www.cloudconics.com/assets/img/crm-support.jpg" alt="">
            <h2 class="my-4">CRM Support            </h2>
            <p>Support is important phase after project implementation to help the customers in successful adoption of new product and explore them with the best feature of CRM. It also helps making the long relationship with the customer.</p>
            <p>CloudCreatix has the separate team of expert and professional support engineers who are available based on customer timings and commitment.</p>
          </div>
        </div>
      </div>
    </div>

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