logo logo
  • Request Support
  • Awesome template
  • Purchase Now

SolarX Navigation

  • SolarXGetting Started
    • What's Included
    • How to Install SolarX Website Templates
  • briefcaseTemplate Structures
    • HTML Structure
    • CSS Files and Structure
    • Javascript Files
  • SolarXChange Contents
    • Changing Images
    • Changing Brand Logo
    • Changing Colors
    • Changing Email Settings of the Contact Form
  • SolarXHeader
    • Header Default
    • Header Transparent
    • Header With Topbar
  • SolarXElements
    • Button
    • Badge
    • Accordion
    • Brand
    • Counter
    • Social
    • Callto Action
    • Blockquote
  • SolarXFooter
    • Footer Default
    • Footer Two
    • Footer Three
  • SolarXSources and Credits
  • SolarXChange Log
  • SolarXSupport

SolarX Documentation


Welcome to SolarX ! Get familiar with the Stripe products and explore their features:

SolarX
Working with Doc

You can any work by following our docs

SolarX
Formatting Content

Our content is more formating for your website

SolarX
Perfect Responsive

Our Template is full Perfect for all device. You can visit our template all device easily.

SolarX
Sass Available

The tamplate has Sass available for css. You can Change css by sass

SolarX
Fast Loading Speed

SolarX is faster loading speed. SolarX create your template so much faster

SolarX
24 Support System

We are provide 24 hours support for all clients.You can purchase without hesitation.

Getting Started

Welcome to SolarX ! Get familiar with the Stripe products and explore their features:

To use SolarX – Next-gen All-in-one Solar & Renewable Energy Bootstrap 5 Template. It comes with HTML5 and Bootstrap 5, crafted with a clean, component-based, and developer-friendly modern structure. This template delivers a professional design, smooth performance, and a fast-loading experience tailored for energy-focused websites. SolarX includes Home Solar, Renewable Energy, Solar Panel Installation, EV Charging, Bio-Energy, Hydro Power, Geothermal, Green Energy Solutions, and other essential inner pages to showcase your services, projects, pricing, and sustainability goals effectively. SolarX is a multipurpose renewable energy template ideal for solar companies, green energy startups, power & utility providers, eco-friendly businesses, and environmental service agencies looking to build a modern, high-impact online presence.

SolarX Core Features

  • HTML5 & CSS3
  • Responsive layout (desktops, tablets, mobile devices)
  • Built with Bootstrap v5.3.2
  • Well structured code
  • Contact Form Working
  • Hinted Typography
  • Sass Available
  • W3 Valid 100%
  • Fast Loading Speed
  • Cross Browser Support
  • Modern Modal Popup
  • Interactive Lightbox Gallery
  • Modern Blog Pages
  • SEO-Friendly Clean Code
  • Smooth Animations
  • Reusable UI Components
  • Retina Ready Design
  • Dedicated Support, Lifetime Updates
  • And much more …

What's Included

After purchasing SolarX template on templateforest.net with your Envato account, go to your Download page. You can choose to download SolarX template only or the entire SolarX template package which contains the following files:

  1. SolarX template: A .zip file with all .html files with all necessary assets.
  2. Documentation: An HTML format documentation.
  3. Licensing.

How to Install SolarX Website Templates

Installing a SolarX template is not like installing a WordPress or CMS theme. In fact, the word “installation” doesn’t really apply to SolarX. Why? Because you don’t actually install anything. SolarX, like any HTML template, is automatically rendered directly by the browser.

1. Editing SolarX Template

Before all that you have to edit your template and place your own contents by replacing old demo contents, in this case, you will need a code editor such as – VScode, Sublime Text, etc. When template editing is done using editor, save the files and folder and go ahead to upload template files on live server.

2. Uploading to Live Server Using FTP:

First of all, If you don’t have your template on your computer, download SolarX template to get started, when download/purchase complete you will get a package like this screenshot (after unzip).

Home Page

3. Package comes with documentation unzip the download package, you’ll found a folder with all template files, like above screenshot.

Home Page

4. Now, login to your hosting control panel or FTP client, such as: FileZilla, CyberDuck etc. and upload template files on your server root.

5. Once all files are uploaded, go to www.yoursite.com/index.html you can see your the homepage, make sure the initial page is named as index.html

Template Structures

Articles

  • HTML Structure
  • CSS Files and Structure
  • JavaScript Files

HTML Structure

This template is a fixed layout with four columns. The main contents are inside the 'body' tag divided into differt section (i.e. header, banner, services,... footer etc.). The general template structure is the same throughout the template. Here is the general structure.

Images
                                            
                                                <!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>SolarX - Solar Company HTML Template</title>
                                                    <!-- Favicon -->
                                                    <link rel="shortcut icon" type="image/x-icon" href="assets/images/fav.svg">

                                                    <!-- CSS
                                                    ============================================ -->
                                                    <link rel="stylesheet" href="assets/css/plugins/fontawesome.css">
                                                    <link rel="stylesheet" href="assets/css/plugins/swiper.css">
                                                    <link rel="stylesheet" href="assets/css/plugins/aos.css">
                                                    <link rel="stylesheet" href="assets/css/plugins/unicons.css">
                                                    <link rel="stylesheet" href="assets/css/plugins/metismenu.css">
                                                    <link rel="stylesheet" href="assets/css/plugins/magnific-popup.css">
                                                    <link rel="stylesheet" href="assets/css/plugins/hover-revel.css">
                                                    <link rel="stylesheet" href="assets/css/plugins/timepickers.min.css">
                                                    <link rel="stylesheet" href="assets/css/plugins/odometer.css">
                                                    <link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css">
                                                    <link rel="stylesheet" href="assets/css/style.css">
                                                </head>

                                                <body>

                                                    <!-- JS
                                                    ============================================ -->
                                                    <!-- jQuery JS -->
                                                    <script src="assets/js/plugins/jquery.min.js"></script>
                                                    <!-- jQuery UI -->
                                                    <script src="assets/js/vendor/jqueryui.js"></script>
                                                    <!-- Swiper JS -->
                                                    <script src="assets/js/plugins/swiper.js"></script>
                                                    <!-- MetisMenu JS -->
                                                    <script src="assets/js/plugins/metismenu.js"></script>
                                                    <!-- Waypoint JS -->
                                                    <script src="assets/js/vendor/waypoint.js"></script>
                                                    <!-- Waw Animation -->
                                                    <script src="assets/js/vendor/waw.js"></script>
                                                    <!-- Magnific Popup JS -->
                                                    <script src="assets/js/plugins/magnific-popup.js"></script>
                                                    <!-- SAL Animation -->
                                                    <script src="assets/js/vendor/sal.min.js"></script>
                                                    <!-- Bootstrap JS -->
                                                    <script src="assets/js/plugins/bootstrap.min.js"></script>
                                                    <!-- Contact Form JS -->
                                                    <script src="assets/js/plugins/contact-form.js"></script>
                                                    <!-- Smooth Scroll JS -->
                                                    <script src="assets/js/plugins/smooth-scroll.js"></script>
                                                    <!-- Scroll Parallax JS -->
                                                    <script src="assets/js/plugins/scroll-paralax.js"></script>
                                                    <!-- Odometer JS -->
                                                    <script src="assets/js/plugins/odometer.js"></script>
                                                    <!-- Main JS -->
                                                    <script src="assets/js/main.js"></script>

                                                </body>
                                                </html>
                                            
                                        

CSS Files and Structure

We are using one customed CSS files (style.css) and several vendor css files. CSS file structure is as follows:

HTML Images
                                            
                                                /*********************************************************************************
                                                  Template Name: SolarX - Solar & Renewable Energy Bootstrap5 Template
                                                  Description: Transform your business with expert consulting. Our team delivers strategic insights, innovative solutions, and professional guidance to help you achieve lasting success.
                                                  Note: This is style css.
                                                **********************************************************************************/
                                                /**************************************************************
                                                  STYLESHEET INDEXING
                                                  |
                                                  |
                                                  |___ Default Styles
                                                  | |
                                                  | |___ variables
                                                  | |___ mixins
                                                  | |___ reset
                                                  | |___ typography
                                                  | |___ extend
                                                  | |___ animations
                                                  | |___ shortcode
                                                  | |___ spacing
                                                  | |___ common
                                                  | |___ forms
                                                  | |___ text-animation
                                                  |
                                                  |
                                                  |___Header Styles
                                                  | |___ header-common
                                                  | |___ headertop
                                                  | |___ offertopbar
                                                  | |___ headermid
                                                  | |___ social-share
                                                  | |___ header
                                                  | |___ nav
                                                  | |___ mega-menu
                                                  | |___ mobilemenu
                                                  | |___ offcanvas
                                                  | |___ one-page-navigation
                                                  |
                                                  |
                                                  |___Elements Styles
                                                  | |___ button
                                                  | |___ section-title
                                                  | |___ breadcrumb
                                                  | |___ card
                                                  | |___ course-meta
                                                  | |___ service
                                                  | |___ feature
                                                  | |___ about
                                                  | |___ callto-action
                                                  | |___ accordion
                                                  | |___ image-gallery
                                                  | |___ counterup
                                                  | |___ pricingtable
                                                  | |___ team
                                                  | |___ social
                                                  | |___ pagination
                                                  | |___ backtotop
                                                  | |___ newsletterform
                                                  | |___ brand
                                                  | |___ portfolio
                                                  | |___ contact
                                                  | |___ testimonial
                                                  | |___ advance-tab
                                                  | |___ category
                                                  | |___ instagram
                                                  | |___ split
                                                  | |___ countdown
                                                  | |___ progressbar
                                                  | |___ category-box
                                                  | |___ course-filter
                                                  | |___ modal
                                                  | |___ list
                                                  | |___ search
                                                  | |___ video
                                                  | |___ 404
                                                  |___Blog Styles
                                                  | |___ blog
                                                  | |___ post-default
                                                  | |___ sidebar
                                                  | |___ blog-details
                                                  | |___ unit-test
                                                  |___Shop Styles {Coming Soon}
                                                  | |___ shop
                                                  | |___ product-details
                                                  | |___ my-account
                                                  | |___ cart
                                                  | |___ checkout
                                                  | |___ minicart
                                                  |___Template Styles
                                                  | |___ banner
                                                  | |___ course-details
                                                  | |___ course-sidebar
                                                  | |___ contact
                                                  | |___ sidebar
                                                  | |___ course-action-bottom
                                                  |___Footer Styles
                                                  | |___ footer
                                                  | |___ copyright
                                                  | |___ back-to-top
                                                  | |___ dark
                                                  |
                                                  |
                                                  |___ END STYLESHEET INDEXING
                                                ***************************************************************/
                                                    
                                            
                                        

JavaScript Files

There is a custom .js file named main.js and are several vendor js files as plugins. We are using jQuery(a javascript library) instead of vanilla javascript. Our file structure is a follows:

HTML Images

Change Contents

  • Changing Images
  • Changing Brand Logo
  • Changing Email Settings of the Contact Form

Changing Images

To change any images of the website

  1. Carefully collect the source name of the image (i.e. banner-img.jpg)
  2. Open the file called images.
  3. Find the particular image file.
  4. Replace the file with your image.
  5. Make sure that the file name does not change.The file name should be the same.

Example: Suppose you want to change the following image file:

                                                    
                                                        <div class="logo-area">
                                                            <a href="index.html">
                                                                <img src="assets/images/logo/02-main.svg" alt="SoalrX Logo Images">
                                                            </a>
                                                        </div>
                                                    
                                                
HTML Images

You have to do the following to change this image with your own image:

  1. Open the file called images.
  2. Find the particular image file called banner-img.jpg
  3. Replace the file with your image
  4. Make sure that the file name does not change.
Note

Images included in the template are for demonstration purposes only. They come with the download package, but you are not allowed to use them for your own project or commercial purposes.

Changing Brand Logo

To change any images of the website
  1. Carefully collect the source name of the image (i.e. banner-img.jpg)
  2. Open the file called images.
  3. Find the particular image file.
  4. Replace the file with your image.
  5. Make sure that the file name does not change.The file name should be the same.

Example: Suppose you want to change the following image file for change your logo:

                                                    
                                                        <div class="logo">
                                                            <a href="index.html">
                                                                <img src="assets/images/logo/logo.png" alt="SolarX Logo Images">
                                                            </a>
                                                        </div>
                                                    
                                                
HTML Images

Changing Colors

We have used scss for this project to write css. If you are familiar with scss you should customize only the .scss files. Please make sure you compile the style.scss file after you have made changes in any of the .scss files.

  • Changing default template colors

Changing default template colors

  1. Open the variable.scss file from assets > scss > defaults folder with a text-editor.
  2. Change the right-side values of the variables to change any default colors of your site.
  3. Save your file.

Have a look at the following image for a visual description:

Images

Changing Email Settings of the Contact Form

  1. Go to main folder
  2. Open mail.php
  3. Go to line number 15
  4. Follow instructions in image below:
Images

Header Types

Welcome to SoalrX Header Elements! You can choose 10 Types of header package for createing you website.

01. Header Default

To change any images of the website

Images

                                                    
                                                        <!-- Start Header Area -->
                                                            <header class="header-one header-four header--sticky header-sticky-smooth">
                                                                <div class="header-top overflow-visible">
                                                                    <div class="container-header">
                                                                        <!-- Elements -->
                                                                    </div>
                                                                </div>
                                                            </header>
                                                            <!-- End Header Area -->
                                                    
                                                

02. Header Center

To change any images of the website

  1. Add class="header-center-short header-seven header--sticky" class with header tag
Images

                                                    
                                                        <!-- Start Header Area -->
                                                            <header class="header-center-short header-seven header--sticky">
                                                                <div class="container">
                                                                    <!-- Start Header Content  -->
                                                                </div>
                                                            </header>
                                                        <!-- End Header Area -->
                                                    
                                                

03. Header With Topbar

Header with topbar and navigation menu to change your header area.

Images

                                                    
                                                        <!-- Start Header Area -->
                                                            <div class="header-top overflow-visible" >  
                                                                <div class="row" >  

                                                                </div>
                                                            </div>
                                                            <div class="header-main header-main-2">
                                                                <div class="row" >  
                                                                    <!-- header-elements -->
                                                                </div>
                                                            </div>
                                                        <!-- End Header Area -->
                                                    
                                                

All Elemnts and Shortcode Types


Welcome to SolarX Elements and Shortcode! You can select any elements & shortcode and customize easily and build your website.

Buttons

This the button classes on an <a> and <button> element and create various button.

Images

                                                    
                                                        <!-- Start Buttons -->

                                                        <a href="#" class="tmp-btn btn-primary hover-icon-reverse btn-sm">
                                                            <span class="icon-reverse-wrapper">
                                                                <span class="btn-text">Button Sm</span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                            </span>
                                                        </a>

                                                        <a href="#" class="tmp-btn btn-primary hover-icon-reverse btn-md">
                                                            <span class="icon-reverse-wrapper">
                                                                <span class="btn-text">Button Md</span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                            </span>
                                                        </a>

                                                        <a href="#" class="tmp-btn btn-primary hover-icon-reverse">
                                                            <span class="icon-reverse-wrapper">
                                                                <span class="btn-text">Button Default</span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                            </span>
                                                        </a>

                                                        <a href="#" class="tmp-btn btn-primary hover-icon-reverse btn-lg">
                                                            <span class="icon-reverse-wrapper">
                                                                <span class="btn-text">Button Lg</span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                            </span>
                                                        </a>

                                                        <a href="#" class="tmp-btn btn-primary hover-icon-reverse btn-xl">
                                                            <span class="icon-reverse-wrapper">
                                                                <span class="btn-text">Button Xl</span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                            </span>
                                                        </a>

                                                        <a href="#" class="tmp-btn btn-primary hover-icon-reverse btn-xxl">
                                                            <span class="icon-reverse-wrapper">
                                                                <span class="btn-text">Button XXl</span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                                <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span>
                                                            </span>
                                                        </a>

                                                        <!-- End Buttons -->
                                                    

                                                


Note

For more demo example, you can check our SolarX button.html page.

Accordion

Extend the default collapse behavior to create an accordion with the panel component see the code for better understanding

Images

                                                    
                                                        <div class="tmp-accordion-style accordion" data-sal="slide-up" data-sal-duration="800">
                                                            <div class="accordion" id="accordionExamplea">
                                                                <div class="accordion-item card tmponhover">
                                                                    <h2 class="accordion-header card-header" id="headingOne">
                                                                        <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
                                                                            What services do you provide?
                                                                        </button>
                                                                    </h2>
                                                                    <div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExamplea">
                                                                        <div class="accordion-body card-body">
                                                                            SolarX is a modern and professional business HTML template.
                                                                            It is designed for startups, agencies, and corporate websites.
                                                                            With clean code and responsive layout, it ensures seamless performance on all devices.
                                                                            SolarX helps you showcase your services, projects, and brand with style.
                                                                        </div>
                                                                    </div>
                                                                </div>

                                                                <div class="accordion-item card tmponhover">
                                                                    <h2 class="accordion-header card-header" id="headingTwo">
                                                                        <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
                                                                            How does the consultation process work?
                                                                        </button>
                                                                    </h2>
                                                                    <div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExamplea">
                                                                        <div class="accordion-body card-body">
                                                                            After purchasing the product, if you need any support, you can share your issue with us by sending a mail to themespark11@gmail.com.
                                                                            Our support team will review your request and get back to you as soon as possible.
                                                                            We are always ready to assist you with installation.
                                                                        </div>
                                                                    </div>
                                                                </div>

                                                                <div class="accordion-item card tmponhover">
                                                                    <h2 class="accordion-header card-header" id="headingThree">
                                                                        <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
                                                                            How can I schedule a meeting?
                                                                        </button>
                                                                    </h2>
                                                                    <div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExamplea">
                                                                        <div class="accordion-body card-body">
                                                                            Yes, We will get update the Trydo. And you can get it any time. Next
                                                                            time we will comes with more feature.
                                                                        </div>
                                                                    </div>
                                                                </div>

                                                                <div class="accordion-item card tmponhover">
                                                                    <h2 class="accordion-header card-header" id="headingFour">
                                                                        <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
                                                                            Do you offer customized business solutions?
                                                                        </button>
                                                                    </h2>
                                                                    <div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExamplea">
                                                                        <div class="accordion-body card-body">
                                                                            You can run SolarX easily. First You'll need to have node and npm on your
                                                                            machine. So Please open your command prompt then check your node -v and
                                                                            npm -v Version.
                                                                        </div>
                                                                    </div>
                                                                </div>

                                                            </div>
                                                         </div >







                                                    
                                                
Note

For more demo example, you can check our SolarX FAQ page.

Clients

Showcase of clients logos or images. See below image and code for more information.

Images

                                                    


                                                        <!-- Start Brand Area  -->
                                                            <div class="tmp-brand-area tmp-section-gapTop">
                                                                <div class="container">
                                                                    <div class="row">
                                                                        <div class="col-lg-12">
                                                                            <div class="tmp-section-title-border text-center">
                                                                                <div class="pres-line-separator-wrapper text-center mb--10">
                                                                                    <div class="line-separator line-left"></div>
                                                                                    <span class="subtitle">
                                                                                        <span class="number">2000+ </span>
                                                                                        <span class="subtitle-text">Trusted leading companies</span>
                                                                                    </span>
                                                                                    <div class="line-separator line-right"></div>
                                                                                </div>
                                                                            </div>
                                                                        </div>

                                                                        <div class="col-lg-12 mt--20">
                                                                            <ul class="brand-list brand-carousel-activation tmp-slick-arrow tmp-slick-dot mb--40">

                                                                                <li>
                                                                                    <a href="#">
                                                                                        <img src="assets/images/brand/partner-5.webp" alt="Brand Image">
                                                                                    </a>
                                                                                </li>

                                                                                <li>
                                                                                    <a href="#">
                                                                                        <img src="assets/images/brand/partner-3.webp" alt="Brand Image">
                                                                                    </a>
                                                                                </li>

                                                                                <li>
                                                                                    <a href="#">
                                                                                        <img src="assets/images/brand/partner-6.webp" alt="Brand Image">
                                                                                    </a>
                                                                                </li>

                                                                                <li>
                                                                                    <a href="#">
                                                                                        <img src="assets/images/brand/partner-1.webp" alt="Brand Image">
                                                                                    </a>
                                                                                </li>

                                                                                <li>
                                                                                    <a href="#">
                                                                                        <img src="assets/images/brand/partner-2.webp" alt="Brand Image">
                                                                                    </a>
                                                                                </li>

                                                                                <li>
                                                                                    <a href="#">
                                                                                        <img src="assets/images/brand/partner-6.webp" alt="Brand Image">
                                                                                    </a>
                                                                                </li>

                                                                                <li>
                                                                                    <a href="#">
                                                                                        <img src="assets/images/brand/partner-7.webp" alt="Brand Image">
                                                                                    </a>
                                                                                </li>

                                                                                <li>
                                                                                    <a href="#">
                                                                                        <img src="assets/images/brand/partner-3.webp" alt="Brand Image">
                                                                                    </a>
                                                                                </li>

                                                                                <li>
                                                                                    <a href="#">
                                                                                        <img src="assets/images/brand/partner-1.webp" alt="Brand Image">
                                                                                    </a>
                                                                                </li>

                                                                                <li>
                                                                                    <a href="#">
                                                                                        <img src="assets/images/brand/partner-5.webp" alt="Brand Image">
                                                                                    </a>
                                                                                </li>

                                                                            </ul>
                                                                        </div>

                                                                    </div>
                                                                </div>
                                                            </div>
                                                            <!-- End Brand Area  -->





                                                    
                                                
Note

For more demo example, you can check our Demo Pages Demos page.

Counters

Different styles of counters for your website are presented in our website.

Images

                                                    
                                                        
                                                        <div class="solar-solution-inner">
                                                            <div class="row g-5">

                                                                <div class="col-lg-3 col-md-6" data-sal="slide-right" data-sal-duration="800" data-sal-delay="200">
                                                                    <div class="solution-wrapper">
                                                                        <div class="content">
                                                                            <h6>Years of Experience</h6>
                                                                            <p class="desc">By generating your own power, you become less dependent</p>
                                                                        </div>
                                                                        <h3 class="title">
                                                                            <span class="counter">
                                                                                <span class="odometer" data-count="20">00</span>
                                                                            </span>+                
                                                                        </h3>
                                                                    </div>
                                                                </div>

                                                                <div class="col-lg-3 col-md-6" data-sal="slide-right" data-sal-duration="800" data-sal-delay="500">
                                                                    <div class="solution-wrapper">
                                                                        <div class="content">
                                                                            <h6>Happy Customers</h6>
                                                                            <p class="desc">Details of services such as solar panel installation.</p>
                                                                        </div>
                                                                        <h3 class="title">
                                                                            <span class="counter">
                                                                                <span class="odometer" data-count="5034">00</span>
                                                                            </span>+                
                                                                        </h3>
                                                                    </div>
                                                                </div>

                                                                <div class="col-lg-3 col-md-6" data-sal="slide-right" data-sal-duration="800" data-sal-delay="800">
                                                                    <div class="solution-wrapper">
                                                                        <div class="content">
                                                                            <h6>Worldwide projects</h6>
                                                                            <p class="desc">Information about industry certifications.</p>
                                                                        </div>
                                                                        <h3 class="title">
                                                                            <span class="counter">
                                                                                <span class="odometer" data-count="9059">00</span>
                                                                            </span>+                
                                                                        </h3>
                                                                    </div>
                                                                </div>

                                                                <div class="col-lg-3 col-md-6" data-sal="slide-right" data-sal-duration="800" data-sal-delay="1000">
                                                                    <div class="solution-wrapper">
                                                                        <div class="content">
                                                                            <h6>Current Projects</h6>
                                                                            <p class="desc">Description of the latest technology used in solar panels.</p>
                                                                        </div>
                                                                        <h3 class="title">
                                                                            <span class="counter">
                                                                                <span class="odometer" data-count="580">00</span>
                                                                            </span>+                
                                                                        </h3>
                                                                    </div>
                                                                </div>

                                                            </div>
                                                        </div>




                                                    
                                                
Note

For more demo example, you can check our SolarX Demo Demo page.

Social Share

Showcase of Social share. See below image and code for more information.

  • Add .transparent-with-border class For Transparent with border style.
  • Add .with-gradient class For Hover gradient style.
  • Add .with-bg-primary class For With Bg Primary Color style.
  • Add .icon-naked class For naked style.
Images

                                                    
                                                        <div class="social-share-wrapper-1 style-footer">
                                                            <ul class="social-stylle-one justify-content-start">
                                                                <li><a target="_blank" href="https://www.facebook.com/"><i class="fa-brands fa-facebook-f"></i></a></li>
                                                                <li><a target="_blank" href="https://x.com/"><i class="fa-brands fa-twitter"></i></a></li>
                                                                <li><a target="_blank" href="https://www.instagram.com/"><i class="fa-brands fa-instagram"></i></a></li>
                                                                <li><a target="_blank" href="https://www.linkedin.com/"><i class="fa-brands fa-linkedin-in"></i></a></li>
                                                                <li><a target="_blank" href="https://www.tiktok.com/"><i class="fa-brands fa-tiktok"></i></a></li>
                                                            </ul>
                                                        </div>
                                                    
                                                
Note

For more demo example, you can check our SolarX Demo page.

Call To Action

Awesome call to action styles. See below image and code for more information.

Images

                                                    
                                                         <div class="footer-cta-area cta-two">
                                                            <div class="cta-image-area">
                                                                <img src="assets/images/cta/02.webp" width="390" alt="">
                                                                <img src="assets/images/cta/cta-round2.svg" alt="">
                                                                <img src="assets/images/cta/solar1.webp" alt="">
                                                                <img src="assets/images/cta/solar2.webp" alt="">
                                                            </div>
                                                            <div class="cta-area-inner">
                                                                <h3 class="cta-title">Your Source for Fast and <br> Secure Energy</h3>
                                                                <div class="cta-button-area">
                                                                    <a href="contact.html" class="tmp-btn btn-primary bg-white button-flip btn-md">
                                                                        <span data-text="GET A QUOTE">GET A QUOTE</span>
                                                                    </a>
                                                                </div>
                                                            </div>
                                                            <div class="shape-area">
                                                                <img src="assets/images/cta/cta-round.svg" alt="">
                                                                <img src="assets/images/cta/cta-round.svg" alt="">
                                                            </div>
                                                        </div>
                                                            
                                                    
                                                
Note

For more demo example, you can check our SolarX Demo page.

Footer Style

Welcome to SoalrX Footer You can select any footer & customize easily and build your website.

Footer Default

Awesome Footer styles. See below image and code for more information.

Images

                                                    

                                                        <div class="tmp-footer-area footer-one footer-bg pt--200 mt--120">
                                                            <div class="container-3">
                                                                <div class="row">
                                                                    <div class="col-lg-12 p-0">
                                                                        <div class="main-footer-one-area six pt--80 pb--60">
                                                                            <div class="single-footer-inner company">
                                                                                <div class="body two">
                                                                                    <h6 class="footer-title">
                                                                                        Company
                                                                                        <img src="assets/images/footer/line-2.svg" alt="">
                                                                                    </h6>
                                                                                    <div class="use-full-link-wrapper">
                                                                                        <a href="about.html" class="single hover-moving-primary">About Us</a>
                                                                                        <a href="service.html" class="single hover-moving-primary">Services</a>
                                                                                        <a href="clients.html" class="single hover-moving-primary">Our Clients</a>
                                                                                        <a href="contact.html" class="single hover-moving-primary">Contact Us</a>
                                                                                        <a href="pricing.html" class="single hover-moving-primary">Pricing</a>
                                                                                        <a href="gallery.html" class="single hover-moving-primary">Gallery</a>
                                                                                    </div>
                                                                                </div>
                                                                            </div>
                                                                            <div class="single-footer-inner service">
                                                                                <div class="body three">
                                                                                    <h6 class="footer-title">
                                                                                        Services
                                                                                        <img src="assets/images/footer/line-2.svg" alt="">
                                                                                    </h6>
                                                                                    <div class="use-full-link-wrapper">
                                                                                        <a href="about.html" class="single hover-moving-primary">Site Assessment</a>
                                                                                        <a href="service-details.html" class="single hover-moving-primary">System Design</a>
                                                                                        <a href="service-details.html" class="single hover-moving-primary">Documentation</a>
                                                                                        <a href="service-details.html" class="single hover-moving-primary">Installation</a>
                                                                                        <a href="service-details.html" class="single hover-moving-primary">Warranty and Support</a>
                                                                                        <a href="service-details.html" class="single hover-moving-primary">Commissioning</a>
                                                                                    </div>
                                                                                </div>
                                                                            </div>
                                                                            <div class="single-footer-inner contact">
                                                                                <div class="body four">
                                                                                    <h6 class="footer-title">
                                                                                        Need Help?
                                                                                        <img src="assets/images/footer/line-2.svg" alt="">
                                                                                    </h6>
                                                                                    <div class="contactus-link-wrapper">
                                                                                        <div class="single d-block">
                                                                                            <p class="text">Call US Directly?</p>
                                                                                            <div class="phone">
                                                                                                <p>Phone:</p>
                                                                                                <a href="call-to:254982156213" class="number hover-moving-primary">+254 (98) 2156 213</a>
                                                                                            </div>
                                                                                        </div>
                                                                                        <div class="single d-block">
                                                                                            <p class="text">For Support?</p>
                                                                                            <div class="phone">
                                                                                                <p>Email:</p>
                                                                                                <a href="mail-to:help@solarx.com" class="number hover-moving-primary">help@solarx.com</a>
                                                                                            </div>
                                                                                        </div>
                                                                                    </div>
                                                                                </div>
                                                                            </div>
                                                                            <div class="single-footer-inner newsletter">
                                                                                <div class="body five">
                                                                                    <h6 class="footer-title">
                                                                                        Subscribe Now
                                                                                        <img src="assets/images/footer/line-2.svg" alt="">
                                                                                    </h6>
                                                                                    <div class="newsletter-area">
                                                                                        <p class="desc mb--20">Subscribe our newsletter to get the latest news and updates!</p>
                                                                                        <form action="#" class="form">
                                                                                            <div class="single-input-wrapper">
                                                                                                <input type="email" name="email" placeholder="Enter your email" required="">
                                                                                                <button type="submit" class="form-btn tmp-btn btn-primary"><i class="fal fa-envelope"></i></button>
                                                                                            </div>
                                                                                        </form>
                                                                                    </div>
                                                                                </div>
                                                                            </div>
                                                                            <div class="single-footer-inner logo-area">
                                                                                <div class="body one">
                                                                                    <div class="logo mb--25">
                                                                                        <a href="index.html">
                                                                                            <img src="assets/images/logo/02-main.svg" alt="">
                                                                                        </a>
                                                                                    </div>
                                                                                    <p class="desc mb--10">We are providing high-quality solar for about ten years.</p>

                                                                                    <div class="social-share-wrapper-1 style-footer">
                                                                                        <ul class="social-stylle-one justify-content-start mt--20">
                                                                                            <li><a target="_blank" href="https://www.facebook.com/"><i class="fa-brands fa-facebook-f"></i></a></li>
                                                                                            <li><a target="_blank" href="https://x.com/"><i class="fa-brands fa-twitter"></i></a></li>
                                                                                            <li><a target="_blank" href="https://www.instagram.com/"><i class="fa-brands fa-instagram"></i></a></li>
                                                                                            <li><a target="_blank" href="https://www.linkedin.com/"><i class="fa-brands fa-linkedin-in"></i></a></li>
                                                                                            <li><a target="_blank" href="https://www.tiktok.com/"><i class="fa-brands fa-tiktok"></i></a></li>
                                                                                        </ul>
                                                                                    </div>

                                                                                </div>
                                                                            </div>
                                                                        </div>
                                                                    </div>
                                                                </div>
                                                            </div>
                                                            <div class="copyright-area-one cg">
                                                                <div class="container-3">
                                                                    <div class="row justify-content-between">
                                                                        <div class="col-md-6">
                                                                            <div class="wrapper text-start">
                                                                                <p>© Copyright
                                                                                    <span id="year">2025</span>
                                                                                    by <a class="hover-moving-primary" target="_blank" href="https://themeforest.net/user/inversweb">InversWeb</a>
                                                                                </p>
                                                                            </div>
                                                                        </div>
                                                                        <div class="col-md-6">
                                                                            <ul class="copyright-links">
                                                                                <li><a class="hover-moving-primary" href="privacy-policy.html">Privacy policy</a></li>
                                                                                <li><a class="hover-moving-primary" href="terms-condition.html">Terms and Condition</a></li>
                                                                            </ul>
                                                                        </div>
                                                                    </div>
                                                                </div>
                                                            </div>
                                                        </div>







                                                    
                                                

Footer Two

Awesome Footer Two styles. See below image and code for more information.

Images

                                                    


                                                       <!-- tmp footer area start -->
                                                            <div class="tmp-footer-area footer-one footer-five footer-bg pt--200 mt--120">
                                                                <div class="container-3">
                                                                    <div class="footer-cta-area cta-two">
                                                                        <div class="cta-image-area">
                                                                            <img src="assets/images/cta/02.webp" width="390" alt="">
                                                                            <img src="assets/images/cta/cta-round2.svg" alt="">
                                                                            <img src="assets/images/cta/solar1.webp" alt="">
                                                                            <img src="assets/images/cta/solar2.webp" alt="">
                                                                        </div>
                                                                        <div class="cta-area-inner">
                                                                            <h3 class="cta-title">Your Source for Fast and <br> Secure Energy</h3>
                                                                            <div class="cta-button-area">
                                                                                <a href="contact.html" class="tmp-btn btn-primary bg-white button-flip btn-md">
                                                                                    <span data-text="GET A QUOTE">GET A QUOTE</span>
                                                                                </a>
                                                                            </div>
                                                                        </div>
                                                                        <div class="shape-area">
                                                                            <img src="assets/images/cta/cta-round.svg" alt="">
                                                                            <img src="assets/images/cta/cta-round.svg" alt="">
                                                                        </div>
                                                                    </div>
                                                                    <div class="row">
                                                                        <div class="col-lg-12 p-0">
                                                                            <div class="main-footer-one-area pt--80 pb--60">
                                                                                <div class="single-footer-inner logo-area">
                                                                                    <div class="body one">
                                                                                        <div class="logo mb--20">
                                                                                            <a href="index.html">
                                                                                                <img src="assets/images/logo/02-main.svg" alt="">
                                                                                            </a>
                                                                                        </div>
                                                                                        <p class="desc">
                                                                                            We are providing high-quality solar for about ten years.
                                                                                        </p>
                                                                                        <ul class="social-wrapper-1 hover-bg-white ml_-10">
                                                                                            <li class="single"><a target="_blank" href="https://www.facebook.com/"><i class="fab fa-facebook-f"></i></a></li>
                                                                                            <li class="single"><a target="_blank" href="https://x.com/"><i class="fab fa-twitter"></i></a></li>
                                                                                            <li class="single"><a target="_blank" href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a></li>
                                                                                            <li class="single"><a target="_blank" href="https://dribbble.com/"><i class="fal fa-globe"></i></a></li>
                                                                                        </ul>
                                                                                    </div>
                                                                                </div>
                                                                                <div class="single-footer-inner company">
                                                                                    <div class="body two">
                                                                                        <h6 class="footer-title">Company</h6>
                                                                                        <div class="use-full-link-wrapper">
                                                                                            <a href="about.html" class="single hover-moving-primary">About Us</a>
                                                                                            <a href="#" class="single hover-moving-primary">Services</a>
                                                                                            <a href="company-history.html" class="single hover-moving-primary">History</a>
                                                                                            <a href="service.html" class="single hover-moving-primary">Our Clients</a>
                                                                                            <a href="team.html" class="single hover-moving-primary">Contact Us</a>
                                                                                            <a href="gallery.html" class="single hover-moving-primary">Gallery</a>
                                                                                        </div>
                                                                                    </div>
                                                                                </div>
                                                                                <div class="single-footer-inner service">
                                                                                    <div class="body three">
                                                                                        <h6 class="footer-title">Services</h6>
                                                                                        <div class="use-full-link-wrapper">
                                                                                            <a href="about.html" class="single hover-moving-primary">Site Assessment</a>
                                                                                            <a href="#" class="single hover-moving-primary">System Design</a>
                                                                                            <a href="service.html" class="single hover-moving-primary">Documentation</a>
                                                                                            <a href="team.html" class="single hover-moving-primary">Installation</a>
                                                                                            <a href="contact.html" class="single hover-moving-primary">Warranty and Support</a>
                                                                                            <a href="contact.html" class="single hover-moving-primary">Commissioning</a>
                                                                                        </div>
                                                                                    </div>
                                                                                </div>
                                                                                <div class="single-footer-inner contact">
                                                                                    <div class="body four">
                                                                                        <h6 class="footer-title">Need Help?</h6>
                                                                                        <div class="contactus-link-wrapper">
                                                                                            <div class="single d-block">
                                                                                                <p class="text">Call US Directly?</p>
                                                                                                <div class="phone">
                                                                                                    <p>Phone:</p>
                                                                                                    <a href="call-to:254982156213" class="number hover-moving-primary">+254 (98) 2156 213</a>
                                                                                                </div>
                                                                                            </div>
                                                                                            <div class="single d-block">
                                                                                                <p class="text">For Support?</p>
                                                                                                <div class="phone">
                                                                                                    <p>Email:</p>
                                                                                                    <a href="mail-to:help@solario.com" class="number hover-moving-primary">help@solario.com</a>
                                                                                                </div>
                                                                                            </div>
                                                                                        </div>
                                                                                    </div>
                                                                                </div>
                                                                                <div class="single-footer-inner newsletter">
                                                                                    <div class="body five">
                                                                                        <h6 class="footer-title">Subscribe Now</h6>
                                                                                        <div class="newsletter-area">
                                                                                            <p class="desc mb--20">Subscribe our newsletter to get the latest news and updates!</p>
                                                                                            <form action="#" class="form">
                                                                                                <div class="single-input-wrapper">
                                                                                                    <input type="email" name="email" placeholder="Enter your email" required>
                                                                                                    <button type="submit" class="form-btn tmp-btn btn-primary"><i class="fal fa-envelope"></i></button>
                                                                                                </div>
                                                                                            </form>
                                                                                        </div>
                                                                                    </div>
                                                                                </div>
                                                                            </div>
                                                                        </div>
                                                                    </div>
                                                                    <div class="copyright-area-one">
                                                                        <div class="row justify-content-between">
                                                                            <div class="col-lg-6">
                                                                                <div class="wrapper text-start">
                                                                                    <p>© Copyright
                                                                                        <span id="year"></span>
                                                                                        by <a class="hover-moving-primary" target="_blank" href="https://themeforest.net/user/inversweb">InversWeb</a>
                                                                                    </p>
                                                                                </div>
                                                                            </div>
                                                                            <div class="col-lg-6">
                                                                                <ul class="copyright-links">
                                                                                    <li><a class="hover-moving-primary" href="privacy-policy.html">Privacy policy</a></li>
                                                                                    <li><a class="hover-moving-primary" href="terms-condition.html">Terms and Condition</a></li>
                                                                                </ul>
                                                                            </div>
                                                                        </div>
                                                                    </div>
                                                                </div>
                                                            <!-- tmp footer area end -->


                                                    
                                                

Footer Three

Awesome Footer Three styles. See below image and code for more information.

Images

                                                    


                                                        <div class="tmp-footer-area footer-one footer-five footer-bg pt--80 pt_md--60 pt_sm--40">
                                                            <div class="container">
                                                                <div class="row">
                                                                    <div class="col-lg-12 p-0">
                                                                        <div class="main-footer-one-area border-0 pb--50 pb_md--40 pb_sm--40">
                                                                            <div class="single-footer-inner logo-area">
                                                                                <div class="body one">
                                                                                    <div class="logo mb--20">
                                                                                        <a href="index.html">
                                                                                            <img src="assets/images/logo/02-main.svg" alt="">
                                                                                        </a>
                                                                                    </div>
                                                                                    <p class="desc">
                                                                                        We are providing high-quality solar for about ten years.
                                                                                    </p>
                                                                                    <ul class="social-wrapper-1 hover-bg-white ml_-10">
                                                                                        <li class="single"><a target="_blank" href="https://www.facebook.com/"><i class="fab fa-facebook-f"></i></a></li>
                                                                                        <li class="single"><a target="_blank" href="https://x.com/"><i class="fab fa-twitter"></i></a></li>
                                                                                        <li class="single"><a target="_blank" href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a></li>
                                                                                        <li class="single"><a target="_blank" href="https://dribbble.com/"><i class="fal fa-globe"></i></a></li>
                                                                                    </ul>
                                                                                </div>
                                                                            </div>
                                                                            <div class="single-footer-inner company">
                                                                                <div class="body two">
                                                                                    <h6 class="footer-title">Company</h6>
                                                                                    <div class="use-full-link-wrapper">
                                                                                        <a href="about.html" class="single hover-moving-primary">About Us</a>
                                                                                        <a href="service.html" class="single hover-moving-primary">Services</a>
                                                                                        <a href="clients.html" class="single hover-moving-primary">Our Clients</a>
                                                                                        <a href="contact.html" class="single hover-moving-primary">Contact Us</a>
                                                                                        <a href="pricing.html" class="single hover-moving-primary">Pricing</a>
                                                                                        <a href="gallery.html" class="single hover-moving-primary">Gallery</a>
                                                                                    </div>
                                                                                </div>
                                                                            </div>
                                                                            <div class="single-footer-inner service">
                                                                                <div class="body three">
                                                                                    <h6 class="footer-title">Services</h6>
                                                                                    <div class="use-full-link-wrapper">
                                                                                        <a href="about.html" class="single hover-moving-primary">Site Assessment</a>
                                                                                        <a href="#" class="single hover-moving-primary">System Design</a>
                                                                                        <a href="service.html" class="single hover-moving-primary">Documentation</a>
                                                                                        <a href="team.html" class="single hover-moving-primary">Installation</a>
                                                                                        <a href="contact.html" class="single hover-moving-primary">Warranty and Support</a>
                                                                                        <a href="contact.html" class="single hover-moving-primary">Commissioning</a>
                                                                                    </div>
                                                                                </div>
                                                                            </div>
                                                                            <div class="single-footer-inner contact">
                                                                                <div class="body four">
                                                                                    <h6 class="footer-title">Need Help?</h6>
                                                                                    <div class="contactus-link-wrapper">
                                                                                        <div class="single d-block">
                                                                                            <p class="text">Call US Directly?</p>
                                                                                            <div class="phone">
                                                                                                <p>Phone:</p>
                                                                                                <a href="call-to:254982156213" class="number hover-moving-primary">+254 (98) 2156 213</a>
                                                                                            </div>
                                                                                        </div>
                                                                                        <div class="single d-block">
                                                                                            <p class="text">For Support?</p>
                                                                                            <div class="phone">
                                                                                                <p>Email:</p>
                                                                                                <a href="mail-to:help@solarix.com" class="number hover-moving-primary">help@solario.com</a>
                                                                                            </div>
                                                                                        </div>
                                                                                    </div>
                                                                                </div>
                                                                            </div>
                                                                            <div class="single-footer-inner newsletter">
                                                                                <div class="body five">
                                                                                    <h6 class="footer-title">Subscribe Now</h6>
                                                                                    <div class="newsletter-area">
                                                                                        <p class="desc mb--20">Subscribe our newsletter to get the latest news and updates!</p>
                                                                                        <form action="#" class="form">
                                                                                            <div class="single-input-wrapper">
                                                                                                <input type="email" name="email" placeholder="Enter your email" required>
                                                                                                <button type="submit" class="form-btn tmp-btn btn-primary"><i class="fal fa-envelope"></i></button>
                                                                                            </div>
                                                                                        </form>
                                                                                    </div>
                                                                                </div>
                                                                            </div>
                                                                        </div>
                                                                    </div>
                                                                </div>
                                                                <div class="copyright-area-one">
                                                                    <div class="row justify-content-between">
                                                                        <div class="col-md-6">
                                                                            <div class="wrapper text-start">
                                                                                <p>© Copyright
                                                                                    <span id="year"></span>
                                                                                    by <a class="hover-moving-primary" target="_blank" href="https://themeforest.net/user/inversweb">InversWeb</a>
                                                                                </p>
                                                                            </div>
                                                                        </div>
                                                                        <div class="col-md-6">
                                                                            <ul class="copyright-links">
                                                                                <li><a class="hover-moving-primary" href="privacy-policy.html">Privacy policy</a></li>
                                                                                <li><a class="hover-moving-primary" href="terms-condition.html">Terms and Condition</a></li>
                                                                            </ul>
                                                                        </div>
                                                                    </div>
                                                                </div>
                                                            </div>
                                                        </div>




                                                    
                                                

Sources and Credits

We've used the following fonts, free icons and plugins as listed:

  • Google Fonts
  • Feathericons Icon fonts
  • Slick Slider
  • Magnific Popup
  • Animate.css
  • jQuery
  • Waypoints Js
  • Isotop
  • odometer Counter Up
  • Masonry Activation
  • Sal Animation
  • easypie
  • jquery one page nav
  • Bootstrap Select

Support

Thank you for purchasing my template.
If you have any questions that are beyond the scope of this help file, please feel free to get Support via Item Support

Leave a Review

We hope you’re loving your new template! ⭐⭐⭐⭐⭐
If this template exceeded your expectations, we’d be thrilled if you could leave a 5-star review.
Your support motivates us to keep creating amazing templates and helps others make the best choice. Submit your review here

Change Log

Update Change log View Changelog Here

If you need the template customization or custom development services please contact us.

Email Us

histudy

© All Rights Reserved by InversWeb