/*
Template: Ecofuel - Electric Car & Charging Station HTML Template
Author: Peacefulqode.com
Version: 1.1
Design and Developed by: Peaceful Qode
*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Table of contents
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

--> Fonts
--> Moz Selection
--> General
--> Loading
--> Back to Top
--> WordPress Core
--> Button Core
--> Section Title
--> Icon Box
--> Background Images
--> Custom CSS

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[ End table content ]
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Fonts
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/Futura PT/FuturaPT-Book.eot');
	src: url('../fonts/Futura PT/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura PT/FuturaPT-Book.woff2') format('woff2'), url('../fonts/Futura PT/FuturaPT-Book.woff') format('woff'), url('../fonts/Futura PT/FuturaPT-Book.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PTM';
    src: url('../fonts/Futura PTM/FuturaPT-Medium.eot');
	src: url('../fonts/Futura PTM/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura PTM/FuturaPT-Medium.woff2') format('woff2'), url('../fonts/Futura PTM/FuturaPT-Medium.woff') format('woff'), url('../fonts/Futura PTM/FuturaPT-Medium.ttf') format('truetype');
	font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Moz Selection
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

:root {
	--primary-color: #86bb45;
	--dark-color: #2c2c2c;
	--secondary-color: #848484;
	--grey-color: #f7f9fa;
	--white-color: #ffffff;
	--body-fonts: 'Futura PT Book';
	--title-fonts: 'Futura PTM';
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

::selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

/*+++++++++++++++++++++++++++++++++++++++++++++
General
+++++++++++++++++++++++++++++++++++++++++++++*/

body {
	background: var(--white-color);
	font-family: var(--body-fonts);
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.8;
	color: var(--secondary-color);
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-fonts);
	color: var(--dark-color);
	font-style: normal;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0;
	word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-style: normal;
	line-height: 48px;
}

h2 {
	font-size: 36px;
	font-style: normal;
	line-height: 44px;
}

h3 {
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
}

h4 {
	font-size: 28px;
	font-style: normal;
	line-height: 36px;
}

h5 {
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
}

/*+++++ HTML Tags +++++*/
a, .button {
	color: var(--primary-color);
	outline: none !important;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}

a:focus,
a:hover {
	color: var(--primary-color);
	outline: none;
	text-decoration: none !important;
}

p {
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

pre {
	background: var(--white-color);
	padding: 15px;
	border: 1px solid var(--grey-color);
}

hr {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 0px;
}

b,
strong {
	font-weight: 500;
}

/*+++++ Lists (Nested) +++++*/
ol,
ul {
	padding-left: 25px;
	margin-bottom: 1em;
}

ol li {
	list-style: decimal;
}

ol ol {
	padding-left: 25px;
}

ul li {
	list-style: inherit;
}

/*+++++ Definition Lists +++++*/
dl dd {
	margin-bottom: 15px;
}

dl dd:last-child {
	margin-bottom: 0px;
}

/*+++++ Table +++++*/
table {
	border: 1px solid var(--grey-color);
	width: 100%;
	margin-bottom: 20px;
}

table td,
table th {
	border: 1px solid var(--grey-color);
	padding: 8px;
	text-align: center;
}

/*+++++ Input Textarea +++++*/
input,
input.form-control {
	background: var(--grey-color);
	border: 1px solid var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 0 15px 0 15px;
	height: 54px;
	line-height: 54px;
	outline: none;
	transition: all 0.5s ease-in-out;
	border-radius: 5px;
	margin-bottom: 30px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
	border-color: var(--primary-color);
	outline: none;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	float: none;
	margin-right: 5px;
}

textarea {
	background: var(--grey-color);
	border: 1px solid var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: left;
	padding: 10px 15px;
	outline: none;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
	margin-bottom: 30px;
}

/*+++++ Select +++++*/
select,
select.form-control {
	border: 1px solid var(--dark-color);
	color: var(--dark-color);
	width: 100%;
	float: left;
	padding: 0 30px 0 15px;
	height: 51px;
	line-height: 48px;
	outline: none;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
	background-repeat: no-repeat;
	background-position: right 16px bottom 50%;
	background-size: 20px 20px;
}

.pq-bg-grey {
	background-color: var(--grey-color) !important;
}

.pq-bg-dark {
	background-color: var(--dark-color) !important;
}

.pq-bg-primary {
	background-color: var(--primary-color) !important;
}

.pq-bg-white {
	background-color: var(--white-color) !important;
}

.pq-text-white{
	color: var(--white-color) !important;
}

/*+++++ Container +++++*/
.container {
	max-width: 1300px;
    position: relative;
}

section{
	padding: 130px 0;
	position: relative;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
Loading
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#pq-loading {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: var(--white-color);
}

#pq-loading img {
	height: 90px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
Back To Top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#back-to-top .top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	margin: 0px;
	color: var(--white-color);
	background: var(--primary-color);
	z-index: 999;
	border: 1px solid var(--primary-color);
	font-size: 26px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 90000px;
	-moz-border-radius: 90000px;
	border-radius: 90000px;
}

#back-to-top .top:hover {
	background: var(--primary-color);
	color: var(--white-color);
	border: 1px solid var(--primary-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
WordPress Core
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++ Text meant only for screen readers +++++*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 0px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: var(--grey-color);
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Button Core
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

[type="button"],
[type="reset"],
[type="submit"] {
	position: relative;
	width: auto;
	background: var(--dark-color);
	color: var(--white-color);
	font-weight: 400;
	padding: 12px 45px;
	line-height: 2;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	height: auto;
	border-radius: 5px;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.pq-button {
	position: relative;
	width: auto;
	background: var(--dark-color);
	color: var(--white-color);
	font-weight: 400;
	padding: 12px 30px;
	line-height: 2;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
}

.pq-button:hover,
.pq-button:focus {
	background: var(--primary-color);
	color: var(--white-color);
}

.pq-button .pq-button-block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.pq-button span {
	transition: all 0.5s ease-in-out;
}

.pq-button:hover .pq-button-text {
	transform: translate(60px, 0px);
}

.pq-button .pq-button-line-left {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: var(--white-color);
	width: 0;
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	opacity: 0;
}

.pq-button:hover .pq-button-line-left {
	width: 45px;
	opacity: 1;
	transform: translate(30px, 0px);
}

.pq-button .pq-button-line-right {
	background: var(--white-color);
	width: calc(60px - 1px);
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	opacity: 1;
	margin-left: 15px;
}

.pq-button:hover .pq-button-line-right {
	transform: scale(1);
	opacity: 0;
}

/*===== Button link =====*/
.pq-button.pq-btn-link {
	padding: 0;
	background: transparent;
	color: var(--primary-color);
	line-height: 1;
	float: left;
}

.pq-button.pq-btn-link .pq-button-line-left,
.pq-button.pq-btn-link .pq-button-line-right {
	background: var(--primary-color);
}

.pq-button.pq-btn-link:hover .pq-button-line-left {
	transform: translate(0, 0px);
}

/*===== Button link =====*/
.pq-button.pq-btn-outline {
	background: transparent;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.pq-button.pq-btn-outline .pq-button-line-left,
.pq-button.pq-btn-outline .pq-button-line-right {
	background: var(--primary-color);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
Section Title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-section-title-box.text-center {
	position: relative;
	margin-bottom: 60px;
	padding: 0 15em;
}

.pq-section-title-box .pq-section-sub-title {
	font-family: var(--title-fonts);
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
	color: var(--primary-color);
	width: 100%;
	margin: 0 0 10px;
	padding-right: 45px;
}

.pq-section-title-box .pq-section-title {
	font-size: 48px;
	line-height: 56px;
	font-weight: 500;
	font-family: var(--title-fonts);
	margin: 0 0 5px;
}

.pq-section-title-box .pq-section-sub-title::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: var(--primary-color);
	height: 1px;
	width: 35px;
}

.pq-section-title-box.text-center .pq-section-sub-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: var(--primary-color);
	height: 1px;
	width: 35px;
}

.pq-section-title-box.text-center .pq-section-sub-title {
	padding-left: 45px;
}

.pq-section-title-box .pq-section-description {
	margin: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
Icon Box
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-icon-box.pq-style-10 .pq-icon{
	margin-bottom: 15px;
}

.pq-icon-box.pq-style-10 .pq-icon span{
	background: var(--primary-color);
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    border-radius: 50%;
	text-align: center;
}

.pq-icon-box.pq-style-10 .pq-icon span i{
	font-size: 50px;
    color: var(--white-color);
	line-height: 2;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
Image Box
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-image-box.pq-style-1{
	padding: 45px 15px;
	background: var(--white-color);
}

.pq-image-box.pq-style-1 img{
	width: 93px;
	height: 93px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
Background Images
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-bg-img-1:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background: url(../images/background-images/1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.pq-bg-img-2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background: url(../images/background-images/2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
Custom CSS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-mb-30{
	margin-bottom: 30px;
}

.pq-90{
	padding: 90px 0;
}

.pq-60{
	padding: 60px 0;
}

.pq-60 .owl-carousel .owl-item img{
	width: 80%;
	margin: 0 auto;
}

.rwd{
	background-color: #F5F9FF;
}

.blogging .col-lg-6:last-child{
	padding-right: 90px;
}

.pq-pt-90-pb-30{
	padding-top: 90px;
	padding-bottom: 30px;
}

.e-support{
	background-color: #F5F9FF;
}

.pq-150{
	padding: 150px 0;
}

.homepages{
	background-color: #F5F9FF;
}

.homepages .container-fluid .col-lg-12{
	padding: 0 90px;
}

.homepages .container-fluid .col-lg-12 img{
	width: 90%;
}

.homepages h4 a:hover{
	color: var(--dark-color);
}

.innerpages .container-fluid .col-lg-12{
	padding: 0 90px;
}

.innerpages .container-fluid .col-lg-12 img{
	width: 90%;
}

.innerpages h5 a:hover{
	color: var(--dark-color);
}

.pq-image-box.pq-style-1 .pq-image{
	margin-bottom: 15px;
}