/home/moonrcjl/template.moontelict.com/sass-agency/home-crm.html
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Alaxfy - CRM Saas Online Payments HTML5 Template - Sass Agency.</title>

  <!--Start css files-->
  <link rel="stylesheet preload" href="assets/css/font-awesome-pro.css" as="style">
  <link rel="stylesheet preload" href="assets/css/bootstrap.min.css" as="style">
  <link rel="stylesheet preload" href="assets/css/swiper.css" as="style">
  <link rel="stylesheet preload" href="assets/css/animate.css" as="style">
  <link rel="stylesheet preload" href="assets/css/magnific-popup.css" as="style">
  <link rel="stylesheet preload" href="assets/css/style.css" as="style">
  <!-- End Css File -->

  <!-- Start Favicon-->
  <link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.png">
  <!-- End Favicon -->
</head>

<body>
  <!-- Preloader Start -->
  <div id="preloader" class="preloader">
    <div class="animation-preloader">
      <div class="spinner">
      </div>
      <div class="txt-loading">
        <span data-text-preloader="A" class="letters-loading">
          A
        </span>
        <span data-text-preloader="L" class="letters-loading">
          L
        </span>
        <span data-text-preloader="A" class="letters-loading">
          A
        </span>
        <span data-text-preloader="X" class="letters-loading">
          X
        </span>
        <span data-text-preloader="F" class="letters-loading">
          F
        </span>
        <span data-text-preloader="Y" class="letters-loading">
          Y
        </span>
      </div>
      <p class="text-center">Loading</p>
    </div>
    <div class="loader">
      <div class="row">
        <div class="col-3 loader-section section-left">
          <div class="bg"></div>
        </div>
        <div class="col-3 loader-section section-left">
          <div class="bg"></div>
        </div>
        <div class="col-3 loader-section section-right">
          <div class="bg"></div>
        </div>
        <div class="col-3 loader-section section-right">
          <div class="bg"></div>
        </div>
      </div>
    </div>
  </div>
  <!-- Preloader end -->

  <!-- back to top start -->
  <div class="scroll-up">
    <svg class="scroll-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
      <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
    </svg>
  </div>
  <!-- back to top end -->

    <!-- Start Mobile Menu  -->
    <div class="mt__mobile-menu">
      <div class="mt__menu-header">
        <div class="mt__logo">
          <a href="index.html">
            <img src="assets/images/logo/home-2-header-logo.svg" alt="Moontel_ICT">
          </a>
        </div>
        <button class="mt__close-btn">×</button>
      </div>
  
      <div class="mt__icons">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
          <path d="M20 7h-16v14h16v-14z"></path>
          <path d="M16 7c0-2.21-1.79-4-4-4s-4 1.79-4 4"></path>
        </svg>
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
          <path
            d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z">
          </path>
        </svg>
      </div>
  
      <nav>
        <ul class="mt__nav-list">
          <li class="mt__nav-item">
            <a href="#" class="mt__nav-link">
              Home
              <span class="mt__toggle-btn"></span>
            </a>
            <ul class="mt__submenu">
              <li class="mt__submenu-item"><a href="index.html" class="mt__submenu-link">Home Sass Agency</a></li>
              <li class="mt__submenu-item"><a href="home-crm.html" class="mt__submenu-link">Home CRM</a></li>
              <li class="mt__submenu-item"><a href="home-app.html" class="mt__submenu-link">Home App</a></li>
            </ul>
          </li>
          <li class="mt__nav-item">
            <a href="about.html" class="mt__nav-link">About</a>
          </li>
          <li class="mt__nav-item">
            <a href="feature.html" class="mt__nav-link">Feature</a>
          </li>
          <li class="mt__nav-item">
            <a href="#" class="mt__nav-link">
              Pages
              <span class="mt__toggle-btn"></span>
            </a>
            <ul class="mt__submenu">
              <li class="mt__submenu-item"><a href="our-pricing.html" class="mt__submenu-link">Our Pricing</a></li>
              <li class="mt__submenu-item"><a href="team.html" class="mt__submenu-link">Team</a></li>
              <li class="mt__submenu-item"><a href="team-details.html" class="mt__submenu-link">Team Details</a></li>
              <li class="mt__submenu-item"><a href="404.html" class="mt__submenu-link">404</a></li>
            </ul>
          </li>
          <li class="mt__nav-item">
            <a href="#" class="mt__nav-link">
              Blog
              <span class="mt__toggle-btn"></span>
            </a>
            <ul class="mt__submenu">
              <li class="mt__submenu-item"><a href="blog.html" class="mt__submenu-link">Our Blog</a></li>
              <li class="mt__submenu-item"><a href="blog-details.html" class="mt__submenu-link">Blog Details</a></li>
            </ul>
          </li>
          <li class="mt__nav-item">
            <a href="contact.html" class="mt__nav-link">Contact Us</a>
          </li>
        </ul>
      </nav>
    </div>
    <!-- End Mobile Menu -->

  <!-- Start Mt Overlay -->
  <div class="mt__overlay"></div>
  <!-- End Mt Overlay -->

  <!-- Start Header Area -->
  <header class="mt__header-area-home-02">
    <div class="mt__container01">
      <div class="mt__header-area-wrapper">
        <div class="mt__header-logo">
          <a href="index.html">
            <img src="assets/images/logo/home-2-header-logo.svg" alt="Moontel_ICT">
          </a>
        </div>
        <div class="mt__header-menu">
          <ul class="menu">
            <li><a href="#">Home</a>
              <ul class="mt__submenu">
                <li><a href="index.html">Home Sass Agency</a></li>
                <li><a href="home-crm.html">Home CRM</a></li>
                <li><a href="home-app.html">Home App</a></li>
              </ul>
            </li>
            <li><a href="about.html">About</a></li>
            <li><a href="feature.html">Features</a></li>
            <li><a href="#">Pages</a>
              <ul class="mt__submenu">
                <li><a href="team.html">Our Team</a></li>
                <li><a href="team-details.html">Team Details</a></li>
                <li><a href="our-pricing.html">Our Pricing</a></li>
                <li><a href="404.html">404</a></li>
              </ul>
            </li>
            <li><a href="#">Blogs</a>
              <ul class="mt__submenu">
                <li><a href="blog.html">Our Blog</a></li>
                <li><a href="blog-details.html">Blog Details</a></li>
              </ul>
            </li>
            <li><a href="contact.html">Contact Us</a></li>
          </ul>
        </div>
        <div class="mt__header-btn">
          <a href="#" class="mt__btn-3">Sing Up
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none">
              <path
                d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5L1 3.5ZM14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.976311 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM1 4.5L14 4.5V3.5L1 3.5L1 4.5Z"
                fill="black" />
            </svg>
          </a>
          <span class="mt__header-mobile-bar"><i class="fa-regular fa-bars"></i></span>
        </div>
      </div>
    </div>
  </header>
  <!-- End Header Area -->


  <!-- Start Hero Area  -->
  <section class="mt__hero-home-2">
    <img src="assets/images/bg/home-2-hero-bg.png" alt="Moontel_ICT" class="mt__hero-shep-1-home-2">
    <span class="mt__hero-shep-2-home-2"></span>
    <span class="mt__hero-shep-3-home-2"></span>
    <span class="mt__hero-shep-4-home-2"></span>
    <img src="assets/images/shep/home-2-hero-shep.png" alt="Moontel_ICT" class="mt__hero-shep-5-home-2">
    <div class="mt__hero-wrapper">
      <div class="mt__hero-title-box">
        <h2 class="mt__hero-big-title text-center wow img-custom-anim-left">Insights That Matter:</h2>
        <h3 class="mt__hero-mid-title text-center wow img-custom-anim-right">Driving Growth Through Data</h3>
        <p class="mt__hero-sub-title text-center wow img-custom-anim-top">In today’s data-driven world, having the right
          insights at your fingertips can make all the difference. Our <br>
          advanced analytics solutions transform raw data into actionable insights that matter most to your business
          <br>
          By identifying key trends, opportunities, and challenges,
        </p>
      </div>
      <div class="mt__hero-btn wow img-custom-anim-top">
        <a href="contact.html" class="mt__btn-3">Get In Touch
          <svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none">
            <path
              d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5L1 3.5ZM14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.976311 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM1 4.5L14 4.5V3.5L1 3.5L1 4.5Z"
              fill="black" />
          </svg>
        </a>
        <a href="about.html" class="mt__btn-3">Learn More
          <svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none">
            <path
              d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5L1 3.5ZM14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.976311 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM1 4.5L14 4.5V3.5L1 3.5L1 4.5Z"
              fill="black" />
          </svg>
        </a>
      </div>
      <div class="mt__hero-img wow img-custom-anim-left">
        <img src="assets/images/home-2/hero-img-1.png" alt="Moontel_ICT">
      </div>
    </div>
  </section>
  <!-- End Hero Area -->


  <!-- Start Brand Logo Area Home 1 -->
  <section class="mt__brand-logo-area-home-01 mt__brand-logo-area-home-02">
    <div class="mt__container01">
      <div class="mt__brand-logo-wrapper">
        <div class="mt__brand-logo-inner wow img-custom-anim-right">
          <div class="swiper mt__brand-logo-items">
            <div class="swiper-wrapper">
              <div class="swiper-slide">
                <div class="mt__brand-logo-itme">
                  <img src="assets/images/home-3/brand-logo1.png" alt="Moontel_ICT">
                </div>
              </div>
              <div class="swiper-slide">
                <div class="mt__brand-logo-itme">
                  <img src="assets/images/home-3/brand-logo2.png" alt="Moontel_ICT">
                </div>
              </div>
              <div class="swiper-slide">
                <div class="mt__brand-logo-itme">
                  <img src="assets/images/home-3/brand-logo3.png" alt="Moontel_ICT">
                </div>
              </div>
              <div class="swiper-slide">
                <div class="mt__brand-logo-itme">
                  <a href="#" class="mt__brand-logo-icon">
                    <img src="assets/images/home-3/brand-logo4.png" alt="Moontel_ICT">
                  </a>
                </div>
              </div>
              <div class="swiper-slide">
                <div class="mt__brand-logo-itme">
                  <img src="assets/images/home-3/brand-logo5.png" alt="Moontel_ICT">
                </div>
              </div>
              <div class="swiper-slide">
                <div class="mt__brand-logo-itme">
                  <img src="assets/images/home-3/brand-logo6.png" alt="Moontel_ICT">
                </div>
              </div>
              <div class="swiper-slide">
                <div class="mt__brand-logo-itme">
                  <img src="assets/images/home-3/brand-logo1.png" alt="Moontel_ICT">
                </div>
              </div>

            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- End Brand Logo Area Home 1 -->

  <!-- Start CRM Solution -->
  <section class="mt__crm-solution-area">
    <img src="assets/images/shep/dot-shep.png" alt="Moontel_ICT" class="mt__crm-solution-shep-1">
    <div class="mt__container01">
      <img src="assets/images/icon/home-2-title-icon.png" alt="Moontel_ICT"
        class="mt__title-icon-home-2 wow img-custom-anim-top">
      <h3 class="mt__title-style3 text-center mt__crm-solution-title wow img-custom-anim-left">Comprehensive CRM
        Solutions for <br> Customer <span>Success</span></h3>
      <div class="mt__crm-solution-wrapper">
        <div class="mt__crm-solution-itmes">
          <div class="mt__crm-solution-itme wow img-custom-anim-top">
            <img src="assets/images/icon/crm-icon-1.png" alt="Moontel_ICT">
            <a href="#" class="mt__crm-item-title">Client Onboarding</a>
            <p class="mt__crm-solution-item-sub-title">Simplify the onboarding process with <br>
              step-by-step guides and automated.</p>
            <div class="mt__crm-solution-plus-items">
              <span class="mt__crm-solution-plus-item">+ Lead Management</span>
              <span class="mt__crm-solution-plus-item">+ Marketing Automation</span>
            </div>
          </div>
          <div class="mt__crm-solution-itme wow img-custom-anim-top">
            <img src="assets/images/icon/crm-icon-2.png" alt="Moontel_ICT">
            <a href="#" class="mt__crm-item-title">Customer Segmentation</a>
            <p class="mt__crm-solution-item-sub-title">Simplify the onboarding process with <br>
              step-by-step guides and automated.</p>
            <div class="mt__crm-solution-plus-items">
              <span class="mt__crm-solution-plus-item">+ Analytics & Reporting</span>
              <span class="mt__crm-solution-plus-item">+ Mobile CRM</span>
            </div>
          </div>
          <div class="mt__crm-solution-itme wow img-custom-anim-top">
            <img src="assets/images/icon/crm-icon-3.png" alt="Moontel_ICT">
            <a href="#" class="mt__crm-item-title">CRM Integration</a>
            <p class="mt__crm-solution-item-sub-title">Simplify the onboarding process with <br>
              step-by-step guides and automated.</p>
            <div class="mt__crm-solution-plus-items">
              <span class="mt__crm-solution-plus-item">+ Security & Compliance</span>
              <span class="mt__crm-solution-plus-item">+ Capture, organize</span>
            </div>
          </div>
          <div class="mt__crm-solution-itme wow img-custom-anim-top">
            <img src="assets/images/icon/crm-icon-4.png" alt="Moontel_ICT">
            <a href="#" class="mt__crm-item-title">Account Management</a>
            <p class="mt__crm-solution-item-sub-title">Simplify the onboarding process with <br>
              step-by-step guides and automated.</p>
            <div class="mt__crm-solution-plus-items">
              <span class="mt__crm-solution-plus-item">+ Integrate customer</span>
              <span class="mt__crm-solution-plus-item">+ Automate routine tasks</span>
            </div>
          </div>
        </div>
        <div class="mt__crm-solution-btn text-center wow img-custom-anim-top">
          <a href="feature.html" class="mt__btn-3">See All Services
            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none">
              <path
                d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5L1 3.5ZM14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.976311 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM1 4.5L14 4.5V3.5L1 3.5L1 4.5Z"
                fill="black" />
            </svg>
          </a>
        </div>
      </div>
    </div>
  </section>
  <!-- End CRM Solution -->

  <!-- Start CRM Implement Area -->
  <section class="mt__crm-imp-area">
    <img src="assets/images/shep/dot-shep.png" alt="Moontel_ICT" class="mt__crm-imp-shep-1">
    <img src="assets/images/shep/dot-shep.png" alt="Moontel_ICT" class="mt__crm-imp-shep-2">
    <div class="mt__container01">
      <div class="mt__crm-imp-title-part">
        <h3 class="mt__title-style3 wow img-custom-anim-left">Our Step-by-Step CRM <br>
          Implementation</h3>
        <p class="mt__crm-imp-sub-title wow img-custom-anim-right">Our step-by-step CRM implementation process is
          designed to ensure <br>
          a seamless transition and maximum efficiency for your business. <br>
          We begin with a thorough consultation</p>
      </div>
      <div class="mt__crm-imp-wrapper">
        <div class="mt__crm-imp-item mt__crm-imp-item1 wow img-custom-anim-top">
          <a href="#" class="mt__crm-imp-item-btn">
            <span class="mt__crm-imp-item-btn-number">01.</span>
            <span class="mt__crm-imp-item-btn-text">Client Onboarding</span>
          </a>
          <h3 class="mt__crm-imp-item-title">25%</h3>
          <img src="assets/images/home-2/crm-imp.png" alt="Moontel_ICT" class="mt__crm-imp-item-img">
        </div>
        <div class="mt__crm-imp-item mt__crm-imp-item2 wow img-custom-anim-top">
          <a href="#" class="mt__crm-imp-item-btn">
            <span class="mt__crm-imp-item-btn-number">02.</span>
            <span class="mt__crm-imp-item-btn-text">Strategy Development</span>
          </a>
          <h3 class="mt__crm-imp-item-title">55%</h3>
          <img src="assets/images/home-2/crm-imp.png" alt="Moontel_ICT" class="mt__crm-imp-item-img">
        </div>
        <div class="mt__crm-imp-item mt__crm-imp-item3 wow img-custom-anim-top">
          <a href="#" class="mt__crm-imp-item-btn">
            <span class="mt__crm-imp-item-btn-number">03.</span>
            <span class="mt__crm-imp-item-btn-text">Customization</span>
          </a>
          <h3 class="mt__crm-imp-item-title">40%</h3>
          <img src="assets/images/home-2/crm-imp.png" alt="Moontel_ICT" class="mt__crm-imp-item-img">
        </div>
        <div class="mt__crm-imp-item mt__crm-imp-item4 wow img-custom-anim-top">
          <a href="#" class="mt__crm-imp-item-btn">
            <span class="mt__crm-imp-item-btn-number">04.</span>
            <span class="mt__crm-imp-item-btn-text">Training & Support</span>
          </a>
          <h3 class="mt__crm-imp-item-title">60%</h3>
          <img src="assets/images/home-2/crm-imp.png" alt="Moontel_ICT" class="mt__crm-imp-item-img">
        </div>
      </div>
    </div>
  </section>
  <!-- End CRM Implement Area -->

  <!-- Start Video Area -->

  <section class="mt__video-area-home-2">
    <div class="mt__video-wrapper">
      <img src="assets/images/home-2/video.png" alt="Moontel_ICT" class="mt__video-img wow img-custom-anim-top">
      <a href="https://www.youtube.com/watch?v=sfmaJTwFP24" class="mt__popup-video">
        <svg xmlns="http://www.w3.org/2000/svg" width="14" height="28" viewBox="0 0 14 28" fill="none">
          <path d="M14 14L0 28V0L14 14Z" fill="white" />
        </svg>
      </a>
    </div>
  </section>
  <!-- End Video Area -->

  <!-- Start Testimonial Area  -->
  <section class="mt__testimonial-area">
    <img src="assets/images/shep/dot-shep.png" alt="Moontel_ICT" class="mt__testimonial-shep-1">
    <div class="mt__container02">
      <div class="mt__testimonial-wrapper">
        <img src="assets/images/icon/home-2-title-icon.png" alt="Moontel_ICT"
          class="mt__title-icon-home-2 wow img-custom-anim-top">
        <h3 class="mt__title-style3 text-center wow img-custom-anim-left">What Clients Are Saying About Us</h3>
        <div class="mt__testimonial-items">
          <div class="swiper mt__testimonial-home-2">
            <div class="swiper-wrapper">
              <div class="swiper-slide">
                <div class="mt__testimonial-item">
                  <img src="assets/images/shep/testimonial-shep-home-2.png" alt="Moontel_ICT"
                    class="mt__testimonial-item-shep">
                  <div class="mt__testimonial-part-top">
                    <div class="mt__testimonial-img">
                      <img src="assets/images/home-2/testimonial-1.png" alt="Moontel_ICT">
                      <div class="mt__testimonial-client-name-regi">
                        <h5 class="mt__testimonial-client-name">Cameron Williamson</h5>
                        <span class="mt__testimonial-client-regi">Data Engineer</span>
                      </div>
                    </div>
                    <img src="assets/images/icon/testimonial-icon-home-2.png" alt="Moontel_ICT"
                      class="mt__testimonial-quets-home-2">
                  </div>
                  <p class="mt__testimonial-client-say">We've seen a remarkable transformation in our <br>
                    business thanks to their data solutions. The <br>
                    insights provided have helped us make more <br>
                    informed decisions,</p>
                  <img src="assets/images/home-2/tesimonial-logo.svg" alt="Moontel_ICT"
                    class="mt__testimonial-client-company-logo">
                </div>
              </div>
              <div class="swiper-slide">
                <div class="mt__testimonial-item">
                  <img src="assets/images/shep/testimonial-shep-home-2.png" alt="Moontel_ICT"
                    class="mt__testimonial-item-shep">
                  <div class="mt__testimonial-part-top">
                    <div class="mt__testimonial-img">
                      <img src="assets/images/home-2/testimonial-2.png" alt="Moontel_ICT">
                      <div class="mt__testimonial-client-name-regi">
                        <h5 class="mt__testimonial-client-name">Cameron Williamson</h5>
                        <span class="mt__testimonial-client-regi">Data Engineer</span>
                      </div>
                    </div>
                    <img src="assets/images/icon/testimonial-icon-home-2.png" alt="Moontel_ICT"
                      class="mt__testimonial-quets-home-2">

                  </div>
                  <p class="mt__testimonial-client-say">We've seen a remarkable transformation in our <br>
                    business thanks to their data solutions. The <br>
                    insights provided have helped us make more <br>
                    informed decisions,</p>
                  <img src="assets/images/home-2/tesimonial-logo.svg" alt="Moontel_ICT"
                    class="mt__testimonial-client-company-logo">
                </div>
              </div>
              <div class="swiper-slide">
                <div class="mt__testimonial-item">
                  <img src="assets/images/shep/testimonial-shep-home-2.png" alt="Moontel_ICT"
                    class="mt__testimonial-item-shep">
                  <div class="mt__testimonial-part-top">
                    <div class="mt__testimonial-img">
                      <img src="assets/images/home-2/testimonial-1.png" alt="Moontel_ICT">
                      <div class="mt__testimonial-client-name-regi">
                        <h5 class="mt__testimonial-client-name">Cameron Williamson</h5>
                        <span class="mt__testimonial-client-regi">Data Engineer</span>
                      </div>
                    </div>
                    <img src="assets/images/icon/testimonial-icon-home-2.png" alt="Moontel_ICT"
                      class="mt__testimonial-quets-home-2">

                  </div>
                  <p class="mt__testimonial-client-say">We've seen a remarkable transformation in our <br>
                    business thanks to their data solutions. The <br>
                    insights provided have helped us make more <br>
                    informed decisions,</p>
                  <img src="assets/images/home-2/tesimonial-logo.svg" alt="Moontel_ICT"
                    class="mt__testimonial-client-company-logo">
                </div>
              </div>
              <div class="swiper-slide">
                <div class="mt__testimonial-item">
                  <img src="assets/images/shep/testimonial-shep-home-2.png" alt="Moontel_ICT"
                    class="mt__testimonial-item-shep">
                  <div class="mt__testimonial-part-top">
                    <div class="mt__testimonial-img">
                      <img src="assets/images/home-2/testimonial-2.png" alt="Moontel_ICT">
                      <div class="mt__testimonial-client-name-regi">
                        <h5 class="mt__testimonial-client-name">Cameron Williamson</h5>
                        <span class="mt__testimonial-client-regi">Data Engineer</span>
                      </div>
                    </div>
                    <img src="assets/images/icon/testimonial-icon-home-2.png" alt="Moontel_ICT"
                      class="mt__testimonial-quets-home-2">

                  </div>
                  <p class="mt__testimonial-client-say">We've seen a remarkable transformation in our <br>
                    business thanks to their data solutions. The <br>
                    insights provided have helped us make more <br>
                    informed decisions,</p>
                  <img src="assets/images/home-2/tesimonial-logo.svg" alt="Moontel_ICT"
                    class="mt__testimonial-client-company-logo">
                </div>
              </div>
            </div>
          </div>
          <div class="swiper-pagination"></div>
        </div>
      </div>
    </div>
  </section>
  <!-- End Testimonial Area -->




  <!-- Start Why Choose Us Area -->
  <section class="mt__banner-area-home-2">
    <div class="mt__container01">
      <div class="mt__banner-wrapper">
        <h2 class="mt__banner-big-title text-center">why choose us</h2>
        <h2 class="mt__title-style3 text-center mt__banner-main-title">Comprehensive CRM Solutions for <br>
          Customer Success</h2>
        <div class="mt__banner-btn-group nav nav-pills wow img-custom-anim-top" id="pills-tab" role="tablist">

          <a href="#" class="mt__btn-3 active" id="pills-home-tab" data-bs-toggle="pill" data-bs-target="#pills-home"
             role="tab" aria-controls="pills-home" aria-selected="true">Customer Spotlight</a>


          <a href="#" class="mt__btn-3 " id="pills-profile-tab" data-bs-toggle="pill" data-bs-target="#pills-profile"
             role="tab" aria-controls="pills-profile" aria-selected="false">Problem Solved</a>

          <a href="#" class="mt__btn-3 " id="pills-contact-tab" data-bs-toggle="pill" data-bs-target="#pills-contact"
             role="tab" aria-controls="pills-contact" aria-selected="false">Industry Impact</a>

        </div>
      </div>
    </div>
  </section>
  <!-- End Why Choose Us Area -->

  <!-- Start CRM Customar -->
  <section class="mt__crm-customar-area-home-2">
    <div class="mt__container01">
      <div class="tab-content wow img-custom-anim-top" id="pills-tabContent">
        <div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab">
          <div class="mt__crm-customar-wrappe">
            <div class="mt__crm-customar-left-img ">
              <img src="assets/images/home-2/crm-customar.png" alt="Moontel_ICT">
            </div>
            <div class="mt__crm-customar-right-text">
              <h3 class="mt__title-style3 mt__crm-customar-title ">Efficiently Oversee Your <br>
                Customer <span>Interactions</span></h3>
              <p class="mt__crm-customar-sub-title ">
                Our step-by-step CRM implementation process is designed to ensure <br>
                a seamless transition and maximum efficiency for your business. <br>
                We begin with a thorough consultation
              </p>
              <div class="according-items-box">
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">01. Cutting-Edge Technology</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">02. Comprehensive Support</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">03. Seamless Integration</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">04. Customer-Centric Approach</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="tab-pane fade " id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab">
          <div class="mt__crm-customar-wrappe">
            <div class="mt__crm-customar-left-img ">
              <img src="assets/images/home-3/why-choose.png" alt="Moontel_ICT">
            </div>
            <div class="mt__crm-customar-right-text">
              <h3 class="mt__title-style3 mt__crm-customar-title ">Efficiently Oversee Your <br>
                Customer <span>Interactions</span></h3>
              <p class="mt__crm-customar-sub-title ">
                Our step-by-step CRM implementation process is designed to ensure <br>
                a seamless transition and maximum efficiency for your business. <br>
                We begin with a thorough consultation
              </p>
              <div class="according-items-box">
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">01. Cutting-Edge Technology</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">02. Comprehensive Support</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">03. Seamless Integration</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">04. Customer-Centric Approach</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab">
          <div class="mt__crm-customar-wrappe">
            <div class="mt__crm-customar-left-img ">
              <img src="assets/images/home-2/crm-customar.png" alt="Moontel_ICT">
            </div>
            <div class="mt__crm-customar-right-text">
              <h3 class="mt__title-style3 mt__crm-customar-title ">Efficiently Oversee Your <br>
                Customer <span>Interactions</span></h3>
              <p class="mt__crm-customar-sub-title ">
                Our step-by-step CRM implementation process is designed to ensure <br>
                a seamless transition and maximum efficiency for your business. <br>
                We begin with a thorough consultation
              </p>
              <div class="according-items-box">
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">01. Cutting-Edge Technology</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">02. Comprehensive Support</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">03. Seamless Integration</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
                <div class="accordion-item ">
                  <div class="accordion-header">
                    <h2 class="accordion-title">04. Customer-Centric Approach</h2>
                  </div>
                  <div class="accordion-content">
                    <p>We offer ongoing support and training to ensure your team is
                      confident and capable of leveraging our CRM solutions to their
                      fullest potential.</p>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- End CRM Customar  -->

  <!-- Start Blog Area -->
  <section class="mt__blog-area-home-2">
    <div class="mt__container01">
      <div class="mt__blog-area-wrapper">
        <div class="mt__blog-area-title-part">
          <h3 class="mt__title-style3 wow img-custom-anim-left">Stay Informed with Our <br>
            Latest Blog Posts</h3>
          <p class="mt__blog-area-sub-title wow img-custom-anim-right">Our step-by-step CRM implementation process is
            designed to ensure <br>
            a seamless transition and maximum efficiency for your business. <br>
            We begin with a thorough consultation</p>
        </div>
        <div class="mt__blog-area-items">
          <div class="mt__blog-area-item wow img-custom-anim-top">
            <div class="mt__blog-img">
              <a href="blog-details.html">
                <img src="assets/images/home-2/blog-1.png" alt="Moontel_ICT">
              </a>
              <div class="mt__blog-type">
                <span class="mt__blog-meta">Technology</span>
                <span class="mt__blog-meta">25 sep 2024</span>
              </div>
            </div>
            <div class="mt__blog-area-item-title">
              <h5 class="mt__blog-area-item-main-title">
                <a href="blog-details.html">Your Source Expert Knowledge <br> and Trends</a>
              </h5>
              <a href="blog-details.html" class="mt__blog-item-arrow">
                <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none">
                  <path
                    d="M1.53033 0.46967C1.23744 0.176777 0.762563 0.176777 0.46967 0.46967C0.176777 0.762563 0.176777 1.23744 0.46967 1.53033L1.53033 0.46967ZM16 16.75C16.4142 16.75 16.75 16.4142 16.75 16L16.75 9.25C16.75 8.83579 16.4142 8.5 16 8.5C15.5858 8.5 15.25 8.83579 15.25 9.25L15.25 15.25L9.25 15.25C8.83579 15.25 8.5 15.5858 8.5 16C8.5 16.4142 8.83579 16.75 9.25 16.75L16 16.75ZM0.46967 1.53033L15.4697 16.5303L16.5303 15.4697L1.53033 0.46967L0.46967 1.53033Z"
                    fill="white" />
                </svg>
              </a>
            </div>
          </div>
          <div class="mt__blog-area-item wow img-custom-anim-top">
            <div class="mt__blog-img">
              <a href="blog-details.html">
                <img src="assets/images/home-2/blog-2.png" alt="Moontel_ICT">
              </a>
              <div class="mt__blog-type">
                <span class="mt__blog-meta">Technology</span>
                <span class="mt__blog-meta">25 sep 2024</span>
              </div>
            </div>
            <div class="mt__blog-area-item-title">
              <h5 class="mt__blog-area-item-main-title">
                <a href="blog-details.html">Innovative Ideas, Expert Advice, <br>
                  and More</a>
              </h5>
              <a href="blog-details.html" class="mt__blog-item-arrow">
                <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none">
                  <path
                    d="M1.53033 0.46967C1.23744 0.176777 0.762563 0.176777 0.46967 0.46967C0.176777 0.762563 0.176777 1.23744 0.46967 1.53033L1.53033 0.46967ZM16 16.75C16.4142 16.75 16.75 16.4142 16.75 16L16.75 9.25C16.75 8.83579 16.4142 8.5 16 8.5C15.5858 8.5 15.25 8.83579 15.25 9.25L15.25 15.25L9.25 15.25C8.83579 15.25 8.5 15.5858 8.5 16C8.5 16.4142 8.83579 16.75 9.25 16.75L16 16.75ZM0.46967 1.53033L15.4697 16.5303L16.5303 15.4697L1.53033 0.46967L0.46967 1.53033Z"
                    fill="white" />
                </svg>
              </a>
            </div>
          </div>
          <div class="mt__blog-area-item wow img-custom-anim-top">
            <div class="mt__blog-img">
              <a href="blog-details.html">
                <img src="assets/images/home-2/blog-3.png" alt="Moontel_ICT">
              </a>
              <div class="mt__blog-type">
                <span class="mt__blog-meta">Technology</span>
                <span class="mt__blog-meta">25 sep 2024</span>
              </div>
            </div>
            <div class="mt__blog-area-item-title">
              <h5 class="mt__blog-area-item-main-title">
                <a href="blog-details.html">Inspiring Solutions for a Growing <br>
                  Business</a>
              </h5>
              <a href="blog-details.html" class="mt__blog-item-arrow">
                <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none">
                  <path
                    d="M1.53033 0.46967C1.23744 0.176777 0.762563 0.176777 0.46967 0.46967C0.176777 0.762563 0.176777 1.23744 0.46967 1.53033L1.53033 0.46967ZM16 16.75C16.4142 16.75 16.75 16.4142 16.75 16L16.75 9.25C16.75 8.83579 16.4142 8.5 16 8.5C15.5858 8.5 15.25 8.83579 15.25 9.25L15.25 15.25L9.25 15.25C8.83579 15.25 8.5 15.5858 8.5 16C8.5 16.4142 8.83579 16.75 9.25 16.75L16 16.75ZM0.46967 1.53033L15.4697 16.5303L16.5303 15.4697L1.53033 0.46967L0.46967 1.53033Z"
                    fill="white" />
                </svg>
              </a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- End Blog Area -->

  <!-- Start Footer Area -->
  <div class="mt__footer-area-home-2">
    <div class="mt__footer-main-part">
      <div class="mt__container01">
        <div class="mt__footer-area-wrapper">
          <div class="mt__footer-logo">
            <a href="index.html">
              <img src="assets/images/home-2/footer-logo.png" alt="Moontel_ICT">
            </a>
          </div>
          <div class="mt__footer-item">
            <h4 class="mt__footer-title">Company Services</h4>
            <ul class="mt__footer-menu">
              <li><a href="#">Corporate business</a></li>
              <li><a href="#">SEO agency</a></li>
              <li><a href="#">Company Report</a></li>
              <li><a href="#">Marketing</a></li>
              <li><a href="about.html">About Us</a></li>
              <li><a href="#">case studies</a></li>
              <li><a href="#">Privacy policy</a></li>
            </ul>
          </div>
          <div class="mt__footer-item">
            <h4 class="mt__footer-title">Office Address</h4>
            <ul class="mt__footer-location-menu">
              <li>
                <span class="mt__footer-location">2972 Westheimer Rd. Santa Ana, <br>
                  Illinois 85486 </span>
              </li>
              <li> <a href="tel:480555-0103-025" class="mt__footer-contact-info">(480) 555-0103-025</a></li>
              <li><a href="mailto:info@lax.fy.com" class="mt__footer-contact-info">info@lax.fy.com</a></li>
            </ul>
          </div>
        </div>
      </div>
    </div>
    <div class="mt__footer-copyright-part">
      <div class="mt__container01">
        <div class="mt__footer-copyright-wrapper">
          <div class="mt__footer-copyright-text-item">
            <p class="mt__copyright-text">© 2024 All Rights Reserved by <a href="index.html">A.Laxfy</a></p>
          </div>
          <div class="mt__footer-subscribe-itme">
            <div class="mt__footer-subscribe-form">
              <form action="#">
                <input type="email" placeholder="Your Email">
                <button type="submit" class="footer-subscribe-email-btn mt__btn-3">Subscribe</button>
              </form>
            </div>
          </div>
          <div class="mt__footer-privecy-policy-menu">
            <ul>
              <li><a href="#">Privacy policy</a></li>
              <li><a href="#">Terms & Conditions</a></li>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </div>
  <!-- End Footer Area -->



  <!-- Start Mouse Custom Cursor -->
  <div class="mouse-cursor cursor-outer"></div>
  <div class="mouse-cursor cursor-inner"></div>
  <!-- End Mouse Custom Cursor -->

  <!--Start Js Files-->
  <script defer src="assets/js/jquery.min.js"></script>
  <script defer src="assets/js/bootstrap.min.js"></script>
  <script defer src="assets/js/wow.js"></script>
  <script defer src="assets/js/magnific-popup.js"></script>
  <script defer src="assets/js/swiper.js"></script>
  <script defer src="assets/js/ScrollTrigger.min.js"></script>
  <script defer src="assets/js/smooth-scroll.js"></script>
  <script defer src="assets/js/imagesloaded-pkgd.js"></script>
  <script defer src="assets/js/script.js"></script>
  <!-- End Js File -->
</body>

</html>