MoversCO 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.

MoversCO Introduction

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

If you want to customize, please contact us here: contact@pbminfotech.com

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 V4 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">

<!-- Flaticon -->
<link rel="stylesheet" href="css/flaticon.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 your requirement.

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:

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

<!-- 'Biryani' -->
@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@200;300;400;600;700;800;900&display=swap" rel="stylesheet');

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

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

<!-- 'Space+Grotesk' -->
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&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-heading-subheading">
   <h4 class="pbmit-subtitle">Subheading</h4>
   <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">Button</a>
Button Button
.pbmit-btn .pbmit-btn-outline
<a href="#" class="pbmit-btn pbmit-btn-outline">See more manifesto</a>
Outline Button Button

Counter

Use the below code to display Counter style:

Counter Style 1
<div class="pbminfotech-fidbox-style-1">
    <div class="pbminfotech-fld-contents">
        <div class="pbminfotech-circle-outer" data-digit="85" data-fill="#e32222" data-before="" data-before-type="sup" data-after="<sub>%</sub>" data-after-type="sub" data-size="160" data-emptyfill="#f3f3f3" data-thickness="7" data-gradient="">
            <div class="pbminfotech-circle-w">
                <div class="pbminfotech-circle">
                    <canvas width="160" height="160"></canvas>
                </div>
                <div class="pbminfotech-circle-overlay">
                    <div class="pbminfotech-circle-number">85<sub>%</sub></div>
                </div>
            </div>
            <div class="pbminfotech-fid-title-w">
                <h3 class="pbminfotech-fid-title"><span>Customers Chooses us<br></span></h3>
                <div class="pbminfotech-fid-desc">Now were in the big leagues getting our turn at bat.</div>
            </div>
        </div>
    </div>
</div>   
Counter Style 2
<div class="pbminfotech-fidbox-style-2">
    <div class="pbminfotech-fld-contents">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon pbminfotech-icon-skincolor">
            <div class="pbminfotech-sbox-icon-wrapper">
                <i class="fa fa-ok"></i>
            </div>
        </div>
        <h3 class="pbminfotech-fid-title">
            <span>Trusted By<br></span>
        </h3>
        <div class="pbminfotech-fid-inner">
            <span data-appear-animation="animateDigits" data-from="0" data-to="2500" data-interval="5" class="numinate">2,500</span>
        </div>
    </div>
</div>      
Counter Style 3
<div class="pbminfotech-fidbox-style-3">
    <div class="pbminfotech-fld-contents">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon pbminfotech-icon-skincolor">
            <div class="pbminfotech-sbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-delivery-truck"></i>
            </div>
        </div>
        <div class="pbminfotech-fid-inner">
            <span data-appear-animation="animateDigits" data-from="0" data-to="750" data-interval="5" class="numinate">750</span>
        </div>
        <h3 class="pbminfotech-fid-title">
            <span>Customer Choose Company Movers<br></span>
        </h3>
    </div>
</div>      
Counter Style 4
<div class="pbminfotech-fidbox-style-4">
    <div class="pbminfotech-fld-contents">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon pbminfotech-icon-skincolor">
            <div class="pbminfotech-sbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-smile-2"></i>
            </div>
        </div>
        <div class="pbminfotech-fld-contents-wrap">
            <div class="pbminfotech-fid-inner">			
                <span data-appear-animation="animateDigits" data-from="0" data-to="500" data-interval="5" class="numinate">500</span>
            </div>
            <h3 class="pbminfotech-fid-title">
                <span>Happy Customers<br></span>
            </h3>
        </div>
    </div>
</div>      
Counter Style 5
<div class="pbminfotech-fidbox-style-5">
    <div class="pbminfotech-fld-contents">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon">
            <div class="pbminfotech-sbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-box"></i>
            </div>
        </div>
        <div class="pbminfotech-fid-inner">
            <span data-appear-animation="animateDigits" data-from="0" data-to="9.612" data-interval="5" class="numinate">10</span>
            <span>m</span>		
        </div>
        <h3 class="pbminfotech-fid-title">
            <span>Delivered Goods<br></span>
        </h3>
    </div>
</div>      
Counter Style 6
<div class="pbminfotech-fidbox-style-6">
    <div class="pbminfotech-fld-contents">
        <div class="pbminfotech-fid-inner">
            <span data-appear-animation="animateDigits" data-from="0" data-to="25" data-interval="5" class="numinate">25</span>
            <sup>+</sup>		
        </div>
        <h3 class="pbminfotech-fid-title"><span>Years of Experience MoversCo theme<br></span></h3>
    </div>
</div>     
Counter Style 7
<div class="pbminfotech-fidbox-style-7">
    <div class="pbminfotech-fld-contents">
        <div class="pbminfotech-fid-inner">
            <span data-appear-animation="animateDigits" data-from="0" data-to="252" data-interval="5" class="numinate">252</span>
        </div>
        <h3 class="pbminfotech-fid-title"><span>Finished Projects<br></span></h3>
    </div>
</div>      
Counter Style 8
<div class="pbminfotech-fidbox-style-8">
    <div class="pbminfotech-fld-contents">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon pbminfotech-icon-skincolor">
            <div class="pbminfotech-sbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-parcel"></i>
            </div>
        </div>
        <div class="pbminfotech-fld-contents-wrap">
            <div class="pbminfotech-fid-inner">			
                <span data-appear-animation="animateDigits" data-from="0" data-to="543" data-interval="5" class="numinate">543</span>
            </div>
            <h3 class="pbminfotech-fid-title">
                <span>Consulting Success<br></span>
            </h3>
        </div>
    </div>
</div>    
Counter Style 9
<div class="pbminfotech-fidbox-style-9">
    <div class="pbminfotech-fld-contents">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon pbminfotech-icon-skincolor">
            <div class="pbminfotech-sbox-icon-wrapper"><i class="fa fa-ok"></i></div>
        </div>
        <div class="pbminfotech-fid-inner">
            <span data-appear-animation="animateDigits" data-from="0" data-to="25" data-interval="5" class="numinate">25</span>
            <span>+</span>        
        </div>
        <h3 class="pbminfotech-fid-title"><span>Years of coaching experience<br></span></h3>
    </div>
</div>
				
Counter Style 10
<div class="pbmit-fidbox-style-10">
    <div class="pbmit-fld-contents">
        <div class="pbmit-circle-outer" data-digit="80" data-fill="rgb(255 255 255 / 70%)" data-before="" data-before-type="sup" data-after="<sub>%</sub>" data-after-type="sub" data-size="140" data-emptyfill="rgb(255 255 255 / 20%)" data-thickness="10" data-gradient="">
            <div class="pbmit-circle-w">
                <div class="pbmit-circle"></div>
                <div class="pbmit-circle-overlay">
                    <div class="pbmit-circle-number">80<sub>%</sub></div>
                </div>
            </div>
            <div class="pbmit-fid-title-w">
                <h3 class="pbmit-fid-title">
                    <span>Success for all <br> clients so far<br></span>
                </h3>
            </div>
        </div>
    </div>
</div>
				
Counter Style 11
<div class="pbmit-fidbox-style-11">
    <div class="pbmit-fld-contents">
        <div class="pbmit-circle-outer" data-digit="80" data-fill="#003498" data-before="" data-before-type="sup" data-after="<sup>%</sup>" data-after-type="sup" data-size="110" data-emptyfill="#fff" data-thickness="3" data-gradient="">
            <div class="pbmit-circle-w">
                <div class="pbmit-circle"></div>
                <div class="pbmit-circle-overlay">
                    <div class="pbmit-circle-number">80<sup>%</sup></div>
                </div>
            </div>
            <div class="pbmit-fid-title-w">
                <h3 class="pbmit-fid-title">
                    <span>Client Satisfaction<br></span>
                </h3>
            </div>
        </div>
    </div>
</div>
				

Icon box

Use the below code to display Icon box style:

Icon box Style 1
<div class="pbminfotech-ihbox-style-1">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon pbminfotech-icon-skincolor">
            <div class="pbminfotech-ihbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-checklist"></i>
            </div>
        </div>
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-vc_general">
                <div class="pbminfotech-vc_cta3_content-container">
                    <div class="pbminfotech-vc_cta3-content">
                        <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                            <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                <h2 class="pbminfotech-custom-heading">Free Estimate</h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="pbminfotech-cta3-content-wrapper">Extreme attention to detail is the essence of 
            Boo’s unique design concepts.</div>
        </div>
    </div>
</div>     
Icon box Style 2
<div class="pbminfotech-ihbox-style-2">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbmit-ihbox-heading-with-icon">
            <div class="pbminfotech-ihbox-icon pbminfotech-icon-skincolor">
                <div class="pbminfotech-ihbox-icon-wrapper">
                    <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-world"></i>
                </div>
            </div>
            <div class="pbminfotech-ihbox-heading">
                <div class="pbminfotech-vc_general">
                    <div class="pbminfotech-vc_cta3_content-container">
                        <div class="pbminfotech-vc_cta3-content">
                            <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                                <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                    <h2 class="pbminfotech-custom-heading">Economical Air Freight</h2>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-cta3-content-wrapper">Lorem ipsum dolor sit amet,con sec tetur 
            adipisicing elit,sed do.</div>
        </div>
    </div>
</div>
                
Icon box Style 3
					 
Icon box Style 4
<div class="pbminfotech-ihbox-style-4"> 
    <div class="pbminfotech-ihbox-inner">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon pbminfotech-icon-skincolor">
            <div class="pbminfotech-ihbox-icon-wrapper pbminfotech-ihbox-icon-type-text">01</div>
        </div>
        <div class="pbminfotech-ihbox-contents pbminfotech">
            <div class="pbminfotech-vc_general">
                <div class="pbminfotech-vc_cta3_content-container">
                    <div class="pbminfotech-vc_cta3-content">
                        <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                            <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                <h2 class="pbminfotech-custom-heading ">Request quotes</h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="pbminfotech-cta3-content-wrapper">Extreme attention to detail is the essence of 
            MoversCo’s unique design concepts.</div>
            <div class="pbminfotech-vc_btn3-container pbminfotech-vc_btn3-inline">
                <a class="pbminfotech-vc_general" href="#" title="">READ MORE 
                    <i class="pbminfotech-vc_btn3-icon fa fa-angle-right"></i>
                </a>
            </div>
        </div>
    </div>
</div>         
Icon box Style 5
<div class="pbminfotech-ihbox-style-5">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-vc_general">
                <div class="pbminfotech-vc_cta3_content-container">
                    <div class="pbminfotech-vc_cta3-content">
                        <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                            <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                <h2 class="pbminfotech-custom-heading ">Corporate<br>
                                    Relocation
                                </h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="pbminfotech-cta3-content-wrapper">Lorem ipsum dolor sit amet,con sec 
            tetur adipisicing elit,sed do.</div>
        </div>
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon pbminfotech-icon-skincolor">
            <div class="pbminfotech-ihbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-cargo-1"></i>
            </div>
            <div class="pbminfotech-ihbox-big-number-text">01</div>
        </div>
    </div>
    <div class="pbminfotech-vc_btn3-container pbminfotech-vc_btn3-inline">
        <a class="pbminfotech-vc_general" href="#" title="">READ MORE</a>
    </div>
</div>     
Icon box Style 6
<div class="pbminfotech-ihbox-style-6">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbminfotech-ihbox-icon">
            <div class="pbminfotech-ihbox-icon-wrapper">
                <i class="themifyicon ti-location-pin"></i>
            </div>
        </div>
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-vc_general pbminfotech-vc_cta3">
                <div class="pbminfotech-vc_cta3_content-container">
                    <div class="pbminfotech-vc_cta3-content">
                        <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                            <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                <h2 class="pbminfotech-custom-heading ">Our Address</h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="pbminfotech-cta3-content-wrapper">2946 Angus Road, NY</div>
        </div>
    </div>
</div>        
Icon box Style 7
<div class="pbminfotech-ihbox-style-7">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-vc_general">
                <div class="pbminfotech-vc_cta3_content-container">
                    <div class="pbminfotech-vc_cta3-content">
                        <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                            <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                <h2 class="pbminfotech-custom-heading">Make your <strong>reservation</strong></h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="pbminfotech-vc_btn3-container pbminfotech-vc_btn3-inline">
            <a class="pbminfotech-vc_general" href="#" title="">Explore the features</a>
        </div>
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon">
            <div class="pbminfotech-ihbox-icon-wrapper"> 
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-delivery-truck"></i>
            </div>
        </div>
    </div>
</div>         
Icon box Style 8
<div class="pbminfotech-ihbox-style-8">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbmit-ihbox-heading-with-icon">
            <div class="pbminfotech-ihbox-icon pbminfotech-icon-skincolor"></div>
            <div class="pbminfotech-ihbox-heading">
                <div class="pbminfotech-vc_general pbminfotech-vc_cta3">
                    <div class="pbminfotech-vc_cta3_content-container">
                        <div class="pbminfotech-vc_cta3-content">
                            <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                                <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                    <h2 class="pbminfotech-custom-heading">Innovative Systems</h2>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-cta3-content-wrapper">Extreme attention to detail is the essence of 
            Boo’s unique.</div>
        </div>
    </div>
</div>     
Icon box Style 9
<div class="pbminfotech-ihbox-style-9">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon pbminfotech-icon-skincolor">
            <div class="pbminfotech-ihbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-shield"></i>
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-cargo-1"></i>
            </div>
        </div>
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-vc_general pbminfotech-vc_cta3">
                <div class="pbminfotech-vc_cta3_content-container">
                    <div class="pbminfotech-vc_cta3-content">
                        <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                            <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                <h2 class="pbminfotech-custom-heading ">Transparent Pricing</h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>         
Icon box Style 10
<div class="pbminfotech-ihbox-style-10">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon">
            <div class="pbminfotech-ihbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-box"></i>
            </div>
        </div>
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-vc_general pbminfotech-vc_cta3">
                <div class="pbminfotech-vc_cta3_content-container">
                    <div class="pbminfotech-vc_cta3-content">
                        <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                            <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                <h2 class="pbminfotech-custom-heading ">Give us a Details</h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="pbminfotech-cta3-content-wrapper">Extreme attention to detail is the essence of 
            Boo’s unique.</div>
        </div>
    </div>
</div>     
Icon box Style 11
<div class="pbminfotech-ihbox-style-11">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon">
            <div class="pbminfotech-ihbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-truck"></i>
            </div>
        </div>
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-vc_general pbminfotech-vc_cta3">
                <div class="pbminfotech-vc_cta3_content-container">
                    <div class="pbminfotech-vc_cta3-content">
                        <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                            <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                <h2 class="pbminfotech-custom-heading">Make your Reservation</h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="pbminfotech-cta3-content-wrapper">Create and manage top-performing social campaigns and start.</div>
        </div>
    </div>
</div>     
Icon box Style 12
<div class="pbminfotech-ihbox-style-12">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon">
            <div class="pbminfotech-ihbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-truck"></i>
            </div>
        </div>
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-vc_general pbminfotech-vc_cta3">
                <div class="pbminfotech-vc_cta3_content-container">
                    <div class="pbminfotech-vc_cta3-content">
                        <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                            <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                <h2 class="pbminfotech-custom-heading">Make your Packing Experience</h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="pbminfotech-cta3-content-wrapper">Extreme attention to detail is the essence of 
            Boo’s unique. designMundi eu sea, liber option sercivi.</div>
        </div>
    </div>
</div>      
Icon box Style 13
<div class="pbminfotech-ihbox-style-13">
    <div class="pbminfotech-ihbox-inner">
        <div class="pbminfotech-ihbox-icon pbminfotech-large-icon">
            <div class="pbminfotech-ihbox-icon-wrapper">
                <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-truck"></i>
            </div>
        </div>
        <div class="pbminfotech-ihbox-contents">
            <div class="pbminfotech-vc_general">
                <div class="pbminfotech-vc_cta3_content-container">
                    <div class="pbminfotech-vc_cta3-content">
                        <div class="pbminfotech-vc_cta3-content-header pbminfotech-wrap">
                            <div class="pbminfotech-vc_cta3-headers pbminfotech-wrap-cell">
                                <h2 class="pbminfotech-custom-heading">Within City</h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="pbminfotech-cta3-content-wrapper">
                Dictum volutpat nec luctus risus nascetur si quisque fermentum 
            </div>
        </div>
    </div>
</div>
				  
Icon box Style 14
<div class="pbmit-ihbox-style-14">
    <div class="pbmit-ihbox-inner">
        <div class="pbmit-ihbox-icon pbmit-large-icon">
            <div class="pbmit-ihbox-icon-wrapper">
                <i class="fa fa-play"></i>
            </div>
        </div>
        <div class="pbmit-ihbox-contents">
            <div class="pbmit-vc_general">
                <div class="pbmit-vc_cta3_content-container">
                    <div class="pbmit-vc_cta3-content">
                        <div class="pbmit-vc_cta3-content-header pbmit-wrap">
                            <div class="pbmit-vc_cta3-headers pbmit-wrap-cell">
                                <h2 class="pbmit-custom-heading ">
                                    Get a discount of up to 50% <br> for orders this month!
                                </h2>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
				  

Service Box

Use the below code to display Service Box style:

Service Box Style 1
<article class="pbminfotech-servicebox-style-1">
    <div class="pbminfotech-post-item">
        <span class="pbminfotech-item-thumbnail">
            <span class="pbminfotech-item-thumbnail-inner">
                <img src="images/homepage-2/service/service-01.jpg" class="img-fluid" alt="">
            </span>
        </span>		
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-pf-box-title">
                    <div class="pbmit-ihbox-icon">
                        <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-shipping-and-delivery-1"></i>					
                    </div>
                    <h3>
                        <a href="services-details.html">Residential Moves</a>
                    </h3>
                    <div class="pbminfotech-service-content">
                        <p>Extreme attention to detail is the essence of Boo’s unique.</p>
                    </div>
                    <div class="pbminfotech-box-link">
                        <a href="services-details.html">READ MORE</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</article>     
Service Box Style 2
<article class="pbminfotech-servicebox-style-2">
    <div class="pbminfotech-post-item">
        <span class="pbminfotech-item-thumbnail">
            <span class="pbminfotech-item-thumbnail-inner">
                <img src="images/homepage-1/service/service-04.jpg" class="img-fluid" alt="">
            </span>
        </span>		
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-pf-box-title">
                    <h3><a href="services-details.html" tabindex="0">Commercial Movers</a></h3>
                    <div class="pbminfotech-box-link">
                        <a href="services-details.html" tabindex="0">See Details</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</article>     
Service Box Style 3
<article class="pbminfotech-servicebox-style-3">
    <div class="pbminfotech-post-item">
        <span class="pbminfotech-item-thumbnail">
            <span class="pbminfotech-item-thumbnail-inner">
                <img src="images/homepage-4/service/service-01.jpg" class="img-fluid" alt="">
            </span>
        </span>		
        <div class="pbmit-ihbox-icon">
            <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-shipping-and-delivery-1"></i>		
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-box-category">
                    <a href="#" rel="tag" tabindex="0">Commercial Movers</a>
                </div>
                <div class="pbminfotech-pf-box-title">
                    <h3>
                        <a href="services-details.html" tabindex="0">Residential Moves</a>
                    </h3>
                </div>
                <div class="pbminfotech-service-content">
                    <p>Extreme attention to detail is the essence of Boo’s unique.</p>
                </div>
                <div class="pbminfotech-box-link">
                    <a href="services-details.html" tabindex="0">READ MORE</a>
                </div>
            </div>
        </div>
    </div>
</article>     
Service Box Style 4
<article class="pbminfotech-servicebox-style-4">
    <div class="pbminfotech-post-item">
        <div class="pbmit-ihbox-icon">
            <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-shipping-and-delivery-1"></i>		
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-box-category">
                    <a href="#" rel="tag">Transport</a>
                </div>
                <div class="pbminfotech-pf-box-title">
                    <h3><a href="services-details.html">Residential Moves</a></h3>
                </div>
                <div class="pbminfotech-service-content">
                    <p>Extreme attention to detail is the essence of Boo’s unique.</p>
                </div>
                <div class="pbminfotech-box-link">
                    <a href="services-details.html">
                        <i class="pbmit-base-icon-angle-right"></i>
                    </a>
                </div>
            </div>
        </div>
    </div>
</article>     
Service Box Style 5
<article class="pbminfotech-servicebox-style-5">
    <div class="pbminfotech-post-item">
        <span class="pbminfotech-item-thumbnail">
            <span class="pbminfotech-item-thumbnail-inner">
                <img src="images/homepage-6/service/service-01.jpg" class="img-fluid" alt="">
            </span>
        </span>		
        <div class="pbmit-ihbox-icon">
            <i class="pbmit-moversco-business-icon pbmit-moversco-business-icon-shipping-and-delivery-1"></i>		
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-box-category">
                    <a href="#" rel="tag">Why choose us?</a>
                </div>
                <div class="pbminfotech-pf-box-title">
                    <h3><a href="services-details.html">Residential Moves</a></h3>
                </div>
            </div>
        </div>
    </div>
</article>  
Service Box Style 6
<article class="pbminfotech-servicebox-style-6">
    <div class="pbminfotech-post-item">
        <span class="pbminfotech-item-thumbnail">
            <span class="pbminfotech-item-thumbnail-inner">
                <img src="images/homepage-7/service/service-01.jpg" class="img-fluid" alt="">
            </span>
        </span>        
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-box-category">
                    <a href="services.html" rel="tag" tabindex="-1">Commercial Movers</a>
                </div>
                <div class="pbminfotech-pf-box-title">
                    <h3><a href="services-details.html" tabindex="-1">Residential Moves</a></h3>
                </div>
                <div class="pbminfotech-box-link">
                    <a href="services-details.html" tabindex="-1">READ MORE</a>
                </div>
            </div>
        </div>
    </div>
</article>
				  
Service Box Style 7
<article class="pbminfotech-servicebox-style-7">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-item-thumbnail-wraper">
            <span class="pbminfotech-item-thumbnail">
                <span class="pbminfotech-item-thumbnail-inner">
                    <img src="images/homepage-8/service/service-01.jpg" class="img-fluid" alt="">
                </span>
            </span>                
            <div class="pbmit-ihbox-icon">
                <a href="services-details.html" tabindex="-1">
                    <i class="pbmit-base-icon-arrow-right"></i>
                </a>    
            </div>
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-box-category">
                    <a href="services.html" rel="tag" tabindex="-1">Commercial Movers</a>
                </div>
                <div class="pbminfotech-pf-box-title">
                    <h3><a href="services-details.html" tabindex="-1">Residential Moves</a></h3>
                </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 2
<article class="pbminfotech-teambox-style-2">
    <div class="pbminfotech-post-item">
        <span class="pbminfotech-item-thumbnail">
            <span class="pbminfotech-item-thumbnail-inner">
                <img src="images/homepage-1/team/team-01.jpg" class="img-fluid" alt="">
            </span>
        </span>		
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-pf-box-title">
                    <div class="pbminfotech-box-title">
                        <h4><a href="team-details.html">Micheal Wagou</a></h4>
                    </div>
                </div>
                <div class="pbminfotech-box-team-position">Delivery Boy</div>
                <div class="pbminfotech-teambox-social-links">
                    <div class="pbminfotech-team-social-links-wrapper">
                        <ul class="pbminfotech-team-social-links">
                            <li>
                                <a href="#" target="_blank" class="pbminfotech-team-social-facebook">
                                    <i class="pbmit-base-icon-facebook"></i>
                                    <span class="pbminfotech-hide">Facebook</span>
                                </a>
                            </li>
                            <li>
                                <a href="#" target="_blank" class="pbminfotech-team-social-twitter">
                                    <i class="pbmit-base-icon-twitter"></i>
                                    <span class="pbminfotech-hide">Twitter</span>
                                </a>
                            </li>
                            <li>
                                <a href="#" target="_blank" class="pbminfotech-team-social-google">
                                    <i class="pbmit-base-icon-gplus"></i>
                                    <span class="pbminfotech-hide">Google+</span>
                                </a>
                            </li>
                            <li>
                                <a href="#" target="_blank" class="pbminfotech-team-social-linkedin">
                                    <i class="pbmit-base-icon-linkedin"></i>
                                    <span class="pbminfotech-hide">LinkedIn</span>
                                </a>
                            </li>
                        </ul> 
                    </div>				
                </div>
            </div>
        </div>
    </div>
</article>     
Team Style 5
<article class="pbminfotech-teambox-style-5">
    <div class="pbminfotech-post-item">
        <span class="pbminfotech-item-thumbnail">
            <span class="pbminfotech-item-thumbnail-inner">
                <img src="images/homepage-5/team/team-01.jpg" class="img-fluid" alt="">
            </span>
        </span>		
        <div class="pbminfotech-social-icons">
            <div class="pbminfotech-team-share">
                <span class="fa fa-share-alt"></span>
            </div>
            <div class="pbminfotech-teambox-social-links">
                <div class="pbminfotech-team-social-links-wrapper">
                    <ul class="pbminfotech-team-social-links">
                        <li>
                            <a href="#" target="_blank" class="pbminfotech-team-social-facebook">
                                <i class="pbmit-base-icon-facebook"></i>
                                <span class="pbminfotech-hide">Facebook</span>
                            </a>
                        </li>
                        <li>
                            <a href="#" target="_blank" class="pbminfotech-team-social-twitter">
                                <i class="pbmit-base-icon-twitter"></i>
                                <span class="pbminfotech-hide">Twitter</span>
                            </a>
                        </li>
                        <li>
                            <a href="#" target="_blank" class="pbminfotech-team-social-google">
                                <i class="pbmit-base-icon-gplus"></i>
                                <span class="pbminfotech-hide">Google+</span>
                            </a>
                        </li>
                        <li>
                            <a href="#" target="_blank" class="pbminfotech-team-social-linkedin">
                                <i class="pbmit-base-icon-linkedin"></i>
                                <span class="pbminfotech-hide">LinkedIn</span>
                            </a>
                        </li>
                    </ul>
                </div>				
            </div>
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-box-team-position">CEO / Founder</div>
                <div class="pbminfotech-pf-box-title">
                    <div class="pbminfotech-box-title">
                        <h4><a href="team-details.html">David Handson</a></h4>
                    </div>
                </div>
            </div>
        </div>
    </div>
</article>
					 
Team Style 6
<article class="pbminfotech-teambox-style-6">
    <div class="pbminfotech-post-item">
        <span class="pbminfotech-item-thumbnail">
            <span class="pbminfotech-item-thumbnail-inner">
                <img src="images/homepage-6/team/team-02.jpg" class="img-fluid" alt="">
            </span>
        </span>		
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-box-team-position">Driver</div>
                <div class="pbminfotech-pf-box-title">
                    <div class="pbminfotech-box-title">
                        <h4><a href="team-details.html">Matthew Atkins</a></h4>
                    </div>
                </div>
                <div class="pbminfotech-social-icons">
                    <div class="pbminfotech-team-share">
                        <span class="pbmit-base-icon-plus"></span>
                    </div>
                    <div class="pbminfotech-teambox-social-links">
                        <div class="pbminfotech-team-social-links-wrapper">
                            <ul class="pbminfotech-team-social-links">
                                <li>
                                    <a href="#" target="_blank" class="pbminfotech-team-social-facebook">
                                        <i class="pbmit-base-icon-facebook"></i>
                                        <span class="pbminfotech-hide">Facebook</span>
                                    </a>
                                </li>
                                <li>
                                    <a href="#" target="_blank" class="pbminfotech-team-social-twitter">
                                        <i class="pbmit-base-icon-twitter"></i>
                                        <span class="pbminfotech-hide">Twitter</span>
                                    </a>
                                </li>
                                <li>
                                    <a href="#" target="_blank" class="pbminfotech-team-social-google">
                                        <i class="pbmit-base-icon-gplus"></i>
                                        <span class="pbminfotech-hide">Google+</span>
                                    </a>
                                </li>
                                <li>
                                    <a href="#" target="_blank" class="pbminfotech-team-social-linkedin">
                                        <i class="pbmit-base-icon-linkedin"></i>
                                        <span class="pbminfotech-hide">LinkedIn</span>
                                    </a>
                                </li>
                            </ul>
                        </div>				
                    </div>
                </div>
            </div>
        </div>
    </div>
</article>
					 
Team Style 7
<article class="pbminfotech-teambox-style-7">
    <div class="pbminfotech-post-item">
        <span class="pbminfotech-item-thumbnail">
            <span class="pbminfotech-item-thumbnail-inner">
                <img src="images/homepage-7/team/team-01.jpg" class="img-fluid" alt="">
            </span>
        </span>        
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-box-team-position">
                    CEO / Founder                
                </div>
                <div class="pbminfotech-pf-box-title">
                    <div class="pbminfotech-box-title">
                    <h4><a href="team-details.html">David Handson</a></h4>
                    </div>
                </div>
                <div class="pbminfotech-teambox-social-links">
                    <div class="pbminfotech-team-social-links-wrapper">
                        <ul class="pbminfotech-team-social-links">
                            <li>
                                <a href="#" target="_blank" class="pbminfotech-team-social-facebook">
                                    <i class="pbmit-base-icon-facebook"></i>
                                    <span class="pbminfotech-hide">Facebook</span>
                                </a>
                            </li>
                            <li>
                                <a href="#" target="_blank" class="pbminfotech-team-social-twitter">
                                    <i class="pbmit-base-icon-twitter"></i>
                                    <span class="pbminfotech-hide">Twitter</span>
                                </a>
                            </li>
                            <li>
                                <a href="#" target="_blank" class="pbminfotech-team-social-google">
                                    <i class="pbmit-base-icon-gplus"></i>
                                    <span class="pbminfotech-hide">Google+</span>
                                </a>
                            </li>
                            <li>
                                <a href="#" target="_blank" class="pbminfotech-team-social-linkedin">
                                    <i class="pbmit-base-icon-linkedin"></i>
                                    <span class="pbminfotech-hide">LinkedIn</span>
                                </a>
                            </li>
                        </ul>
                    </div>                
                </div>
            </div>
        </div>
    </div>
</article>
					 

Testimonial

Use the below code to display Testimonial:.

Testimonial Style 1
<article class="pbminfotech-testimonialbox-style-1">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">Long established fact that a reader will be distracted by the 
                readable content of a page when looking at it's layout. The point of using Lorem Ipsum</blockquote>
            </div>
            <div class="pbminfotech-box-author">
                <div class="pbminfotech-box-title">
                    <h3 class="pbminfotech-author-name">Victoria Porter</h3>
                    <span class="pbminfotech-box-footer">Customer</span>
                </div>
            </div>
        </div>
    </div>
</article>     
Testimonial Style 2
<article class="pbminfotech-testimonialbox-style-2">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-img">
            <span class="pbminfotech-item-thumbnail">
                <span class="pbminfotech-item-thumbnail-inner">
                    <img src="images/homepage-3/testimonial/testimonial-01.jpg" class="img-fluid" alt="">
                </span>
            </span>
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">
                    Long established fact that a reader will be distracted by the 
                    readable content of a page when looking at it's layout. The point of using Lorem Ipsum		
                </blockquote>	
            </div>
        </div>
        <div class="pbminfotech-box-author">
            <div class="pbminfotech-box-title">
                <h3 class="pbminfotech-author-name">Victoria Porter</h3>
                <span class="pbminfotech-box-footer">Customer</span>
            </div>
        </div>
    </div>
</article>     
Testimonial Style 4
<article class="pbminfotech-testimonialbox-style-4">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-star"> 
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i> 
            </div>
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">Long established fact that a reader will be distracted by the 
                readable content of a page when looking at it's layout. The point of using Lorem Ipsum</blockquote>
            </div>
            <div class="pbminfotech-box-author">
                <div class="pbminfotech-box-title">
                    <h3 class="pbminfotech-author-name">Victoria Porter</h3>
                    <span class="pbminfotech-box-footer">Customer</span>
                </div>
            </div>
        </div>
    </div>
</article>    
Testimonial Style 5
<article class="pbminfotech-testimonialbox-style-5">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-star"> 
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i> 
            </div>
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">Long established fact that a reader will be distracted by the 
                readable content of a page when looking at it's layout. The point of using Lorem Ipsum</blockquote>
            </div>
            <div class="pbminfotech-box-author">
                <div class="pbminfotech-box-title">
                    <h3 class="pbminfotech-author-name">Victoria Porter</h3>
                    <span class="pbminfotech-box-footer">Customer</span>
                </div>
            </div>
        </div>
    </div>
</article>  
Testimonial Style 6
<article class="pbminfotech-testimonialbox-style-6">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-star"> 
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i>  
                <i class="pbmit-base-icon-star pbmit-skincolor pbmit-active"></i> 
            </div>
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">Long established fact that a reader will be distracted by the 
                readable content of a page when looking at it's layout. The point of using Lorem Ipsum</blockquote>
            </div>
            <div class="pbminfotech-box-author">
                <div class="pbminfotech-box-img">
                    <span class="pbminfotech-item-thumbnail">
                    <span class="pbminfotech-item-thumbnail-inner">
                    <img src="images/homepage-6/testimonial/testimonial-03.jpg" class="img-fluid">
                    </span>
                    </span>
                </div>
                <div class="pbminfotech-box-title">
                    <h3 class="pbminfotech-author-name">Victoria Porter</h3>
                    <span class="pbminfotech-box-footer">Customer</span>
                </div>
            </div>
        </div>
    </div>
</article>
				  
Testimonial Style 7
<article class="pbminfotech-testimonialbox-style-7">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">Long established fact that a reader will be distracted by the readable content 
                of a page when looking at it's layout. The point of using Lorem Ipsum</blockquote>
            </div>
            <div class="pbminfotech-box-star"> 
                <i class="pbmit-base-icon-star pbminfotech-active"></i>  
                <i class="pbmit-base-icon-star pbminfotech-active"></i>  
                <i class="pbmit-base-icon-star pbminfotech-active"></i>  
                <i class="pbmit-base-icon-star pbminfotech-active"></i>  
                <i class="pbmit-base-icon-star pbminfotech-active"></i> 
            </div>
            <div class="pbminfotech-box-author">
                <div class="pbminfotech-box-img">
                    <span class="pbminfotech-item-thumbnail">
                        <span class="pbminfotech-item-thumbnail-inner">
                            <img src="images/homepage-7/testimonial/testimonial-01.jpg" class="img-fluid" alt="">
                        </span>
                    </span>
                </div>
                <div class="pbminfotech-box-title">
                    <h3 class="pbminfotech-author-name">Jack Daniel</h3>
                </div>
            </div>
        </div>
    </div>
</article>
				  

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.