/*
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&amp;family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
/*+++++++++++++++++++++++++++++++++++++++++++++++
Moz Selection
++++++++++++++++++++++++++++++++++++++++++++++++*/


:root {
	--primary-color: #e3a426;
	--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;
}

.line {
    width: 140px;
    height: 4px;
    background-color: #e3a426;
    border-radius: 3px;
    margin: 10px 0;
}
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: 100px 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) !important;
}

.pq-bg-dark{
	background-color: #01004e;
}

.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;
	display: none;
	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: #01004e;
	color: var(--white-color);
	letter-spacing: 1px;
	font-family: var(--title-fonts);
	font-size: 16px;
	font-weight: 500;
	padding: 14px 24px;
	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)
}


/*+++++++++++++++++++++++++++++++++++++++++++++++
OWL Carousel
++++++++++++++++++++++++++++++++++++++++++++++++*/

.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	cursor: inherit;
}

.owl-carousel .owl-nav button.owl-prev {
	outline: none;
	text-align: center;
	text-indent: inherit;
	cursor: pointer;
	position: relative;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--primary-color);
	padding: 0 !important;
	margin: 0 5px;
	border: none;
	color: var(--white-color);
}

.owl-carousel .owl-nav button.owl-next {
	outline: none;
	text-align: center;
	text-indent: inherit;
	cursor: pointer;
	position: relative;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--primary-color);
	padding: 0 !important;
	margin: 0 5px;
	border: none;
	color: var(--white-color);
}


.owl-carousel .owl-nav button:hover {
	color: var(--white-color);

}


.owl-carousel .owl-nav button.owl-prev {
	margin-left: -130px;
}

.owl-carousel .owl-nav button.owl-next {
	margin-right: -130px;
}


/*++++++++++++++++ Dots +++++++++++*/
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-dots {
	margin-top: 30px;
	line-height: normal;
	position: relative;
	width: 100%;
	text-indent: inherit;
	text-align: center;
	cursor: pointer;
	display: none;
}

.owl-carousel .owl-dots .owl-dot {
	box-shadow: none;
	outline: none;
	background: var(--primary-color);
	display: inline-block;
	padding: 0;
	margin: 0px 8px;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
	outline-offset: 5px;
	outline: 1px solid var(--primary-color);
}

.owl-carousel .owl-dots .owl-dot.active {
	outline-offset: 5px;
	outline: 1px solid var(--primary-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Blog author
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-author .pq-author-img {
	width: 250px;
	height: 250px;
	margin-bottom: 30px;
	border-radius: 100%;
}

.pq-author .widget-title {
	margin: 0 0 5px;
}

.pq-author .pq-author-sub-title {
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 15px;
}

.pq-author .pq-author-description {
	margin: 0;
}

.pq-author-social {
	text-align: center;
	margin-top: 20px;
}

.pq-author-social ul {
	margin: 0;
	padding: 0;
}

.pq-author-social ul li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
}

.widget .pq-author-social ul li a {
	background: var(--white-color);
	color: var(--dark-color);
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
	padding: 0;
}

.widget .pq-author-social ul li a:hover {
	color: var(--white-color);
	background: var(--primary-color)
}

/*++++++++++++++++++++++++++++++++++++++++++++++
Blog
++++++++++++++++++++++++++++++++++++++++++++++++++*/

.owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 20px;
}

.owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title a {
	color: var(--dark-color);
}

.owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title a:hover {
	color: var(--primary-color);
}

.owl-carousel .pq-blog-post {
	margin-bottom: 0;
}

.pq-bg-grey .owl-carousel .pq-blog-post .pq-blog-contain {
	z-index: 2;
	background: var(--white-color);
}

.pq-blog-post .pq-blog-contain .pq-post-category,
.pq-blog-post .pq-blog-contain .pq-post-meta {
	margin-top: -80px;
}

.owl-carousel .pq-blog-post .pq-blog-contain .pq-post-meta ul {
	margin-bottom: 0;
}

.owl-carousel .pq-blog-post .pq-blog-contain .pq-post-meta ul li {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-family: var(--title-fonts);
}

.owl-carousel .pq-blog-post .pq-post-meta ul li a {
	color: var(--dark-color);
}

.owl-carousel .pq-blog-post .pq-blog-contain .pq-btn-container {
	margin-top: 0;
}

.pq-blog-post .pq-post-meta .pq-post-date {
	background: var(--white-color);
	color: var(--primary-color);
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.pq-blog-post .pq-post-meta .pq-post-date a {
	background: var(--primary-color);
	color: var(--white-color);
	display: inline-block;
	padding-bottom: 5px;
}

.pq-blog-post .pq-post-meta .pq-post-date a span.pq-post-blk {
	display: block;
	background: var(--white-color);
	color: var(--dark-color);
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	padding: 8px 30px;
	margin-bottom: 5px;
	font-family: var(--title-fonts);
}


.pq-blog-post {
	margin-bottom: 45px;
	background: var(--grey-color);
	display: inline-block;
	width: 100%;
}

.pq-blog-post .pq-post-media {
	overflow: hidden;
	position: relative;
}

.pq-blog-post .pq-post-media img {
	width: 100%;
	margin-left: 0px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pq-blog-post:hover .pq-post-media img {
	transform: scale(1.2);
}

.pq-blog-post .pq-blog-contain {
	padding: 30px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.pq-blog-post .pq-blog-contain p:last-child {
	margin-bottom: 0;
}


.pq-blog-post .pq-blog-contain .pq-post-meta+p a,
.pq-blog-post .pq-blog-contain ul li a,
.pq-blog-post .pq-blog-contain ol li a {
	color: rgba(0, 0, 0, 0.6);
}

.pq-blog-post .pq-blog-contain .pq-post-meta+p a:hover,
.pq-blog-post .pq-blog-contain ul li a:hover,
.pq-blog-post .pq-blog-contain ol li a:hover {
	color: var(--dark-color);
}

.pq-blog-post .pq-blog-contain .wp-block-archives-list li a {
	color: var(--secondary-color);
}

.pq-blog-col-3 .pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 22px;
	line-height: 30px;
}

.pq-blog-post .pq-blog-contain .pq-post-category a {
	display: inline-block;
	background: var(--primary-color);
	color: var(--white-color);
	padding: 3px 15px;
	font-size: 14px;
	line-height: 22px;
}

.pq-blog-post .pq-blog-contain .pq-post-category a+a {
	margin-bottom: 5px;
}

.pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 24px;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.pq-blog-post .pq-blog-contain .pq-blog-title a {
	color: var(--dark-color);
}

.pq-blog-post .pq-blog-contain .pq-blog-title+.pq-btn-container {
	margin-top: 15px;
}

.pq-blog-post .pq-blog-contain a.pq-button.pq-button-link .pq-button-text {
	transition: all 0.5s ease;
}

.pq-blog-post .pq-post-meta ul {
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
}

.pq-blog-post .pq-post-meta ul li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 15px;
	align-self: center;
	font-size: 14px;
	line-height: 22px;
}

.pq-blog-post .pq-post-meta ul li {
	position: relative;
}

.pq-blog-post .pq-post-meta ul li:last-child {
	margin-right: 0;
}

.pq-blog-post .pq-post-meta ul li a {
	color: var(--secondary-color);
}

.pq-blog-post .pq-post-meta ul li a:hover {
	color: var(--primary-color);
}

.pq-blog-post .pq-post-meta ul li i {
	margin-right: 5px;
	color: var(--primary-color);
}

.pq-blog-post .pq-post-media .pq-post-date {
	background: var(--primary-color);
	padding: 4px 10px;
	text-transform: capitalize;
	color: var(--white-color);
	text-align: center;
	line-height: 22px;
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 14px;
}

.pq-blog-post .pq-post-media .pq-post-date a {
	color: var(--white-color);
	font-weight: 500;
	letter-spacing: 1px;
}

.pq-blog-post .pq-post-media .pq-post-date span {
	display: inline-block;
	width: 100%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++
Blog Single Post
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-blog-post .owl-carousel .pq-blog-post:hover .pq-post-media img {
	transform: scale(1.1);
}

.pq-single-post-bottom-holder {
	margin: 0;
	padding: 45px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--grey-color);
}

.pq-single-post-bottom-holder .pq-single-post-tags {
	display: flex;
	align-items: center;
}

.pq-single-post-bottom-holder .pq-single-post-tags-title {
	font-size: 18px;
	line-height: 26px;
	font-family: var(--title-fonts);
	color: var(--dark-color);
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list li {
	margin: 0 0 0 8px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list li a {
	font-size: 14px;
	text-transform: capitalize;
	background: var(--white-color);
	margin: 0;
	display: inline-block;
	float: left;
	color: var(--dark-color);
	padding: 4px 16px;
	border: 1px solid var(--white-color);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.pq-single-post-bottom-holder ul.pq-single-post-tags-list li a:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: var(--white-color);
}

/*++++++++++*/
.pq-single-post-bottom-holder .pq-single-post-social-title {
	font-size: 18px;
	line-height: 26px;
	font-family: var(--title-fonts);
	color: var(--dark-color);
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list li {
	margin: 0 0 0 8px;
	padding: 0;
	list-style: none;
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list li a {
	width: 50px;
	height: 50px;
	background: var(--white-color);
	color: var(--dark-color);
	display: inline-block;
	text-align: center;
	line-height: 50px;
}

.pq-single-post-bottom-holder ul.pq-single-post-shortcode-list li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.pq-single-post-usernav {
	padding: 0 30px 30px;
}

.pq-single-post-usernav .pq-user {
	background: var(--white-color);
	padding: 30px;
	display: flex;
	align-items: center;
}

.pq-single-post-usernav .pq-user .pq-user-media {
	margin-right: 30px;
}

.pq-single-post-usernav .pq-user .pq-user-media img {
	width: 250px;
}

.pq-single-post-usernav .pq-user-info .pq-user-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
}

.pq-single-post-usernav .pq-user-info .pq-user-sub-title {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: var(--title-fonts);
	color: var(--primary-color);
}

.pq-single-post-usernav .pq-user-description {
	margin-bottom: 0;
	margin-top: 15px;
}

.pq-blog.pq-single-post {
	padding: 0 30px 45px;
}

.pq-blog.pq-single-post h2 {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 36px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Pagination
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-pagination .page-numbers {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pq-pagination .page-numbers li:first-child .page-numbers {
	margin-left: 0;
}

.pq-pagination .page-numbers li .page-numbers {
	position: relative;
	display: block;
	padding: 0px 15px;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	margin: 0 5px;
	color: var(--dark-color);
	background-color: var(--grey-color);
}

.pq-pagination .page-numbers li .page-numbers:hover {
	color: var(--white-color);
	text-decoration: none;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	z-index: 2;
}

.pq-pagination .page-numbers li .page-numbers:focus {
	box-shadow: none;
	outline: 0;
	z-index: 2;
}

.pq-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
	cursor: pointer
}

.pq-pagination .page-numbers li .page-numbers.current {
	color: var(--white-color);
	background: var(--primary-color);
	border-color: var(--primary-color);
	z-index: 1;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.pq-pagination .page-numbers li .next.page-numbers,
.pq-pagination .page-numbers li .prev.page-numbers {
	width: auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Error
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-error-block {
	text-align: center;
}

.pq-error-block .pq-errot-text {
	font-size: 420px;
	font-family: var(--title-fonts);
	color: var(--primary-color);
	line-height: 0.8;
	margin-bottom: 30px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Dummy Data
++++++++++++++++++++++++++++++++++++++++++++++++*/
.widget {
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
    background: var(--grey-color);
}

.widget:last-child {
    margin-bottom: 0;
}

/*===== Widget Title =====*/
.widget .widget-title,
.widget .widget-title,
.widget.widget_block h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
}


/*===== Widget List =====*/
.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    margin: 0 0 10px 0;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul ul.children {
    padding-left: 25px;
}

.widget ul li a {
    color: var(--secondary-color);
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 0 0 0 15px;
    text-transform: capitalize;
    display: inline-block;
}

.widget ul li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}


/*===== SideBar - Search =====*/
.widget.widget_search .widget-title {
    display: none;
}

.search-form {
    position: relative;
}

.search-form label {
    display: block;
}

.widget.widget_search .search-form .search-field,
.widget.widget_search .wp-block-search__input,
.wp-block-search__input {
    background: var(--white-color);
    border-color: var(--white-color);
	margin: 0;
}

.widget.widget_search .search-form .search-field:hover,
.widget.widget_search .wp-block-search__input:hover,
.widget.widget_search .search-form .search-field:focus,
.widget.widget_search .wp-block-search__input:focus
{
border-color: var(--primary-color);
}

.wp-block-button.is-style-outline>.wp-block-button__link {
    border-width: 1px;
    color: var(--dark-color);
}


.wp-block-search__input:hover,
.wp-block-search__input:focus {
    background: var(--white-color);
}

.search-submit {
    background: var(--primary-color);
    border: none;
    padding: 0;
    font-size: 20px;
    position: absolute;
    text-align: center;
    color: var(--white-color);
    line-height: 54px;
    height: 54px;
    width: 54px;
    top: 0;
    right: 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;
}

.search-submit:before {
    content: "\e610";
    font-family: 'themify';
    font-weight: 500;
}

.search-submit:hover {
    background: var(--dark-color);
    outline: none;
}

blockquote {
	background: var(--white-color);
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	font-family: var(--body-fonts);
	font-size: 22px;
	line-height: 44px;
	font-weight: 600;
	color: var(--dark-color);
}

blockquote strong {
	font-family: var(--title-fonts);
	color: var(--primary-color);
	font-style: italic;
	font-weight: 600;
	display: block;
	margin-top: 10px;
	font-size: 22px;
	line-height: 44px;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist .comment {
	margin-top: 15px;
	margin-bottom: 0;
	vertical-align: top;
	padding: 0;
	list-style: none;
}

.commentlist .pq-comment-info {
	padding: 30px;
	border: 1px solid var(--grey-color);
	position: relative;
	background: var(--grey-color);

}

.commentlist ol.children {
	padding-left: 60px;
}

.commentlist .pq-comment-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.commentlist .pq-comment-avatar {
	padding-right: 15px;
}

.commentlist .pq-comment-avatar img {
	width: 70px;
}

.commentlist .pq-comment-box {
	position: relative;
	display: inline-block;
	width: 100%;
}

.commentlist .pq-comment-box .title {
	font-size: 20px;
	line-height: 28px;
}

.commentlist .pq-comment-box .title:hover {
	text-decoration: none;
	color: var(--primary-color);
}

.commentlist .comment-content p {
	margin: 0;
}

.commentlist .pq-comment-info .reply a {
	position: absolute;
	right: 30px;
	top: 30px;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	font-family: var(--title-fonts);
	letter-spacing: 1px;
	text-transform: uppercase;
}

.commentlist .pq-comment-info .reply a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

/*===== Search common =====*/
.wp-block-search {
	position: relative;
}

.wp-block-search label {
	display: none;
}

.wp-block-search .wp-block-search__button {
	background: var(--primary-color);
	border: none;
	padding: 0;
	position: absolute;
	text-align: center;
	color: var(--white-color);
	font-size: 0px;
	line-height: 54px;
	height: 54px;
	width: 54px;
	top: 0;
	right: 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;
	letter-spacing: 0;
}

.wp-block-search .wp-block-search__button:before {
	content: "\e610";
	font-family: 'themify';
	font-weight: 400;
	font-size: 20px;
}

.wp-block-search .wp-block-search__button:hover {
	background: var(--dark-color);
	outline: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: none;
	padding: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 8px;
	border: 1px solid transparent;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	border: 1px solid var(--primary-color);
}

/*=====  Tags =====*/
.widget_tag_cloud .tag-cloud-link,
.wp-block-tag-cloud .tag-cloud-link {
	font-size: 14px !important;
	text-transform: capitalize;
	background: var(--white-color);
	margin: 0 10px 10px 0;
	display: inline-block;
	color: var(--dark-color);
	padding: 4px 16px;
	border: 1px solid var(--white-color);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.widget_tag_cloud .tag-cloud-link:hover,
.wp-block-tag-cloud .tag-cloud-link:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: var(--white-color);
}

.wp-block-tag-cloud {
	margin-bottom: 0;
}

/*===== widget Nav Menu =====*/
.widget.widget_nav_menu ul li,
.widget ul.menu li {
	margin-bottom: 0;
}

.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
	padding-left: 20px;
}

.widget ul.wp-block-latest-posts__list li>a:before,
.widget ul.wp-block-archives-list li>a:before,
.widget ul.wp-block-categories-list li>a:before,
.widget.widget_archive ul li>a:before,
.widget.widget_categories ul li>a:before,
.widget.widget_pages ul li>a:before,
.widget.widget_meta ul li>a:before,
.widget.widget_recent_entries ul li>a:before,
.widget.widget_nav_menu ul li>a:before,
.widget ul.wp-block-page-list li>a:before,
.widget .wc-block-product-categories-list:not(.wc-block-product-categories-list--has-images) .wc-block-product-categories-list-item a:before,
.widget.woocommerce.widget_product_categories ul.product-categories li.cat-item a:before {
	position: absolute;
	content: '\f054';
	left: 0;
	font-size: 10px;
	top: 10px;
	color: inherit;
	font-family: "Font Awesome 6 Free";
	line-height: normal;
	font-weight: 900;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Breadcrumb
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-breadcrumb{
	/* background-image: url(../images/breadcrumb/1.jpg) !important; */
}

.pq-breadcrumb {
	background: #000000;
	color: var(--white-color);
	/* padding: 50px 0; */
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
}

.pq-breadcrumb:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* background: #15141c29; */
	opacity: 0.9;
}

.pq-breadcrumb-container {
	text-align: center;
	padding-top: 15px;
}

.pq-breadcrumb nav {
	position: relative;
}

.pq-breadcrumb .pq-breadcrumb-title h1 {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 15px;
	text-align: center;
	color: var(--white-color);
	padding: 20px 0px 0px;
}

.pq-breadcrumb-container .breadcrumb {
	padding: 0;
	margin: 0;
	justify-content: center;
	display: inline-flex;
}

.pq-breadcrumb-container .breadcrumb li {
	list-style-type: none;
	padding-left: 0;
	padding: 10px 8px;
	text-transform: capitalize;
	background: rgba(255, 255, 255, 0.1);
}

.pq-breadcrumb-container .breadcrumb li:first-child {
	padding-left: 20px;
}

.pq-breadcrumb-container .breadcrumb li:last-child {
	padding-right: 20px;
}

.pq-breadcrumb-container .breadcrumb li a i {
	margin-right: 10px;
	color: #01004e;
}

.pq-breadcrumb-container .breadcrumb li.active {
	color: #000000;
	margin-right: 0;
}

.pq-breadcrumb-container .breadcrumb li a {
	color: #000000;
}

.pq-breadcrumb-container .breadcrumb li a:hover {
	color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\f125";
	font-size: 14px;
	color: #000000;
	font-family: "Ionicons";
	padding-right: 14px;
	float: none;
	opacity: 1;
}

/*+++++++++++++++++++++++++++++++++++
Section Title
+++++++++++++++++++++++++++++++++++++++*/
.pq-section-title.pq-style-1.text-center {
	padding: 0 15em;
	margin-bottom: 60px;
}

.pq-section-title.pq-style-1 i {
	color: #01004e;
	font-size: 5px;
	/* padding: 5px 0px; */
}

.pq-section-title.pq-style-1 .pq-section-sub-title {
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	text-transform: uppercase;
	color: #01004e;
	letter-spacing: 1px;
	margin: 0 0 10px;
	display: inline-block;
	position: relative;
	text-align: center;
	width: 100%;
}

.pq-section-title.pq-style-1 .pq-section-main-title {
	font-weight: 600;
	font-size: 35px;
	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);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Video Popup
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-popup-video-block.pq-style-1 .pq-video-icon a {
	margin: auto;
	text-decoration: none;
	color: var(--white-color);
	font-size: 30px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	display: inline-block;
	background-color: var(--primary-color);
	border-radius: 100%;
	border: 2px solid transparent;
	transition: 0.5s ease-in-out;
}

.pq-popup-video-block.pq-style-1 .pq-video-icon a:hover {
	background: var(--dark-color);
	color: var(--white-color);
}

.pq-popup-video-block.pq-style-1 {
	position: relative;
	text-align: center;
}

.pq-popup-video-block.pq-style-1 .pq-video-icon {
	position: relative;
}

.mfp-wrap .mfp-close {
	padding: 0;
	top: -50px;
	right: 0;
	font-size: 26px;
	opacity: 1;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--white-color);
	background-color: var(--primary-color);
	position: absolute;
	letter-spacing: 0;
	font-weight: 400;
}

.mfp-gallery .mfp-close{
	top: -10px;
	cursor: pointer !important;
}

.mfp-arrow-right{
	right: 100px;
}

.mfp-wrap .mfp-close:hover {
	background: var(--primary-color);
}

.mfp-wrap .mfp-close:focus {
	outline: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Service Single
++++++++++++++++++++++++++++++++++++++++++++++++*/
.widget.widget-port:nth-child(2) {
    padding: 0;
    background: unset;
}

.widget .menu-service-menu-container {
    background: var(--grey-color);
    border: none;
    box-shadow: none;
}

.widget .menu-service-menu-container .menu {
    margin: 0;
    padding: 0;
}

.widget .menu-service-menu-container .menu li {
    margin: 0 0 10px;
}

.widget .menu-service-menu-container .menu li:last-child {
    margin: 0;
}

.widget .menu-service-menu-container .menu li a {
    padding: 20px;
    border: none;
    background: var(--white-color);
    display: inline-block;
    width: 100%;
    position: relative;
    font-family: var(--title-fonts);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dark-color);
}

.widget .menu-service-menu-container .menu li a:before {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 12px;
    right: 20px;
    left: auto;
    top: 24px;
    position: absolute;
    color: inherit;
    line-height: normal;
}

.widget .menu-service-menu-container .menu li a:hover,
.widget .menu-service-menu-container .menu li.current-menu-item a {
    background: var(--primary-color);
    color: var(--white-color);
}


/* service detail page popvideo */

.pq-service-video .pq-popup-video-block.pq-style-1 .pq-video-icon a {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 28px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Header
++++++++++++++++++++++++++++++++++++++++++++++++*/
.animated {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
}

.fadeInDown {
	animation-name: fadeInDown;
	transition: all 0.5s ease;
}


@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}


@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

header#pq-header {
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
	background: var(--white-color);
	z-index: 99;
}

header#pq-header.pq-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

/*+++++++++ Header Top Bar +++++++++*/
header#pq-header .pq-top-header {
	background: var(--dark-color);
	padding: 0;
	font-size: 14px;
}

header#pq-header .pq-header-social.tagline {
	color: var(--white-color);
	padding-top: 13px;
	display: block;
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px;
}

header#pq-header .pq-top-header .text-left .pq-header-social.text-left {
	color: var(--white-color);
	padding-top: 10px;
	display: inline-block;
}

header#pq-header .pq-top-header a.pq-header-contact {
	color: var(--white-color);
	padding: 10px 0;
	display: inline-block;
	margin-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 15px;
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

header#pq-header .pq-top-header a.pq-header-contact i {
	margin-right: 5px;
}

header#pq-header .pq-top-header .pq-header-contact.text-right ul {
	float: right;
}

header#pq-header .pq-top-header .pq-header-contact ul {
	margin: 0;
	padding: 0;
}

header#pq-header .pq-top-header .pq-header-contact ul li {
	list-style: none;
	display: inline-block;
	color: var(--white-color);
	text-transform: capitalize;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 30px;
	float: left;
}

header#pq-header .pq-top-header .pq-header-contact ul li:last-child {
	margin-right: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pq-header .pq-top-header .pq-header-contact ul li i {
	margin-right: 8px;
	color: #ffffff;
}

header#pq-header .pq-top-header .pq-header-contact ul li a {
	color: var(--white-color);
}

header#pq-header .pq-top-header .pq-header-contact ul li a:hover {
	color: var(--white-color);
	background: transparent;
}

header#pq-header .pq-top-header .text-right .pq-header-social ul,
header#pq-header .pq-top-header .pq-header-social.text-right ul {
	float: right;
}

header#pq-header .pq-top-header .pq-header-social ul {
	margin: 0;
	padding: 0;
}

header#pq-header .pq-top-header .pq-header-social ul li {
	list-style: none;
	display: inline-block;
	float: left;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header#pq-header .pq-top-header .pq-header-social ul li a {
	color: var(--white-color);
	padding: 10px 20px;
	display: inline-block;
}

header#pq-header .pq-top-header ul li a:hover {
	color: var(--white-color);
	background: var(--primary-color)
}

header#pq-header .pq-top-header .pq-header-social ul li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/*++++++++ Logo +++++++++++*/
header#pq-header .pq-bottom-header .navbar .navbar-brand {
	line-height: 0px;
}

header#pq-header .pq-bottom-header .navbar .navbar-brand img {
	height: 82px;
}

/*++++++ Header Navbar Bar +++++*/
header#pq-header .pq-bottom-header {
	min-height: 90px;
	transition: all 0.8s ease;
}

header#pq-header .pq-bottom-header .navbar {
	padding: 0;
}

header#pq-header .pq-bottom-header .navbar .pq-menu-contain {
	display: inline-block;
	width: 100%;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav {
	float: right;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 50px;
	color: var(--dark-color);
	line-height: 90px;
	font-weight: 600;
	font-family: var(--title-fonts);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:last-child {
	margin-right: 0;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li a {
	color: var(--dark-color);
	font-size: 19px;
	font-family: 'DM Sans';
	text-transform: capitalize;
	line-height: 24px;
	font-weight: 400;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li a:focus,
header#pq-header .pq-bottom-header .navbar .navbar-nav li a:hover,
header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover a{
	color: var(--primary-color);
}


/*++++++++ Sub Menu Bar ++++++++*/
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu {
	display: none;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .sub-menu {
	display: block;
	background: var(--white-color);
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 0;
	display: inline-block;
	width: 210px;
	z-index: 999;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li {
	line-height: 2;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	color: var(--secondary-color);
	transition: all 0.5s ease;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li i {
	margin-left: 10px;
	font-size: 12px;
	transition: all 0.5s ease;
	color: var(--dark-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .pq-submenu-icon,
header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-item .pq-submenu-icon {
	color: var(--primary-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a {
	line-height: 2;
	text-transform: capitalize;
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
	color: var(--dark-color);
	font-size: 14px;
	font-weight: 400;
	position: relative;
}


header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
	background: var(--primary-color);
	color: var(--white-color);

}

/*+++++++ Navigation Sub Menu +++++++++++++*/
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
	display: none;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	background: var(--white-color);
	padding-left: 0;
	display: inline-block;
	width: 200px;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pq-submenu-icon {
	opacity: 1;
	position: absolute;
	top: 12px;
	right: 15px;
	line-height: 2;
	font-size: 12px;
	color: var(--secondary-color);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pq-submenu-icon {
	color: var(--white-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
	color: var(--white-color);
}

/*+++++++++++++ Navigation search ++++++++++++++++*/
header#pq-header .pq-menu-search-block {
	position: relative;
	margin: 0 0 0 30px;
}

header#pq-header .pq-menu-search-block a {
	color: var(--dark-color);
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}

header#pq-header .pq-search-form {
	position: absolute;
	top: 67px;
	right: -30px;
	width: 350px;
	padding: 15px;
	z-index: 999;
	display: none;
	background: var(--white-color);
	-webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
}

header#pq-header .pq-button:hover .pq-button-line-left {
	width: calc(15px - 1px);
}

/**top header 1**/

header#pq-header .pq-top-header.top-style-1 .pq-header-contact ul li {
	padding: 0;
	margin-right: 30px;
	border-left: none;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-contact ul li:last-child {
	margin-right: 0;
	border-right: none;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li {
	margin-right: 30px;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li:last-child {
	margin-right: 0;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li a {
	padding: 0;
	color: var(--white-color);
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li a:hover {
	background: transparent;
	color: var(--primary-color);
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li {
	border-left: 0;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li:last-child {
	border-right: 0;
}

header#pq-header .pq-top-header.top-style-1 .row {
	align-items: center;
}

header#pq-header.pq-header-style-1.transparent .pq-top-header {
	background: rgb(21, 20, 28, 0.3);
	padding: 10px 0px;
	margin: 0 102px;
}

/**top header 2**/
header#pq-header .pq-top-header.top-style-2 .pq-header-contact ul li {
	border: none;
	padding: 10px 0;
	font-size: 14px;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li:last-child a {
	padding-right: 0;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-contact ul li i {
	color: var(--primary-color);
}

header#pq-header .pq-top-header.top-style-2 .pq-header-contact ul li+li {
	margin-left: 20px;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li:first-child {
	color: var(--white-color);
	padding-top: 10px;
	padding-right: 10px;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li:first-child i {
	margin-right: 8px;
	color: var(--primary-color);
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li {
	border: none;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li a {
	padding: 10px;
	font-size: 14px;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li a:hover {
	color: var(--primary-color);
	background: transparent;
}


/* header style 1 */

header#pq-header.pq-header-style-1 {
	position: absolute;
	width: 100%;
}

header#pq-header.pq-header-style-1 .pq-bottom-header {
	padding: 0 90px;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar {
	background: rgb(255, 255, 255, 0.03);
}


header#pq-header.pq-header-style-1 .pq-bottom-header.pq-header-sticky {

	position: fixed;
	top: 0px;
	left: 0;
	display: inline-block;
	width: 100%;
	z-index: 2;
	background: var(--white-color);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}


header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav {
	float: unset;
	justify-content: center;
}

/*** header 1 transparent****/

header#pq-header.pq-header-style-1.transparent {
	background: transparent;
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar-brand {
	background: var(--white-color);
	padding: 15px 45px;
}

header#pq-header.pq-header-style-1.transparent .navbar .navbar-nav li a {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li a:focus,
header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li a:hover,
header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li:hover a,
header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li.current-menu-ancestor a {
	color: var(--primary-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li .sub-menu li a {
	color: var(--dark-color);
}


header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li.current-menu-ancestor a {
	color: var(--primary-color);
}

header#pq-header.pq-header-style-1.transparent .navbar .navbar-nav li {
	line-height: 110px;
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header .navbar .navbar-nav li i {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-menu-search-block a {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky {
	background: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .navbar {
	background: transparent;
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .navbar .navbar-nav li a {
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .navbar .navbar-nav li .sub-menu li a:focus,
header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .navbar .navbar-nav li .sub-menu li a:hover,
header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
	background: var(--primary-color);
	color: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .navbar .navbar-nav li {
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .navbar .navbar-nav li i {
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .pq-menu-search-block a {
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .pq-header-info-box .info-icon-content h4 {
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .pq-header-info-box .icon {
	background: var(--primary-color);
	color: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .pq-header-info-box .info-icon i {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1 .pq-header-info-box {
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 60px;
}

header#pq-header.pq-header-style-1 .pq-header-info-box .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--primary-color);
	color: var(--white-color);
	text-align: center;
	border-radius: 100%;
}

header#pq-header.pq-header-style-1 .pq-header-info-box .info-icon-content p {
	margin-bottom: 0;
}

header#pq-header.pq-header-style-1 .pq-header-info-box .info-icon-content h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1 .pq-header-info-box .info-icon-content {
	padding-left: 15px;
}

header#pq-header.pq-header-style-1 .pq-header-info-box .info-icon i {
	color: var(--white-color);
	font-size: 24px;
	margin-top: 20px;
	display: inline-block;
}

header#pq-header.pq-header-style-1 .pq-header-info-box .info-icon i {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-header-info-box .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--white-color);
	color: var(--primary-color);
	text-align: center;
	border-radius: 100%;
}

header#pq-header.pq-header-style-1.transparent .pq-header-info-box .info-icon i {
	color: var(--primary-color);
}

header#pq-header.pq-header-style-1.transparent .pq-bottom-header.pq-header-sticky .pq-shop-btn .pq-cart-button>a {
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1.transparent .pq-shop-btn .pq-cart-button>a {
	color: var(--white-color);
}


header#pq-header.pq-header-style-1.transparent .pq-header-info-box .info-icon i {
	color: var(--primary-color);

}

header#pq-header.pq-header-style-1.transparent .pq-header-info-box .info-icon-content h4 {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1.transparent .pq-header-info-box .info-icon-content p {
	margin-bottom: 0;
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	font-family: var(--title-fonts);
	letter-spacing: 1px;
}

/**header-style-2**/

header#pq-header.pq-header-style-2 .pq-top-header .text-right .pq-header-social ul {
	display: inline-block;
	float: unset;
	vertical-align: middle;
}

header#pq-header.pq-header-style-2 .pq-top-header .pq-header-contact ul li {
	border-left: 0;
	padding: 0px;
	margin-right: 30px;
}

header#pq-header.pq-header-style-2 .pq-top-header .pq-header-contact ul li:last-child {
	border-right: 0;
}

header#pq-header.pq-header-style-2 .pq-top-header .pq-header-social ul li {
	margin-right: 30px;
}

header#pq-header.pq-header-style-2 .pq-top-header .pq-header-social ul li:last-child {
	margin-right: 0;
}

header#pq-header.pq-header-style-2 .pq-top-header .pq-header-social ul li a {
	padding: 0;
	color: var(--white-color);
}

header#pq-header.pq-header-style-2 .pq-top-header .pq-header-social ul li a:hover {
	background: transparent;
	color: var(--primary-color);
}

header#pq-header.pq-header-style-2 .pq-top-header .pq-header-social ul li {
	border-left: 0;
}

header#pq-header.pq-header-style-2 .pq-top-header .pq-header-social ul li:last-child {
	border-right: 0;
}

header#pq-header.pq-header-style-2 .pq-top-header .text-right .pq-btn-container {
	display: inline-block;
	margin-left: 30px;
}

header#pq-header.pq-header-style-2 .pq-top-header .pq-btn-container .pq-button:hover {
	color: var(--white-color);
	background: var(--primary-color);
}

header#pq-header.pq-header-style-2 .pq-top-header .pq-header-social.text-right {
	text-align: right;
}

header#pq-header.pq-header-style-2 .pq-top-header .row {
	align-items: center;
}

header#pq-header.pq-header-style-2 .pq-top-header {
	padding: 0 130px;
}

header#pq-header.pq-header-style-2 .pq-bottom-header {
	padding: 0 130px;
}

header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav {
	float: right;
	justify-content: center;
}

header#pq-header.pq-header-style-2 .pq-bottom-header.pq-header-sticky {
	position: fixed;
	top: 0px;
	left: 0;
	display: inline-block;
	width: 100%;
	z-index: 2;
	background: var(--white-color);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}


header#pq-header.pq-header-style-3 .pq-top-header a.pq-header-contact {
	border: none;
}

header#pq-header.pq-header-style-3 .pq-bottom-header {
	min-height: 90px;
	background: var(--dark-color);
	transition: all 0.8s ease;
}

header#pq-header.pq-header-style-3 .pq-header-top-wrapper {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header#pq-header.pq-header-style-3 .pq-top-header .text-left .pq-header-social {
	padding-top: 11px;
	color: var(--white-color);
	display: inline-block;
}

header#pq-header.pq-header-style-3 .pq-header-top-wrapper .pq-site-logo a.navbar-brand img {
	height: 60px;
}

header#pq-header.pq-header-style-3 .site-header-menu a.navbar-brand img {
	display: none;
}

header#pq-header.pq-header-style-3 .pq-header-top-wrapper .pq-top-info-content .pq-header-info {
	display: flex;
	justify-content: flex-end;
}

header#pq-header.pq-header-style-3 .pq-header-top-wrapper .pq-top-info-content .pq-header-info-box {
	display: flex;
	padding: 0 30px;
	align-items: center;
	color: var(--white-color);
}

header#pq-header.pq-header-style-3 .pq-header-top-wrapper .pq-top-info-content .pq-header-info-box.address {
	/* width: 30%;*/
	padding: 0;
	padding-left: 30px;
}

header#pq-header.pq-header-style-3 .pq-header-top-wrapper .pq-top-info-content .pq-header-info-box.address p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

header#pq-header.pq-header-style-3 .pq-header-top-wrapper .pq-top-info-content .pq-header-info-box:last-child {
	padding-right: 0;
}

header#pq-header.pq-header-style-3 .pq-header-top-wrapper .pq-top-info-content .pq-header-info-box:first-child {
	padding: 0;
}

header#pq-header.pq-header-style-3 .pq-header-top-wrapper .pq-top-info-content .pq-header-info-box .info-icon-content {
	padding-left: 15px;
}

header#pq-header.pq-header-style-3 .pq-header-info-box .info-icon i {
	font-size: 28px;
	color: var(--primary-color);
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 100%;
	display: inline-block;
	text-align: center;
}

header#pq-header.pq-header-style-3 .pq-header-info-box .info-icon-content h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	color: var(--white-color);
}

header#pq-header.pq-header-style-3 .pq-header-info-box .info-icon-content p {
	margin-bottom: 0;
	font-size: 14px;
}

header#pq-header.pq-header-style-3 .site-header-menu {
	position: relative;
	background: var(--white-color);
}

header#pq-header.pq-header-style-3 .pq-bottom-header .navbar {
	background: var(--white-color);
}

header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav {
	float: none;
}

header#pq-header.pq-header-style-3 .pq-menu-search-block {
	line-height: 65px;
	font-size: 20px;
	display: none;
}

header#pq-header.pq-header-style-3 .pq-menu-search-block a {
	color: var(--dark-color);
	font-size: 22px;
}

header#pq-header.pq-header-style-3 .pq-search-form {
	top: 66px;
	right: 0;
}


header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li {
	margin-right: 40px;
}

header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-nav li:last-child {
	margin-right: 0;
}

header#pq-header.pq-header-style-3 .pq-bottom-header .pq-button {
	background: var(--purple-color);
	padding: 18px 45px;
}

header#pq-header.pq-header-style-3 .pq-bottom-header .pq-button:hover {
	background: var(--dark-color);
}


header#pq-header.pq-header-style-3 .pq-header-social ul {
	padding: 0;
	margin: 0;
}

header#pq-header.pq-header-style-3 .pq-header-info-box .pq-header-social ul {
	display: inline-block;
	vertical-align: middle;
}

header#pq-header.pq-header-style-3 .pq-header-info-box .pq-header-social ul li {
	display: inline-block;
	list-style: none;
	margin-right: 30px;
}

header#pq-header.pq-header-style-3 .pq-header-info-box .pq-header-social ul li:last-child {
	margin-right: 0;
}

header#pq-header.pq-header-style-3 .pq-header-info-box {
	display: inline-flex;
	align-items: center;
}


/*+++++++++++++Toggle Side Bar++++++++++++++*/
header#pq-header.pq-header-style-3 .pq-toggle-btn {
	line-height: 75px;
	padding: 26px 14px;
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
	margin-left: 30px;
	position: relative;
	transition: all 0.5s ease;

}

header#pq-header.pq-header-style-3 .pq-toggle-btn:hover {
	background: var(--dark-color);
}

header#pq-header.pq-header-style-3 .pq-toggle-btn a:before,
header#pq-header.pq-header-style-3 .pq-toggle-btn a:after {
	transform-origin: 50% 0%;
}

.buttons ol li:before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 23vw;
	height: 20vw;
	content: "";
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.buttons ol li:after {
	position: absolute;
	top: 38%;
	right: 7vw;
	transform: rotate(-90deg);
	z-index: 1;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	content: counter(list-counter, decimal-leading-zero);
	font-family: Helvetica;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	opacity: 0.15;
	transition: color 0.35s;
	will-change: color;
}

header#pq-header.pq-header-style-3 .pq-toggle-btn a {
	position: relative;
	display: block;
	top: 0;
	width: 30px;
	height: 2px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	background: currentColor;
	color: inherit;
	font-size: 0;
	transition: 0.35s;
}

header#pq-header.pq-header-style-3 .pq-toggle-btn a:before,
header#pq-header.pq-header-style-3 .pq-toggle-btn a:after {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	content: "";
	transition: transform 0.35s;
}

header#pq-header.pq-header-style-3 .pq-toggle-btn a:before {
	transform: translate(-50%, -10px);
}

header#pq-header.pq-header-style-3 .pq-toggle-btn a:after {
	transform: translate(-50%, 10px);
}

header#pq-header.pq-header-style-3 .pq-bottom-header .navbar-toggler {
	background: var(--primary-color);
}

header#pq-header.pq-header-style-3 .pq-bottom-header .navbar-toggler:hover {
	background: var(--dark-color);
}

/*++++++++++++++++ Header Search +++++++++++*/

.pq-menu-search-block .offcanvas {
	position: fixed;
	z-index: 1050;
	background-color: var(--white-color) !important;
	padding: 45px;
	height: auto;
	bottom: inherit;
	transform: translateY(-100%) !important;
	transition: all 0.5s ease;
	overflow: hidden;
}

.fade {
	transition: opacity 0.5s linear;
}

.pq-menu-search-block .offcanvas.show {
	display: block;
	transform: translateY(0%) !important;
}

.pq-menu-search-block .offcanvas .btn-close {
	opacity: 1;
	background: none;
	color: var(--white-color);
	font-size: 0;
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	line-height: normal;
	padding: 0;
	box-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
}

.pq-menu-search-block .offcanvas .btn-close:before {
	font-size: 14px;
	content: "\e646";
	font-family: 'themify';
}

.pq-menu-search-block .offcanvas .btn-close:after {
	content: "";
	background: var(--dark-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
	border-radius: 100%;
	z-index: -1;
}

.pq-menu-search-block .offcanvas .btn-close:hover:after {
	background: var(--primary-color);
}

.pq-menu-search-block .offcanvas .btn-close:hover {
	color: var(--white-color);
}

.pq-menu-search-block .offcanvas .search-form {
	margin: 0 auto;
	width: 60%;
}

.pq-menu-search-block .offcanvas .search-form .search-field {
	border: none;
	color: var(--secondary-color);
	background: var(--grey-color);
	padding-left: 30px;
	margin: 0;
}

.pq-menu-search-block .offcanvas .search-form #search-clear {
	display: none;
}

.pq-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-decoration,
.pq-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-cancel-button,
.pq-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-button,
.pq-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.pq-menu-search-block .offcanvas .search-form .search-field:focus {
	color: var(--dark-color);
}

.pq-menu-search-block .offcanvas .search-form .search-submit {
	background: transparent;
	color: var(--dark-color) !important;
}

.pq-menu-search-block .offcanvas .search-form .search-submit:hover {
	color: var(--primary-color) !important;
}

/*++++++++++ Sidebar Menu +++++++++++++++*/

.pq-background-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-color);
	z-index: 100;
	opacity: 0.8;
	display: 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;
}

.pq-siderbar-open .pq-background-overlay {
	display: block;
	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;
}

.pq-siderbar-open .pq-sidebar {
	right: 0;
	opacity: 1;
}

.pq-sidebar {
	width: 410px;
	background: var(--white-color);
	opacity: 0;
	display: block;
	position: fixed;
	top: 0;
	right: -100%;
	height: 100%;
	z-index: 101;
	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;
}

.pq-sidebar .pq-close-btn .pq-close {
	position: absolute;
	left: -60px;
	background: var(--primary-color);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: var(--white-color);
	top: 90px;
	font-size: 22px;
}

.pq-sidebar .pq-close-btn .pq-close:hover {
	background: var(--grey-color);
	color: var(--dark-color);
}


.pq-sidebar-block {
	padding: 60px 30px 30px 30px;
	height: 100%;
}

.pq-sidebar-header .pq-sidebar-logo {
	margin-bottom: 15px;
	height: 50px;
}

.pq-sidebar h5,
.pq-sidebar h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

.pq-sidebar .pq-foote-recent-post .pq-foote-recent-post-info .pq-post-date:hover {
	color: var(--primary-color);
}

.pq-sidebar .pq-sidebar-form span.wpcf7-form-control-wrap {
	margin-bottom: 30px;
	display: block;
}

.pq-sidebar .pq-sidebar-form .wpcf7-form-control {
	float: none;
}

.pq-sidebar ul {
	margin: 0;
	padding: 0;
}

.pq-sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}

.pq-sidebar ul li a {
	color: var(--dark-color);
}

.pq-sidebar-contact {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

.pq-sidebar-contact li {
	display: flex;
	align-items: flex-start;
}

.pq-sidebar-contact li i {
	line-height: 2;
	color: var(--primary-color);
}

.pq-sidebar-contact li span {
	margin-left: 15px;
	flex: 1;
}

.pq-sidebar-contact ul li a {
	color: var(--secondary-color);
}

.pq-sidebar-contact ul li a:hover {
	color: var(--primary-color);
}

.pq-sidebar-social ul {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

.pq-sidebar-social ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

.pq-sidebar-social ul li:last-child {
	margin-right: 0;
}

.pq-sidebar-social ul li a {
	background: var(--grey-color);
	color: var(--dark-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	position: relative;
}


.pq-sidebar-social ul li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.pq-sidebar .widget {
	background: transparent;
	padding: 0;
	border: none;
}

.pq-sidebar .widget .wp-block-image {
	margin-bottom: 30px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Footer
++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++ Footer Subscribe +++++++++++*/
.pq-subscribe {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: -80px;
	z-index: 10;
}

.pq-subscribe-bg {
	background: #010126;
	color: var(--white-color);
	padding: 45px;
}

.pq-subscribe-block {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.pq-subscribe-block .pq-subscribe-img {
	width: 55px;
	color: var(--primary-color);
}

.pq-subscribe-block .pq-subscribe-details {
	margin-left: 30px;
	color: var(--white-color);
	flex: 1;
	padding-right: 50px;
}

.pq-subscribe-block .pq-subscribe-details h5 {
	color: var(--white-color);
	font-size: 28px;
	line-height: 36px;
}

.pq-subscribe-from .footer-form {
	display: flex;
	position: relative;
}

.pq-subscribe-from input {
	border: none;
}

.pq-subscribe-from input.form-control {
	width: 76%;
	background: rgba(255, 255, 255, 0.1);
	color: var(--dark-color);
	background: var(--white-color);
	margin: 0;
}

.pq-subscribe-from input.form-control::-webkit-input-placeholder {
	color: var(--dark-color);
}

.pq-subscribe-from input.submit {
	background: var(--dark-color);
	color: var(--white-color) !important;
	height: 54px;
	margin: 0;
}

.pq-subscribe-from .mc4wp-form-fields i {
	position: absolute;
	right: 30px;
	top: 20px;
}

.pq-subscribe-from input.submit:hover {
	background: var(--dark-color);
	color: var(--white-color) !important;
}

footer#pq-footer .pq-footer-style-1 .pq-footer-social ul {
	margin: 0;
	padding: 0
}

footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li:last-child {
	margin-right: 0;
}

footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li a {
	background: rgba(255, 255, 255, 0.1);
	color: var(--white-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	padding: 0;
}

footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

footer#pq-footer .widget ul li a {
	padding: 0 0 0 5px;
	display: inline-block;
	color: var(--white-color);
}


/*=========*/

footer#pq-footer .pq-footer-style-1 .pq-foote-recent-post .pq-foote-recent-post-info h6 {
	color: var(--white-color);
}

/*=========*/
footer#pq-footer .widget:first-child {
	margin-bottom: 45px;
}

footer#pq-footer .pq-footer-logo {
	height: 50px;
	width: auto;
}

footer#pq-footer .pq-footer-logo~p {
	margin-bottom: 30px;
}

footer#pq-footer .widget .footer-title {
	color: var(--white-color);
}

footer#pq-footer .widget ul.menu li a,
footer#pq-footer .pq-widget-menu .pq-service li a,
footer#pq-footer .widget ul li a {
	color: var(--white-color);
}

footer#pq-footer .widget ul.menu li,
footer#pq-footer .pq-widget-menu .pq-service li,
footer#pq-footer .widget ul li {
	color: var(--white-color);
}

footer#pq-footer.style-1 {
	margin-top: 60px;
}

footer#pq-footer {
	background: var(--dark-color);
	display: inline-block;
	width: 100%;
	color: var(--white-color);
	float: left;
	position: relative;
}

footer#pq-footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.02;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

footer#pq-footer .pq-footer-top {
	padding: 90px 0 30px;
	position: relative;
	z-index: 9;
}

footer#pq-footer .widget:first-child {
	margin-bottom: 45px;
}

footer#pq-footer .pq-footer-logo {
	height: 50px;
	margin-bottom: 20px;
	width: auto;
}

footer#pq-footer .pq-footer-top .pq-footer-usefull {
	padding-left: 30px;
}

footer#pq-footer .pq-footer-top .pq-footer-address {
	padding-right: 30px;
}


footer#pq-footer .widget .menu-useful-links-container ul.menu li a {
	padding-left: 0;
}


footer#pq-footer .widget.opening-hours,
footer#pq-footer .widget.opening-hours:first-child {
	margin-bottom: 5px;
}

footer#pq-footer .widget.opening-hours:last-child li {
	margin-bottom: 0;
	border: none;
	padding: 0;
}

footer#pq-footer .widget.opening-hours ul.pq-time li {
	color: var(--white-color);
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}


footer#pq-footer .pq-copyright-footer {
	padding: 15px 0;
	background: #01004e;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer#pq-footer .pq-copyright-footer .pq-copyright {
	display: block;
	color: var(--white-color);
	text-align: center;
}

footer#pq-footer .pq-copyright-footer .pq-copyright a {
	color: var(--white-color);
}

footer#pq-footer .pq-copyright-footer .pq-copyright a:hover {
	color: var(--white-color);
	text-decoration: underline;
}

/*======= Footer Top list =======*/
footer#pq-footer .pq-footer-bottom-list {
	padding: 0 0 60px;
	margin-top: -60px;
	position: relative;
	z-index: 9;
}

footer#pq-footer .pq-footer-bottom-list .row {
	background: var(--white-color);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
}

footer#pq-footer .pq-footer-bottom-list .row .col-lg-4 {
	border-right: 1px solid var(--grey-color);
}

footer#pq-footer .pq-footer-bottom-list .row .col-lg-4:last-child {
	border-right: none;
}

footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items {
	padding: 30px;
	display: flex;
	align-items: flex-start;
}

footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items i {
	align-self: center;
	font-size: 48px;
	line-height: 56px;
	color: var(--primary-color);
}

footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items h4 {
	font-size: 24px;
	float: left;
	line-height: 32px;
	width: 100%;
	display: inline-block;
}

footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items .pq-footer-items-info {
	margin-left: 15px;
}

footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items .pq-footer-items-info a,
footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items .pq-footer-items-info span {
	color: var(--white-color);
}

/*===== Footer Widget =====*/
footer#pq-footer .widget {
	background: transparent;
	padding: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 45px;
}

footer#pq-footer .widget .footer-title {
	margin-bottom: 30px;
	padding: 0;
	font-size: 24px;
	position: relative;
	line-height: 32px;
}

footer#pq-footer .widget ul#menu-useful-links li {
	display: inline-block;
	width: 48%;
	margin-bottom: 12px;
}


.pq-footer-recent-post {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 15px;
}

.pq-footer-recent-post:last-child {
	margin-bottom: 0;
	border: none;
	padding: 0;
}

.pq-footer-recent-post .pq-footer-recent-post-media {
	margin-right: 15px;
}

.pq-footer-recent-post .pq-footer-recent-post-media img {
	width: 80px;
	height: 80px;
}

.pq-footer-recent-post .pq-footer-recent-post-info {
	flex: 1;
	align-self: center;
}

.pq-footer-recent-post .pq-footer-recent-post-info .pq-post-date {
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 1px;
}

.pq-footer-recent-post .pq-footer-recent-post-info .pq-post-date i {
	margin-right: 5px;
}

.pq-footer-recent-post .pq-footer-recent-post-info h6 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pq-footer-recent-post .pq-footer-recent-post-info h6 a:hover {
	color: var(--primary-color);
}

footer#pq-footer .pq-foote-recent-post {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 15px;
}

footer#pq-footer .pq-foote-recent-post:last-child {
	border: none;
	padding: 0;
}

footer#pq-footer .widget ul li {
	margin: 0 0 15px 0;
}

footer#pq-footer .widget ul li:last-child {
	margin-bottom: 0;
}

footer#pq-footer .widget ul.pq-contact li a {
	padding: 0;
}

footer#pq-footer .widget ul.menu#menu-useful-link li a:before {
	position: absolute;
	content: '\e900';
	left: 0;
	font-size: 12px;
	top: 10px;
	color: #ffffff;
	/* font-family: -webkit-body; */
	line-height: normal;
	font-weight: 700;
	display: none!important;
}

footer#pq-footer .widget ul.pq-contact li {
	display: flex;
	align-items: flex-start;
}

footer#pq-footer .widget ul.pq-contact li a:before {
	display: none;
}

footer#pq-footer .widget ul.pq-contact li i {
	margin-right: 15px;
	margin-top: 10px;
	color: var(--white-color);
	transition: all 0.5s ease-in-out;
}

footer#pq-footer .widget ul.pq-contact li i:hover {
	color: var(--primary-color);
}

footer#pq-footer .widget ul li a:hover {
	color: var(--primary-color);
}

/*+++++++++++++++++++++++++++++++++++++
Fancy-box
++++++++++++++++++++++++++++++++++++++*/

.pq-fancy-box.pq-style-1 {
	padding: 45px 30px;
	transition: all 0.5s ease;
	background: var(--grey-color);
	overflow: hidden;
	position: relative;
	min-height: 100%;
}

.pq-fancy-box.pq-style-1 .pq-fancy-media {
	display: inline-flex;
	margin-bottom: 15px;
}

.pq-fancy-box.pq-style-1 .pq-fancy-box-icon i {
	font-size: 64px;
	line-height: 72px;
	margin-right: 30px;
	transition: all 0.5s ease;
	display: inline-block;
	color: var(--primary-color);
}

.pq-fancy-box.pq-style-1:hover .pq-fancy-box-icon i {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.pq-fancy-box.pq-style-1 .pq-fancy-box-bgicon i {
	position: absolute;
	opacity: 0;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--primary-color);
	font-size: 260px;
	line-height: 108px;
	transition: all 0.5s ease;
}

.pq-fancy-box.pq-style-1:hover .pq-fancy-box-bgicon i {
	opacity: 0.1;
	right: 0;
}

.pq-fancy-box.pq-style-1.active .pq-fancy-box-bgicon i {
	opacity: 0.1;
	right: 0;
}

.pq-fancy-box.pq-style-1 .pq-fancy-box-title {
	border-left: 1px solid rgba(21, 20, 28, 0.1);
	padding-left: 30px;
	color: var(--dark-color);
	text-transform: capitalize;
	font-weight: 600;
	transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
}

.pq-fancy-box.pq-style-1 .pq-fancybox-description {
	position: relative;
	margin-bottom: 15px;
	transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
}

.pq-fancy-box.pq-style-1 .pq-button {
	transition: none;
	transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
}

/* style 2 */

.pq-fancy-box.pq-style-2 .pq-fancy-media {
	display: flex;
}

.pq-fancy-box.pq-style-2 .pq-fancy-box-icon i {
	font-size: 64px;
	line-height: 72px;
	color: var(--primary-color);
	margin-left: 15px;
}

.pq-fancy-box.pq-style-2 .pq-fancy-box-icon {
	margin-right: 30px;
}

.pq-fancy-box.pq-style-2 .pq-fancy-box-info .pq-fancy-box-title {
	margin-bottom: 10px;
}

.pq-fancy-box.pq-style-2 .pq-fancybox-description {
	margin-bottom: 5px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Service Box
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-service-box.pq-style-1 {
    padding: 5px 10px;
    position: relative;
}

.pq-service-box.pq-style-1 .pq-service-box-media {
    overflow: hidden;
}

.pq-service-box.pq-style-1 .pq-service-box-media img {
    width: 100%;
    margin-left: 0px;
    -webkit-transform: scale(1.2);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pq-service-box.pq-style-1:hover .pq-service-box-media img {
    transform: scale(1.2);
}

.pq-service-box.pq-style-1 .pq-service-box-title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.pq-service-box.pq-style-1 .pq-service-box-description {
    margin-bottom: 15px;
}

.pq-service-box.pq-style-1 .pq-service-box-media {
    /* margin-top: 30px; */
}

.pq-service-box.pq-style-1 .pq-service-box-icon i {
    position: absolute;
    font-size: 180px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-color);
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pq-service-box.pq-style-1:hover .pq-service-box-icon i {
    opacity: 0.1;
}

/* style 2 */


.pq-service-box.pq-style-2 {
    padding: 30px;
    background: var(--white-color);
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
}

.pq-service-box.pq-style-2 .pq-service-box-icon i {
    font-size: 64px;
    line-height: 72px;
    margin-right: 30px;
    transition: all 0.5s ease;
    display: inline-block;
    color: var(--primary-color);
}


.pq-service-box.pq-style-2 .pq-service-box-bgicon i {
    position: absolute;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-color);
    font-size: 230px;
}

.pq-service-box.pq-style-2 .pq-service-box-number {
    font-size: 48px;
    line-height: 44px;
    font-weight: 600;
    font-family: var(--title-fonts);
    opacity: 0.2;
    position: absolute;
    top: 30px;
    right: 30px;
}

.pq-service-box.pq-style-2 .pq-service-box-description {
    margin-bottom: 15px;
}

.pq-service-box.pq-style-2 {
    position: relative;
}

.pq-service-box.pq-style-2 .slick-slider-thumb .slick-current .item {
    color: var(--primary-color);
}

.service-slider.pq-slider-2 .slick-arrow {
    opacity: 0;
}

.service-slider.pq-slider-2 .slick-slider-thumb {
    width: 100% !important;
}

.slick-initialized .slick-slide {
    display: block;
    margin-bottom: 15px;
}

.service-slider.pq-slider-2 .pq-thumbs-column {
    margin-right: 90px;
}

.service-slider.pq-slider-2 .slick-slide {
    margin: 0px 15px;
}

.service-slider.pq-slider-2 .slick-slider-thumb .item h4 {
    color: var(--white-color);
    padding: 22px 0;
    border-bottom: 1px solid var(--white-color);
    font-size: 22px;
    line-height: 30px;
    cursor: pointer;

}

.service-slider.pq-slider-2 .slick-slider-thumb .slick-current .item h4 {
    color: var(--white-color);
    padding-left: 20px;
    background: var(--dark-color);
    border-bottom: 1px solid transparent;
    margin-top: -1px;
}


.pq-thumbs-column .slick-slider .slick-track {
    transform: translate(0) !important;
}

.pq-thumbs-column .slick-slider .slick-slide {
    width: 100% !important;
    margin-left: 0;
}

.service-slider.pq-slider-2 .row {
    align-items: center;
}

.service-slider.pq-slider-2 .slick-slider-main .slick-list {
    margin: 0 5px;
}

.service-slider.pq-slider-2 .slick-slider-thumb .item h4 i {
    margin-right: 15px;
}

.pq-content-column {
    margin-left: -44px;
}

/* stryle 3 */

.pq-service-box.pq-style-3 .pq-service-box-info {
    background: var(--grey-color);
    padding: 30px;
}

.pq-service-box.pq-style-3 .pq-service-box-media {
    position: relative;
}

.pq-service-box.pq-style-3 .pq-service-box-mediaicon i {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 95px;
    background: var(--white-color);
    position: absolute;
    z-index: 9;
    font-size: 48px;
    color: var(--primary-color);
    border-radius: 100%;
    right: 30px;
    top: -60px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pq-service-box.pq-style-3 .pq-service-box-media .pq-service-img {
    overflow: hidden;
}

.pq-service-box.pq-style-3 .pq-service-box-media .pq-service-img img {
    width: 100%;
    margin-left: 0px;
    -webkit-transform: scale(1.2);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pq-service-box.pq-style-3:hover .pq-service-box-media .pq-service-img img {
    transform: scale(1.2);
}

.pq-service-box.pq-style-3 .pq-service-box-title {
    margin-bottom: 5px;
}

.pq-service-box.pq-style-3 .pq-service-box-description {
    margin-bottom: 15px;
}

.pq-service-box.pq-style-3 .pq-service-box-icon i {
    position: absolute;
    font-size: 180px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-color);
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pq-service-box.pq-style-3:hover .pq-service-box-icon i {
    position: absolute;
    font-size: 180px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-color);
    opacity: 0.1;
}

.owl-item.active.center .pq-service-box.pq-style-3 .pq-service-box-mediaicon i {
    background: var(--primary-color);
    color: var(--white-color);
    transition: 0.5s ease-in-out;
}

/*++++++++++++++++++++++++++++++++++++++++++++++
 Counter
++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-counter.pq-counter-default{
	background-color: var(--grey-color);
	padding: 30px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100%;
}

.pq-counter.pq-counter-default .pq-counter-num-prefix{
	display: flex;
	justify-content: center;
}

.pq-counter.pq-counter-default .pq-counter-title{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
	text-align: center;
}

.pq-counter.pq-counter-default .timer{
	color: var(--primary-color);
	font-size: 69px;
	font-weight: 600;
	line-height: 1;
}

.pq-counter.pq-floating-counter-1{
	background-color: var(--primary-color);
	padding: 30px;
	position: absolute;
	top: -80px;
	right: -100px;
}

.pq-counter.pq-counter.pq-floating-counter-1 .pq-counter-num-prefix{
	display: flex;
	justify-content: center;
}

.pq-counter.pq-counter.pq-floating-counter-1 .pq-counter-title{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
	text-align: center;
	color: var(--white-color);
}

.pq-counter.pq-counter.pq-floating-counter-1 .timer{
	color: var(--white-color);
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
}

.pq-counter.pq-counter.pq-floating-counter-1 .pq-counter-prefix{
	color: var(--white-color);
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
}

.pq-counter.pq-style-1 .pq-counter-inner {
    display: inline-flex;
    align-items: center;
}

.pq-counter.pq-style-1 .pq-counter-prefix-info {
    flex: 1;
    margin-left: 15px;
}

.pq-counter.pq-style-1 .pq-counter-media i {
    font-size: 68px;
    line-height: 76px;
    color: var(--primary-color);
}

.pq-counter.pq-style-1 .pq-counter-prefix-info h5 {
    font-size: 56px;
    line-height: 56px;
    display: inline-block;
}

.pq-counter.pq-style-1 .pq-counter-prefix-info .pq-counter-prefix {
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
    color: var(--dark-color);
}

.pq-counter.pq-style-1 .pq-counter-description {
    margin-bottom: 0;
}


.pq-counter.pq-style-2 {
    display: flex;
    align-items: flex-start;
}

.pq-counter.pq-style-2 .pq-counter-media i {
    font-size: 88px;
    line-height: 96px;
    color: var(--primary-color);
}

.pq-counter.pq-style-2 .pq-counter-prefix-info {
    flex: 1;
    margin-left: 30px;
}

.pq-counter.pq-style-2 .pq-counter-prefix-info .pq-counter-num-prefix h5 {
    font-size: 56px;
    line-height: 56px;
    display: inline-block;
    font-weight: 600;
}

.pq-counter.pq-style-2 .pq-counter-prefix-info .pq-counter-num-prefix {
    font-size: 56px;
    line-height: 56px;
    color: var(--dark-color);
}

.pq-counter.pq-style-2 .pq-counter-prefix-info p.pq-counter-description {
    font-size: 16px;
    color: var(--secondary-color);
    margin-bottom: 0;
    font-weight: 500;
    font-family: var(--title-fonts);
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++
   Team
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-team.pq-style-1 .pq-team-share-icon {
    color: var(--primary-color);
    background: var(--white-color);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.pq-team.pq-style-1 ul {
    padding: 0;
}

.pq-team.pq-style-1 .pq-team-social ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 60px;
    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;
    opacity: 0;
    visibility: hidden;
}

.pq-team.pq-style-1 .pq-team-share-icon:hover .pq-team-social ul {
    opacity: 1;
    visibility: visible;
}

.pq-team.pq-style-1 .pq-team-social ul li {
    list-style: none;
    display: inline-flex;
}

.pq-team.pq-style-1 .pq-team-social ul li:last-child {
    margin: 0;
}

.pq-team.pq-style-1 .pq-team-social ul li a {
    background: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.pq-team.pq-style-1 .pq-team-social ul li a:hover {
    background: var(--dark-color);
}

.pq-team.pq-style-1 .pq-team-info {
    margin-top: 30px;
	text-align: center;
}

.pq-team.pq-style-1 .pq-team-designation {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: var(--title-fonts);

}

.pq-team.pq-style-1 .pq-team-img {
    position: relative;
    overflow: hidden;
}

.pq-team.pq-style-1 .pq-team-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pq-team.pq-style-1:hover .pq-team-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pq-team.pq-style-2 {
    position: relative;
    overflow: hidden;
}

.pq-team.pq-style-2 .pq-team-img img {
    width: 100%;
}

.pq-team.pq-style-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(21, 20, 28, 0.7);
    transition: all 0.5s ease;
}

.pq-team.pq-style-2:hover:before {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.pq-team.pq-style-2 .pq-team-info {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.pq-team.pq-style-2:hover .pq-team-info {
    bottom: 45px;
    opacity: 1;
    visibility: visible;
}

.pq-team.pq-style-2 .pq-team-info .pq-member-name {
    color: var(--white-color);
}

.pq-team.pq-style-2 .pq-team-info .pq-team-designation {
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    margin-bottom: 45px;
}

.pq-team.pq-style-2 .pq-team-social ul {
    padding: 0;
    margin: 0;
}

.pq-team.pq-style-2 .pq-team-social ul li {
    list-style: none;
    display: inline-block;
}

.pq-team.pq-style-2 .pq-team-social ul li {
    margin-right: 15px;
}

.pq-team.pq-style-2 .pq-team-social ul li:last-child {
    margin-right: 0;
}

.pq-team.pq-style-2 .pq-team-social ul li a {
    color: var(--white-color);
    text-align: center;
    transition: all 0.5s ease;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--white-color);
    color: var(--dark-color);
    border-radius: 100%;
}

.pq-team.pq-style-2 .pq-team-social ul li a:hover {
    color: var(--white-color);
    background: var(--primary-color);
    transform: translateY(-5px);
}

/*++++++++++++++++++++++++++++++++++++++++++++++
Circle Progress
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-circle-progress.pq-style-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pq-circle-progress.pq-style-1 .pq-circle-progress-bar {
    position: relative;
}

.pq-circle-progress.pq-style-1 .pq-progress-count {
    color: var(--primary-color);
    position: absolute;
    top: 45%;
    left: 50%;
    display: inline-block;
    font-family: var(--title-fonts);
    font-size: 32px;
    font-weight: 600;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    background: var(--white-color);
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
}

.pq-circle-progress.pq-style-1 .pq-progress-details {
    margin-left: 30px;
    align-self: center !important;
    width: 45%;
}

.pq-circle-progress.pq-style-1 .pq-progress-title {
    color: #fff;
}

.pq-circle-progress.pq-style-1 .pq-progress-details .pq-progress-title-tag {
    font-family: var(--title-fonts);
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    color: var(--white-color);
}

/*================================================
Progressbar
================================================*/

.pq-progressbar-style-1 .pq-progressbar-content {
	padding-bottom: 20px;
	display: inline-block;
	float: left;
	width: 100%;
}

.pq-progressbar-style-1 .pq-progressbar-content .sonny_progressbar {
	margin-bottom: 0;
}

.pq-progressbar-style-1 .pq-progressbar-content .bar-container {
	height: 12px;
}

.pq-progressbar-style-1 .pq-progressbar-content:last-child {
	margin-bottom: 0;
}

.pq-progressbar-style-1 .progress-title {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	font-family: var(--title-fonts);
	color: var(--dark-color);
	font-weight: 600;
	text-transform: capitalize;
}

.pq-progressbar-style-1 .progress-value {
	color: var(--dark-color);
	margin: 0;
	float: right;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.pq-progressbar-style-1 .pq-progress-bar {
	display: inline-block;
	width: 100%;
	padding: 0;
	background: var(--grey-color);
	float: left;
	margin-top: 5px;
}

.pq-progressbar-style-1 .pq-progress-bar span {
	display: inline-block;
	background: var(--grey-color);
	float: left;
}

.pq-progressbar-style-1 .pq-progressbar-content .pq-progress-bar span {
	height: 10px;
	line-height: 10px;
	background: var(--primary-color);
}

/*+++++++++++++++++++++++++++++++++++++
Background Image Portfolio
++++++++++++++++++++++++++++++++++++++*/

.pq-background-img {
    min-height: 650px;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    transition: opacity .5s .2s;
    opacity: 1;
}

.pq-background-img-inner {
    overflow: hidden;
    display: flex;
    width: 100%;
}

.pq-background-img-bg {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 100%;
}

.pq-background-img-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0;
    z-index: 5;
    flex: 1;
    height: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.pq-background-img .pq-background-img-item.active {
    flex: 2;
    transition: 0.5s;
}

.pq-background-link {
    padding: 0;
    position: absolute;
    left: 40px;
    top: 40px;
    opacity: 0;
    transition: 0.5 ease;
}

.pq-background-img-item.active .pq-background-link {
    opacity: 1;
}

.pq-background-img-number {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    font-family: var(--title-fonts);
    color: var(--white-color);
}

.pq-background-link a.pq-background-img-number:hover {
    color: var(--white-color);
}

.pq-background-img-info {
    position: absolute;
    left: -40px;
    bottom: 130px;
    right: 0;
    display: block;
    opacity: 0;
    transition: all 0.8s ease;
    cursor: text;
}

.pq-background-img .pq-background-img-item.active .pq-background-img-info {
    opacity: 1;
    left: 60px;
    width: 50%;
    transition: all 0.8s ease;
}

.pq-background-img-info .pq-background-img-title {
    margin-bottom: 13px;
}

.pq-background-img-info .pq-background-img-title a {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding: 10px 15px;
    font-family: var(--title-fonts);
    text-transform: capitalize;
    color: var(--dark-color);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
    background: var(--white-color);
}

.pq-background-img-info span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white-color);
    position: relative;
    z-index: 2;
    background: var(--primary-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Client
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-client-box.pq-style-1 .owl-carousel .owl-stage-outer {
	z-index: 9;
}

.pq-client-box.pq-style-1 {
	display: block;
	position: relative;
}

.pq-client-box.pq-style-1 .pq-client-img {
	position: relative;
	display: block;
	width: auto;
	height: 80px;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
	opacity: 0.8;
}

.pq-client-box.pq-style-1 a:hover .pq-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.pq-client-box.pq-style-1 a:hover .pq-client-hover-img {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pq-client-box.pq-style-1 .pq-client-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 80px;
	opacity: 1;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease
}

.pq-client-box.pq-style-1 .owl-carousel .owl-nav button.owl-next,
.pq-client-box.pq-style-1 .owl-carousel .owl-nav button.owl-prev {
	background: var(--white-color) !important;
	color: var(--primary-color) !important;
}

.pq-client-box.pq-style-2 {
	display: block;
	position: relative;
}

.pq-client-box.pq-style-2 .pq-client-img {
	position: relative;
	display: block;
	width: auto;
	height: 100px;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
	opacity: 0.8;
}

.pq-client-box.pq-style-2 a:hover .pq-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.pq-client-box.pq-style-2 a:hover .pq-client-hover-img {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pq-client-box.pq-style-2 .pq-client-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100px;
	opacity: 1;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
}

.pq-client-box.pq-style-3 {
	display: block;
	position: relative;
}

.pq-client-box.pq-style-3 .pq-client-img {
	position: relative;
	display: block;
	width: auto;
	height: 70px;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
	opacity: 0.8;
}

.pq-client-box.pq-style-3 a:hover .pq-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.pq-client-box.pq-style-3 a:hover .pq-client-hover-img {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pq-client-box.pq-style-3 .pq-client-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 70px;
	opacity: 1;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
}

/*++++++++++++++++++++++++++++++++++++++++++++++
Process Step
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-process-step.pq-style-1 {
	padding: 0;
	position: relative;
}

.pq-process-step.pq-style-1:before {
	content: "";
	position: absolute;
	top: 45%;
	left: 80%;
	width: 50%;
	height: 1px;
	background: rgba(21, 20, 28, 0.1);
	transform: rotate(20deg);
}

.process-remove-before.pq-process-step.pq-style-1:before {
	display: none;
}

.pq-process-step-line.pq-process-step.pq-style-1:before {
	content: "";
	position: absolute;
	top: 25%;
	left: 80%;
	width: 50%;
	height: 1px;
	background: rgba(21, 20, 28, 0.1);
	transform: rotate(338deg);
}

.pq-process-step.pq-style-1 .pq-process-icon {
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	font-size: 56px;
	position: relative;
	background: var(--white-color);
	color: var(--primary-color);
}


.pq-process-step.pq-style-1 .pq-process-icon .pq-process-number {
	font-size: 16px;
	line-height: 24px;
	display: block;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 0;
	width: 70%;
	margin: 0 auto;
	background: var(--primary-color);
	color: var(--white-color);
	margin-top: -20px;
}

.pq-process-step.pq-style-1 .pq-process-info {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.pq-process-step.pq-style-1 .pq-process-info p {
	margin-top: 5px;
	margin-bottom: 0;
}

.pq-process-step.pq-style-1 .pq-button {
	display: none;
}

.pq-process-step.pq-style-1 .pq-before-img {
	position: absolute;
	top: 50%;
	right: -15%;
	margin-top: -85px;
	height: 37px;
}

/* step 2 */

.pq-process-step.pq-style-2 {
	padding: 0 45px;
	position: relative;
}

.pq-process-step.pq-style-2 .pq-before-img {
	position: absolute;
	top: 50%;
	right: -30%;
	margin-top: -85px;
}

.pq-process-step.pq-style-2 .pq-process-icon {
	width: 120px;
	height: 120px;
	line-height: 128px;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	font-size: 56px;
	position: relative;
	background: var(--grey-color);
	color: var(--primary-color);
}

.pq-process-step.pq-style-2 .pq-process-icon .pq-process-number {
	font-size: 16px;
	width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 100%;
	margin: 0 auto;
	background: var(--dark-color);
	color: var(--white-color);
	z-index: 9;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: -10px;
}

.pq-process-step.pq-style-2 .pq-process-info {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.pq-process-step.pq-style-2 .pq-process-info p {
	margin-top: 5px;
	margin-bottom: 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Timelines
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-border-line:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0;
	background: rgba(0, 0, 0, .1);
}

.pq-dot-circle:before {
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--primary-color);
	border-radius: 100%;
	border: 2px solid var(--primary-color);
}

.timeline-state{
	position: relative;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
FAQ
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-accordion-block .pq-accordion-box {
    background: var(--white-color);
    margin-bottom: 30px;
    position: relative;
}

.pq-accordion-block .pq-accordion-box:last-child {
    margin-bottom: 0;
}

.pq-accordion-block .pq-accordion-box .pq-ad-title {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    padding: 15px 30px;
    cursor: pointer;
}

.pq-accordion-block .pq-accordion-box .pq-ad-title i {
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 1;
    color: var(--dark-color);
}

.pq-accordion-block .pq-accordion-box .pq-ad-title i.inactive {
    opacity: 0;
}

.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title i {
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 0;
    color: var(--dark-color);
}

.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title i.inactive {
    opacity: 1;
}

.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title i {
    color: var(--white-color);
}

.pq-accordion-block .pq-accordion-box .pq-accordion-details {
    padding: 15px 30px;
    border: 1px solid var(--grey-color);
    border-top: 0;
}

.pq-accordion-block .pq-accordion-box .pq-accordion-details p {
    margin-bottom: 0;
}

.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.pq-accordion-block .pq-accordion-box .pq-ad-title .ad-title-text {
    font-size: 20px;
    line-height: 28px;
}

.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title .ad-title-text {
    color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Portfoliobox
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-portfoliobox-1 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    float: left;
    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;
}

.pq-portfoliobox-1 .pq-portfolio-img {
    position: relative;
}

.pq-portfoliobox-1 .pq-portfolio-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pq-portfoliobox-1:hover .pq-portfolio-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.pq-portfoliobox-1 .pq-portfolio-info {
    margin: auto;
    position: absolute;
    bottom: -100px;
    z-index: 10;
    left: 0px;
    right: 0px;
    opacity: 0;
    padding: 20px;
    background: var(--dark-color);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    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;
}

.pq-portfoliobox-1:hover .pq-portfolio-info {
    opacity: 1;
    bottom: 0px;
}

.pq-portfoliobox-1 .pq-portfolio-info span a {
    font-family: var(--title-fonts);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 1px;
}

.pq-portfoliobox-1 .pq-portfolio-info .pq-portfolio-link a {
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 1;
    text-transform: uppercase;
}

.pq-portfoliobox-1 .pq-portfolio-info h5 a {
    color: var(--white-color);
}

.pq-portfoliobox-1 .pq-portfolio-info h5 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.pq-portfoliobox-1 a.pq-portfolio-icon-bg i {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: var(--primary-color);
    background: var(--white-color);
    transition: all 0.5s ease-in-out;
}

.pq-portfoliobox-1 a.pq-portfolio-icon-bg:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
isotope Portfolio
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-grid-item.visible_item,
.pq-masonry-item.visible_item {
	display: none;
}

.pq-filters .pq-filter-button-group ul {
	margin: 0 0 45px;
	padding: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.pq-filters .pq-filter-button-group ul li {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: var(--title-fonts);
	text-transform: uppercase;
	list-style: none;
	color: var(--dark-color);
	display: inline-block;
	cursor: pointer;
	padding: 12px 20px;
	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;
}

.pq-filters .pq-filter-button-group ul li:last-child {
	margin-right: 0;
}

.pq-filters .pq-filter-button-group ul li.active,
.pq-filters .pq-filter-button-group ul li.active:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.pq-filters .pq-filter-button-group ul li:hover {
	color: var(--primary-color);
}

.pq-grid {
	display: inline-block;
	width: 100%;
	float: left;
}

.pq-grid:after {
	content: '';
	display: block;
	clear: both;
}

.pq-col-3 {
	width: 25%;
	padding: 0 15px 30px;
}

.pq-col-6 {
	width: 50%;
	padding: 0 15px 30px;
}

.pq-col-4 {
	width: 33.33%;
	padding: 0 15px 30px;
}

.pq-grid.no-padding .pq-grid-item,
.pq-masonry.no-padding .pq-masonry-item {
	padding: 0;
}

.pq-btn-load-container {
	margin-top: 0;
	display: inline-block;
	width: 100%;
}

.pq-btn-load-container a.pq-button {
	cursor: pointer;
}

.pq-grid.style-2 .pq-portfoliobox-1 .pq-portfolio-img {
	overflow: hidden;
}

.pq-grid.style-2 .pq-portfoliobox-1 .pq-portfolio-info {
	position: relative;
	bottom: 0;
	left: 0;
	background: transparent;
	padding-left: 0;
	padding-bottom: 0;
	opacity: 1;
}

.pq-grid.style-2 .pq-portfoliobox-1 a.pq-portfolio-icon-bg {
	display: none;
}

.pq-grid.style-2 .pq-grid-item:nth-child(1) .pq-portfoliobox-1 {
	margin-top: 60px;
}

.pq-grid.style-2 .pq-col-6 {
	padding: 0 30px 45px;
	padding-bottom: 45px;
}


/*=========*/
.pq-masonry {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pq-masonry .ipt-lg-6 {
	width: 50%;
	padding: 0 15px 30px;
}

.pq-masonry .ipt-lg-3 {
	width: 25%;
	padding: 0 15px 30px;
}

.pq-masonry .ipt-lg-4 {
	width: 33.333%;
	padding: 0 15px 30px;
}

.pq-grid-item {
	float: left;
}

/*+++++++++++++++++++++++++++++++++++++++++
Testimonial
++++++++++++++++++++++++++++++++++++++++*/

.pq-testimonial-box.pq-style-1 {
    padding: 45px;
    background: var(--grey-color);
    position: relative;
}

.pq-testimonial-box.pq-style-1 .pq-quote {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-description {
    margin-bottom: 0;
    width: 90%;
    margin: 0 auto;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media {
    margin-bottom: 15px;
    display: flex;
    position: relative;
    align-items: center;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-img {
    margin-right: 15px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-img img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-star i {
    color: #FFB425;
}

.pq-testimonial-box.pq-style-1 .pq-testmonial-title {
    font-size: 24px;
    line-height: 32px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-meta {
    text-align: left;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-meta span {
    color: var(--primary-color);
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--title-fonts);
    text-transform: uppercase;
}

.pq-testimonial-box.pq-style-1 .pq-testmonial-name {
    font-size: 18px;
    line-height: 26px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-star-content {
    padding: 15px;
    background: var(--white-color);
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-box-bgicon i {
    position: absolute;
    opacity: 0;
    right: 30px;
    top: 50%;
	transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 345px;
    line-height: 108px;
    transition: all 0.5s ease;
}

.pq-testimonial-box.pq-style-1:hover .pq-testimonial-box-bgicon i {
    opacity: 0.1;
    right: 15px;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-info {
    padding: 45px 30px;
    padding-bottom: 60px;
    background: var(--grey-color);
    position: relative;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-quote {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-box-bgicon i {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-color);
    font-size: 230px;
    transition: all 0.5s ease-in-out;
}

.pq-testimonial-box.pq-style-2:hover .pq-testimonial-box-bgicon i {
    opacity: 0.1;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-description {
    margin-bottom: 15px;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-media {
    display: block;
    margin-top: -45px;

}

.pq-testimonial-box.pq-style-2 .pq-testimonial-img img {
    width: 80px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-meta {
    text-align: center;
    margin-top: 15px;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-meta h5 {
    font-size: 24px;
    line-height: 32px;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-media .pq-testimonial-meta span {
    color: var(--primary-color);
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--title-fonts);
    text-transform: uppercase;
}

/* style 2 grid */
.pq-sec-grey-bg .pq-testimonial-box-grid.pq-style-2 .pq-testimonial-info {
    background: var(--white-color);
}

/* style */

.pq-testimonial-box.pq-style-3 {
    display: grid;
    grid-template-columns: 0.6fr 1.5fr;
    align-items: center;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-info {
    position: relative;
    margin-left: 45px;
}


.pq-testimonial-box.pq-style-3 .pq-testimonial-quote {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    font-size: 160px;
    line-height: 168px;
    -webkit-text-stroke: 15px var(--grey-color);
    opacity: 0.05;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-description {
	color: var(--white-color);
    margin-bottom: 15px;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-img img {
    width: 130px;
    display: inline-block;
    position: relative;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-meta {
    margin-top: 15px;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-meta h5 {
    color: var(--white-color);
    font-size: 24px;
    line-height: 32px;
}

.pq-testimonial-box.pq-style-3 .pq-testimonial-media .pq-testimonial-meta span {
    color: var(--primary-color);
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--title-fonts);
    text-transform: uppercase;
}

.pq-testimonial-box-slider.pq-style-3 .owl-nav {
    display: block;
    width: auto;
    top: inherit;
    transform: none;
    right: 0;
}

.pq-testimonial-box-slider.pq-style-3 .owl-carousel .owl-nav button.owl-prev {
    margin-left: 0;
}

.pq-testimonial-box-slider.pq-style-3 .owl-carousel .owl-nav button.owl-next {
    margin-right: 0;
}

/* style 4 */

.pq-testimonial-box.pq-style-4 {
    padding: 0 60px;
    text-align: center;
}

.pq-testimonial-box.pq-style-4 .pq-testimonial-description {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: var(--title-fonts);
    margin: 0 auto;
    margin-bottom: 45px;
}

.pq-testimonial-box.pq-style-4 .pq-testimonial-media {
    margin-bottom: 15px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: var(--grey-color);
}

.pq-testimonial-box.pq-style-4 .pq-testimonial-media .pq-testimonial-img {
    margin-right: 15px;
}

.pq-testimonial-box.pq-style-4 .pq-testimonial-media .pq-testimonial-img img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.pq-testimonial-box.pq-style-4 .pq-testimonial-media .pq-testimonial-meta {
    text-align: left;
}

.pq-testimonial-box.pq-style-4 .pq-testimonial-media .pq-testimonial-meta span {
    color: var(--primary-color);
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--title-fonts);
    text-transform: uppercase;
}

/*+++++++++++++++++++++++++++++++++++++++++
 Pricing Plan
++++++++++++++++++++++++++++++++++++++++*/

.pq-pricing-plan.pq-style-1 {
	display: inline-flex;
}

.pq-pricing-plan.pq-style-1 .price {
	width: 100px;
	height: 100px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary-color);
	border-radius: 100%;
	transition: all 0.5s ease-in-out;
}

.pq-pricing-plan.pq-style-1 .pq-price-sign {
	color: var(--white-color);
	margin-top: -15px;
	font-weight: 600;
	font-size: 18px;
	font-family: var(--title-fonts);
}

.pq-pricing-plan.pq-style-1 .pq-price{
	color: var(--white-color);
}

.pq-pricing-plan.pq-style-1 .pq-price-info {
	margin-left: 45px;
}

.pq-pricing-plan.pq-style-1 .pq-price-title{
	color: var(--white-color);
}

.pq-pricing-plan.pq-style-1 .price-month {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-family: var(--title-fonts);
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 1px;
}

.pq-pricing-plan.pq-style-1 .pq-list-info {
	margin: 0;
	padding: 15px 0 30px;
}

.pq-pricing-plan.pq-style-1 .pq-list-info li {
	list-style: none;
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
	text-transform: capitalize;
}

.pq-pricing-plan.pq-style-1 .pq-list-info li:last-child {
	margin-bottom: 0;
}

.pq-pricing-plan.pq-style-1 .pq-list-info li i {
	margin-right: 15px;
	display: inline-block;
	font-size: 20px;
	line-height: 28px;
	color: var(--white-color);
}

.pq-pricing-plan.pq-style-1 .pq-list-info li span{
	color: var(--white-color);
}

.pq-pricing-plan.pq-style-2 {
    padding: 45px 30px;
    background: var(--grey-color);
	position: relative;
}

.pq-pricing-plan.pq-style-2 .pq-price-info {
    display: flex;
    justify-content: space-between;
}

.pq-pricing-plan.pq-style-2 .pq-price-media i {
    font-size: 80px;
    line-height: normal;
    color: var(--primary-color);
}

.pq-pricing-plan.pq-style-2 .price {
    display: flex;
    align-items: baseline;
}

.pq-pricing-plan.pq-style-2 .pq-price-sign {
    font-size: 36px;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-weight: 600;
}

.pq-pricing-plan.pq-style-2 .pq-price {
    color: var(--primary-color);
    margin: 0 8px;
}

.pq-pricing-plan.pq-style-2 .price-month {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--title-fonts);
    text-transform: uppercase;
    color: var(--secondary-color);
    letter-spacing: 1px;
}

.pq-pricing-plan.pq-style-2 .pq-list-info {
    padding: 30px;
    margin: 20px 0 45px;
    background: var(--white-color);
}

.pq-pricing-plan.pq-style-2 .pq-list-info li {
    list-style: none;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    text-transform: capitalize;
}

.pq-pricing-plan.pq-style-2 .pq-list-info li:last-child {
    margin-bottom: 0;
}

.pq-pricing-plan.pq-style-2 .pq-list-info li i {
    margin-right: 15px;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: var(--primary-color);
}

.pq-pricing-plan.pq-style-2 .pq-pricing-plan-bgicon {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    font-size: 180px;
    opacity: 0;
    color: var(--primary-color);
}

.pq-pricing-plan.pq-style-2 .pq-button.pq-button-flat{
	background-color: var(--dark-color);
}

.pq-pricing-plan.pq-style-2 .pq-button.pq-button-flat:hover{
	background-color: var(--primary-color);
}

.pq-pricing-plan.pq-style-2.active .pq-button.pq-button-flat{
	background-color: var(--primary-color);
}

.pq-pricing-plan.pq-style-2.active .pq-button.pq-button-flat:hover{
	background-color: var(--dark-color);
}

.pq-pricing-plan.pq-style-2.active .pq-pricing-plan-bgicon {
    opacity: 0.05;
}

/*+++++++++++++++++++++++++++++++++++++
Background Images
++++++++++++++++++++++++++++++++++++++*/

.pq-bg-img-1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/1.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.05;
}

.pq-bg-img-2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/2.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 28% auto;
	opacity: 0.5;
}

.pq-bg-img-3:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: 0.05;
}

.pq-bg-img-4:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/3.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	opacity: 0.05;
}

.pq-bg-img-5:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/3.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	opacity: 0.05;
}

.pq-bg-img-6:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/4.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.05;
}

.pq-bg-map:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/map.png);
	background-position: center center;
	opacity: 0.05;
}

.pq-video-popup-img{
	background-image: url(../images/video-popup/1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 260px 0;
	position: relative;
	z-index: 1;
}

.pq-video-popup-img-2{
	background-image: url(../images/video-popup/2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 260px 0;
	position: relative;
}

.pq-service-video{
	background-image: url(../images/service-single/air-conditioning/2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 90px 15px;
	position: relative;
}

.pq-contact-us-bg-img{
	background-image: url(../images/background-images/5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 150px 0;
	position: relative;
}

.pq-form-bg-img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/form-bg-img.png);
	background-position: center center;
	opacity: 0.1;
	background-repeat: no-repeat;
}

.pq-grey-bg-right:before{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 50%;
    height: 100%;
    background: var(--grey-color);
}

/*+++++++++++++++++++++++++++++++++++++
Form
++++++++++++++++++++++++++++++++++++++*/

.pq-contact-form-div{
	margin: 0 0 30px 30px;
	padding: 45px;
	background-color: var(--grey-color);
	position: relative;
	z-index: 1;
}

.pq-applyform{
	position: relative;
}

.pq-applyform .pq-button.pq-button-flat:hover{
	background-color: var(--primary-color);
}

.pq-applyform .pq-button.pq-button-flat:hover .pq-button-text{
	color: var(--white-color);
}

.pq-applyform textarea,
.pq-appointment-form textarea{
	height: 100px;
}

.pq-applyform input,.pq-appointment-form input, 
.pq-applyform select,.pq-appointment-form select,
.pq-applyform textarea,.pq-appointment-form textarea{
	background-color: var(--white-color);
	margin-bottom: 15px;
}

.pq-contact-form {
	background-color: var(--white-color);
	padding: 45px;
	margin: 0 15px;
}

.pq-form textarea {
	height: 150px;
}

.pq-appointment-box{
	padding: 45px;
	background-color: var(--grey-color);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	justify-content: center;
}

.pq-appointment-box .pq-appointment-title{
    color: var(--dark-color);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

.pq-form-block{
	padding: 45px;
	margin-top: -100px;
	background-color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++
Info Box
++++++++++++++++++++++++++++++++++++++*/

.pq-info-box.pq-style-1 .pq-info-box-content .pq-info-box-title{
	color: var(--white-color);
	margin-bottom: 15px;
}

.pq-info-box.pq-style-1 .pq-info-box-content p{
	color: var(--white-color);
}

.pq-info-box.pq-style-1 .pq-info-box-content p a{
	color: var(--white-color);
	display: inline-block;
	width: fit-content;
}

.pq-info-box.pq-style-1 .pq-info-box-content p a:hover{
	color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++
Icon Box
++++++++++++++++++++++++++++++++++++++*/

.pq-icon-box.pq-style-1{
	display: flex;
	align-items: center;
}

.pq-icon-box.pq-style-1 .pq-icon{
	margin-right: 30px;
}

.pq-icon-box.pq-style-1 .pq-icon i{
	font-size: 68px;
	line-height: 68px;
	display: inline-block;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-2{
	display: flex;
	align-items: center;
}

.pq-icon-box.pq-style-2 .pq-icon{
	margin-right: 15px;
}

.pq-icon-box.pq-style-2 .pq-icon i{
	font-size: 48px;
	line-height: 100px;
	width: 90px;
	height: 90px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	background-color: var(--primary-color);
	color: var(--white-color);
}

.pq-contact-us-box{
	display: flex;
	flex-direction: column;
	background-color: var(--white-color);
	padding: 30px;
	width: 74%;
}

.pq-contact-us-box .pq-button.pq-button-flat{
	width: fit-content;
}

.pq-contact-us-box .pq-icon-box.pq-style-3{
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}

.pq-contact-us-box .pq-icon-box.pq-style-3 .pq-icon{
	margin-right: 15px;
}

.pq-contact-us-box .pq-icon-box.pq-style-3 .pq-icon i{
	font-size: 48px;
	line-height: 70px;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	background-color: var(--primary-color);
	color: var(--white-color);
}

.pq-contact-us-box .pq-icon-box.pq-style-3 .pq-icon-box-content .pq-icon-box-title a:hover{
	color: var(--dark-color);
}

.pq-contact-us-box .pq-icon-box.pq-style-3 .pq-icon-box-content .pq-icon-box-description{
	margin-bottom: 0;
}

.pq-icon-box.pq-style-4{
	display: flex;
}

.pq-icon-box.pq-style-4 .pq-icon{
	margin-right: 20px;
}

.pq-icon-box.pq-style-4 .pq-icon i{
	font-size: 56px;
	color: var(--primary-color);
	background-color: var(--grey-color);
	width: 92px;
	height: 92px;
	line-height: 102px;
	display: inline-block;
	text-align: center;
}

.pq-icon-box.pq-style-4 .pq-icon-box-content .pq-icon-box-title{
	font-size: 22px;
	line-height: 30px;
}

.pq-icon-box.pq-style-4 .pq-icon-box-content p{
	margin: 0;
}

.pq-icon-box.pq-style-5{
	display: flex;
	align-items: flex-start;
	background-color: var(--grey-color);
	padding: 30px;
}

.pq-icon-box.pq-style-5 .pq-icon{
	margin-right: 20px;
}

.pq-icon-box.pq-style-5 .pq-icon i{
	font-size: 50px;
	line-height: 50px;
	color: var(--primary-color);
	display: inline-block;
}

.pq-icon-box.pq-style-5 .pq-icon-box-content .pq-icon-box-title{
	font-size: 20px;
	line-height: 28px;
}

.pq-icon-box.pq-style-5 .pq-icon-box-content p{
	margin: 0;
}

.pq-icon-box.pq-style-6{
	display: flex;
}

.pq-icon-box.pq-style-6 .pq-icon{
	margin-right: 15px;
}

.pq-icon-box.pq-style-6 .pq-icon i{
	font-size: 40px;
	line-height: 90px;
	width: 80px;
	height: 80px;
	display: inline-block;
	color: var(--white-color);
	background-color: var(--primary-color);
	text-align: center;
	border-radius: 100%;
}

.pq-icon-box.pq-style-6 .pq-icon-box-content .pq-icon-box-title{
	color: var(--white-color);
}

.pq-icon-box.pq-style-6 .pq-icon-box-content .pq-icon-box-description{
	margin-bottom: 0;
	color: var(--white-color);
}

.pq-icon-box.pq-style-7{
	display: flex;
	align-items: center;
}

.pq-icon-box.pq-style-7 .pq-icon{
	margin-right: 30px;
}

.pq-icon-box.pq-style-7 .pq-icon i{
	font-size: 48px;
	color: var(--primary-color);
	background-color: var(--grey-color);
	width: 96px;
	height: 96px;
	line-height: 106px;
	display: inline-block;
	text-align: center;
	border-radius: 100%
}

.pq-icon-box.pq-style-7 .pq-icon-box-content p{
	margin: 0;
}

/*+++++++++++++++++++++++++++++++++++++
Contact Box
++++++++++++++++++++++++++++++++++++++*/

.pq-contact-box{
	display: flex;
	align-items: center;
}

.pq-contact-box .pq-contact-box-icon{
	margin-right: 20px;
}

.pq-contact-box .pq-contact-box-icon i{
	font-size: 36px;
	color: var(--primary-color);
	background-color: var(--white-color);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
}

.pq-contact-box .pq-contact-box-content p{
	margin-bottom: 0;
}

.pq-contact-box .pq-contact-box-content p a{
	color: var(--secondary-color);
}

.pq-contact-box .pq-contact-box-content p a:hover{
	color: var(--secondary-color);
}

/*+++++++++++++++++++++++++++++++++++++
List Check
++++++++++++++++++++++++++++++++++++++*/

.pq-list-check{
	margin: 0;
	padding: 0;
}

.pq-list-check li{
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.pq-list-check li:first-child{
	margin-top: 0;
}

.pq-list-check li i{
	font-size: 18px;
	color: var(--primary-color);
	padding-right: 15px;
}

.pq-list-check li span{
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--dark-color);
}

.pq-about-list{
	margin: 0;
	padding: 0;
}

.pq-about-list li{
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.pq-about-list li i{
	font-size: 18px;
	color: var(--primary-color);
	padding-right: 10px;
}

.pq-about-list li span{
	text-transform: capitalize;
}

.pq-portfolio-info-box{
	background-color: var(--grey-color);
	padding: 45px;
}

.pq-portfolio-info-box ul{
	margin: 0;
	padding: 0;
}

.pq-portfolio-info-box ul li h5{
	padding-top: 30px;
	border-top: 1px solid #15141C1A;
}

.pq-portfolio-info-box ul li:first-child h5{
	padding-top: 0;
	border: none;
}

.pq-portfolio-info-box ul li:last-child p{
	margin: 0;
}

/*+++++++++++++++++++++++++++++++++++++
Custom CSS
++++++++++++++++++++++++++++++++++++++*/

.pq-py-130{
	padding: 130px 0;
}

.pq-ps-60{
	padding-left: 60px;
}

.pq-pe-60{
	padding-right: 60px;
}

.pq-ps-90{
	padding-left: 90px;
}

.pq-pe-90{
	padding-right: 90px;
}

.pq-ps-30{
	padding-left: 30px;
}

.pq-mb-30{
	margin-bottom: 30px;
}

.pq-mb-20{
	margin-bottom: 20px;
}

.pq-mb-15{
	margin-bottom: 15px;
}

.pq-mb-60{
	margin-bottom: 60px;
}

.pq-pb-30{
	padding-bottom: 30px;
}

.pq-px-30{
	padding: 0 30px;
}

.pq-pb-210{
	padding-bottom: 210px;
}

.pq-pmy-20{
	margin-top: 20px;
	padding-bottom: 20px;
}

.pq-mb-45{
	margin-bottom: 45px;
}

.pq-pb-240{
	padding-bottom: 240px;
}

.pq-pt-240{
	padding-top: 240px;
}

.pq-pt-60{
	padding-top: 60px;
}

.pq-pt-120{
	padding-top: 120px;
}

.pq-pb-140{
	padding-bottom: 140px;
}

.pq-my-110{
	margin: -110px 0;
}

.pq-mb-260{
	margin-bottom: -260px;
}

.pq-my-270{
	margin: -270px 0;
}

.pq-my-340{
	margin: -340px 0;
}

.pq-py-60{
	padding: 60px 0;
}

.pq-py-90{
	padding: 90px 0;
}

.pq-mt-p-60{
	margin-top: 60px;
}

.pq-pt-350{
	padding-top: 350px;
}

.pq-pt-385{
	padding-top: 385px;
}

.pq-py-30{
	padding: 30px 0;
}

.seprator{
	border-top: 1px solid #15141C1A;
}

.icon-box-seprator{
	border-top: 1px solid #ffffff1a;
	width: 100%;
	text-align: left;
	display: inline-block;
	margin-top: 30px;
	padding-bottom: 30px;
}

.counter-seprator{
	border-top: 1px solid #15141C1A;
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	padding-bottom: 30px;
}

.light-seprator{
	border-top: 1px solid #ffffff3b;
	width: 80%;
	text-align: left;
	display: inline-block;
	margin-top: 30px;
	padding-bottom: 30px;
}

.pq-left-outer-container{
	margin-left: calc((100% - 1300px)/ 2);
}

.pq-mb-325{
	margin-bottom: -325px;
}

.pq-pb-400{
	padding-bottom: 400px;
}

.pq-pb-470{
	padding-bottom: 470px;
}

.pq-pt-470{
	padding-top: 470px;
}

.pq-pb-230{
	padding-bottom: 230px;	
}

.pq-pt-400{
	padding-top: 400px;
}

.pq-sticky-top{
	position: sticky;
	top: 130px;
	z-index: 1;
}

.pq-about-us-img{
	position: relative;
}

.pq-about-div{
	padding: 45px;
}

.about{
	position: relative;
	z-index: 1;
}

.pq-faq-img{
	position: relative;
	width: 80%;
}

.pq-lightning-img{
	position: absolute;
	top: 0;
	left: -10px;
	width: 45%;
}

.pq-dark-lightning-img{
	position: absolute;
	top: -31%;
	left: -24%;
	width: 45%;
}

.pq-about-img{
	position: relative;
	width: 85%;
}

.pq-about-lightning-img{
	position: absolute;
    top: 0;
    right: -7%;
    width: 44%;
}

.pq-contact-us-div{
	padding: 0 45px 130px 15px;
}

.pq-contact-img{
	margin-top: -242px;
}

.pq-contact-div{
	padding-bottom: 130px;
}

.pq-about-counter{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 15px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #15141C1A;
}

.team.pq-bg-img-2:before{
	background-position: bottom right;
	background-size: auto;
}

.client.pq-bg-img-4:before{
	background-position: bottom center;
	background-size: cover;
}

.map{
	line-height: 0;
}

.map iframe{
	width: 100%;
	border: 0;
	height: 550px;
}

.pq-testimonial-block{
	padding: 130px 15px 130px 45px;
}

.pq-client-dark{
	padding: 120px 0 140px 0;
}

.pq-testimonial-img-overflow{
	margin-bottom: -60px;
}

.pq-contact-img-overflow{
	margin-bottom: -100px;
}

.pq-counter-column{
	display: flex;
	flex-direction: column;
}


 @media (max-width: 767px) {
        .carousel-inner .carousel-item > div {
            display: none;
        }
        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    }

    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
    }

    /* medium and up screens */
    @media (min-width: 768px) {

        .carousel-inner .carousel-item-end.active,
        .carousel-inner .carousel-item-next {
            transform: translateX(25%);
        }

        .carousel-inner .carousel-item-start.active, 
        .carousel-inner .carousel-item-prev {
            transform: translateX(-25%);
        }
    }

    .carousel-inner .carousel-item-end,
    .carousel-inner .carousel-item-start { 
        transform: translateX(0);
    }

    .card-img-overlay {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #0000007a;
    font-family: auto;
    text-align: center;
}