File: /var/www/html/cloudcreatix.com/zoho.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;">ZOHO Solutions</h1>
<p>Expert and professional team for CRM consulting and implementation.</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 class=" section">
<div class="container section-title" data-aos="fade-up">
<h2>ZOHO Solutions</h2>
<p>Zoho CRM is a Customer Relationship Management (CRM) Software for managing your Sales, Marketing & Support. <br>
CloudCreatix has the expert and professional team for CRM consulting and implementation. We have successfully added more than 20 customer success story of Zoho CRM implementation. Click Here to know more about ZOHO Applications.</p>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services section">
<!-- Section Title -->
<!-- End Section Title -->
<div class="container">
<div class="row gy-4">
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="100">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-1-square"></i></div>
<h4><a href="#services" class="stretched-link">Sales & Marketing</a></h4>
<p>Give your sales team the perfect set of apps to help close more business deals in less time.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-4 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-2-square"></i></div>
<h4><a href="#services" class="stretched-link">Email & Collaboration</a></h4>
<p>Empower your workforce with apps to collaborate and transform the way they work.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="300">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-3-square"></i></div>
<h4><a href="#services" class="stretched-link">Finance </a></h4>
<p>Solve business accounting challenges using our perfect set of finance apps on the cloud.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="400">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-4-square"></i></div>
<h4><a href="#services" class="stretched-link">Human Resources</a></h4>
<p>Focus on your people while our apps automate your human resources processes.</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="400">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-5-square"></i></div>
<h4><a href="#services" class="stretched-link">IT & Help Desk</a></h4>
<p>Be right where your customers are with apps to help your business engage with them.</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="400">
<div class="service-item position-relative">
<div class="icon"><i class="bi bi-6-square"></i></div>
<h4><a href="#services" class="stretched-link">Business Intelligence</a></h4>
<p>Empower your business with deep insights from your data, with our business intelligence and analytics app.</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 -->
<!-- Counting Section Start-->
<?php require 'inc/counting.php'; ?>
<!-- Counting Section End -->
</main>
<?php require 'footer.php'; ?>