/* ------------------------

    Table of Contents


  1. General
  2. Transition
  3. Helper class
  4. Text color
  5. Background color
  6. Header
  7. Navigation
  8. Section Title
  09. Button
  10. Table And Precode
  11. Scroll To Top

/* ------------------------
    General
------------------------*/
 
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;600;700;900&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap" rel="stylesheet');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 0.3px;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #525252;
    overflow-x: hidden;
}
a,
.btn  {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;

    transition: all 0.5s ease-in-out 0s;
}
a:focus {
    text-decoration: none !important;
}
a:focus,
a:hover {
    color: #76ba43;
    text-decoration: none !important;
}
a,
button,
input {
    outline: medium none !important;
    color: #76ba43;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 36px;
    font-style: normal;
    line-height: 50px;
    font-weight: bold;
    text-transform: capitalize; 
    color: #101010;
}

h2 {
    font-size: 38px;
    font-style: normal;
    line-height: 50px;
    font-weight: 300;
    color: #282925;
    text-transform: capitalize;
}

h3 {
    font-size: 26px;
    font-style: normal;
    line-height: 36px;
}

h4 {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #282925;
}

h5 {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}
*::-moz-selection {
    background: #76ba43;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #76ba43;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #76ba43;
    color: #fff;
    text-shadow: none;
}

/* ------------------------
    Helper class
------------------------*/
.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.o-hidden {
    overflow: hidden;
}
.img-center {
    display: inline-block !important;
    max-width: 100%;
}
.fa {
    line-height: inherit;
}
section {
    padding: 0 0;
}
section > .container{
	padding-top: 100px;
}
h2 span {
    color: #76ba43;
    font-weight: bold;
}
pre{    
    font-size: 100%;
}

/* ------------------------
    Text color
------------------------*/

.text-theme {
    color: #76ba43;
}
.text-white {
    color: #ffffff;
}

/* ------------------------
    Background color
------------------------*/
.skin-bg-color {
    background: #76ba43;
}
.dark-bg {
    background: #222;
}
/* ------------------------
    Header
------------------------*/

.site-header,
.fullscreen,
.banner {
    position: relative;
}

.site-header+.fullscreen {
    margin-bottom: -85px;
    top: -85px;
}

.site-header,
.top-bar,
header .container {
    position: relative;
    z-index: 99;
}

.site-header {
    background: #fafafa
}

.header-transparent {
    background: transparent;
}

#header-wrap {
    padding: 20px;
    width: 100%;
    background: #76ba43;
}

#header-wrap.fixed-header {
    position: fixed;
    padding: 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #282925;
    -webkit-box-shadow: 0 0 13px 3px rgba(255, 255, 255, 0.07);

    -moz-box-shadow: 0 0 13px 3px rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 13px 3px rgba(255, 255, 255, 0.07);
}

.logo img {
    height: 70px;
}

/* ------------------------
    Navigation
------------------------*/
.navbar {
    padding: 0;
}

.navbar-nav li {
    margin: 0 2px;
}

.navbar-nav li:last-child {
    margin-right: 0;
}
body .navbar-nav .nav-link {
    position: relative;
    color: #282925;
    font-family: "Heebo","Trebuchet MS";
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.5px;
    border-radius: 10px;
    padding: 5px 20px !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
    color: #000;
    background: #fff;
}
.fixed-header .navbar-nav .nav-link:hover,
.fixed-header .navbar-nav .nav-item .nav-link.active {
    color: #ffffff;
    background: #76ba43;
}
.fixed-header .navbar-nav .nav-item .nav-link {
    color: #ffffff
}

/* ------------------------
    Section Title
------------------------*/
.section-title h3 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
    color: #282925;
    line-height: inherit;
}

.section-title h3:before,
.section-title h3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #76ba43;
    height: 100%;
    width: 2px;
}
.section-title h3:after {
    left: 10px;
}

.title-bar{
    background: #fafafa;
    padding: 80px 0;
}

/* ------------------------
    Button
------------------------*/

a.link-btn,
.pbmit-btn {
    font-family: "Quicksand", sans-serif;;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.pbmit-btn {
	position: relative;
    display: inline-flex;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: 0px;
	text-transform: capitalize;
	font-style: normal;
    padding: 14px 55px 13px 30px;
	border-radius: 10px;
    background-color: #76ba43;
    border: none;
	transition: all .3s;
	z-index: 1;
	color: #fff;
	overflow: hidden;
}
.pbmit-btn:before{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 101%;
    content: "";
    z-index: -1;
	transform: scale(0, 1);
	transform-origin: top right;
	transition: transform 500ms cubic-bezier(.86,0,.07,1),-webkit-transform 500ms cubic-bezier(.86,0,.07,1);
	transition-timing-function: cubic-bezier(.86,0,.07,1);
}
.pbmit-btn:before{
	background-color: #000;
}
.pbmit-btn .pbmit-button-text{
	display: inline-block;
}
.pbmit-btn .pbmit-button-text:before{
	content: '\e878';
    font-family: "pbminfotech-base-icons";
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    right: 29px;
    top: 15px;
    left: auto;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}
.pbmit-btn:hover{
	color: #fff;
}
.pbmit-btn:hover:before{
	transform: scale(1, 1);
	transform-origin: bottom left;
	background-color: #000;
}
.pbmit-btn.outline{
	border: 2px solid #000;
	color: #000;
	background-color: transparent;
}
.pbmit-btn.outline .pbmit-button-text:before{
	color: #000;
}
.pbmit-btn.outline:hover,
.pbmit-btn.outline:hover .pbmit-button-text:before{
	color: #fff;
}

/* ------------------------

    Table And Precode

------------------------*/

.str,
.atv {
    color: #d14;
}

.typ,
.atn,
.dec,
.var {
    color: teal;
}

.kwd,
.linenums .tag {
    color: #1e347b;
}

.pln {
    color: #48484c;
}

.overflow-auto {
    overflow: auto;
}

.prettyprint {
    background-color: #eceff8;
    border: 1px solid #e1e1e8;
    padding: 8px;
    border-radius: 5px;
}

.prettyprint.linenums {
    box-shadow: 40px 0 0 #fbfbfc inset, 41px 0 0 #ececf0 inset;
}

ol.linenums {
    padding: 0 0 0 30px;
}

ol.linenums li {
    color: #bebec5;
    line-height: 18px;
    padding-left: 12px;
    text-shadow: 0 1px 0 #fff;
}

table {
    border: 1px solid #e1e1e8;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td {
    border-bottom: 1px solid #e1e1e8;
    border-right: 1px solid #e1e1e8;
    padding: 15px;
}

.label-danger {
    background-color: #FF0000;
    padding: 0.5em 0.6em;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 5px;
}

.table>tbody>tr>td,
.cart-table.table>tbody>tr>th,
.cart-table.table>tfoot>tr>td,
.cart-table.table>tfoot>tr>th,
.cart-table.table>thead>tr>td,
.cart-table.table>thead>tr>th {

    vertical-align: middle;
}



/* ------------------------

    Scroll To Top

------------------------*/

#scroll-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    background: #76ba43;
    border: 2px solid #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    bottom: 65px;
    right: 25px;
    z-index: 999;
    font-size: 22px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

#scroll-top .top:hover {
    background: #ffffff;
    border: 2px solid #76ba43;
    color: #76ba43
}