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

Advasy Introduction

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

<!-- Advasy Icon -->
<link rel="stylesheet" href="fonts/pbmit-advasy-icon/pbmit_advasy.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="Advasy">

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:

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

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

<!-- "Playfair Display", serif; -->
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..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 class="pbmit-btn" href="#">
    <span class="pbmit-button-content-wrapper">
        <span class="pbmit-btn-dot"></span>
        <span class="pbmit-button-text">Button</span>
    </span>
</a>

Button Button
.pbmit-btn
<a class="pbmit-btn outline" href="#">
    <span class="pbmit-button-content-wrapper">
        <span class="pbmit-btn-dot"></span>
        <span class="pbmit-button-text">Button</span>
    </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">
        <div class="pbmit-contents-wraper">
            <h4 class="pbmit-fid-counter">
                <span class="pbmit-fid-before"></span>
                <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="5362" data-interval="100" data-before="" data-before-style="" data-after="" data-after-style="">5362</span>
                <span class="pbmit-fid"><span>+</span></span>
            </h4>
        </div>
        <div class="pbmit-ihbox-icon">
            <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                <svg enable-background="new 0 0 510 510" height="512" viewBox="0 0 510 510" width="512" xmlns="http://www.w3.org/2000/svg">
                    <g>
                        <path d="m295.961 199.695c-8.746-14.362-23.988-22.937-40.776-22.937-13.448 0-25.886 5.44-35.023 15.319-8.17 8.833-12.67 20.331-12.67 32.374 0 26.299 21.396 47.694 47.694 47.694s47.694-21.396 47.694-47.694c0-4.896-.736-9.719-2.188-14.334-1.147-3.643-2.739-7.149-4.731-10.422z"></path>
                        <path d="m267.302 303.075h-24.234c-26.355 0-50.571 13.253-64.777 35.451-7.936 12.399-12.131 26.734-12.131 41.457v53.124h178.051v-53.124c0-14.722-4.195-29.057-12.131-41.457-14.207-22.198-38.423-35.451-64.778-35.451z"></path>
                        <ellipse cx="135.185" cy="149.325" rx="72.433" ry="72.433" transform="matrix(.924 -.383 .383 .924 -46.854 63.1)"></ellipse>
                        <path d="m136.16 379.983c0-20.466 5.831-40.394 16.863-57.629 12.035-18.805 29.242-32.979 49.135-41.193-12.593-11.783-21.261-27.696-23.845-45.555-11.373 9.851-24.971 16.152-43.128 16.152-23.065 0-44.371-7.665-61.512-20.578-22.066 9.376-41.147 25.252-54.558 46.207-12.505 19.539-19.115 42.128-19.115 65.326v59.046h136.16z"></path>
                        <ellipse cx="374.815" cy="149.325" rx="72.433" ry="72.433" transform="matrix(.707 -.707 .707 .707 4.192 308.771)"></ellipse>
                        <path d="m490.885 277.388c-13.411-20.955-32.491-36.831-54.558-46.208-17.141 12.914-38.447 20.579-61.511 20.579-18.066 0-31.47-6.79-42.629-17.126-2.405 18.254-11.153 34.533-23.974 46.529 19.893 8.213 37.101 22.388 49.135 41.193 11.032 17.237 16.863 37.165 16.863 57.629v21.775h135.789v-59.046c0-23.197-6.61-45.786-19.115-65.325z"></path>
                    </g>
                </svg>
            </div>
        </div>
        <h3 class="pbmit-fid-title">Employment law<br> concerning</h3>
    </div>		
</div>
        	   
Counter Style 2
<div class="pbminfotech-ele-fid-style-2">
    <div class="pbmit-fld-contents">
        <div class="pbmit-contents-wraper">
            <h4 class="pbmit-fid-counter">
                <span class="pbmit-fid-before"></span>
                <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="92" data-interval="5" data-before="" data-before-style="" data-after="" data-after-style="">92</span>
                <span class="pbmit-fid"><span>%</span></span>
            </h4>
            <span class="pbmit-fid-title">Client Satisfaction Rate</span>
        </div>
    </div>			
</div>
			   
Counter Style 3
<div class="pbminfotech-ele-fid-style-3">
    <div class="pbmit-fld-contents">
        <h4 class="pbmit-fid-counter">
            <span class="pbmit-fid-before"></span>
            <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="16" data-interval="2" data-before="" data-before-style="" data-after="" data-after-style="">16</span>
            <span class="pbmit-fid"><sup>+</sup></span>
        </h4>
        <h3 class="pbmit-fid-title">Experience Lawyers <span class="pbmit-playfair-font">in <br>law Business</span></h3>
    </div>			
</div>
			   
Counter Style 4
<div class="pbminfotech-ele-fid-style-4">
    <div class="pbmit-fld-contents">
        <div class="pbmit-contents-box">
            <h4 class="pbmit-fid-counter">
                <span class="pbmit-fid-before"></span>
                <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="25" data-interval="2" data-before="" data-before-style="" data-after="" data-after-style="">25</span>
                <span class="pbmit-fid"><sup>+</sup></span>
            </h4>
            <span class="pbmit-fid-title">Experience Lawyers in <br>law business</span>
        </div>
    </div>		
</div>
			   
Counter Style 5
<div class="pbminfotech-ele-fid-style-5">
    <div class="pbmit-fld-contents">
        <div class="pbmit-circle-outer" data-digit="86" data-fill="#b99d6a" data-emptyfill="" data-before="" data-before-type="" data-after="<span>%</span>" data-after-type="span" data-thickness="5" data-size="130">
            <div class="pbmit-circle">
                <h3 class="pbmit-fid-inner">
                    <span class="pbmit-fid-before"></span>
                    <span class="pbmit-number-rotate numinate" data-appear-animation="animateDigits" data-from="0" data-to="86" data-interval="3" data-before="" data-before-style="" data-after="" data-after-style="">86</span>
                    <span class="pbmit-fid"><span>%</span></span>
                </h3>
            </div>
        </div>
        <span class="pbmit-fid-title">Increase in <br>Success cases</span>
    </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 enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
                        <path clip-rule="evenodd" d="m206.8 129.3c0-2.24-.11-4.44-.34-6.62 6.34-2.12 13.1-3.28 20.15-3.28l18.37 8.35-11.04 19.1h22.08 22.08l-11.04-19.1 18.37-8.35c7.02 0 13.78 1.16 20.12 3.28-.23 2.18-.34 4.39-.34 6.62 0 23.97 13.3 44.8 32.92 55.59-37.1.45-68.27 26.66-76.39 61.47h-11.46c-8.12-34.81-39.26-61.02-76.36-61.47 19.6-10.78 32.88-31.61 32.88-55.59zm49.21-34.04c26.15 0 47.35-21.23 47.35-47.38 0-26.18-21.2-47.38-47.35-47.38-26.18 0-47.38 21.2-47.38 47.38.01 26.15 21.2 47.38 47.38 47.38zm-112.55 81.42c26.18 0 47.38-21.2 47.38-47.38 0-26.15-21.2-47.35-47.38-47.35-26.15 0-47.35 21.2-47.35 47.35 0 26.18 21.19 47.38 47.35 47.38zm44.8 99.91c0-4.42 3.59-7.98 8.01-7.98 4.39 0 7.98 3.57 7.98 7.98v51.23h32.1v-63.48c0-34.93-28.56-63.48-63.48-63.48l-18.37 8.32 11.04 19.13h-22.08-22.08l11.04-19.13-18.37-8.32c-34.93 0-63.48 28.56-63.48 63.48v50.97c3.99-2.21 8.58-3.48 13.44-3.48h18.68v-35.24c0-4.42 3.57-7.98 7.98-7.98 4.42 0 7.98 3.57 7.98 7.98v35.24h40.05c11.07 0 20.66 6.57 25.08 15.99h24.48zm180.28-99.91c26.15 0 47.38-21.2 47.38-47.38 0-26.15-21.23-47.35-47.38-47.35s-47.38 21.2-47.38 47.35c.01 26.18 21.23 47.38 47.38 47.38zm29.41 24.17-18.37 8.32 11.04 19.13h-22.08-22.08l11.04-19.13-18.37-8.32c-34.93 0-63.48 28.56-63.48 63.48v63.48h32.12v-51.23c0-4.42 3.57-7.98 7.98-7.98 4.42 0 7.98 3.57 7.98 7.98v51.23h89.61v-51.23c0-4.42 3.59-7.98 7.98-7.98 4.42 0 8.01 3.57 8.01 7.98v51.23h32.09v-63.48c.01-34.92-28.54-63.48-63.47-63.48zm-259.25 287.22h-74.69c-6.45 0-11.72 5.29-11.72 11.72 0 6.45 5.26 11.72 11.72 11.72h74.69c6.45 0 11.72-5.26 11.72-11.72 0-6.43-5.27-11.72-11.72-11.72zm4.64-121.25-.23.03c-.14.03-.25.06-.4.06-.11.03-.23.03-.37.06l-.25.03-.06.03c-.14 0-.25.03-.37.03l-.25.03c-.17 0-.34.03-.51.03l-.14.03c-.2 0-.42.03-.62.03h-.03c-.23.03-.45.03-.68.03h-.03c-.25 0-.48.03-.71.03h-74.68c-.71 0-1.42-.03-2.12-.08h-.03c-.23-.03-.42-.06-.65-.06l-.06-.03c-.23 0-.42-.03-.65-.06h-.03c-.23-.03-.45-.06-.68-.11-12.28 35.18-12.28 70.36 0 105.54 1.36-.2 2.77-.31 4.22-.31h74.69c1.61 0 3.17.14 4.7.4 11.63-35.24 11.63-70.47 0-105.71zm-4.64-15.6c6.45 0 11.72-5.26 11.72-11.72 0-6.42-5.26-11.69-11.72-11.69h-74.69c-6.45 0-11.72 5.26-11.72 11.69 0 6.45 5.26 11.72 11.72 11.72zm297.26 45.49h-269.35c1.98 15.28 1.98 30.59 0 45.91h269.35c12.62 0 22.95-10.33 22.95-22.95 0-12.63-10.33-22.96-22.95-22.96z" fill-rule="evenodd"/>
                    </svg>
                </div>
            </div>
            <div class="pbmit-ihbox-contents">
                <h2 class="pbmit-element-title">
                    First Choice
                </h2>
                <div class="pbmit-heading-desc">Advasy is the first choice for criminal law strategic defence</div>
            </div>
        </div>
    </div>
</article>
                    
Icon box Style 2
<div class="pbmit-ihbox-style-2">
    <div class="pbmit-ihbox-box">
        <div class="pbmit-ihbox-icon">
            <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                <svg clip-rule="evenodd" fill-rule="evenodd" height="512" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg">
                    <g>
                        <path d="m12 1.25c-3.723 0-6.75 3.054-6.75 6.821 0 1.276.562 2.859 1.38 4.438 1.801 3.477 4.801 6.979 4.801 6.979.142.166.35.262.569.262s.427-.096.569-.262c0 0 3-3.502 4.801-6.979.818-1.579 1.38-3.162 1.38-4.438 0-3.767-3.027-6.821-6.75-6.821zm0 4c-1.518 0-2.75 1.232-2.75 2.75s1.232 2.75 2.75 2.75 2.75-1.232 2.75-2.75-1.232-2.75-2.75-2.75z"></path>
                        <path d="m16.784 17.377c.813.244 1.483.546 1.946.9.3.228.52.451.52.723 0 .16-.091.305-.219.45-.212.239-.527.454-.917.654-1.378.705-3.606 1.146-6.114 1.146s-4.736-.441-6.114-1.146c-.39-.2-.705-.415-.917-.654-.128-.145-.219-.29-.219-.45 0-.272.22-.495.52-.723.463-.354 1.133-.656 1.946-.9.396-.119.621-.538.502-.934-.119-.397-.538-.622-.934-.503-1.238.373-2.2.884-2.778 1.449-.508.495-.756 1.049-.756 1.611 0 .702.397 1.402 1.204 1.986 1.416 1.024 4.26 1.764 7.546 1.764s6.13-.74 7.546-1.764c.807-.584 1.204-1.284 1.204-1.986 0-.562-.248-1.116-.756-1.611-.578-.565-1.54-1.076-2.778-1.449-.396-.119-.815.106-.934.503-.119.396.106.815.502.934z"></path>
                    </g>
                </svg>
            </div>
        </div>
        <div class="pbmit-ihbox-contents">
            <h4 class="pbmit-element-subtitle">
                Office Address
            </h4>
            <div class="pbmit-heading-desc">1010 Rue Sainte-Catherine Ste 200, Montréal, QC H3B 5L1, Canada</div>
            <h2 class="pbmit-element-title">Get Direction</h2>
        </div>
        <a class="pbmit-link" href="" title="Go to Get Direction"></a>
    </div>
</div>
                    
Icon box Style 3
<article class="pbmit-miconheading-style-3">
    <div class="pbmit-ihbox-style-3">
        <div class="pbmit-ihbox-box">
            <div class="pbmit-ihbox-icon">
                <div class="pbmit-ihbox-icon-wrapper">
                    <div class="pbmit-ihbox-icon-type-text">1.</div>
                </div>
            </div>
            <div class="pbmit-ihbox-contents">
                <h2 class="pbmit-element-title">
                    Best Legal <br>Defence
                </h2>
                <div class="pbmit-heading-desc">Our attorneys bring decades of criminal defence experience</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 fill="none" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
                    <g fill="rgb(0,0,0)">
                        <path d="m5.29289 1.29291 1.41422 1.41421-3.70711 3.70711v.58578h4v6.99999h-6v-8.4142z"></path>
                        <path d="m15 7.00001h-4v-.58578l3.7071-3.70711-1.4142-1.41421-4.2929 4.29289v8.4142h6z"></path>
                    </g>
                </svg>
            </div>
        </div>
        <div class="pbmit-ihbox-contents">
            <h2 class="pbmit-element-title">“Justice isn’t given — it’s argued, earned, and defended in every courtroom battle.”</h2>
        </div>
    </div>
</div>
                    
Icon box Style 5
<article class="pbmit-miconheading-style-5">
    <div class="pbmit-ihbox-style-5">
        <div class="pbmit-ihbox-box">
            <div class="pbmit-icon-wrap">
                <div class="pbmit-ihbox-icon">
                    <div class="pbmit-ihbox-icon-wrapper">
                        <div class="pbmit-ihbox-icon-type-text">1</div>
                    </div>
                </div>
                <div class="pbmit-ihbox-contents">
                    <h2 class="pbmit-element-title">
                        Planning the case 
                    </h2>
                    <div class="pbmit-heading-desc">The work previous contractors, and this practice is not limited to handymen in quality, professionalism, skill level, and price.</div>
                </div>
            </div>
        </div>
    </div>
</article>
                    
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-contents">
                <h2 class="pbmit-element-title">
                    2022 : Excellence in ophthalmic care award
                </h2>
            </div>
            <div class="pbmit-heading-desc">Recognized for outstanding dedication to patient-centered eye care and clinical excellence in diagnostics and treatment.
                Presented by the National Ophthalmology Council during Annual Conference.
            </div>
        </div>
    </div>
</article>
					
Icon box Style 7
<div class="pbmit-ihbox-style-7">
    <div class="pbmit-ihbox-box">
        <div class="pbmit-ihbox-icon">
            <div class="pbmit-ihbox-icon-wrapper pbmit-icon-type-icon">
                <svg fill="none" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
                    <g fill="rgb(0,0,0)">
                        <path d="m5.29289 1.29291 1.41422 1.41421-3.70711 3.70711v.58578h4v6.99999h-6v-8.4142z"></path>
                        <path d="m15 7.00001h-4v-.58578l3.7071-3.70711-1.4142-1.41421-4.2929 4.29289v8.4142h6z"></path>
                    </g>
                </svg>
            </div>
        </div>
        <div class="pbmit-ihbox-contents">
            <h2 class="pbmit-element-title">“ If a metaverse is simply a series of interconnected virtual worlds, you could argue that there’s been very kind of clunky metaverses in the military since the 90s”</h2>
            <h4 class="pbmit-element-subtitle">
                Ronald Benson
            </h4>
        </div>
    </div>
</div>
					
Icon box Style 8
<div class="pbmit-ihbox-style-8">
    <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 100 100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
                    <path d="m80.0016403 63.6548691c-4.921814-3.3894005-11.7173538-1.9836426-15.0671005 3.0545654l-3.5403137 5.6227264c-.7699776 1.1716156-2.5555153 1.6500015-3.8435211.919693-12.6472931-7.3824768-23.2123414-17.4228286-31.187357-29.7744407-.8250008-1.2777557-.4860802-2.952034.7520256-3.893425l5.4179745-3.9241829c4.9153214-3.4931374 5.8425369-10.3040619 2.2330017-15.1797276l-10.0432453-13.4656386c-3.0595284-4.0238323-9.05058-4.4509487-12.4873209-.8120203-13.2839598 14.0082784-17.0657869 36.0807996 15.4517946 67.0907788 32.4779205 30.8935776 54.3380051 26.0444183 67.5452271 12.1921921 3.5531311-3.6785812 2.8137589-9.6619415-1.4045639-12.5115891z"></path>
                </svg>
            </div>
        </div>
        <div class="pbmit-ihbox-contents">
            <h2 class="pbmit-element-title">1-234-567-890</h2>
        </div>
        <a class="pbmit-link" href="" title="Go to 1-234-567-890"></a>
    </div>
</div>
                    
Icon box Style 9
<div class="pbmit-ihbox-style-9">
    <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">
                    <path clip-rule="evenodd" d="m256.961 133.157-39.15-81.265c83.306-72.885 187.165-27.191 185.424 69.087-.612 33.886-18.436 67.798-43.994 99.016-2.511.229-5.029.535-7.545.902-14.841-15.42-39.817-15.42-54.658 0-19.796-2.893-33.6-1.496-52.462 5.652-13.008 4.929-20.363 3.826-33.444.108l.195-2.347zm242.243 200.79c-6.003 21.129-32.296 36.786-55.053 36.786-22.579 0-48.625-15.604-54.893-36.504-1.314-2.462-1.251-5.428.167-7.83l38.608-65.136c-16.739 2.169-25.756-1.247-35.169-4.814-10.056-3.811-20.669-7.832-47.871-1.787-2.148 5.935-6.786 10.678-12.652 12.969l.032 159.568h45.462c1.652 0 3 1.348 3 3v16.465h-112.861v-16.465c0-1.652 1.348-3 3-3h45.462l-.032-159.564c-5.87-2.289-10.511-7.034-12.661-12.972-27.202-6.045-37.815-2.024-47.871 1.787-9.413 3.567-18.431 6.982-35.169 4.814l38.352 64.705c1.597 2.349 1.821 5.426.583 7.979-6.003 21.129-32.296 36.786-55.053 36.786-22.766 0-49.057-15.668-55.047-36.808-1.155-2.406-1.041-5.221.321-7.526l47.789-80.626c1.869-3.284 5.798-4.808 9.407-3.636 24.081 6.614 33.367 3.098 43.193-.626 11.854-4.492 24.356-9.226 54.004-3.054 3.377-7.762 11.112-13.19 20.117-13.19 9.004 0 16.74 5.428 20.117 13.19 29.647-6.172 42.15-1.438 54.004 3.054 9.822 3.722 19.105 7.237 43.165.634 3.488-1.152 7.427.231 9.373 3.523l47.596 80.3c1.595 2.348 1.819 5.424.58 7.978zm-294.621-68.556-33.827 57.07h67.654zm273.395 57.07-33.827-57.07-33.827 57.07zm-83.398 140.202h-140.351c-1.652 0-3 1.347-3 3v27.337c0 1.652 1.348 3 3 3h140.351c1.652 0 3-1.348 3-3v-27.337c0-1.653-1.348-3-3-3zm-219.979-246.969 41.804-85.119-35.452-91.43c-79.895-53.98-170.571-8.16-168.928 81.851 1.23 67.467 70.669 135.035 133.568 181.219l34.312-57.889z" fill-rule="evenodd"></path>
                </svg>
            </div>
        </div>
        <div class="pbmit-ihbox-contents">
            <h2 class="pbmit-element-title">Best legal defense</h2>
            <div class="pbmit-heading-desc">We protect rights, resolve and  uphold legal responsibilities.</div>
        </div>
    </div>
</div>
			        

Service Box

Use the below code to display Service Box style:

Service Box Style 2
<article class="pbmit-service-style-2">
    <div class="pbminfotech-post-item" style="background-image:url('images/demo-2/service/service-img-01b.jpg');">
        <div class="pbmit-content-box-wrap">
            <div class="pbmit-title-wrapper">
                <h3 class="pbmit-service-title">
                    <a href="#">Criminal Defense</a>
                </h3>
            </div>
            <div class="pbmit-service-icon">
                <svg enable-background="new 0 0 128 128" height="512" viewBox="0 0 128 128" width="512" xmlns="http://www.w3.org/2000/svg">
                    <g>
                        <path d="m17.5 98.4c9.6 0 17.3-7.8 17.3-17.3h-34.6c0 9.5 7.8 17.3 17.3 17.3z"/>
                        <path d="m110.4 98.4c9.6 0 17.3-7.8 17.3-17.3h-34.6c0 9.5 7.8 17.3 17.3 17.3z"/>
                        <path d="m110.5 46.9 14.5 31.4h3l-16.2-34.9v-9.2h-2.7v9.3c-.1.1-12.5 26.9-16.2 34.8h3z"/>
                        <path d="m18.9 34.2h-2.7v9.2l-16.2 34.9h3l14.6-31.4 14.5 31.4h3l-16.2-34.9z"/>
                        <path d="m17.5 31.6c.1 0 .1 0 0 0 3.6 0 6.5-2.9 6.5-6.5s-2.9-6.5-6.4-6.5c-3.6 0-6.5 2.9-6.5 6.5s2.9 6.5 6.4 6.5z"/>
                        <path d="m26.3 27.7h11.8c0 .1 0-5 0-5.3h-11.8c.5 1.8.5 3.6 0 5.3z"/>
                        <path d="m101.7 27.7c-.5-1.7-.5-3.5 0-5.3h-21.6v5.2h21.3c0 .1.1.1.3.1z"/>
                        <path d="m110.4 31.6c.1 0 .1 0 0 0 3.6 0 6.5-2.9 6.5-6.5s-2.9-6.5-6.4-6.5c-3.6 0-6.5 2.9-6.5 6.5s2.9 6.5 6.4 6.5z"/>
                        <path d="m45.9 65.2h27.3v3.3h-27.3z"/>
                        <path d="m64 33.7c.8 0 1.6-.3 2.3-.9-.4-1.2-.7-2.4-.7-3.7 0-.7.6-1.4 1.4-1.4h.6c0-.7 0-10.8 0-12.3 0-2-1.6-3.6-3.5-3.6-2.1 0-3.6 1.7-3.6 3.6v14.7c0 2 1.5 3.6 3.5 3.6z"/>
                        <path d="m70.3 27.7h7.1v-8.4c0-1.8-1.2-3.4-2.9-3.7-2.1-.4-4.2 1.3-4.2 3.5v.1z"/>
                        <path d="m78.4 30.5h-10c.6 3.8 4 6.8 8 6.8h2.3c.7 0 1.4.6 1.4 1.4v7.2c0 .7-.6 1.4-1.4 1.4s-1.4-.6-1.4-1.4v-5.9h-.9c-3.7 0-6.9-1.9-8.9-4.7-1 .7-2.3 1.1-3.6 1.1-1.5 0-2.8-.5-3.9-1.3-.8 2.5-3.1 4.4-6 4.4-3 0-5.5-2.1-6.1-5-1.4 1-3.1 1.4-4.8 1.1-.9-.2-1.7-.5-2.5-1.1v17.1c0 4.1 1.5 7.9 4.3 10.9h28.9l11.7-11.7c.9-.9 1.4-2.2 1.4-3.5 0-8.3 0-9.2 0-16.9z"/>
                        <path d="m54.2 36.7c2.1 0 3.6-1.7 3.6-3.6 0-5.4 0-9.8 0-14.7 0-2-1.6-3.6-3.6-3.6-1.9 0-3.5 1.5-3.5 3.6v14.7c-.1 2 1.5 3.6 3.5 3.6z"/>
                        <path d="m43.8 32.9c2.2.4 4.2-1.3 4.2-3.5v-7.5c0-2-1.6-3.6-3.6-3.6-2.1 0-3.6 1.7-3.6 3.6 0-.4 0 7.2 0 7.3 0 1.8 1.3 3.4 3 3.7z"/>
                        <path d="m74.6 71.2h-30.1c-.3 0-.6.3-.6.6v44.4h31.3v-44.4c0-.3-.3-.6-.6-.6z"/>
                    </g>
                </svg>
            </div>
        </div>
        <div class="pbmit-feature-box">
            <div class="pbmit-service-number">01</div>
            <div class="pbmit-featured-img-wrapper">
                <div class="pbmit-featured-wrapper">
                    <img src="images/demo-2/service/service-img-01.jpg" class="img-fluid" alt="">
                </div>
            </div>
        </div>
        <div class="pbmit-button-scroll">
            <a href="#" class="pbmit-scroll-text">Read More</a>
            <a href="#" class="pbmit-scroll-text">Read More</a>
            <a href="#" class="pbmit-scroll-text">Read More</a>
            <a href="#" class="pbmit-scroll-text">Read More</a>
            <a href="#" class="pbmit-scroll-text">Read More</a>
        </div>
        <div class="pbmit-service-description">
            <p>The challenge criminal charges brought accused person is known as the defendant, and they are presumed innocent until proven guilty</p>
        </div>
    </div>
</article>
                    	

Progress Bar

Use the below code to display Progress Bar style:

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

Team

Use the below code to display Team:

Team Style 1
<article class="pbmit-team-style-1">
    <div class="pbminfotech-post-item">
        <div class="pbmit-featured-inner">
            <div class="pbmit-featured-img-wrapper">
                <div class="pbmit-featured-wrapper">
                    <img src="images/demo-2/team/team-img-01.jpg" class="" alt="">
                </div>
            </div>
        </div>
        <div class="pbminfotech-box-content">
            <div class="pbmit-box-title-wrap">
                <h3 class="pbmit-team-title">
                    <a href="#">Ethan Ford</a>
                </h3>
                <div class="pbminfotech-box-team-position">Estate Planning & Probate</div>
            </div>
        </div>
        <div class="pbmit-team-social">
            <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-logo"></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-logo"></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>
</article>
                        
Team Style 2
<div class="pbmit-element-team-style-2">
    <div class="pbminfotech-post-item">
        <div class="pbmit-post-inner">
            <div class="pbmit-featured-inner">
                <div class="pbmit-featured-img-wrapper">
                    <div class="pbmit-featured-wrapper">
                        <img src="images/demo-1/team/team-img-01.jpg" class="img-fluid" alt="">
                    </div>
                </div>
            </div>
            <div class="pbminfotech-box-content">
                <div class="pbmit-box-title-wrap">
                    <h3 class="pbmit-team-title">
                        <a href="#">Ethan Ford</a>
                    </h3>
                    <div class="pbminfotech-box-team-position">Estate Planning & Probate</div>
                </div>
            </div>
            <div class="pbmit-team-social">
                <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-logo"></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-logo"></i></span>
                        </a>
                    </li>
                    <li class="pbmit-social-li pbmit-social-instagram">
                        <a href="#" title="Instagram" target="_blank">
                            <span><i class="pbmit-base-icon-instagram"></i></span>
                        </a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
</div>
                        

Testimonial

Use the below code to display Testimonial:

Testimonial Style 1
<article class="pbmit-testimonial-style-1">
    <div class="pbminfotech-post-item">
        <div class="pbminfotech-box-author">
            <div class="pbmit-auther-title-wrapper">
                <h3 class="pbminfotech-box-title">Drew Parke</h3>
            </div>
            <div class="pbminfotech-testimonial-detail">Senior Legal Advisor</div>
        </div>
        <div class="pbminfotech-box-desc">
            <blockquote class="pbminfotech-testimonial-text">
                <p>I appreciated how collaborative and transparent the team was from start to finish. They worked within my budget, respected my taste, and introduced creative ideas I’d never have thought of.  It’s elegant, comfortable, and completely us. Now I get to live in a space that inspires me every day’s life.</p>
            </blockquote>
        </div>
    </div>
</article>
                    	
Testimonial Style 2
<article class="pbmit-testimonial-style-2">
    <div class="pbminfotech-post-item">
        <div class="pbmit-contant-wrapper">
            <div class="pbminfotech-box-star-ratings">
                <i class="pbmit-base-icon-pointed-star pbmit-active"></i>
                <i class="pbmit-base-icon-pointed-star pbmit-active"></i>
                <i class="pbmit-base-icon-pointed-star pbmit-active"></i>
                <i class="pbmit-base-icon-pointed-star pbmit-active"></i>
                <i class="pbmit-base-icon-pointed-star"></i>
            </div>
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">
                    <p>I appreciated how collaborative and transparent the team was from start to finish. They worked within my budget, respected my taste, and introduced creative ideas I’d never have thought of.  It’s elegant, comfortable, and completely us. Now I get to live in a space that inspires me every day’s life.</p>
                </blockquote>
            </div>
            <div class="pbminfotech-box-author">
                <div class="pbmit-auther-title-wrapper">
                    <h3 class="pbminfotech-box-title">Drew Parke</h3>
                </div>
                <div class="pbminfotech-testimonial-detail">Senior Legal Advisor</div>
            </div>
        </div>
        <div class="pbmit-featured-img-wrapper">
            <div class="pbmit-featured-wrapper">
                <img src="images/demo-1/testimonial/testimonial-img-01.jpg" class="img-fluid" alt="">
            </div>
        </div>
    </div>
</article>
                  	    
Testimonial Style 3
<article class="pbmit-testimonial-style-3">
    <div class="pbminfotech-post-item">
        <div class="pbmit-hover-image">
            <div class="pbmit-featured-img-wrapper">
                <div class="pbmit-featured-wrapper">
                    <img src="images/demo-2/testimonial/testimonial-img-01.jpg" class="img-fluid" alt="">
                </div>
            </div>
        </div>
        <div class="pbmit-contant-wrapper">
            <div class="pbminfotech-box-author">
                <div class="pbmit-auther-title-wrapper">
                    <h3 class="pbminfotech-box-title">Drew Parke</h3>
                </div>
                <div class="pbminfotech-testimonial-detail">Senior Legal Advisor</div>
            </div>
            <div class="pbminfotech-box-desc">
                <blockquote class="pbminfotech-testimonial-text">
                    <p>I appreciated how collaborative and transparent the team was from start to finish. They worked within my budget, respected my taste, and introduced creative ideas I’d never have thought of.  It’s elegant, comfortable, and completely us. Now I get to live in a space that inspires me every day’s life.</p>
                </blockquote>
            </div>
        </div>
    </div>
</article>
                  	    

Contact Form Setup

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

Prerequisites

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

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

1. Get SMTP from your hosting service provider

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


2. Get SMTP from your Gmail account

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

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


Setting SMTP details in send.php script file

Open send.php file and edit as described below:

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

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

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

Browser Support

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

How to rate this item

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

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

Advance Thanks in Anticipation!

Source & Credits

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


Images



Scripts



CSS & Fonts



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