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

Glamr Introduction

This documentation will give you an understanding of how Glamr 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">

<!-- Glamr Icon -->
<link rel="stylesheet" href="fonts/pbmit-Glamr-icon/pbmit_Glamr.css">

<!-- Base 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.icon"/>

                        

Logo Settings

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

<img class="logo-img" src="images/logo.svg" alt="Glamr">

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:

<!-- "Space Grotesk", sans-serif; -->
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:[email protected]&display=swap" rel="stylesheet');

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

<!-- "Roboto", sans-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-text">Button</span>
</a>

Button Button

Counter

Use the below code to display Counter style:

Counter Style 1
<div class="pbminfotech-ele-fid-style-1">
    <div class="pbmit-fld-contents d-flex align-items-center">
        <div class="pbmit-circle-outer" data-digit="87" data-fill="#c6ac73" data-emptyfill="" data-before="" data-before-type="sup" data-after="<span>%</span>" data-after-type="span" data-thickness="2" data-size="107">
            <div class="pbmit-circle">
                <div 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="87" data-interval="5" data-before="" data-before-style="" data-after="" data-after-style="">87</span>
                    <span class="pbmit-fid"><span>%</span></span>
                </div>
            </div>
        </div>
        <div class="pbmit-fid-sub">
            <h3 class="pbmit-fid-title">Styling &  Grooming </h3>
        </div>
    </div>			
</div>
        	   
Counter Style 2
<div class="pbminfotech-ele-fid-style-2">
    <div class="pbmit-fld-contents">
        <div class="pbmit-fld-wrap">
            <span class="pbmit-fid-title">Haircuts per week</span>
            <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="438" data-interval="50" data-before="" data-before-style="" data-after="" data-after-style="">438</span>
                <span class="pbmit-fid"><span>+</span></span>
            </h4>
        </div>
    </div>		
</div>
			   
Counter Style 3
<div class="pbminfotech-ele-fid-style-3">
    <div class="pbmit-fld-contents">
        <div class="pbmit-fld-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="5" data-before="" data-before-style="" data-after="" data-after-style="">25</span>
                <span class="pbmit-fid"><span>+</span></span>
            </h4>
            <span class="pbmit-fid-title">Years of  experience</span>
        </div>
    </div>		
</div>
               

Icon box

Use the below code to display Icon box style:

Icon box Style 1
<article class="pbmit-miconheading-style-1">
    <div class="pbmit-ihbox-style-1">
        <div class="pbmit-ihbox-box">
            <div class="pbmit-ihbox-icon">
                <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                    <svg id="Layer_1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1">
                        <path d="m22.31 43.7a4.81 4.81 0 0 0 4.81-4.8c0-2.27-3.29-7.77-3.95-8.85a1 1 0 0 0 -.86-.48 1 1 0 0 0 -.85.48c-.66 1.08-3.95 6.58-3.95 8.85a4.81 4.81 0 0 0 4.8 4.8zm0-11.15c1.36 2.39 2.81 5.32 2.81 6.35a2.81 2.81 0 0 1 -5.61 0c0-1.03 1.49-3.96 2.8-6.35z"></path>
                        <path d="m58.86 42.4h-3.51a18.23 18.23 0 0 0 -2.06-9.47 17.72 17.72 0 0 0 -4.18-5.2 1 1 0 0 0 -.87-.21 1 1 0 0 0 -.69.56c-1.88 4.15-4.15 6.6-6.74 7.26l-.32.07v-.41a11.52 11.52 0 0 0 -7-10.6v-5.4a3.54 3.54 0 0 0 -3.53-3.53h-2.96v-4.6h3.16a1 1 0 0 0 1-1v-1.87h6.1a3 3 0 1 0 0-6h-20.74a3 3 0 0 0 -3 3v4.83a1 1 0 0 0 1 1h2.94v4.6h-2.76a3.54 3.54 0 0 0 -3.53 3.57v5.47a11.53 11.53 0 0 0 -7 10.6v20.59a3.5 3.5 0 0 0 3.49 3.49h26.05a16.79 16.79 0 0 0 26.15-13.95v-1.8a1 1 0 0 0 -1-1zm-1 2.8a14.92 14.92 0 0 1 -.1 1.65h-29.4a14.93 14.93 0 0 1 -.09-1.65v-.8h29.59zm-16.55-7.92c2.92-.75 5.42-3.15 7.46-7.14a15.38 15.38 0 0 1 2.75 3.73 16.1 16.1 0 0 1 1.82 8.53h-20.06c.28-1.74.92-3.61 2.35-4.44a4.36 4.36 0 0 1 2.55-.42h1.26.1a7.89 7.89 0 0 0 1.77-.26zm-25.81-32.28a1 1 0 0 1 1-1h20.73a1 1 0 1 1 0 2h-7.1a1 1 0 0 0 -1 1v1.83h-13.63zm3.94 5.81h5.56v4.6h-5.56zm-4.74 6.6h15.22a1.54 1.54 0 0 1 1.53 1.59v4.8a11.5 11.5 0 0 0 -2.45-.28h-13.34a11.59 11.59 0 0 0 -2.49.28v-4.8a1.54 1.54 0 0 1 1.53-1.57zm-7.07 39.74a1.49 1.49 0 0 1 -1.49-1.49v-20.66a9.52 9.52 0 0 1 6.37-9 9.69 9.69 0 0 1 3.15-.53h13.34a9.69 9.69 0 0 1 3.15.53 9.52 9.52 0 0 1 6.37 9v.52h-.26a6.23 6.23 0 0 0 -3.6.69c-1.81 1.05-2.94 3.13-3.37 6.17h-4a1 1 0 0 0 -1 1v1.8.53h-12.29a1 1 0 1 0 0 2h12.48a15.24 15.24 0 0 0 .43 2h-15.51a1 1 0 1 0 0 2h16.2a17 17 0 0 0 3.67 5.39zm35.43 2.85a14.8 14.8 0 0 1 -14.32-11.15h28.65a14.81 14.81 0 0 1 -14.33 11.15z"></path>
                    </svg>
                </div>
            </div>
            <div class="pbmit-ihbox-heading-wrapper">
                <h2 class="pbmit-element-title">
                    We love your <br>hair
                </h2>
            </div>
            <div class="pbmit-ihbox-content">
                <div class="pbmit-heading-desc">Our mission is to keep you looking good & feeling great at our salon.</div>
            </div>
        </div>
    </div>
</article>
                    
Icon box Style 2
<article class="pbmit-miconheading-style-2">
    <div class="pbmit-ihbox-style-2">
        <div class="pbmit-ihbox-headingicon">
            <div class="pbmit-ihbox-contents">
                <h2 class="pbmit-element-title">
                    Working Days
                </h2>
                <h4 class="pbmit-element-subtitle">
                    9AM - 9PM
                </h4>
            </div>
            <div class="pbmit-heading-desc"></div>
        </div>
    </div>
</article>
                    
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-contents">
                <h2 class="pbmit-element-title">
                    2022 : Best Salon of the Year
                </h2>
                <div class="pbmit-heading-desc">Awarded for outstanding skill, precision, and creativity in grooming. Recognized for delivering top-tier services and setting the benchmark for style and excellence.</div>
            </div>
        </div>
    </div>
</article>
                    
Icon box Style 4
<div class="pbmit-ihbox-style-4">
    <div class="pbmit-ihbox-box">
        <div class="pbmit-ihbox-icon">
            <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                <svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
                    <g id="Page-1" fill="none" fill-rule="evenodd">
                        <g id="glyph" fill="#000" fill-rule="nonzero" transform="translate(-168 -120)">
                            <g id="quote-right-saying-speech" transform="translate(168 123)">
                                <path id="Combined-Shape" d="m17.5 0c3.0375661 0 5.5 2.46243388 5.5 5.5 0 2.24359353-1.167947 4.41441778-2.9111308 4.8333002-.672403.1615766-1.2078979 1.02447-1.0928361 2.0095374.1540066 1.3184824 1.3463276 2.6505542 3.7071167 3.7002924.5256439.2337306.3055464 1.024461-.2652638.9529968-6.1525687-.7702882-10.4173542-4.7813592-10.4378142-10.45628872-.0000737-3.90279086 2.3057181-6.53983808 5.4999282-6.53983808z"></path>
                                <path id="Combined-Shape" d="m5.5 0c3.03756612 0 5.5 2.46243388 5.5 5.5 0 2.24359353-1.16794703 4.41441778-2.91113083 4.8333002-.67240301.1615766-1.20789791 1.02447-1.09283612 2.0095374.15400669 1.3184824 1.3463276 2.6505542 3.70711675 3.7002924.5256439.2337306.3055464 1.024461-.2652638.9529968-6.15256873-.7702882-10.41735423-4.7813592-10.43781423-10.45628872-.00007369-3.90279086 2.30571812-6.53983808 5.49992823-6.53983808z"></path>
                            </g>
                        </g>
                    </g>
                </svg>
            </div>
        </div>
        <div class="pbmit-ihbox-content">
            <div class="pbmit-heading-desc">“In every snip and style, let your passion speak louder than your scissors, leaving clients with more than just great.</div>
            <h2 class="pbmit-element-title">Ronald Benson</h2>
        </div>
    </div>
</div>
                    
Icon box Style 5
<div class="pbmit-ihbox-style-5">
    <div class="pbmit-ihbox-box">
        <div class="pbmit-ihbox-icon">
            <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                <svg id="Layer_1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1">
                    <path d="m22.31 43.7a4.81 4.81 0 0 0 4.81-4.8c0-2.27-3.29-7.77-3.95-8.85a1 1 0 0 0 -.86-.48 1 1 0 0 0 -.85.48c-.66 1.08-3.95 6.58-3.95 8.85a4.81 4.81 0 0 0 4.8 4.8zm0-11.15c1.36 2.39 2.81 5.32 2.81 6.35a2.81 2.81 0 0 1 -5.61 0c0-1.03 1.49-3.96 2.8-6.35z"></path>
                    <path d="m58.86 42.4h-3.51a18.23 18.23 0 0 0 -2.06-9.47 17.72 17.72 0 0 0 -4.18-5.2 1 1 0 0 0 -.87-.21 1 1 0 0 0 -.69.56c-1.88 4.15-4.15 6.6-6.74 7.26l-.32.07v-.41a11.52 11.52 0 0 0 -7-10.6v-5.4a3.54 3.54 0 0 0 -3.53-3.53h-2.96v-4.6h3.16a1 1 0 0 0 1-1v-1.87h6.1a3 3 0 1 0 0-6h-20.74a3 3 0 0 0 -3 3v4.83a1 1 0 0 0 1 1h2.94v4.6h-2.76a3.54 3.54 0 0 0 -3.53 3.57v5.47a11.53 11.53 0 0 0 -7 10.6v20.59a3.5 3.5 0 0 0 3.49 3.49h26.05a16.79 16.79 0 0 0 26.15-13.95v-1.8a1 1 0 0 0 -1-1zm-1 2.8a14.92 14.92 0 0 1 -.1 1.65h-29.4a14.93 14.93 0 0 1 -.09-1.65v-.8h29.59zm-16.55-7.92c2.92-.75 5.42-3.15 7.46-7.14a15.38 15.38 0 0 1 2.75 3.73 16.1 16.1 0 0 1 1.82 8.53h-20.06c.28-1.74.92-3.61 2.35-4.44a4.36 4.36 0 0 1 2.55-.42h1.26.1a7.89 7.89 0 0 0 1.77-.26zm-25.81-32.28a1 1 0 0 1 1-1h20.73a1 1 0 1 1 0 2h-7.1a1 1 0 0 0 -1 1v1.83h-13.63zm3.94 5.81h5.56v4.6h-5.56zm-4.74 6.6h15.22a1.54 1.54 0 0 1 1.53 1.59v4.8a11.5 11.5 0 0 0 -2.45-.28h-13.34a11.59 11.59 0 0 0 -2.49.28v-4.8a1.54 1.54 0 0 1 1.53-1.57zm-7.07 39.74a1.49 1.49 0 0 1 -1.49-1.49v-20.66a9.52 9.52 0 0 1 6.37-9 9.69 9.69 0 0 1 3.15-.53h13.34a9.69 9.69 0 0 1 3.15.53 9.52 9.52 0 0 1 6.37 9v.52h-.26a6.23 6.23 0 0 0 -3.6.69c-1.81 1.05-2.94 3.13-3.37 6.17h-4a1 1 0 0 0 -1 1v1.8.53h-12.29a1 1 0 1 0 0 2h12.48a15.24 15.24 0 0 0 .43 2h-15.51a1 1 0 1 0 0 2h16.2a17 17 0 0 0 3.67 5.39zm35.43 2.85a14.8 14.8 0 0 1 -14.32-11.15h28.65a14.81 14.81 0 0 1 -14.33 11.15z"></path>
                </svg>
            </div>
        </div>
        <h2 class="pbmit-element-title">We love your hair</h2>
        <div class="pbmit-heading-desc">Our mission is to keep you looking good & feeling great at our salon.</div>
    </div>
</div>
                    
Icon box Style 6
<article class="pbmit-miconheading-style-6">
    <div class="pbmit-ihbox-style-6">
        <div class="pbmit-ihbox-box">
            <div class="pbmit-ihbox-icon">
                <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                    <svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
                        <g id="Hair_Tools">
                            <g id="XMLID_6358_">
                                <g id="XMLID_6411_">
                                    <path id="XMLID_6412_" d="m409 511c-3.314 0-6-2.686-6-6v-498c0-3.313 2.686-6 6-6s6 2.687 6 6v498c0 3.314-2.686 6-6 6z"></path>
                                </g>
                                <g id="XMLID_6407_">
                                    <path id="XMLID_6408_" d="m439.869 510.791h-47.972c-21.076 0-38.222-17.146-38.222-38.223v-433.332c0-21.076 17.146-38.223 38.222-38.223h47.972c3.314 0 6 2.687 6 6v497.777c0 3.314-2.687 6.001-6 6.001zm-47.972-497.777c-14.459 0-26.222 11.764-26.222 26.223v433.332c0 14.459 11.763 26.223 26.222 26.223h41.972v-485.778z"></path>
                                </g>
                                <g id="XMLID_6405_">
                                    <path id="XMLID_6406_" d="m505.115 13h-66c-3.314 0-6-2.687-6-6s2.686-6 6-6h66c3.314 0 6 2.687 6 6s-2.687 6-6 6z"></path>
                                </g>
                                <g id="XMLID_6403_">
                                    <path id="XMLID_6404_" d="m505.115 73h-66c-3.314 0-6-2.687-6-6s2.686-6 6-6h66c3.314 0 6 2.687 6 6s-2.687 6-6 6z"></path>
                                </g>
                                <g id="XMLID_6401_">
                                    <path id="XMLID_6402_" d="m505.115 141h-66c-3.314 0-6-2.686-6-6s2.686-6 6-6h66c3.314 0 6 2.686 6 6s-2.687 6-6 6z"></path>
                                </g>
                                <g id="XMLID_6399_">
                                    <path id="XMLID_6400_" d="m505.115 210h-66c-3.314 0-6-2.686-6-6s2.686-6 6-6h66c3.314 0 6 2.686 6 6s-2.687 6-6 6z"></path>
                                </g>
                                <g id="XMLID_6397_">
                                    <path id="XMLID_6398_" d="m505.115 278h-66c-3.314 0-6-2.686-6-6s2.686-6 6-6h66c3.314 0 6 2.686 6 6s-2.687 6-6 6z"></path>
                                </g>
                                <g id="XMLID_6395_">
                                    <path id="XMLID_6396_" d="m505.115 347h-66c-3.314 0-6-2.686-6-6s2.686-6 6-6h66c3.314 0 6 2.686 6 6s-2.687 6-6 6z"></path>
                                </g>
                                <g id="XMLID_6393_">
                                    <path id="XMLID_6394_" d="m505.115 415h-66c-3.314 0-6-2.686-6-6s2.686-6 6-6h66c3.314 0 6 2.686 6 6s-2.687 6-6 6z"></path>
                                </g>
                                <g id="XMLID_6391_">
                                    <path id="XMLID_6392_" d="m505.115 463h-66c-3.314 0-6-2.686-6-6s2.686-6 6-6h66c3.314 0 6 2.686 6 6s-2.687 6-6 6z"></path>
                                </g>
                                <g id="XMLID_6389_">
                                    <path id="XMLID_6390_" d="m505.115 511h-66c-3.314 0-6-2.686-6-6s2.686-6 6-6h66c3.314 0 6 2.686 6 6s-2.687 6-6 6z"></path>
                                </g>
                                <g id="XMLID_6359_">
                                    <g id="XMLID_6362_">
                                        <g id="XMLID_6374_">
                                            <g id="XMLID_6387_">
                                                <path id="XMLID_6388_" d="m136.95 309.946c-2.261 0-4.427-1.284-5.443-3.469l-39.429-84.716c-10.46-22.48-16.302-46.438-17.365-71.207-1.063-24.771 2.706-49.14 11.203-72.431.832-2.279 2.955-3.834 5.379-3.938 2.431-.099 4.673 1.263 5.697 3.463l74.766 160.645c1.398 3.004.096 6.573-2.908 7.971-3.003 1.402-6.573.097-7.972-2.908l-68.273-146.694c-10.861 39.96-7.321 82.052 10.353 120.036l39.428 84.715c1.398 3.005.097 6.573-2.908 7.972-.819.382-1.68.561-2.528.561z"></path>
                                            </g>
                                            <g id="XMLID_6385_">
                                                <path id="XMLID_6386_" d="m237.626 400.041c-2.261 0-4.427-1.284-5.443-3.469l-41.932-90.095c-1.398-3.005-.097-6.573 2.908-7.972 3.003-1.399 6.574-.096 7.971 2.907l41.932 90.095c1.398 3.005.097 6.573-2.908 7.972-.819.382-1.681.562-2.528.562z"></path>
                                            </g>
                                            <g id="XMLID_6383_">
                                                <path id="XMLID_6384_" d="m209.567 465.966c-2.261 0-4.427-1.284-5.444-3.47l-43.245-92.918c-1.398-3.004-.096-6.572 2.908-7.971 3.005-1.399 6.574-.097 7.972 2.908l43.245 92.918c1.398 3.004.096 6.572-2.908 7.971-.819.382-1.68.562-2.528.562z"></path>
                                            </g>
                                            <g id="XMLID_6379_">
                                                <path id="XMLID_6380_" d="m267.194 482.877c-4.387 0-8.786-.771-13.03-2.318-9.524-3.475-17.126-10.45-21.403-19.642-8.83-18.974-.578-41.595 18.396-50.426 9.191-4.278 19.498-4.721 29.023-1.245 9.524 3.475 17.125 10.45 21.403 19.642 8.831 18.973.578 41.594-18.396 50.425-5.096 2.372-10.535 3.564-15.993 3.564zm-.039-63.943c-3.732 0-7.451.815-10.935 2.436-12.975 6.039-18.618 21.509-12.579 34.484 6.038 12.974 21.506 18.616 34.482 12.579 12.975-6.039 18.618-21.509 12.58-34.482 0-.001 0-.001 0-.001-2.925-6.285-8.123-11.055-14.636-13.431-2.903-1.059-5.912-1.585-8.912-1.585z"></path>
                                            </g>
                                            <g id="XMLID_6375_">
                                                <path id="XMLID_6376_" d="m267.27 509.482c-24.356 0-47.716-13.832-58.652-37.33-7.279-15.64-8.032-33.178-2.12-49.384s17.782-29.14 33.422-36.419c15.639-7.281 33.178-8.034 49.385-2.12 16.206 5.912 29.14 17.781 36.419 33.422 15.026 32.286.984 70.777-31.302 85.804-8.788 4.091-18.042 6.027-27.152 6.027zm-.13-117.192c-7.562 0-15.097 1.652-22.157 4.938-12.734 5.927-22.398 16.458-27.212 29.652-4.814 13.195-4.201 27.475 1.726 40.208 12.236 26.289 43.577 37.723 69.862 25.487 26.287-12.234 37.72-43.574 25.485-69.862-5.926-12.733-16.457-22.397-29.652-27.211-5.879-2.144-11.975-3.212-18.052-3.212z"></path>
                                            </g>
                                        </g>
                                        <g id="XMLID_6363_">
                                            <g id="XMLID_6372_">
                                                <path id="XMLID_6373_" d="m123.745 465.979c-.848 0-1.708-.18-2.528-.561-3.004-1.398-4.306-4.967-2.908-7.971l112.042-240.738c17.676-37.979 21.217-80.068 10.355-120.03l-139.576 299.902c-1.398 3.004-4.967 4.309-7.972 2.908-3.004-1.397-4.306-4.967-2.908-7.971l146.07-313.851c1.024-2.201 3.287-3.557 5.697-3.463 2.424.104 4.547 1.658 5.379 3.938 8.497 23.291 12.266 47.66 11.203 72.429-1.063 24.77-6.906 48.725-17.367 71.201l-112.043 240.738c-1.017 2.185-3.182 3.469-5.444 3.469z"></path>
                                            </g>
                                            <g id="XMLID_6368_">
                                                <path id="XMLID_6369_" d="m65.408 482.854c-5.355 0-10.791-1.138-15.957-3.542-18.974-8.831-27.226-31.452-18.396-50.425 0 0 0 0 0-.001 8.83-18.975 31.45-27.227 50.426-18.395 18.974 8.831 27.226 31.452 18.396 50.426-6.427 13.808-20.157 21.937-34.469 21.937zm-23.473-48.904c-6.039 12.975-.395 28.444 12.58 34.483 12.978 6.039 28.445.396 34.483-12.58 6.038-12.975.395-28.444-12.58-34.483-12.976-6.037-28.444-.395-34.483 12.581z"></path>
                                            </g>
                                            <g id="XMLID_6364_">
                                                <path id="XMLID_6365_" d="m65.367 509.482c-9.112.001-18.361-1.935-27.152-6.027-32.286-15.026-46.328-53.517-31.302-85.804 7.279-15.641 20.213-27.51 36.419-33.422 16.206-5.914 33.745-5.16 49.385 2.12 32.286 15.026 46.328 53.518 31.302 85.803-10.935 23.496-34.298 37.33-58.652 37.33zm.129-117.192c-6.078 0-12.172 1.067-18.052 3.213-13.195 4.814-23.726 14.478-29.652 27.211-12.234 26.288-.802 57.628 25.485 69.862 7.156 3.33 14.69 4.907 22.107 4.907 19.83.002 38.85-11.263 47.754-30.394 12.234-26.287.801-57.627-25.486-69.861-7.058-3.285-14.594-4.938-22.156-4.938z"></path>
                                            </g>
                                        </g>
                                    </g>
                                    <g id="XMLID_6360_">
                                        <path id="XMLID_6361_" d="m168.884 310.668c-1.536 0-3.071-.586-4.243-1.758l-5.131-5.131c-2.343-2.343-2.343-6.142 0-8.484 2.343-2.344 6.143-2.344 8.485 0l5.131 5.131c2.343 2.343 2.343 6.142 0 8.484-1.171 1.172-2.706 1.758-4.242 1.758z"></path>
                                    </g>
                                </g>
                            </g>
                        </g>
                        <g id="Layer_1"></g>
                    </svg>
                </div>
            </div>
            <h2 class="pbmit-element-title">
                Only natural products
            </h2>
            <div class="pbmit-heading-desc">Because you deserve gentle care powered by the purity of nature.</div>
        </div>
    </div>
</article>
					
Icon box Style 7
<div class="pbmit-ihbox-style-7">
    <div class="pbmit-ihbox-box">
        <h2 class="pbmit-element-title">Location</h2>
        <div class="pbmit-heading-desc">5th Avenue, E 28th St, Brooklyn New York 2300 USA</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-image-wrapper">
                <div class="pbmit-featured-img-wrapper">
                    <div class="pbmit-featured-wrapper">
                        <img src="images/demo-1/service/service-img-01.jpg" class="img-fluid" alt="service-img-01">
                    </div>
                </div>
            </div>
            <div class="pbmit-content-box">
                <div class="pbmit-service-icon">
                    <svg id="Layer_1" enable-background="new 0 0 74 74" height="512" viewBox="0 0 74 74" width="512" xmlns="http://www.w3.org/2000/svg">
                        <g>
                            <path d="m63.13 45.83c-2.23-3.04-4.05-10.07-3.13-18.98.31-2.94.18-5.73-.39-8.27-1.64-7.43-5.6-10.14-7.22-10.96-.26-.13-.53-.32-.84-.59-1.69-1.48-3.32-2.15-4.85-2-1.27.12-2.42.82-3.35 2.02-.31.41-.84.59-1.35.46-1.85-.44-5.06-.43-7.53 3.65-.06.05-.11.11-.15.19s-4.02 7.36-16.01 12.97l-.03-1.8c.31-.33.48-.76.48-1.22l-.03-1.76c-.01-.47-.2-.9-.52-1.22l-.16-8.28c-.03-1.67-1.42-3.04-3.1-3.04s-3.07 1.36-3.1 3.04l-.18 9.47c-.31.31-.5.73-.51 1.19l-.05 2.58c-.01.46.16.88.47 1.21l-.05 2.76c-.27.31-.44.7-.44 1.13v1.12c0 .39.14.77.38 1.07l-.15 7.7c-.9.07-1.62.82-1.62 1.74v8.92c0 .68.39 1.26.96 1.55v15.94c0 1.42 1.15 2.57 2.57 2.57h3.43c1.42 0 2.57-1.15 2.57-2.57v-5.42c.41 0 .75-.34.75-.75v-1.61c0-.41-.34-.75-.75-.75v-.91c.41 0 .75-.34.75-.75v-3.22c0-.41-.34-.75-.75-.75v-1.77c.57-.29.96-.87.96-1.55v-8.92c0-.92-.71-1.67-1.62-1.74l-.15-7.77c5.69-1.15 10.03-3.25 13.19-5.37.05.78.12 1.57.25 2.38.4 2.49.48 4.26-.21 6.45-.25.78-.61 2.01-1.02 3.43-.79 2.69-1.82 6.23-2.64 8.52l-.17.15c-3.56 3.08-5.6 7.55-5.6 12.25v9.95c0 .41.34.75.75.75s.75-.34.75-.75v-9.97c0-3.39 1.19-6.63 3.29-9.23-.74 4.57 2.23 7.62 2.37 7.77.21.21.53.28.81.17s.46-.38.47-.68c.01-.45.08-1.34.3-2.25.14 2.09.8 4.85 2.95 7.36.15.17.35.26.57.26.1 0 .2-.02.3-.06.3-.13.48-.44.45-.77-.01-.06-.58-5.68 1.46-8.83 1.76-2.71 1.23-5.92.7-8.42.3 0 .62-.01.83-.01.17 1.89 1 3.57 2.38 4.8 1.35 1.2 3.13 1.86 5 1.86 3.97 0 7.02-2.81 7.38-6.65 8.02.1 14.51 6.64 14.51 14.68v9.95c0 .41.34.75.75.75s.76-.34.76-.75v-9.95c0-5.01-2.29-9.49-5.87-12.47zm-21.47-36.87c1.08.26 2.22-.13 2.89-1.01.46-.6 1.24-1.34 2.31-1.44 1.1-.11 2.34.44 3.71 1.64.41.36.77.61 1.15.8 1.12.56 4.89 2.95 6.43 9.95.53 2.39.65 5.01.36 7.79-.8 7.68.34 13.62 1.93 17.33-2.28-1.22-4.87-1.92-7.63-1.92h-3.28v-4.5c3.83-2.06 6.55-7.01 6.55-12.8 0-1-.08-1.97-.23-2.87 0-.01 0-.02 0-.02 0-.02 0-.04-.01-.06 0-.03-.02-.05-.03-.07-.02-.06-.04-.12-.07-.17-.02-.04-.05-.07-.08-.1s-.04-.07-.07-.09c-3.22-2.76-5.77-5.21-6.75-9.4-.29-1.24-.89-2.22-1.78-2.92-.33-.26-.8-.2-1.05.13s-.2.8.13 1.05c.34.26.61.59.82.98-1.09.03-2.18.52-2.98 1.41-.65.72-1.76 1.74-3.39 2.5-1.78.83-3.01 2.16-3.81 3.31-.61.76-1.8 2.1-3.64 3.6.26-4.55 1.59-8.01 1.61-8.05 1.98-5.08 4.85-5.56 6.91-5.07zm-3.24 33.15c-.21 0-.84 0-1.33.01-.06-.32-.11-.61-.14-.86-.37-3.22.09-5.88.44-7.84 1.13 1.86 2.61 3.32 4.31 4.21v4.47h-3.28zm.05-23.38c.66-.81 1.57-1.64 2.75-2.2 1.86-.87 3.14-2.03 3.87-2.86.65-.73 1.57-1.05 2.41-.88 1.13 4.25 3.77 6.88 6.88 9.56.12.77.19 1.59.19 2.45 0 6.79-4.03 12.32-8.99 12.32s-9-5.53-9-12.32c0-1.23.14-2.46.41-3.65.07-.17.36-.87.93-1.71.28-.33.46-.58.55-.71zm4.73 19.52c.77.24 1.56.37 2.39.37.84 0 1.66-.15 2.44-.39v4.62c0 1.67-1.21 2.41-2.41 2.41s-2.41-.75-2.41-2.41v-4.6zm-10.69-22.06c-.44 1.77-.9 4.26-.93 7.08-3.94 2.83-10.06 5.83-18.73 6.48-.09.02-.15-.04-.18-.07s-.08-.09-.08-.19v-1.12c0-.1.07-.2.18-.23 1.84-.62 3.54-1.29 5.12-1.99.01 0 .01 0 .02-.01 7.34-3.22 11.93-7.08 14.6-9.95zm-15.66 3.17c.04-.03.09-.04.12-.04s.04.01.06.02c.04.03.09.07.14.09.02.03.04.08.05.14l.03 1.76c0 .07-.03.14-.07.18-.59.5-1.92 1.44-4.26 2.06-.1.03-.18-.02-.22-.05s-.1-.1-.1-.2l.05-2.58c0-.13.1-.23.22-.24 1.54-.11 2.88-.49 3.98-1.14zm-3.81 7.1.03-1.41c.08-.01.16-.01.24-.03 1.51-.4 2.66-.93 3.49-1.42l.03 1.39c-1.19.51-2.46 1-3.79 1.47zm1.91-17.95c.86 0 1.58.7 1.6 1.57l.15 7.78c-.21.04-.41.09-.6.21-.8.47-1.79.77-2.91.9l.17-8.88c.01-.88.72-1.58 1.59-1.58zm2.78 57.92c0 .59-.48 1.07-1.07 1.07h-3.43c-.59 0-1.07-.48-1.07-1.07v-15.75h5.57zm.97-26.42v8.92c0 .14-.11.25-.25.25h-7c-.14 0-.25-.11-.25-.25v-8.92c0-.14.11-.25.25-.25h7c.13 0 .25.11.25.25zm-1.62-1.75h-4.27l.13-7.01h.02c1.39-.1 2.71-.27 3.97-.48zm18.37 12.96c-1.37 2.12-1.73 5.04-1.78 7.15-1.83-3.61-1.04-7.2-1.03-7.25.07-.3-.05-.61-.31-.79-.25-.18-.59-.18-.84-.01-1.26.84-1.84 2.56-2.1 3.94-.79-1.46-1.55-3.87-.37-6.8.89-2.2 2.09-6.34 3.06-9.66.41-1.41.77-2.62 1.01-3.39.78-2.46.69-4.49.27-7.14-.17-1.08-.25-2.15-.27-3.18.84-.64 1.57-1.26 2.21-1.84-.12.85-.21 1.7-.21 2.56 0 2.2.4 4.28 1.1 6.13.05.39-.09 1.2-.26 2.13-.35 1.94-.87 4.88-.47 8.36.06.56.21 1.22.36 1.93.5 2.3 1.18 5.46-.37 7.86zm10.16-2.45c-1.5 0-2.92-.53-4-1.49-1.05-.94-1.7-2.22-1.87-3.68h2.02c.18 1.07.71 1.77 1.17 2.18.71.63 1.66.98 2.67.98 1.74 0 3.49-1.09 3.84-3.16h2.03c-.34 3-2.74 5.17-5.86 5.17z"/>
                            <path d="m14.94 43.96c-1.17 0-2.11.95-2.11 2.13 0 1.17.95 2.11 2.11 2.11 1.17 0 2.13-.95 2.13-2.11 0-1.18-.95-2.13-2.13-2.13zm0 2.74c-.34 0-.61-.27-.61-.61 0-.35.27-.63.61-.63.35 0 .63.28.63.63 0 .34-.28.61-.63.61z"/>
                            <path d="m14.94 43.19c.41 0 .75-.34.75-.75v-1.14c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.15c0 .41.34.74.75.74z"/>
                            <path d="m6.26 17.37c.36-.33.57-.33.93 0 .47.44.98.65 1.48.65s1.01-.22 1.48-.65c.3-.28.32-.76.04-1.06s-.76-.32-1.06-.04c-.36.33-.57.33-.93 0-.94-.87-2.02-.87-2.97 0-.3.28-.32.75-.04 1.06.29.3.76.32 1.07.04z"/>
                            <path d="m6.26 20.88c.36-.33.57-.33.93 0 .47.43.98.65 1.48.65s1.01-.22 1.48-.65c.3-.28.32-.75.04-1.06s-.75-.32-1.06-.04c-.36.33-.57.33-.93 0-.94-.87-2.02-.87-2.97 0-.3.28-.32.75-.04 1.06.29.31.76.33 1.07.04z"/>
                            <path d="m6.26 24.39c.36-.33.57-.33.93 0 .47.44.98.65 1.48.65s1.01-.22 1.48-.65c.3-.28.32-.76.04-1.06s-.76-.32-1.06-.04c-.36.33-.57.33-.93 0-.94-.87-2.02-.87-2.97 0-.3.28-.32.75-.04 1.06.29.31.76.33 1.07.04z"/>
                            <path d="m10.2 26.85c-.28-.3-.76-.32-1.06-.04-.36.33-.57.33-.93 0-.94-.87-2.02-.87-2.97 0-.3.28-.32.75-.04 1.06.28.3.76.32 1.06.04.36-.34.57-.33.93 0 .47.44.98.65 1.48.65s1.01-.22 1.48-.65c.31-.28.33-.76.05-1.06z"/>
                        </g>
                    </svg>
                </div>
                <div class="pbminfotech-box-number">01</div>
                <div class="pbmit-service-cat">
                    <a href="#" rel="tag">Styling</a>
                </div>
                <div class="pbmit-service-title-wrapper">
                    <h3 class="pbmit-service-title">
                        <a href="#">Hair Styling</a>
                    </h3>
                    <div class="pbmit-service-btn-wrapper">
                        <a class="pbmit-service-btn" href="#" title="Hair Styling">
                            <span class="pbmit-button-icon"></span>
                        </a>
                    </div>
                </div>
            </div>
        </div>
        <a class="pbmit-link" href="#" title="Go to Hair Styling"></a>
    </div>
</article>
                        
Service Box Style 3
<article class="pbmit-service-style-3">
    <div class="pbminfotech-post-item">
        <div class="pbmit-service-image-wrapper">
            <div class="pbmit-featured-img-wrapper">
                <div class="pbmit-featured-wrapper">
                    <img src="images/demo-3/service/service-img-01.jpg" class="img-fluid" alt="">
                </div>
            </div>
            <div class="pbmit-service-icon">
                <svg id="Layer_1" enable-background="new 0 0 74 74" height="512" viewBox="0 0 74 74" width="512" xmlns="http://www.w3.org/2000/svg">
                    <g>
                        <path d="m63.13 45.83c-2.23-3.04-4.05-10.07-3.13-18.98.31-2.94.18-5.73-.39-8.27-1.64-7.43-5.6-10.14-7.22-10.96-.26-.13-.53-.32-.84-.59-1.69-1.48-3.32-2.15-4.85-2-1.27.12-2.42.82-3.35 2.02-.31.41-.84.59-1.35.46-1.85-.44-5.06-.43-7.53 3.65-.06.05-.11.11-.15.19s-4.02 7.36-16.01 12.97l-.03-1.8c.31-.33.48-.76.48-1.22l-.03-1.76c-.01-.47-.2-.9-.52-1.22l-.16-8.28c-.03-1.67-1.42-3.04-3.1-3.04s-3.07 1.36-3.1 3.04l-.18 9.47c-.31.31-.5.73-.51 1.19l-.05 2.58c-.01.46.16.88.47 1.21l-.05 2.76c-.27.31-.44.7-.44 1.13v1.12c0 .39.14.77.38 1.07l-.15 7.7c-.9.07-1.62.82-1.62 1.74v8.92c0 .68.39 1.26.96 1.55v15.94c0 1.42 1.15 2.57 2.57 2.57h3.43c1.42 0 2.57-1.15 2.57-2.57v-5.42c.41 0 .75-.34.75-.75v-1.61c0-.41-.34-.75-.75-.75v-.91c.41 0 .75-.34.75-.75v-3.22c0-.41-.34-.75-.75-.75v-1.77c.57-.29.96-.87.96-1.55v-8.92c0-.92-.71-1.67-1.62-1.74l-.15-7.77c5.69-1.15 10.03-3.25 13.19-5.37.05.78.12 1.57.25 2.38.4 2.49.48 4.26-.21 6.45-.25.78-.61 2.01-1.02 3.43-.79 2.69-1.82 6.23-2.64 8.52l-.17.15c-3.56 3.08-5.6 7.55-5.6 12.25v9.95c0 .41.34.75.75.75s.75-.34.75-.75v-9.97c0-3.39 1.19-6.63 3.29-9.23-.74 4.57 2.23 7.62 2.37 7.77.21.21.53.28.81.17s.46-.38.47-.68c.01-.45.08-1.34.3-2.25.14 2.09.8 4.85 2.95 7.36.15.17.35.26.57.26.1 0 .2-.02.3-.06.3-.13.48-.44.45-.77-.01-.06-.58-5.68 1.46-8.83 1.76-2.71 1.23-5.92.7-8.42.3 0 .62-.01.83-.01.17 1.89 1 3.57 2.38 4.8 1.35 1.2 3.13 1.86 5 1.86 3.97 0 7.02-2.81 7.38-6.65 8.02.1 14.51 6.64 14.51 14.68v9.95c0 .41.34.75.75.75s.76-.34.76-.75v-9.95c0-5.01-2.29-9.49-5.87-12.47zm-21.47-36.87c1.08.26 2.22-.13 2.89-1.01.46-.6 1.24-1.34 2.31-1.44 1.1-.11 2.34.44 3.71 1.64.41.36.77.61 1.15.8 1.12.56 4.89 2.95 6.43 9.95.53 2.39.65 5.01.36 7.79-.8 7.68.34 13.62 1.93 17.33-2.28-1.22-4.87-1.92-7.63-1.92h-3.28v-4.5c3.83-2.06 6.55-7.01 6.55-12.8 0-1-.08-1.97-.23-2.87 0-.01 0-.02 0-.02 0-.02 0-.04-.01-.06 0-.03-.02-.05-.03-.07-.02-.06-.04-.12-.07-.17-.02-.04-.05-.07-.08-.1s-.04-.07-.07-.09c-3.22-2.76-5.77-5.21-6.75-9.4-.29-1.24-.89-2.22-1.78-2.92-.33-.26-.8-.2-1.05.13s-.2.8.13 1.05c.34.26.61.59.82.98-1.09.03-2.18.52-2.98 1.41-.65.72-1.76 1.74-3.39 2.5-1.78.83-3.01 2.16-3.81 3.31-.61.76-1.8 2.1-3.64 3.6.26-4.55 1.59-8.01 1.61-8.05 1.98-5.08 4.85-5.56 6.91-5.07zm-3.24 33.15c-.21 0-.84 0-1.33.01-.06-.32-.11-.61-.14-.86-.37-3.22.09-5.88.44-7.84 1.13 1.86 2.61 3.32 4.31 4.21v4.47h-3.28zm.05-23.38c.66-.81 1.57-1.64 2.75-2.2 1.86-.87 3.14-2.03 3.87-2.86.65-.73 1.57-1.05 2.41-.88 1.13 4.25 3.77 6.88 6.88 9.56.12.77.19 1.59.19 2.45 0 6.79-4.03 12.32-8.99 12.32s-9-5.53-9-12.32c0-1.23.14-2.46.41-3.65.07-.17.36-.87.93-1.71.28-.33.46-.58.55-.71zm4.73 19.52c.77.24 1.56.37 2.39.37.84 0 1.66-.15 2.44-.39v4.62c0 1.67-1.21 2.41-2.41 2.41s-2.41-.75-2.41-2.41v-4.6zm-10.69-22.06c-.44 1.77-.9 4.26-.93 7.08-3.94 2.83-10.06 5.83-18.73 6.48-.09.02-.15-.04-.18-.07s-.08-.09-.08-.19v-1.12c0-.1.07-.2.18-.23 1.84-.62 3.54-1.29 5.12-1.99.01 0 .01 0 .02-.01 7.34-3.22 11.93-7.08 14.6-9.95zm-15.66 3.17c.04-.03.09-.04.12-.04s.04.01.06.02c.04.03.09.07.14.09.02.03.04.08.05.14l.03 1.76c0 .07-.03.14-.07.18-.59.5-1.92 1.44-4.26 2.06-.1.03-.18-.02-.22-.05s-.1-.1-.1-.2l.05-2.58c0-.13.1-.23.22-.24 1.54-.11 2.88-.49 3.98-1.14zm-3.81 7.1.03-1.41c.08-.01.16-.01.24-.03 1.51-.4 2.66-.93 3.49-1.42l.03 1.39c-1.19.51-2.46 1-3.79 1.47zm1.91-17.95c.86 0 1.58.7 1.6 1.57l.15 7.78c-.21.04-.41.09-.6.21-.8.47-1.79.77-2.91.9l.17-8.88c.01-.88.72-1.58 1.59-1.58zm2.78 57.92c0 .59-.48 1.07-1.07 1.07h-3.43c-.59 0-1.07-.48-1.07-1.07v-15.75h5.57zm.97-26.42v8.92c0 .14-.11.25-.25.25h-7c-.14 0-.25-.11-.25-.25v-8.92c0-.14.11-.25.25-.25h7c.13 0 .25.11.25.25zm-1.62-1.75h-4.27l.13-7.01h.02c1.39-.1 2.71-.27 3.97-.48zm18.37 12.96c-1.37 2.12-1.73 5.04-1.78 7.15-1.83-3.61-1.04-7.2-1.03-7.25.07-.3-.05-.61-.31-.79-.25-.18-.59-.18-.84-.01-1.26.84-1.84 2.56-2.1 3.94-.79-1.46-1.55-3.87-.37-6.8.89-2.2 2.09-6.34 3.06-9.66.41-1.41.77-2.62 1.01-3.39.78-2.46.69-4.49.27-7.14-.17-1.08-.25-2.15-.27-3.18.84-.64 1.57-1.26 2.21-1.84-.12.85-.21 1.7-.21 2.56 0 2.2.4 4.28 1.1 6.13.05.39-.09 1.2-.26 2.13-.35 1.94-.87 4.88-.47 8.36.06.56.21 1.22.36 1.93.5 2.3 1.18 5.46-.37 7.86zm10.16-2.45c-1.5 0-2.92-.53-4-1.49-1.05-.94-1.7-2.22-1.87-3.68h2.02c.18 1.07.71 1.77 1.17 2.18.71.63 1.66.98 2.67.98 1.74 0 3.49-1.09 3.84-3.16h2.03c-.34 3-2.74 5.17-5.86 5.17z"/>
                        <path d="m14.94 43.96c-1.17 0-2.11.95-2.11 2.13 0 1.17.95 2.11 2.11 2.11 1.17 0 2.13-.95 2.13-2.11 0-1.18-.95-2.13-2.13-2.13zm0 2.74c-.34 0-.61-.27-.61-.61 0-.35.27-.63.61-.63.35 0 .63.28.63.63 0 .34-.28.61-.63.61z"/>
                        <path d="m14.94 43.19c.41 0 .75-.34.75-.75v-1.14c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.15c0 .41.34.74.75.74z"/>
                        <path d="m6.26 17.37c.36-.33.57-.33.93 0 .47.44.98.65 1.48.65s1.01-.22 1.48-.65c.3-.28.32-.76.04-1.06s-.76-.32-1.06-.04c-.36.33-.57.33-.93 0-.94-.87-2.02-.87-2.97 0-.3.28-.32.75-.04 1.06.29.3.76.32 1.07.04z"/>
                        <path d="m6.26 20.88c.36-.33.57-.33.93 0 .47.43.98.65 1.48.65s1.01-.22 1.48-.65c.3-.28.32-.75.04-1.06s-.75-.32-1.06-.04c-.36.33-.57.33-.93 0-.94-.87-2.02-.87-2.97 0-.3.28-.32.75-.04 1.06.29.31.76.33 1.07.04z"/>
                        <path d="m6.26 24.39c.36-.33.57-.33.93 0 .47.44.98.65 1.48.65s1.01-.22 1.48-.65c.3-.28.32-.76.04-1.06s-.76-.32-1.06-.04c-.36.33-.57.33-.93 0-.94-.87-2.02-.87-2.97 0-.3.28-.32.75-.04 1.06.29.31.76.33 1.07.04z"/>
                        <path d="m10.2 26.85c-.28-.3-.76-.32-1.06-.04-.36.33-.57.33-.93 0-.94-.87-2.02-.87-2.97 0-.3.28-.32.75-.04 1.06.28.3.76.32 1.06.04.36-.34.57-.33.93 0 .47.44.98.65 1.48.65s1.01-.22 1.48-.65c.31-.28.33-.76.05-1.06z"/>
                    </g>
                </svg>
            </div>
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbmit-content-box-wrapper">
                <div class="pbmit-content-box">
                    <div class="pbmit-service-cat">
                        <a href="#" rel="tag">Styling</a>
                    </div>
                    <div class="pbmit-service-title-wrapper">
                        <h3 class="pbmit-service-title">
                            <a href="#">Hair Styling</a>
                        </h3>
                        <div class="pbmit-service-btn-wrapper">
                            <a class="pbmit-service-btn" href="#" title="Hair Styling">
                                <span class="pbmit-button-icon"></span>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <a class="pbmit-link" href="#" title="Go to Hair Styling"></a>
    </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="images/team/team-img-01.jpg" class="img-fluid" alt="">
                    </div>
                </div>
            </div>
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <div class="pbminfotech-box-team-position">Hair Stylist</div>
                <h3 class="pbmit-team-title">
                    <a href="#">Dianne Russell</a>
                </h3>
            </div>
            <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>
        <a class="pbmit-link" href="#" title="Go to Dianne Russell"></a>
    </div>
</article>
                        
Team Style 2
<article class="pbmit-team-style-2">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-team-image-box">
            <div class="pbmit-featured-img-wrapper">
                <div class="pbmit-featured-wrapper">
                    <img src="images/demo-2/team/team-img-01.jpg" class="img-fluid" alt="team-img-01">
                </div>
            </div>
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
                <h3 class="pbmit-team-title">
                    <a href="#">Dianne Russell</a>
                </h3>
                <div class="pbminfotech-team-position">
                    <div class="pbminfotech-box-team-position">Hair Stylist</div>
                </div>
            </div>
            <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>
        <a class="pbmit-link" href="#" title="Go to Dianne Russell"></a>
    </div>
</article>
                        

Testimonial

Use the below code to display Testimonial:

Testimonial Style 2
<article class="pbmit-testimonial-style-2">
    <div class="pbminfotech-post-item">
        <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>“I’ve always wanted a salon that really <em data-start="220" data-end="226">gets</em> my style. Every time I tried to explain what I wanted, it came out wrong—until I came to Glamr. They nailed the look I was going for, and I walked out feeling like a new person. Thank You”</p>
                </blockquote>
            </div>
            <div class="pbminfotech-box-author">
                <div class="pbminfotech-box-img">
                    <div class="pbmit-featured-img-wrapper">
                        <div class="pbmit-featured-wrapper">
                            <img src="images/demo-1/testimonial/tesimonial-01.jpg" class="img-fluid" alt="">
                        </div>
                    </div>
                </div>
                <div class="pbmit-auther-content">
                    <h3 class="pbminfotech-box-title">Lauren Walsh</h3>
                    <div class="pbminfotech-testimonial-detail">Lead Supervisor</div>
                </div>
            </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.