Xhyre User Guide

On behalf of DesignerByte team, we would like to thank you for purchasing this item. Your support encourages us to build better items and continuously bring value to our products. This documentation file covers all the information needed to install and use this Template. You'll find everything you need to know to create a stunning and beautiful website in minutes.

Xhyre Introduction

This documentation will give you an understanding of how Xhyre template is structured and guide you in performing common functions.

If you want to customize, please contact us here: [email protected]

Author: PBM Infotech

Installation

Follow the steps below to get started with your Site Template:

  1. Open the ... /Template Folder to find all the Templates Files
  2. You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
  3. Make sure you upload the required files/folders listed below:
    • html/css - Stylesheets Folder
    • html/fonts - Fonts Folder
    • html/images - Images Folder
    • html/js - Javacripts Folder
    • html/index.html - (and All HTML files)
    The other files can be used according to your preferences.
  4. You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.

Basic template Structure

The template has a responsive layout and is based on the Bootstrap V5 Framework. Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Click Here to know more about Bootstrap.


HTML Structure

The general HTML structure is the same throughout the template. Here is thegeneral HTML structure of the template:

<!DOCTYPE html>

<html lang="en">

<head>

[Page meta, page css, page title etc...]

</head>

<body>

<!-- page wrapper -->

<div class="page-wrapper">

<!--header -->

<header id="site-header" class="header">

<div id="header-wrap">

[MENU CONTENT]

</div>

</header>

<!--header -->

<!-- page content -->

<div class="page-content">

<!--Section 1 -->

<section>

[SECTION 1 CONTENT]

</section>

<!--Section 1 -->

<!--Section 2 -->

<section>

[SECTION 2 CONTENT]

</section>

<!--Section 2 -->

</div>

<!-- page content -->

<!--footer -->

<footer class="footer">

[FOOTER_CONTENT]

</footer>

<!--footer -->

</div>

<!-- page wrapper -->

[PAGE JAVASCRIPTS HERE]

</body>

</html>



CSS Structure

The general CSS structure is the same throughout the template. Here is the general CSS structure of the template:


<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">

<!-- Fontawesome -->
<link rel="stylesheet" href="css/fontawesome.css">

<!-- Doctery Icons -->
<link rel="stylesheet" href="css/pbminfotech-base-icons.css">

<!-- Themify Icons -->
<link rel="stylesheet" href="css/themify-icons.css">

<!-- Slick -->
<link rel="stylesheet" href="css/swiper.min.css">

<!-- Magnific -->
<link rel="stylesheet" href="css/magnific-popup.css">

<!-- AOS -->
<link rel="stylesheet" href="css/aos.css">

<!-- Shortcode CSS -->
<link rel="stylesheet" href="css/shortcode.css">

<!-- Base CSS -->
<link rel="stylesheet" href="css/base.css">

<!-- Style CSS -->
<link rel="stylesheet" href="css/style.css">

<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">



Javascript Structure

The general Javascript structure is the same throughout the template. Here is the general Javascript structure of the template:


<!-- jQuery JS -->
<script src="js/jquery.min.js"></script>

<!-- Popper JS -->
<script src="js/popper.min.js"></script>

<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>

<!-- jquery Waypoints JS -->
<script src="js/jquery.waypoints.min.js"></script>

<!-- jquery Appear JS -->
<script src="js/jquery.appear.js"></script>

<!-- Numinate JS -->
<script src="js/numinate.min.js"></script>

<!-- Slick JS -->
<script src="js/swiper.min.js"></script>

<!-- Magnific JS -->
<script src="js/jquery.magnific-popup.min.js"></script>

<!-- Circle Progress JS -->
<script src="js/circle-progress.js"></script> 

<!-- AOS -->
<script src="js/aos.js"></script>

<!-- Scripts JS -->
<script src="js/scripts.js"></script> 

Favicon icon

Favicon is an icon associated with the URL that is displayed at various places, such as in a browser’s address bar or next to the site name in a bookmark list.

You can add a Favicon to your Website using the following code:


<link rel="shortcut icon" href="images/favicon.ico"/>

                        

Logo Settings

The Logo Container can be found in the Header Container - Replace "logo-white.png" with your own logo image URL.

<a href="index.html"><img src="images/logo-dark.png" alt="logo"></a>

Note Default height of logo is 60px. you can set height according to your logo type and yourrequirement.

Changing Fonts style

You can add/change the site font, from all fonts used from Google Web Font Services, with the one that suits you the best. You can find the font link in css folder base.css file. See example below:

<!-- "Rethink Sans", sans-serif; -->
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap" rel="stylesheet');

<!-- "Raleway", sans-serif; -->
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');

<!-- "Roboto", serif; -->
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');

                        

In order to change the fonts, you will need to edit the above links with your custom font, You can easily use Google Web Font Services if you plan to use a Google Font or remove it completely. If you plan to use a self hosted font, here is an Example of using Self Hosted Fonts

Helper Classes

We have created some really useful helper classes for you. These classes help you to quick position elements without writing new CSS rules. These classes are generic helper classes predefined in the CSS pages, here is quick view what they can do

Section title

You can use this code for your page section title to maintain title style.

<div class="pbmit-headingg">
   <h2 class="pbmit-title">Your Title</h2>
</div>
                        

Background color

You can use color in the background. simply add .pbmit-bg-color-global (or any color you want) class where you want to use. See example below:

<div class="pbmit-bg-color-global">  

[YOUR CONTENT]

</div>

                        

Note We include 4 background color helper class in our template pbmit-bg-color-global, pbmit-bg-color-secondary, pbmit-bg-color-light and pbmit-bg-color-blackish You can add unlimited background color class according to your needs

Background Image

You can use an image in the background simply add InlineStyle in div tag and by use of this you can create your own bg. See example below:

<div style="background:url(Path); ">    

[YOUR CONTENT]

</div>

                        

Sliders

  • Swiper Slider

Swiper Slider

This excellent carousel slider can be controlled using HTML5 data attributes.

Find the full online Swiper Slider documentation.

Shortcode

  • Accordion
  • Buttons
  • Blog Post
  • Counter
  • Icon Box
  • Service Box
  • Progress Bar
  • Team
  • Testimonials

Accordion

Use the below code to display accordion:

<div class="accordion" id="accordionExample">
    <div class="accordion-item">
        <h2 class="accordion-header" id="headingOne">
            <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
                Accordion Item #1
            </button>
        </h2>
        <div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
            <div class="accordion-body">
                <strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes
            </div>
        </div>
    </div>
</div>

Button

Use the below to display Default Buttons:

Class Code Description Result
.pbmit-btn
<a href="#" class="pbmit-btn">
    <span class="pbmit-button-content-wrapper">
        <span class="pbmit-button-text">Button</span>
        <span class="pbmit-button-icon">
            <svg xmlns="http://www.w3.org/2000/svg" width="22.76" height="22.76" viewBox="0 0 22.76 22.76"><
            title>black-arrow</title><path d="M22.34,1A14.67,14.67,0,0,1,12,5.3,14.6,14.6,0,0,1,6.08,4.06,14.68,14.68,0,0,1,1.59,1" 
            transform="translate(-0.29 -0.29)" fill="none" stroke="#000" stroke-width="2"></path><path 
            d="M22.34,1a14.67,14.67,0,0,0,0,20.75" transform="translate(-0.29 -0.29)" fill="none" stroke="#000" 
            stroke-width="2"></path><path d="M22.34,1,1,22.34" transform="translate(-0.29 -0.29)" fill="none" 
            stroke="#000" stroke-width="2"></path></svg>
        </span>
    </span>
</a>

Button Button black-arrow
.pbmit-btn .pbmit-btn-outline
<a href="#" class="pbmit-btn outline">
    <span class="pbmit-button-content-wrapper">
        <span class="pbmit-button-text">Button</span>
        <span class="pbmit-button-icon">
            <svg xmlns="http://www.w3.org/2000/svg" width="22.76" height="22.76" viewBox="0 0 22.76 22.76"><
            title>black-arrow</title><path d="M22.34,1A14.67,14.67,0,0,1,12,5.3,14.6,14.6,0,0,1,6.08,4.06,14.68,14.68,0,0,1,1.59,1" 
            transform="translate(-0.29 -0.29)" fill="none" stroke="#000" stroke-width="2"></path><path 
            d="M22.34,1a14.67,14.67,0,0,0,0,20.75" transform="translate(-0.29 -0.29)" fill="none" stroke="#000" 
            stroke-width="2"></path><path d="M22.34,1,1,22.34" transform="translate(-0.29 -0.29)" fill="none" 
            stroke="#000" stroke-width="2"></path></svg>
        </span>
    </span>
</a>  
Outline Button Button black-arrow

Counter

Use the below code to display Counter style:

Counter Style 1
<div class="pbminfotech-ele-fid-style-1">
    <div class="pbmit-fld-contents">
        <div class="pbmit-circle-outer" data-digit="85" data-fill="#3870ff" data-emptyfill="" data-before="" data-before-type="sup" data-after="<sup>%</sup>" data-after-type="sup" data-thickness="2" data-size="124">
            <div class="pbmit-circle">
                <h3 class="pbmit-fid-inner">
                    <span class="pbmit-fid-before"></span>
                    <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="85" data-interval="3" data-before="" data-before-style="" data-after="" data-after-style="">85</span>
                    <span class="pbmit-fid"><sup>%</sup></span>
                </h3>
            </div>
        </div>
        <div class="pbmit-fid-sub">
            Communication <br> Skills    
        </div>
    </div>		
</div>
					
Counter Style 2
<div class="pbminfotech-ele-fid-style-2">
    <div class="pbmit-fid-content">
        <h4 class="pbmit-fid-inner">
            <span class="pbmit-fid-before"></span>
            <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="250" data-interval="8" data-before="" data-before-style="" data-after="" data-after-style="">250</span>
            <span class="pbmit-fid"><span>+</span></span>
        </h4>
        <div class="pbmit-fid-sub">
            Join the companies that trust create to lead their <br>AI transformation.    
        </div>
    </div>
</div>
					
Counter Style 4
<div class="pbminfotech-ele-fid-style-4">
    <div class="pbmit-fid-content">
        <h4 class="pbmit-fid-inner">
            <span class="pbmit-fid-before"></span>
            <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="250" data-interval="5" data-before="" data-before-style="" data-after="" data-after-style="">250</span>
            <span class="pbmit-fid"><span>+</span></span>
        </h4>
        <div class="pbmit-fid-sub">
            Join the companies that trust Create<br> to lead their AI transformation.    
        </div>
    </div>
</div>
					
Counter Style 5
<div class="pbminfotech-ele-fid-style-5">
    <div class="pbmit-fid-content">
        <div class="pbmit-fid-wrap">
            <h4 class="pbmit-fid-inner">
                <span class="pbmit-fid-before"></span>
                <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="25" data-interval="3" data-before="" data-before-style="" data-after="" data-after-style="">25</span>
                <span class="pbmit-fid"><span>K</span></span>
            </h4>
            <div class="pbmit-fid-sub">
                Successfully finished projects<br> with creativity.        
            </div>
        </div>
    </div>
</div>
					
Counter Style 6
<div class="pbminfotech-ele-fid-style-6">
    <div class="pbmit-fid-content">
        <h4 class="pbmit-fid-inner">
            <span class="pbmit-fid-before"></span>
            <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="12" data-interval="3" data-before="" data-before-style="" data-after="" data-after-style="">12</span>
            <span class="pbmit-fid"><sup>+</sup></span>
        </h4>
        <div class="pbmit-fid-sub">
            Years of <br>experience    
        </div>
    </div>
</div>
					
Counter Style 7
<div class="pbminfotech-ele-fid-style-7">
    <div class="pbmit-fid-content">
        <h4 class="pbmit-fid-inner">
            <span class="pbmit-fid-before"></span>
            <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="720" data-interval="8" data-before="" data-before-style="" data-after="" data-after-style="">720</span>
            <span class="pbmit-fid"><span>+</span></span>
        </h4>
        <div class="pbmit-fid-sub">
            Recruitment done    
        </div>
        <div class="pbmit-fid-img">
            <img src="images/homepage-1/fid-box-img.webp" alt="">    
        </div>
    </div>
</div>
					
Counter Style 8
<div class="pbminfotech-ele-fid-style-8">
    <div class="pbmit-fld-contents">
        <div class="pbmit-circle-outer" data-digit="77" data-fill="#3870ff" data-emptyfill="" data-before="" data-before-type="sup" data-after="<sup>%</sup>" data-after-type="sup" data-thickness="2" data-size="124">
            <div class="pbmit-circle">
                <h3 class="pbmit-fid-inner">
                    <span class="pbmit-fid-before"></span>
                    <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="77" data-interval="5" data-before="" data-before-style="" data-after="" data-after-style="">77</span>
                    <span class="pbmit-fid"><sup>%</sup></span>
                </h3>
            </div>
        </div>
        <div class="pbmit-fid-sub">
            People <br>Advocacy     
        </div>
    </div>			
</div>
					

Icon box

Use the below code to display Icon box style:

Icon box Style 1
<div class="pbmit-ihbox-style-1">
    <div class="pbmit-ihbox-headingicon">
        <div class="pbmit-ihbox-icon">
            <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                <svg id="Layer_1" enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
                    <path clip-rule="evenodd" d="m111.48 106.84c-8.21 8.35-10.09 27.47-4.1 41.75 3.64 8.69 11.44 19.04 27.95 19.04 16.49 0 24.29-10.35 27.93-19.03 5.99-14.29 4.11-33.41-4.1-41.76-6.28-6.4-13.4-9.12-23.81-9.12-10.45-.01-17.59 2.71-23.87 9.12zm236.82 176.02h-167.86v5.3c0 46.28 37.65 83.93 83.93 83.93s83.93-37.65 83.93-83.93zm17.18-134.27c3.64 8.69 11.45 19.04 27.95 19.04 16.49 0 24.29-10.35 27.93-19.03 5.99-14.29 4.11-33.41-4.1-41.76-6.28-6.4-13.41-9.12-23.81-9.12-10.45 0-17.59 2.72-23.87 9.12-8.21 8.35-10.09 27.46-4.1 41.75zm7.32 122.27v-23.27c0-33.38-20.42-62.79-51.29-74.66l-51.86 96.33c-.33.61-.76 1.15-1.25 1.6h57.27v-25.9c0-3.31 2.69-6 6-6s6 2.69 6 6v25.9zm12-23.27c0-16.57-4.38-32.49-12.72-46.58.98-.06 1.97-.1 2.95-.1h36.78c27.35 0 49.61 24.13 49.61 53.79v6.94c0 5.09-4.14 9.22-9.23 9.22h-67.39zm-216.36 35.27v5.3c0 52.89 43.03 95.93 95.93 95.93 52.89 0 95.93-43.04 95.93-95.93v-5.3h91.89c3.31 0 6.43-.78 9.23-2.14v34.17c0 4.34-3.54 7.87-7.88 7.87h-33.67c-8.74 0-16.15 5.37-18.88 13.67-2.24 6.82-5.03 13.53-8.28 19.96-3.95 7.8-2.51 16.85 3.67 23.03l23.82 23.82c1.48 1.48 2.29 3.45 2.29 5.57 0 2.1-.81 4.08-2.29 5.56l-33.01 33.01c-1.48 1.48-3.46 2.3-5.57 2.3s-4.08-.82-5.57-2.3l-23.82-23.82c-6.19-6.18-15.23-7.62-23.03-3.67-6.42 3.25-13.14 6.04-19.96 8.28-8.3 2.73-13.67 10.14-13.67 18.88v33.67c0 4.34-3.53 7.87-7.88 7.87h-46.69c-4.34 0-7.87-3.53-7.87-7.87v-33.67c0-8.74-5.37-16.15-13.67-18.88-6.82-2.24-13.54-5.03-19.96-8.28-7.81-3.95-16.85-2.51-23.03 3.68l-23.82 23.81c-3.07 3.07-8.06 3.07-11.13 0l-33.01-33.01c-3.07-3.07-3.07-8.06 0-11.13l23.82-23.82c6.19-6.19 7.63-15.23 3.67-23.03-3.25-6.43-6.04-13.14-8.28-19.96-2.73-8.3-10.14-13.67-18.88-13.67h-33.64c-4.34 0-7.87-3.53-7.87-7.87v-34.17c2.79 1.36 5.92 2.14 9.22 2.14zm-24.51-35.27c0-16.57 4.38-32.49 12.72-46.58-.98-.06-1.96-.1-2.95-.1h-36.77c-27.35 0-49.61 24.13-49.61 53.79v6.94c0 5.09 4.14 9.22 9.22 9.22h67.38v-23.27zm115.16 21.67c.33.61.76 1.15 1.25 1.6h-57.27v-25.9c0-3.31-2.69-6-6-6-3.32 0-6 2.69-6 6v25.9h-35.13v-23.27c0-33.38 20.42-62.79 51.29-74.66zm2.49-71.1c1.69-6.16.58-12.42-3.14-17.62l-9.24-12.93h30.34l-9.21 12.89c-3.74 5.23-4.85 11.53-3.11 17.73l9.26 33.06-12.1 22.48-11.95-22.19zm-33.71-153.54c-12.8 13.03-15.72 41.51-6.51 63.49 4.58 10.93 16.26 29.26 43.02 29.26 26.74 0 38.41-18.33 43-29.26 9.22-21.98 6.3-50.46-6.51-63.49-9.54-9.7-20.78-14.03-36.45-14.03-15.74 0-27.01 4.33-36.55 14.03z" fill-rule="evenodd"></path>
                </svg>
            </div>
        </div>
        <h2 class="pbmit-element-title">
            <a href="#">
                <span class="pbmit-button-text">Corporate Programs</span>
            </a>
        </h2>
        <div class="pbmit-heading-desc">Insights by consulting an expert Knowledge Advisor through call, email or chat.</div>
    </div>
</div>
                    
Icon box Style 2
<div class="pbmit-ihbox-style-2">
    <div class="pbmit-ihbox-headingicon">
        <div class="pbmit-ihbox-contents">
            <div class="pbmit-icon-wrap">
                <div class="pbmit-ihbox-icon">
                    <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                        <svg viewBox="0 -60 511.99996 511" xmlns="http://www.w3.org/2000/svg">
                            <path d="m507.773438 7.292969c-5.015626-6.109375-13.332032-8.375-20.726563-5.65625l-469.65625 169.722656c-9.382813 3.410156-15.96875 11.679687-17.191406 21.582031-1.210938 9.855469 3.132812 19.417969 11.28125 24.921875l67.132812 45.828125c6.503907 4.441406 14.867188 4.917969 21.832031 1.242188l145.625-76.792969-113.496093 84.746094c-5.328125 3.980469-8.511719 10.328125-8.511719 16.976562v78.5c0 8.097657 4.441406 15.515625 11.589844 19.367188 7.160156 3.851562 15.808594 3.46875 22.609375-1.015625l51.003906-33.832032 50.15625 34.199219c4.394531 3.011719 9.628906 4.597657 14.910156 4.597657 1.785157 0 3.578125-.183594 5.34375-.550782 7.042969-1.46875 13.273438-5.820312 17.097657-11.9375l212.488281-350.382812c4.136719-6.746094 3.542969-15.378906-1.488281-21.515625zm-234.5625 352.863281-51.941407-35.417969c-3.613281-2.46875-7.777343-3.703125-11.9375-3.703125-4.070312 0-8.144531 1.183594-11.710937 3.550782l-43.542969 28.882812v-59.175781l200.410156-149.644531c8.949219-6.683594 11.203125-18.847657 5.238281-28.292969-5.96875-9.445313-17.917968-12.636719-27.796874-7.425781l-240.78125 126.972656-56.78125-38.761719 432.488281-156.289063zm0 0"></path>
                        </svg>
                    </div>
                </div>
            </div>
            <div class="pbmit-title-wrap">
                <h4 class="pbmit-element-subtitle">
                    Email Us
                </h4>
                <h2 class="pbmit-element-title">
                    <a href="mailto:[email protected]">
                        <span class="pbmit-button-text">[email protected]</span>
                    </a>
                </h2>
            </div>
        </div>
        <div class="pbmit-content-wrap"></div>
    </div>
</div>
                    
Icon box Style 3
<article class="pbmit-miconheading-style-3">
    <div class="pbmit-ihbox-style-3">
        <div class="pbmit-ihbox-box">
            <div class="pbmit-ihbox-icon">
                <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                    <svg id="Glyph" enable-background="new 0 0 32 32" height="512" viewBox="0 0 32 32" width="512" xmlns="http://www.w3.org/2000/svg">
                        <path d="m29.707 28.293-2.54-2.54c.524-.791.833-1.736.833-2.753 0-2.757-2.243-5-5-5s-5 2.243-5 5 2.243 5 5 5c1.017 0 1.963-.309 2.753-.833l2.54 2.54c.391.391 1.023.391 1.414 0s.391-1.023 0-1.414zm-9.707-5.293c0-1.654 1.346-3 3-3s3 1.346 3 3-1.346 3-3 3-3-1.346-3-3z"></path>
                        <path d="m2 11.268v-1.268c0-1.105.895-2 2-2h19c1.105 0 2 .895 2 2v1.265c-1.331.221-2.665.406-4 .553v-1.318c0-.276-.224-.5-.5-.5h-1c-.276 0-.5.224-.5.5v1.512c-3.997.321-8.005.298-12-.082v-1.43c0-.276-.224-.5-.5-.5h-1c-.276 0-.5.224-.5.5v1.204c-1.001-.124-2.001-.271-3-.436z"></path>
                        <path d="m16.817 25h-12.817c-1.105 0-2-.895-2-2v-10.214c.999.161 1.999.305 3 .427v1.287c0 .276.224.5.5.5h1c.276 0 .5-.224.5-.5v-1.06c4.285.398 8.005.39 12 .076v.984c0 .276.224.5.5.5h1c.276 0 .5-.224.5-.5v-1.173c1.336-.143 2.669-.328 4-.544v4.034c-.793-.256-1.65-.369-2.544-.294-3.104.26-5.673 2.829-5.933 5.933-.075.894.038 1.751.294 2.544z"></path>
                        <path d="m8 6.5v-2.5c0-1.103.897-2 2-2h7c1.103 0 2 .897 2 2v2.5h-2v-2.5h-7v2.5z"></path>
                    </svg>
                </div>
            </div>
            <div class="pbmit-ihbox-contents">
                <div class="pbmit-ihbox-content">
                    <div class="pbmit-ihbox-box-number">01</div>
                    <div class="pbmit-ihbox-content-inner">
                        <h2 class="pbmit-element-title">
                            Identifying the Needs
                        </h2>
                    </div>
                </div>
                <div class="pbmit-heading-desc">Hear from industry leading HR professionals and <br>solution providers in different Needs</div>
            </div>
        </div>
    </div>
</article>
                    
Icon box Style 4
<div class="pbmit-ihbox-style-4">
    <div class="pbmit-ihbox-headingicon">
        <div class="pbmit-ihbox-contents">
            <div class="pbmit-icon-wrap">
                <div class="pbmit-ihbox-icon">
                    <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                        <svg id="Layer_1" enable-background="new 0 0 100 100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
                            <path d="m54.75 61.7309799v-2.3699951c0-21.9786606 16.2715454-39.8894348 37.5211639-42.4388428 2.7931672-.3351097 5.2288361 1.917471 5.2288361 4.7306748v.0000095c0 2.4273148-1.8343735 4.4202805-4.2426605 4.7236137-7.4862671.9429264-14.1913986 4.3405972-19.203804 9.2676563-1.7802734 1.7499619-.5009689 4.7270927 1.9953613 4.7170334.0236969-.0000954.0474014-.000145.0710983-.000145 12.2492294 0 21.9682159 10.0996895 21.3522568 22.4834023-.538559 10.8274422-9.4114075 19.7002907-20.2388535 20.2388496-12.3837051.6159593-22.4833984-9.1030272-22.4833984-21.3522567z"></path>
                            <path d="m2.5000021 61.2574081.000001-1.8964233c0-21.9786606 16.2715454-39.8894348 37.5211601-42.4388428 2.7931755-.3351097 5.2288368 1.917471 5.2288368 4.7306748v.0003147c0 2.4272079-1.8342209 4.4199734-4.2423592 4.7236252-7.481739.9434032-14.1888084 4.3410473-19.1987572 9.2678051-1.779623 1.7500687-.500473 4.7271957 1.9954643 4.7165833.025219-.0001068.0504398-.0001602.0756588-.0001602 11.8699932 0 21.3699932 9.5 21.3699932 21.3699951 0 12.0883865-9.8361855 21.7125397-21.996748 21.3711853-11.6399678-.3267442-20.7532557-10.200203-20.7532498-21.8447572z"></path>
                        </svg>
                    </div>
                </div>
            </div>
            <div class="pbmit-title-wrap">
                <h2 class="pbmit-element-title">“Consentur magni dolores eos qui ratione voluptatem sequi ned. voluptatem neque porro quisquam qui dolorem ipsum quia agni dolores eos qui ratione.”</h2>
            </div>
        </div>
        <div class="pbmit-content-wrap"></div>
    </div>
</div>
                    
Icon box Style 5
<div class="pbmit-ihbox-style-5">
    <div class="pbmit-ihbox-box">
        <div class="pbmit-ihbox-contents">
            <div class="pbmit-ihbox-icon">
                <div class="pbmit-ihbox-icon-wrapper pbmit-ihbox-icon-type-image">
                    <img src="images/google-img.webp" alt="">
                </div>
            </div>
            <div class="pbmit-content-wrapper">
                <h2 class="pbmit-element-title">
                    <a href="#">
                        <span class="pbmit-button-text">Google</span>
                    </a>
                </h2>
                <div class="pbmit-heading-desc">Reviewed By</div>
            </div>
        </div>
        <div class="pbmit-content-wrap"></div>
    </div>
</div>
                    
Icon box Style 6
<div class="pbmit-ihbox-style-6">
    <div class="pbmit-ihbox-headingicon">
        <div class="pbmit-icon-wrap">
            <div class="pbmit-ihbox-box-number">4.8</div>
            <div class="pbmit-ihbox-icon">
                <div class="pbmit-ihbox-icon-wrapper pbmit-ihbox-icon-type-image">
                    <img src="images/rating-star.webp" alt="Icon">
                </div>
            </div>
        </div>
        <div class="pbmit-ihbox-contents">
            <div class="pbmit-heading-desc">6.8k Reviews</div>
        </div>
    </div>
</div>
        			
Icon box Style 7
<div class="pbmit-ihbox-style-7">
    <div class="pbmit-ihbox-headingicon">
        <div class="pbmit-ihbox-contents">
            <div class="pbmit-ihbox-box-number">4.8</div>
            <h2 class="pbmit-element-title">Average Rating</h2>
            <div class="pbmit-heading-desc">(30+) Customer reviews</div>
        </div>
    </div>
</div>
    				
Icon box Style 8
<div class="pbmit-ihbox-style-8">
    <div class="pbmit-ihbox-headingicon">
        <div class="pbmit-icon-wrap">
            <div class="pbmit-ihbox-icon">
                <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                    <i aria-hidden="true" class="pbmit-base-icon-tick-1"></i>
                </div>
            </div>
            <h2 class="pbmit-element-title">
                <a href="#">
                    <span class="pbmit-button-text">Corporate Programs</span>
                </a>
            </h2>
        </div>
        <div class="pbmit-ihbox-contents"></div>
    </div>
</div>
    				
Icon box Style 9
<div class="pbmit-ihbox-style-9">
    <div class="pbmit-ihbox-headingicon">
        <div class="pbmit-ihbox-contents">
            <div class="pbmit-icon-wrap"></div>
            <div class="pbmit-title-wrap">
                <h4 class="pbmit-element-subtitle">
                    Have questions?
                </h4>
                <h2 class="pbmit-element-title">
                    <a href="[email protected]">
                        <span class="pbmit-button-text">[email protected]</span>
                    </a>
                </h2>
            </div>
        </div>
        <div class="pbmit-content-wrap"></div>
    </div>
</div>
    				
Icon box Style 10
<div class="pbmit-ihbox-style-10">
    <div class="pbmit-ihbox-headingicon">
        <div class="pbmit-ihbox-contents">
            <div class="pbmit-icon-wrap">
                <div class="pbmit-ihbox-icon">
                    <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                        <svg id="Layer_1" enable-background="new 0 0 100 100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
                            <path d="m54.75 61.7309799v-2.3699951c0-21.9786606 16.2715454-39.8894348 37.5211639-42.4388428 2.7931672-.3351097 5.2288361 1.917471 5.2288361 4.7306748v.0000095c0 2.4273148-1.8343735 4.4202805-4.2426605 4.7236137-7.4862671.9429264-14.1913986 4.3405972-19.203804 9.2676563-1.7802734 1.7499619-.5009689 4.7270927 1.9953613 4.7170334.0236969-.0000954.0474014-.000145.0710983-.000145 12.2492294 0 21.9682159 10.0996895 21.3522568 22.4834023-.538559 10.8274422-9.4114075 19.7002907-20.2388535 20.2388496-12.3837051.6159593-22.4833984-9.1030272-22.4833984-21.3522567z"></path>
                            <path d="m2.5000021 61.2574081.000001-1.8964233c0-21.9786606 16.2715454-39.8894348 37.5211601-42.4388428 2.7931755-.3351097 5.2288368 1.917471 5.2288368 4.7306748v.0003147c0 2.4272079-1.8342209 4.4199734-4.2423592 4.7236252-7.481739.9434032-14.1888084 4.3410473-19.1987572 9.2678051-1.779623 1.7500687-.500473 4.7271957 1.9954643 4.7165833.025219-.0001068.0504398-.0001602.0756588-.0001602 11.8699932 0 21.3699932 9.5 21.3699932 21.3699951 0 12.0883865-9.8361855 21.7125397-21.996748 21.3711853-11.6399678-.3267442-20.7532557-10.200203-20.7532498-21.8447572z"></path>
                        </svg>
                    </div>
                </div>
            </div>
            <div class="pbmit-title-wrap">
                <h2 class="pbmit-element-title">"As a busy professional, I needed a program that would accommodate my schedule and provide relevant, up-to-date knowledge. This online business school delivered on all fronts. The curriculum was well-structured, covering both fundamental concepts and cutting-edge trends in the business world."</h2>
                <h4 class="pbmit-element-subtitle">
                    Satisfied Client
                </h4>
            </div>
        </div>
        <div class="pbmit-content-wrap">
        </div>
    </div>
</div>
    				
Icon box Style 11
<div class="pbmit-ihbox-style-11">
    <div class="pbmit-ihbox-headingicon">
        <div class="pbmit-title-wrap">
            <h4 class="pbmit-element-subtitle">
                2018 - 2019
            </h4>
            <h2 class="pbmit-element-title">Best Adviser of The Year</h2>
        </div>
        <div class="pbmit-ihbox-contents"></div>
    </div>
</div>
    				
Icon box Style 12
<article class="pbmit-miconheading-style-12">
    <div class="pbmit-ihbox-style-12">
        <div class="pbmit-ihbox-headingicon">
            <div class="pbmit-ihbox-icon">
                <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                    <svg id="Glyph" enable-background="new 0 0 32 32" height="512" viewBox="0 0 32 32" width="512" xmlns="http://www.w3.org/2000/svg">
                        <path d="m29.707 28.293-2.54-2.54c.524-.791.833-1.736.833-2.753 0-2.757-2.243-5-5-5s-5 2.243-5 5 2.243 5 5 5c1.017 0 1.963-.309 2.753-.833l2.54 2.54c.391.391 1.023.391 1.414 0s.391-1.023 0-1.414zm-9.707-5.293c0-1.654 1.346-3 3-3s3 1.346 3 3-1.346 3-3 3-3-1.346-3-3z"></path>
                        <path d="m2 11.268v-1.268c0-1.105.895-2 2-2h19c1.105 0 2 .895 2 2v1.265c-1.331.221-2.665.406-4 .553v-1.318c0-.276-.224-.5-.5-.5h-1c-.276 0-.5.224-.5.5v1.512c-3.997.321-8.005.298-12-.082v-1.43c0-.276-.224-.5-.5-.5h-1c-.276 0-.5.224-.5.5v1.204c-1.001-.124-2.001-.271-3-.436z"></path>
                        <path d="m16.817 25h-12.817c-1.105 0-2-.895-2-2v-10.214c.999.161 1.999.305 3 .427v1.287c0 .276.224.5.5.5h1c.276 0 .5-.224.5-.5v-1.06c4.285.398 8.005.39 12 .076v.984c0 .276.224.5.5.5h1c.276 0 .5-.224.5-.5v-1.173c1.336-.143 2.669-.328 4-.544v4.034c-.793-.256-1.65-.369-2.544-.294-3.104.26-5.673 2.829-5.933 5.933-.075.894.038 1.751.294 2.544z"></path>
                        <path d="m8 6.5v-2.5c0-1.103.897-2 2-2h7c1.103 0 2 .897 2 2v2.5h-2v-2.5h-7v2.5z"></path>
                    </svg>
                </div>
            </div>
            <h2 class="pbmit-element-title">
                Identifying <br>the Needs
            </h2>
            <div class="pbmit-heading-desc">Hear from industry leading HR professionals andsolution providers in different Needs</div>
            <div class="pbmit-number-wrap">
                <h4 class="pbmit-element-subtitle">Step</h4>
                <div class="pbmit-ihbox-box-number">01</div>
            </div>
        </div>
    </div>
</article>
    				
Icon box Style 13
<div class="pbmit-ihbox-style-13">
    <div class="pbmit-ihbox-headingicon">
        <div class="pbmit-ihbox-contents">
            <div class="pbmit-icon-wrap">
            </div>
            <div class="pbmit-title-wrap">
                <h2 class="pbmit-element-title">Training and Development</h2>
                <div class="pbmit-heading-desc">Understanding the skills and competencies required for each role allows HR to design targeted training and development programs that empower employees to excel.</div>
            </div>
        </div>
        <div class="pbmit-content-wrap">
        </div>
    </div>
</div>
    				
Icon box Style 14
<div class="pbmit-ihbox-style-14">
    <div class="pbmit-ihbox-box">
        <div class="pbmit-ihbox-icon">
            <div class="pbmit-ihbox-icon-wrapper pbmit-ihbox-icon-type-image">
                <img src="images/contact-page-img-01.jpg" alt="">
            </div>
        </div>
        <div class="pbmit-ihbox-contents">
            <h2 class="pbmit-element-title">Ch</h2>
            <div class="pbmit-heading-desc">701 Sondanella, 18th floor, <br>Gunsberg, Switzerland</div>
            <h4 class="pbmit-element-subtitle">
                <ul>
                    <li><span>Email :</span>[email protected]</li>
                    <li><span>Phone :</span>+0 123 456 7891</li>
                </ul>
            </h4>
            <div class="pbmit-ihbox-btn">
                <a href="#">
                    <span class="pbmit-button-text">View on google map</span>
                </a>
            </div>
        </div>
    </div>
</div>
    				

Service Box

Use the below code to display Service Box style:

Service Box Style 1
<article class="pbmit-service-style-1">
    <div class="pbminfotech-post-item">
        <div class="pbmit-box-content-wrap">
            <div class="pbmit-service-wrapper">
                <div class="pbmit-service-image-wrapper">
                    <div class="pbmit-featured-img-wrapper">
                        <div class="pbmit-featured-wrapper">
                            <img src="images/homepage-2/service/service-img-01.jpg" class="img-fluid" alt="">
                        </div>
                    </div>
                    <a class="pbmit-link" href="#"></a>
                </div>
                <div class="pbmit-service-icon">
                    <svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
                        <g>
                            <path d="m420.942 106c0-57.891-47.109-106-105-106-22.559 0-43.638 9.653-60 27.026-16.363-17.373-37.442-27.026-60-27.026-57.891 0-105 48.109-105 106 0 58.228 42.729 88.286 92.212 123.105 20.405 14.355 41.514 29.209 62.959 47.813l9.814 8.525 9.829-8.511c24.243-20.977 47.3-37.397 67.632-51.885 48.911-34.818 87.554-62.328 87.554-119.047zm-120 45h-30v30h-30v-30h-30v-30h30v-30h30v30h30z"/>
                            <path d="m493.942 137.199c-30.601 0-38.5 142.2-39.101 145.201-3.047 20.836-17.725 51.68-42.513 70.252l-64.971 47.173-17.988-24.023 64.971-47.159c25.737-19.296 37.467-52.244 5.301-52.244-28.808 0-82.657 33.353-98.621 46.584-19.063 15.8-30.079 39.276-30.079 64.036v124.981h90c0-14.401 7.8-30.101 19.799-45.101 12.601-16.5 30.601-33.3 49.2-50.4 35.4-33.3 72.1-67.5 76.901-102.299 2.85-23.376 5.217-63.468 5.099-99.2-.13-40.015-3.52-76.508-17.998-77.801z"/>
                            <path d="m207.342 320.2c-42.301-29.101-74.399-43.801-95.099-43.801-32.166 0-20.436 32.948 5.301 52.244l64.971 47.159-17.988 24.023-64.971-47.173c-24.79-18.572-39.468-49.416-42.515-70.252-.601-3.001-8.5-145.201-39.101-145.201-16.8 1.5-18.6 50.4-17.699 97.2.601 34.2 3.3 67.5 4.799 79.801 4.801 34.799 41.501 69 76.901 102.299 18.6 17.1 36.599 33.9 49.2 50.4 11.999 15 19.799 30.7 19.799 45.101h90v-124.382c.002-26.501-12.439-51.464-33.598-67.418z"/>
                        </g>
                    </svg>
                </div>
            </div>
            <div class="pbmit-content-box">
                <div class="pbmit-cat-number-wrap">
                    <div class="pbminfotech-box-number">01</div>
                    <div class="pbmit-serv-cat">
                        <a href="#" rel="tag">Management</a></div>
                </div>
                <h3 class="pbmit-service-title">
                    <a href="#">Operational Management</a>
                </h3>
                <div class="pbmit-service-description">
                    <p>Innovative techniques to find the best candidates for your open positions.</p>
                </div>
                <a class="pbmit-service-btn" href="#" title="Operational Management">
                    <span class="pbmit-button-text">Read More</span>
                    <span class="pbmit-button-icon-wrapper">
                        <span class="pbmit-button-icon">
                            <i class=" pbmit-base-icon-black-arrow-1"></i>
                        </span>
                    </span>
                </a>
            </div>
        </div>
    </div>
</article>
                    	
Service Box Style 2
<article class="pbmit-service-style-2">
    <div class="pbminfotech-post-item">
        <div class="pbmit-service-icon">
            <svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
                <g>
                    <path d="m420.942 106c0-57.891-47.109-106-105-106-22.559 0-43.638 9.653-60 27.026-16.363-17.373-37.442-27.026-60-27.026-57.891 0-105 48.109-105 106 0 58.228 42.729 88.286 92.212 123.105 20.405 14.355 41.514 29.209 62.959 47.813l9.814 8.525 9.829-8.511c24.243-20.977 47.3-37.397 67.632-51.885 48.911-34.818 87.554-62.328 87.554-119.047zm-120 45h-30v30h-30v-30h-30v-30h30v-30h30v30h30z"/>
                    <path d="m493.942 137.199c-30.601 0-38.5 142.2-39.101 145.201-3.047 20.836-17.725 51.68-42.513 70.252l-64.971 47.173-17.988-24.023 64.971-47.159c25.737-19.296 37.467-52.244 5.301-52.244-28.808 0-82.657 33.353-98.621 46.584-19.063 15.8-30.079 39.276-30.079 64.036v124.981h90c0-14.401 7.8-30.101 19.799-45.101 12.601-16.5 30.601-33.3 49.2-50.4 35.4-33.3 72.1-67.5 76.901-102.299 2.85-23.376 5.217-63.468 5.099-99.2-.13-40.015-3.52-76.508-17.998-77.801z"/>
                    <path d="m207.342 320.2c-42.301-29.101-74.399-43.801-95.099-43.801-32.166 0-20.436 32.948 5.301 52.244l64.971 47.159-17.988 24.023-64.971-47.173c-24.79-18.572-39.468-49.416-42.515-70.252-.601-3.001-8.5-145.201-39.101-145.201-16.8 1.5-18.6 50.4-17.699 97.2.601 34.2 3.3 67.5 4.799 79.801 4.801 34.799 41.501 69 76.901 102.299 18.6 17.1 36.599 33.9 49.2 50.4 11.999 15 19.799 30.7 19.799 45.101h90v-124.382c.002-26.501-12.439-51.464-33.598-67.418z"/>
                </g>
            </svg>
        </div>
        <div class="pbmit-service-image-wrapper">
            <div class="pbmit-featured-img-wrapper">
                <div class="pbmit-featured-wrapper">
                    <img src="images/homepage-3/service/service-img-01.jpg" class="img-fluid" alt="">
                </div>
            </div>
            <a class="pbmit-link" href="#"></a>
        </div>
        <div class="pbmit-content-box">
            <div class="pbmit-cat-number-wrap">
                <div class="pbminfotech-box-number">01</div>
                <div class="pbmit-serv-cat">
                    <a href="#" rel="tag">Management</a>
                </div>
            </div>
            <h3 class="pbmit-service-title">
                <a href="#">Operational Management</a>
            </h3>
            <div class="pbmit-service-description">
                <p>Innovative techniques to find the best candidates for your open positions.</p>
            </div>
            <a class="pbmit-service-btn" href="#" title="Operational Management">
                <span class="pbmit-button-text">View Detail</span>
                <span class="pbmit-button-icon-wrapper">
                    <span class="pbmit-button-icon">
                        <i class=" pbmit-base-icon-black-arrow-1"></i>
                    </span>
                </span>
            </a>
        </div>
    </div>
</article>
                     	
Service Box Style 3
<article class="pbmit-service-style-3">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-content">
            <div class="pbmit-service-image-wrapper">
                <div class="pbmit-featured-img-wrapper">
                    <div class="pbmit-featured-wrapper">
                        <img src="images/homepage-1/service/service-img-01.jpg" class="" alt="">
                    </div>
                </div>
                <a class="pbmit-link" href="#"></a>
            </div>
            <div class="pbmit-content-wrap">
                <div class="pbmit-content-box">
                    <div class="pbmit-cat-number-wrap">
                        <div class="pbminfotech-box-number">01</div>
                        <div class="pbmit-serv-cat">
                            <a href="#" rel="tag">Management</a>
                        </div>
                    </div>
                    <h3 class="pbmit-service-title">
                        <a href="#">Operational Management</a>
                    </h3>
                </div>
                <div class="pbmit-icon-wrap">
                    <div class="pbmit-service-icon">
                        <svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
                            <g>
                                <path d="m420.942 106c0-57.891-47.109-106-105-106-22.559 0-43.638 9.653-60 27.026-16.363-17.373-37.442-27.026-60-27.026-57.891 0-105 48.109-105 106 0 58.228 42.729 88.286 92.212 123.105 20.405 14.355 41.514 29.209 62.959 47.813l9.814 8.525 9.829-8.511c24.243-20.977 47.3-37.397 67.632-51.885 48.911-34.818 87.554-62.328 87.554-119.047zm-120 45h-30v30h-30v-30h-30v-30h30v-30h30v30h30z"/>
                                <path d="m493.942 137.199c-30.601 0-38.5 142.2-39.101 145.201-3.047 20.836-17.725 51.68-42.513 70.252l-64.971 47.173-17.988-24.023 64.971-47.159c25.737-19.296 37.467-52.244 5.301-52.244-28.808 0-82.657 33.353-98.621 46.584-19.063 15.8-30.079 39.276-30.079 64.036v124.981h90c0-14.401 7.8-30.101 19.799-45.101 12.601-16.5 30.601-33.3 49.2-50.4 35.4-33.3 72.1-67.5 76.901-102.299 2.85-23.376 5.217-63.468 5.099-99.2-.13-40.015-3.52-76.508-17.998-77.801z"/>
                                <path d="m207.342 320.2c-42.301-29.101-74.399-43.801-95.099-43.801-32.166 0-20.436 32.948 5.301 52.244l64.971 47.159-17.988 24.023-64.971-47.173c-24.79-18.572-39.468-49.416-42.515-70.252-.601-3.001-8.5-145.201-39.101-145.201-16.8 1.5-18.6 50.4-17.699 97.2.601 34.2 3.3 67.5 4.799 79.801 4.801 34.799 41.501 69 76.901 102.299 18.6 17.1 36.599 33.9 49.2 50.4 11.999 15 19.799 30.7 19.799 45.101h90v-124.382c.002-26.501-12.439-51.464-33.598-67.418z"/>
                            </g>
                        </svg>
                    </div>
                    <div class="pbmit-decs-wrap">
                        <div class="pbmit-service-description">
                            <p>Innovative techniques to find the best candidates for your open positions.</p>
                        </div>
                        <a class="pbmit-service-btn" href="#" title="Operational Management">
                            <span class="pbmit-button-icon-wrapper">
                                <span class="pbmit-button-icon">
                                    <i class="pbmit-base-icon-black-arrow-1"></i>
                                </span>
                            </span>
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</article>
						

Progress Bar

Use the below code to display Progress Bar style:

<div class="progressbar">
   <span class="progress-label">Biotechnology</span>
      <div class="progress progress-lg progress-percent-bg">
         <div class="progress-bar aos aos-init aos-animate" data-aos="slide-right" data-aos-delay="200" data-aos-duration="1000"
            data-aos-easing="ease-in-out" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
         <span class="progress-percent">80%</span>
      </div>
   </div>
</div>

Team

Use the below code to display Team:

Team Style 1
<article class="pbmit-team-style-1">
    <div class="pbminfotech-post-item">
        <div class="pbmit-featured-wrap">
            <div class="pbmit-featured-inner">
                <div class="pbmit-featured-img-wrapper">
                    <div class="pbmit-featured-wrapper">
                        <img src="" class="img-fluid" alt="">
                    </div>
                </div>
                <a class="pbmit-link" href="#"></a>
            </div>
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-title-wrap">
                    <h3 class="pbmit-team-title">
                        <a href="#">David Green</a>
                    </h3>
                    <div class="pbminfotech-box-team-position">CEO/Founder</div>
                </div>
                <div class="pbmit-team-btn">
                    <a class="pbmit-team-text" href="#">
                        <i class="pbmit-base-icon-share-2"></i>
                    </a>
                    <div class="pbminfotech-box-social-links">
                        <ul class="pbmit-social-links pbmit-team-social-links">
                            <li class="pbmit-social-li pbmit-social-facebook">
                                <a href="#" title="Facebook" target="_blank">
                                    <span><i class="pbmit-base-icon-facebook-f"></i></span>
                                </a>
                            </li>
                            <li class="pbmit-social-li pbmit-social-twitter">
                                <a href="#" title="Twitter" target="_blank">
                                    <span><i class="pbmit-base-icon-twitter-2"></i></span>
                                </a>
                            </li>
                            <li class="pbmit-social-li pbmit-social-linkedin">
                                <a href="#" title="LinkedIn" target="_blank">
                                    <span><i class="pbmit-base-icon-linkedin-in"></i></span>
                                </a>
                            </li>
                            <li class="pbmit-social-li pbmit-social-instagram">
                                <a href="#" title="Instagram" target="_blank">
                                    <span><i class="pbmit-base-icon-instagram"></i></span>
                                </a>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
</article>
						

Testimonial

Use the below code to display Testimonial:

Testimonial Style 1
<article class="pbmit-testimonial-style-1">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-author">
            <div class="pbmit-featured-img-wrapper">
                <div class="pbmit-featured-wrapper">
                    <img src="images/homepage-2/testimonial/testimonial-img-01.jpg" class="img-fluid" alt="">
                </div>
            </div>
            <div class="pbmit-auther-content">
                <h3 class="pbminfotech-box-title">Evangeline Lee</h3>
                <div class="pbminfotech-testimonial-detail">Satisfied Client</div>
            </div>
        </div>
        <div class="pbmit-box-content-wrap">
            <div class="pbminfotech-box-star-ratings">
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
            </div>
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">
                    <p>“As a busy professional, I needed a program that would accommodate my schedule and provide relevant, up-to-date knowledge. This online business school delivered on all fronts. The curriculum was well-structured”</p>
                </blockquote>
            </div>
        </div>
    </div>
</article>
                  		
Testimonial Style 2
<article class="pbmit-testimonial-style-2">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-author">
            <div class="pbmit-featured-img-wrapper">
                <div class="pbmit-featured-wrapper">
                    <img src="images/homepage-1/testimonial/testimonial-img-01.jpg" class="" alt="">
                </div>
            </div>
            <div class="pbmit-auther-content">
                <h3 class="pbminfotech-box-title">Evangeline Lee</h3>
                <div class="pbminfotech-testimonial-detail">Satisfied Client</div>
            </div>
        </div>
        <div class="pbmit-box-content-wrap">
            <div class="pbminfotech-box-star-ratings">
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
            </div>
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">
                    <p>“As a busy professional, I needed a program that would accommodate my schedule and provide relevant, up-to-date knowledge. This online business school delivered on all fronts. The curriculum was well-structured”</p>
                </blockquote>
            </div>
        </div>
    </div>
</article>
                  		
Testimonial Style 3
<article class="pbmit-testimonial-style-3">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-author">
            <div class="pbmit-featured-img-wrapper">
                <div class="pbmit-featured-wrapper">
                    <img src="images/homepage-3/testimonial/testimonial-img-01.jpg" class="" alt="">
                </div>
            </div>
            <div class="pbmit-auther-content">
                <h3 class="pbminfotech-box-title">Evangeline Lee</h3>
                <div class="pbminfotech-testimonial-detail">Satisfied Client</div>
            </div>
        </div>
        <div class="pbmit-box-content-wrap">
            <div class="pbminfotech-box-star-ratings">
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
                <i class="pbmit-base-icon-star-1 pbmit-active"></i>
            </div>
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">
                    <p>“As a busy professional, I needed a program that would accommodate my schedule and provide relevant, up-to-date knowledge. This online business school delivered on all fronts. The curriculum was well-structured”</p>
                </blockquote>
            </div>
        </div>
    </div>
</article>
                  		

Contact Form Setup

You can make the contact form working easily. You should know some basics for PHP coding and SMTP basic knowledge. Follow the steps given below to send email from the PHP script:

Prerequisites

You need SMTP details to set the script. There are two ways to get SMTP

  1. Get SMTP from your hosting service provider
  2. Get SMTP from your Gmail account

1. Get SMTP from your hosting service provider

If you have server with email server and want to use your domain email address then you can get SMTP login details from your hosting directly. Please contact your hosting service provider and they will send you SMTP login details.


2. Get SMTP from your Gmail account

There are some settings need to be done in your Gmail account to get SMTP details and make it working. Please follow steps given on this page

netcorecloud.com/tutorials/send-an-email-via-gmail-smtp-server-using-php


Setting SMTP details in send.php script file

Open send.php file and edit as described below:

  • Set SMTP details in the file in the SMTP Email Settings section (line number 7 to 18).
  • If you added more fields in the Contact form, then you need to edit Form fields you want to receive in email section (line number 25 to 50).

That's all you need to setup. This will send email with all form data.

If you have any quesiton or confusion, then please create a ticket on our support site so our team will guide you properly on this.

Browser Support

Hectolab supports all major Browsers like Google Chrome, Mozilla Firefox, Safari, Opera, Internet Explorer 10 and above.

How to rate this item

If you like our theme and support, Please do not forget to rate it with 5 stars in your Downloads section and write a review in Comments as it will add more value to our services!

Kindly visit here: https://themeforest.net/downloads and find "Rate this item" below the download button and rate out the theme.

Advance Thanks in Anticipation!

Source & Credits

All images and videos are for preview purposes only and are not included in the download files. Images are of copyrights under Creative Commons CC0.


Images



Scripts



CSS & Fonts



Note For questions on basic HTML, Javascript or CSS editing - please give your question a quick Google or visit W3Schools as template issues get top priority. You will need some knowledge of HTML/CSS to edit the template.