/*
Template: Electrik - Electricity Services HTML Template
Author: peacefulqode.com
Version: 1.0
Design and Developed by: Peacefulqode
*/

/*================================================
[  Table of contents  ]
================================================

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> OWL Carousel
==> Blog author
==> Blog
==> Blog Single Post
==> Pagination
==> Error
==> Dummy data
==> Breadcrumb
==> Section Title
==> Video Popup
==> Service Single
==> Header
==> Footer
==> Fancy-box
==> Service Box
==> Client
==> Process Step
==> Circle Progress
==> Progressbar
==> Counter
==> Team
==> Timelines
==> FAQ
==> Portfoliobox
==> Isotope Portfolio
==> Testimonial
==> Pricing Plan
==> From
==> Background Images

======================================
[ End table content ]
======================================*/

/*+++++++++++++++++++++++++++++++++++++++++++++++
Fonts
++++++++++++++++++++++++++++++++++++++++++++++++*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*+++++++++++++++++++++++++++++++++++++++++++++++
Moz Selection
++++++++++++++++++++++++++++++++++++++++++++++++*/


:root {
	--primary-color: #ff7617;
	--dark-color: #15141c;
	--secondary-color: #616161;
	--grey-color: #f7f7f7;
	--white-color: #ffffff;
	--title-fonts: 'Lexend Deca', sans-serif;
	--body-fonts: 'DM Sans', sans-serif;
}

::-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: 1rem;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	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: 600;
	margin: 0;
	-ms-word-wrap: break-word;
	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;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

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: 600;
}

/*+++++++++++++ Lists (Nested) ++++++++++++++*/
ol,
ul {
	padding-left: 25px;
	margin-bottom: 1em;
}

ol li {
	list-style: decimal;
}

ol ol {
	padding-left: 25px;
}

ul li {
	list-style: none;
}

/*+++++++++++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 rgba(0, 0, 0, .1);
	color: var(--dark-color);
	width: 100%;
	float: none;
	font-size: 16px;
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	margin-bottom: 30px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
	border-color: var(--primary-color);
	outline: none;
	box-shadow: none;
	background-color: var(--grey-color);
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	float: none;
	margin-right: 5px;
}

textarea {
	background: var(--grey-color);
	border: 1px solid rgba(0, 0, 0, .1);
	color: var(--dark-color);
	width: 100%;
	float: none;
	padding: 10px 15px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	margin-bottom: 30px;
}

/*+++++++++++++ Select +++++++++++++++*/
select,
select.form-control {
	border: 1px solid var(--grey-color);
	color: var(--secondary-color);
	width: 100%;
	float: none;
	padding: 0 30px 0 15px;
	height: 54px;
	line-height: 54px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	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-color: var(--grey-color);
	background-repeat: no-repeat;
	background-position: right 10px bottom 50%;
	background-size: 20px 20px;
	margin-bottom: 30px;
}

select:focus,
select.form-control:focus {
	background-color: var(--grey-color);
	border-color: var(--primary-color);
}


/*++++++++++++++++ Container +++++++++++*/
.container{
	max-width: 1300px;
    position: relative;
}

section {
	padding: 130px 0;
	position: relative;
}

.pq-bg-grey{
	background-color: var(--grey-color);
}

.pq-bg-primary{
	background-color: var(--primary-color);
}

.pq-bg-white{
	background-color: var(--white-color);
}

.pq-bg-dark{
	background-color: var(--dark-color);
}

.pq-text-white{
	color: var(--white-color) !important;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
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: 60px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Back to Top
++++++++++++++++++++++++++++++++++++++++++++++++*/
#back-to-top .top {
	position: fixed;
	bottom: 30px;
	right: 0;
	margin: 0px;
	color: var(--white-color);
	background: var(--primary-color);
	z-index: 999;
	font-size: 26px;
	width: 60px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border-radius: 56px 0 0 56px;
	transform: translateX(130px);
}

#back-to-top .top i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: var(--dark-color);
	border-radius: 100%;
	color: var(--white-color);
	font-size: 16px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 5px;
	transition: all 0.5s ease;
}

#back-to-top .top i:before {
	display: inline-block;
}

#back-to-top .top:hover i:before {
	animation: buttonflash 0.3s;
}

#back-to-top.active .top {
	transform: translateX(0);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
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;
	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: 600;
	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"] {
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 500;
	background: var(--primary-color);
	font-family: var(--title-fonts);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--white-color);
	display: inline-block;
	border: none;
	width: auto;
	height: auto;
	line-height: 2;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	background: var(--dark-color);
}

.pq-button {
	position: relative;
	width: auto;
	background: var(--primary-color);
	color: var(--white-color);
	letter-spacing: 1px;
	font-family: var(--title-fonts);
	font-size: 16px;
	font-weight: 500;
	padding: 12px 30px;
	text-transform: uppercase;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	overflow: hidden;

}

.pq-button .pq-button-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.pq-button span {
	z-index: 9;
	position: relative;
	margin-right: 10px;
}

.pq-button:hover,
.pq-button:focus {
	color: var(--white-color);
	background: var(--dark-color);
}


.pq-button i {
	opacity: 1;
	transition: all 0.5s ease;
}

.pq-button:hover i {
	animation: buttonflash 0.3s;
}

.pq-bg-dark .pq-button.pq-button-flat:hover{
	background-color: var(--white-color);
}

.pq-bg-dark .pq-button.pq-button-flat:hover .pq-button-text{
	color: var(--dark-color);
}

.pq-bg-dark .pq-button.pq-button-flat:hover i{
	color: var(--dark-color);
}

.pq-bg-dark .pq-button.pq-button-link:hover .pq-button-text{
	color: var(--white-color);
}

.pq-bg-dark .pq-button.pq-button-link:hover i{
	color: var(--white-color);
}

.pq-bg-primary .pq-button.pq-button-flat{
	background-color: var(--white-color);
}

.pq-bg-primary .pq-button.pq-button-flat .pq-button-text{
	color: var(--primary-color);
}

.pq-bg-primary .pq-button.pq-button-flat i{
	color: var(--primary-color);
}

.pq-bg-primary .pq-button.pq-button-flat:hover{
	background-color: var(--dark-color);
}

.pq-bg-primary .pq-button.pq-button-flat:hover .pq-button-text{
	color: var(--white-color);
}

.pq-bg-primary .pq-button.pq-button-flat:hover i{
	color: var(--white-color);
}

@keyframes buttonflash {
	0% {
		opacity: 1;
	}

	20% {
		opacity: 0.5;
	}

	40% {
		opacity: 0;
	}

	60% {
		opacity: 0.5;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}


/*+++++++++++++ Button link++++++++++++++*/
.pq-button.pq-button-link {
	padding: 0;
	background: transparent;
	color: var(--primary-color);
}

.pq-button.pq-button-link i {
	border-color: var(--primary-color);
}

.pq-button.pq-button-link:hover {
	color: var(--dark-color);
}

.pq-button.pq-button-link:hover i {
	border-color: var(--secondary-color);
}

/*+++++++++++++ Button outline ++++++++++++++*/
.pq-button.pq-button-outline {
	background: transparent;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}

.pq-button.pq-button-outline:hover {
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color)
}

/*+++++++++++++++++++++++++++++++++++
Section Title
+++++++++++++++++++++++++++++++++++++++*/
.pq-section-title.pq-style-1.text-center {
	padding: 0 15em;
	margin-bottom: 60px;
}

.pq-section-title.pq-style-1 i {
	color: var(--primary-color);
}

.pq-section-title.pq-style-1 .pq-section-sub-title {
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 1px;
	margin: 0 0 10px;
	display: inline-block;
	position: relative;
}

.pq-section-title.pq-style-1 .pq-section-main-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	z-index: 9;
	font-family: var(--title-fonts);
	color: var(--dark-color);
	padding: 0;
	margin: 0 0;
	position: relative;
	display: block;
	text-transform: capitalize;
}

.pq-section-title.pq-style-1 .pq-section-description {
	z-index: 9;
	position: relative;
	margin: 5px 0 0;
}

.pq-section-title.pq-style-1.text-center .pq-section-description {
	margin: 0;
}

.pq-bg-primary .pq-section-title.pq-style-1 i{
	color: var(--white-color);
}

.pq-bg-primary .pq-section-title.pq-style-1 .pq-section-sub-title{
	color: var(--white-color);
}

.pq-bg-primary .pq-section-title.pq-style-1 .pq-section-main-title{
	color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++
Image Box
++++++++++++++++++++++++++++++++++++++*/

.pq-image-box.pq-style-1{
	background-color: var(--white-color);
}

.pq-image-box.pq-style-1 .pq-image-box-img img{
	transition: all 0.5s ease-in-out;
}

.pq-image-box.pq-style-1 .pq-image-box-img img:hover{
	transform: translateY(-8px);
}

.pq-image-box.pq-style-1 .pq-image-box-content{
	padding: 20px 10px;
	background-color: var(--white-color);
	text-align: center;
}

.pq-image-box.pq-style-1 .pq-image-box-content .pq-image-box-title a:hover{
	color: var(--dark-color);
}

.pq-image-box.pq-style-2{
	display: flex;
	background-color: var(--white-color);
	padding: 30px;
	margin-bottom: 30px;
}

.pq-image-box.pq-style-2 .pq-image-box-img{
	margin-right: 20px;
}

.pq-image-box.pq-style-2 .pq-image-box-img img{
	width: 85px;
}

.pq-image-box.pq-style-2 .pq-image-box-content .pq-image-box-description{
	margin: 0;
}

/*+++++++++++++++++++++++++++++++++++++
Icon Box
++++++++++++++++++++++++++++++++++++++*/

.pq-icon-box.pq-style-1 .pq-icon{
	margin-bottom: 15px;
}

.pq-icon-box.pq-style-1 .pq-icon i{
	font-size: 30px;
	color: var(--white-color);
	background-color: var(--primary-color);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
}

/*+++++++++++++++++++++++++++++++++++++
Custom CSS
++++++++++++++++++++++++++++++++++++++*/

.pq-px-90{
	padding: 0 90px;
}

.pq-py-150{
	padding: 150px 0;
}

.pq-ps-60{
	padding-left: 60px;
}

.pq-mb-45{
	margin-bottom: 45px;
}

.pq-mb-30{
	margin-bottom: 30px;
}

.pq-sticky-top{
	position: sticky;
	top: 130px;
	z-index: 1;
}

.pq-blogging-img{
	position: relative;
	text-align: right;
}

.pq-responsive-img{
	margin-right: -130px;
}

.pq-responsive-img img{
	width: 110%;
	max-width: 120%;
}

.pq-blogging-image-1{
	position: relative;
	margin-left: -130px;
}

.pq-blogging-image-1 img{
	width: 80%;
}

.pq-blogging-image-2{
	margin-left: -130px;
	position: absolute;
	width: 60%;
	top: 200px;
}

.pq-blogging-image-2 img{
	width: 100%;
}

.pq-bg-img-1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-image: url(../images/purchase/1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

.purchase .pq-button.pq-button-flat:hover{
	background-color: var(--primary-color);
}

.purchase .pq-button.pq-button-flat:hover .pq-button-text{
	color: var(--white-color);
}

.purchase .pq-button.pq-button-flat:hover i{
	color: var(--white-color);
}