/*
Template: Opticeye - Optometrist & Eye Care 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
==> Banner
==> Blog
==> Pagination
==> Error
==> Dummy data
==> OWL Carousel
==> Section Title
==> Border Effect
==> Breadcrum
==> Counter
==> Working Hours
==> Pricebox
==> Team
==> Testimonial
==> Appointment Form
==> Service Box
==> Circle Progress
==> Before After
==> Process Step
==> FancyBox
==> Progressbar
==> FAQ
==> Video Popup
==> Hover bg images Effect
==> Header
==> Footer
==> Portfoliobox
==> isotope Portfolio
==> Tabs
==> Service Single
==> Portfolio Single

++++++++++++++++++++++++++++++++++++
[ End table content ]
+++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++
Moz Selection
++++++++++++++++++++++++++++++++++++++++++++++++*/
@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB/EuclidCircularB-Bold.eot');
	src:
		url('../fonts/EuclidCircularB/EuclidCircularB-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Bold.woff2') format('woff2'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Bold.woff') format('woff'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB/EuclidCircularB-SemiBold.eot');
	src:
		url('../fonts/EuclidCircularB/EuclidCircularB-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EuclidCircularB/EuclidCircularB-SemiBold.woff2') format('woff2'),
		url('../fonts/EuclidCircularB/EuclidCircularB-SemiBold.woff') format('woff'),
		url('../fonts/EuclidCircularB/EuclidCircularB-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB/EuclidCircularB-Medium.eot');
	src:
		url('../fonts/EuclidCircularB/EuclidCircularB-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Medium.woff2') format('woff2'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Medium.woff') format('woff'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB/EuclidCircularB-Regular.eot');
	src:
		url('../fonts/EuclidCircularB/EuclidCircularB-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Regular.woff2') format('woff2'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Regular.woff') format('woff'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB/EuclidCircularB-Light.eot');
	src:
		url('../fonts/EuclidCircularB/EuclidCircularB-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Light.woff2') format('woff2'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Light.woff') format('woff'),
		url('../fonts/EuclidCircularB/EuclidCircularB-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
:root {
	--primary-color: #0079cc;
	--dark-color: #027fd0;
	--secondary-color: #3c3c3c;
	--grey-color:#F0EFF4;
	--white-color: #ffffff;
	--body-fonts: 'Euclid Circular B', sans-serif;
	--title-fonts: 'Euclid Circular B', 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: #f8f8f8;
	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: 500;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-style: normal;
	line-height: 48px;
}

h2 {
	font-size: 36px;
	font-style: normal;
	line-height: 44px;
}

h3 {
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
}

h4 {
	font-size: 28px;
	font-style: normal;
	line-height: 36px;
}

h5 {
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
}

/*++++++++++++++++ HTML Tags +++++++++++*/
a,
.button {
	color: var(--primary-color);
	outline: none !important;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
	color: var(--primary-color);
	outline: none;
	text-decoration: none !important;
}

p {
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

pre {
	background: var(--white-color);
	padding: 15px;
	border: 1px solid var(--grey-color);
}

hr {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 0px;
}

b,
strong {
	font-weight: 700;
}

/*+++++++++++++ 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 var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: none;
	font-size: 16px;
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	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: 15px;
	
}


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 var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: none;
	padding: 10px 15px;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	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: 15px;
}

/*+++++++++++++ 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 16px bottom 50%;
	background-size: 20px 20px;
	margin-bottom: 15px;
}

select:focus,
select.form-control:focus {
	background-color: var(--grey-color);
	border-color: var(--primary-color);
}


/*++++++++++++++++ Container +++++++++++*/
.container{
	max-width: 1240px;
    position: relative;
}

section{
	padding: 40px 0;
	position: relative;
}

.pq-bg-dark{
    background-color: var(--dark-color);
}

.pq-bg-primary{
    background-color: var(--primary-color);
}

.pq-bg-grey{
    background-color: var(--grey-color) !important;
}

.pq-custom-bg-color{
	background-color: #0C0500;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
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: 30px;
	margin: 0px;
	color: var(--white-color);
	background: var(--primary-color);
	z-index: 999;
	border: 1px solid var(--white-color);
	font-size: 26px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	animation: backtotop 2s infinite;
	transform: scale(0);
	border-radius: 50%;
}

#back-to-top .top ::after {
	position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}





#back-to-top .top:hover {
	background: var(--dark-color);
	color: var(--white-color);
}

#back-to-top.active .top {
	transform: scale(1);
}

@keyframes backtotop {
	0% {
		bottom: 45px;
	}

	50% {
		bottom: 30px;
	}

	100% {
		bottom: 45px;
	}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
WordPress Core
++++++++++++++++++++++++++++++++++++++++++++++++*/

.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: 700;
	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"] {
	font-family: var(--title-fonts);
	overflow: inherit;
	position: relative;
	width: auto;
	background: var(--primary-color);
	color: var(--white-color);
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 24px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	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;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	color: var(--white-color);
	background: var(--dark-color);
}

[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
	color: var(--white-color);
	background: var(--dark-color);
}

.pq-button {
	font-family: var(--title-fonts);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 2;
	font-size: 14px;
	padding: 12px 24px;
	position: relative;
	width: auto;
	background: var(--primary-color);
	color: var(--white-color);
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 12px;
    -moz-border-radius:12px;
    border-radius:12px;
    text-decoration:none;
	fill: var(--white-color);
	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: 1px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.pq-button:hover,
.pq-button:focus {
	color: var(--white-color);
}

.pq-button span {
	z-index: 9;
	position: relative;
	margin-left: 8px;
	display: inline-block;

	transition: none;
}


.pq-button.pq-button-flat:before {
	content: '';
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--dark-color);
	transition: width .5s ease-in-out;
}

.pq-button.pq-button-flat:hover:before {
	width: 100%;
}

.pq-button.pq-button-flat.pq-white-button:before {
	content: '';
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--white-color);
	transition: width .5s ease-in-out;
}

.pq-button.pq-button-flat.pq-white-button:hover:before {
	width: 100%;
}

.pq-button.pq-button-flat.pq-white-button:hover .pq-button-block i{
	color: var(--dark-color);
}

.pq-button.pq-button-flat.pq-white-button:hover{
	color: var(--dark-color);
}

.pq-button .pq-button-block i {
	color: var(--white-color);
	position: relative;
	transform: rotate(0deg);
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.pq-button:hover .pq-button-block i {
	transform: rotate(90deg);
}


/*===== Button link =====*/
.pq-button.pq-button-link {
	background: transparent;
	color: var(--dark-color);
	/* padding: 0; */
	transition: all 0.5s ease-in-out;
}

.pq-button.pq-button-link:hover {
	color: var(--primary-color);
}

.pq-button.pq-button-link .pq-button-block i {
	color: var(--dark-color);
	transform: rotate(0deg);
	transition: all 0.5s ease-in-out;
}

/* .pq-button.pq-button-link:hover .pq-button-block i {
	color: var(--primary-color);
	transform: rotate(90deg);
} */


/*++++++++++++++++ Button outline +++++++++++*/

.pq-button.pq-button-outline {
	background: transparent;
	color: var(--dark-color);
	border: 1px solid var(--dark-color);
	transition: all 0.5s ease-in-out;
}


.pq-button.pq-button-outline:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.pq-button.pq-button-outline .pq-button-block i {
	color: var(--dark-color);
}

.pq-button.pq-button-outline:hover .pq-button-block i {
	color: var(--primary-color);
}


/*+++++++++++++++++++++++++++++++++++++++++++++++
Banner
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-button.pq-button-flat.white .pq-button-block i {
	color: var(--dark-color);
}

.pq-button.pq-button-flat.white:hover .pq-button-block i {
	color: var(--white-color);
}


.pq-button.pq-button-flat.white:hover .pq-button-block .pq-button-text {
	color: var(--white-color);
}

.rs-button {
	font-family: var(--title-fonts) !important;
}

.rs-button.pq-button.pq-button-flat.pq-white-button:before{ background: var(--white-color) }
.rs-button.pq-button.pq-button-flat.pq-white-button:hover,
.rs-button.pq-button.pq-button-flat.pq-white-button:hover .pq-button-block i{ color: var(--dark-color);}

/*++++++++++++++++++++++++++++++++++++++++++++++
Blog
++++++++++++++++++++++++++++++++++++++++++++++++++*/

.owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

.owl-carousel .pq-blog-post .pq-blog-contain {
	padding: 30px 20px 0 0;
}

.owl-carousel .pq-blog-post .pq-blog-contain .pq-post-category {
	margin-bottom: 20px;
}


.owl-carousel .pq-blog-post .pq-post-meta ul {
	margin: 0;
}

.owl-carousel .pq-blog-post {
	margin-bottom: 0;
	background-color: var(--white-color);
}

.pq-bg-grey .owl-carousel .pq-blog-post{
	background-color: var(--grey-color);
}

.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: 30px;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pq-blog-post:hover .pq-post-media img {
	margin-left: 0;
}

.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 {
	margin-bottom: 30px;
	margin-top: -45px;
}

.pq-blog-post .pq-blog-contain .pq-post-category a {
	display: inline-block;
	background: var(--primary-color);
	color: var(--white-color);
	padding: 5px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--title-fonts);
	font-weight: 500;
	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: 28px;
	line-height: 36px;
	margin-top: 0;
}

.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+li {
	padding-left: 15px;
}

.pq-blog-post .pq-post-meta ul li+li:before {
	content: "";
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: var(--secondary-color);
	border-radius: 100%;
}

.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: 15px;
	text-transform: uppercase;
	color: #fff;
	width: 75px;
	text-align: center;
	line-height: 1.3;
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.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%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Pagination
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-pagination {
	margin-top: 15px;
}

.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-error-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: 700;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
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: 22px;
	line-height: 30px;
}


/*===== 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; */
}

.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;
	line-height: 0;
}

.widget.widget_search .search-form .search-field,
.widget.widget_search .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);
}

.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;
}

/*===== 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);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

/*=====  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);
}


/*===== 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: 6px;
	color: inherit;
	font-family: "Font Awesome 6 Free";
	line-height: normal;
	font-weight: 900;

}


/*++++++++++++++++ Dummy data backend page +++++++++++*/

.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
	background: var(--primary-color);
	color: var(--white-color) !important;

	font-family: var(--title-fonts);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 2;
	font-size: 14px;
	padding: 12px 24px;
	border-radius: 0;
	letter-spacing: 1px;
}

.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
	background: var(--dark-color);
	color: var(--white-color);
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border-color: var(--primary-color);
	color: var(--primary-color) !important;
}

.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover {
	background: transparent;
	border-color: var(--dark-color);
	color: var(--dark-color) !important;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-button {
	margin-bottom: 30px;
}

.wp-block-cover.has-background-dim {
	color: var(--white-color);
}

blockquote {
	background: var(--white-color);
	padding: 30px;
	border-left: 5px solid var(--primary-color);
	margin-bottom: 30px;
	position: relative;
}

.pq-blog-post .pq-blog-contain blockquote:before {
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 22px;
	bottom: 10px;
	font-size: 90px;
	opacity: 0.1;
	line-height: 98px;
	color: var(--primary-color);
}

blockquote cite {
	font-family: var(--title-fonts);
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}

blockquote strong {
	font-family: var(--title-fonts);
	color: var(--primary-color);
	font-style: italic;
	font-weight: 500;
	display: block;
	margin-top: 10px;
}

.pq-blog-post .pq-blog-contain blockquote p {
	margin-bottom: 0;
}

.pq-blog-post .pq-blog-contain p:last-child {
	margin-bottom: 0;
}


.pq-blog-post .pq-blog-contain table td,
.pq-blog-post .pq-blog-contain table th,
.pq-comment-area table td,
.pq-comment-area table th {
	border-color: var(--grey-color);
	background: var(--white-color);
}

.pq-comment-area {
	display: inline-block;
	width: 100%;
}

.pq-blog-contain .wp-block-archives,
.pq-blog-contain .wp-block-archives-dropdown,
.pq-blog-contain .wp-block-categories,
.pq-blog-contain .wp-block-latest-posts,
.pq-blog-contain .wp-block-tag-cloud,
.pq-blog-contain .wp-block-search {
	margin: 0 0 30px;
	padding: 0;
	display: inline-block;
	width: 100%;
	float: left;
}

.pq-blog-contain .wp-block-archives li {
	list-style-type: none;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment,
.wp-block-latest-comments__comment {
	display: inline-block;
	width: 100%;
}

/*===== Comments Box =====*/
.comment-respond {
	margin-top: 0;
	display: inline-block;
	width: 100%;
}

.pq-comment-area .comments-title,
.comment-respond .comment-reply-title {

	position: relative;
	margin: 0;
	padding-bottom: 0;
	font-size: 26px;
	line-height: 34px;
}

.comment-respond .comment-reply-title {
	padding-top: 40px;
}

.comment-respond .comment-reply-title a {
	font-weight: 400;
	color: var(--primary-color);
	font-size: 14px;
	margin-left: 30px;
}

.comment-respond .comment-reply-title a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.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-size: 14px;
	line-height: 22px;

}

.commentlist .pq-comment-info .reply a:hover {
	color: var(--primary-color);
	text-decoration: none;
}


footer#pq-footer .tagcloud .tag-cloud-link {
	font-size: 14px !important;
	color: var(--dark-color);
	background: var(--white-color);
	margin: 0 10px 10px 0;
	display: inline-block;
	float: left;
	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;
	line-height: 22px;
}

footer#pq-footer .tagcloud .tag-cloud-link:hover {
	color: var(--white-color);
}

footer#pq-footer .widget ul.menu li {
	margin-bottom: 10px;
}

footer#pq-footer .widget ul.menu li a{
	position: relative;
	border: none;
	width: 100%;
	text-transform: capitalize;
}

footer#pq-footer .widget ul.menu li a:hover{
	color: var(--primary-color);
}

/*=========*/
footer#pq-footer .pq-footer-style-1 .pq-footer-social {
	display: inline-block;
	margin-top: 30px;
}

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-bottom: 0;
}

footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li+li {
	margin-left: 10px;
}


footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li a {
	background: rgb(232 232 232);
	color: var(--primary-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
}

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 .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: 0;
}

footer#pq-footer .widget .footer-title {
	color: var(--primary-color);
}

footer#pq-footer .widget ul.menu li a,
footer#pq-footer .widget ul li a {
	color: var(--white-color);
}

footer#pq-footer .widget ul.menu li,
footer#pq-footer .widget ul li {
	color: var(--white-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: 24px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	background: var(--primary-color);
	padding: 0 !important;
	margin: 0 10px;
	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: 24px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	background: var(--primary-color);
	padding: 0 !important;
	margin: 0 10px;
	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;
}

.owl-carousel .owl-dots .owl-dot {
	box-shadow: none;
	outline: none;
	background: transparent;
	border: 1px solid var(--dark-color);
	display: inline-block;
	padding: 0;
	margin: 0px 5px;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	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 {
	background: var(--dark-color);
	border: 1px solid var(--dark-color);
	opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: var(--dark-color);
	opacity: 1;
}

.portfolio-single .owl-carousel .owl-dots .owl-dot{
	background: var(--grey-color);
	opacity: 0.2;
	border: none;
}

.portfolio-single .owl-carousel .owl-dots .owl-dot.active{
	background: var(--grey-color);
	opacity: 1;
}

.portfolio-single .owl-carousel .owl-dots{
	margin-top: -45px;
}

.blog-single .owl-carousel .owl-nav button.owl-prev,
.blog-single .owl-carousel .owl-nav button.owl-next{
	margin: 0;
	background-color: transparent;
	color: var(--primary-color);
	font-size: 30px;
	width: 60px;
	height: 60px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Section Title
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-section-title.pq-style-1.text-center {
	padding: 5em   15em  0em 15em;
	margin-bottom: 60px;
}

.pq-section-title.pq-style-1 .pq-section-sub-title {
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 1px;
	margin: 0 0 10px;
	display: inline-block;
	position: relative;
	padding-left: 12px;
}

.pq-section-title.pq-style-1 .pq-section-sub-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 80%;
	display: inline-block;
	background: var(--primary-color);
}

.pq-section-title.pq-style-1 .pq-section-main-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	z-index: 9;
	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-dark .pq-section-title.pq-style-1 .pq-section-main-title{
    color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Breadcrumb
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-breadcrumb {
    background: var(--grey-color);
    color: var(--secondary-color);
    padding: 130px 0;
    position: relative;
    text-align: left;
    background-size: cover;
    background-position: top center;
}

.pq-breadcrumb{
	background-image: url(../images/breadcrumb/1.jpg) !important;
}

.pq-breadcrumb .pq-breadcrumb-title,
.pq-breadcrumb .pq-breadcrumb-container {
    position: relative;
    z-index: 9;
}

.pq-breadcrumb .pq-breadcrumb-title h1 {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 15px;
}

.pq-breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.pq-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 15px;
    padding-left: 0;
}

.pq-breadcrumb-container .breadcrumb li.active {
    color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb li a {
    color: var(--dark-color);
}

.pq-breadcrumb-container .breadcrumb li a:hover {
    color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-size: 12px;
    font-family: "Ionicons";
    padding-right: 15px;
    content: "\f125";
    color: var(--dark-color);
    float: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Counter
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-counter.pq-style-1 .pq-counter-contain {
	display: flex;
	align-items: flex-start;
}

.pq-counter.pq-style-1 .pq-counter-info {
	flex: 1;
	margin-left: 20px;
}

.pq-counter.pq-style-1 .pq-counter-media {
	width: 90px;
	height: 90px;
	line-height: 98px;
	display: inline-block;
	text-align: center;
	background: var(--primary-color);
	color: var(--white-color);
}

.pq-counter.pq-style-1 .pq-counter-media i {
	font-size: 48px;
	line-height: normal;
	color: var(--white-color);
	vertical-align: middle;
}

.pq-counter.pq-style-1 .pq-counter-info .pq-counter-num-prefix .timer {
	font-size: 56px;
	line-height: 56px;
	font-weight: 500;
	display: inline-block;
}

.pq-counter.pq-style-1 .pq-counter-info .pq-counter-prefix {
	font-size: 56px;
	line-height: 56px;
	font-weight: 500;
	color: var(--dark-color);
}

.pq-counter.pq-style-1 .pq-counter-info .pq-counter-title {
	font-size: 16px;
	line-height: 24px;
	color: var(--dark-color);
	display: inline-block;

}

.pq-counter.pq-style-2 .pq-counter-contain {
	display: inline-flex;
	align-items: center;
}

.pq-counter.pq-style-2 .pq-counter-info {
	flex: 1;
	margin-left: 20px;
}


.pq-counter.pq-style-2 .pq-counter-media i {
	font-size: 58px;
	line-height: 64px;
	color: var(--white-color);
	vertical-align: middle;
}

.pq-counter.pq-style-2 .pq-counter-info .pq-counter-num-prefix .timer {
	font-size: 56px;
	line-height: 56px;
	font-weight: 500;
	display: inline-block;
}

.pq-counter.pq-style-2 .pq-counter-info .pq-counter-prefix {
	font-size: 56px;
	line-height: 56px;
	font-weight: 500;
	color: var(--dark-color);
}

.pq-counter.pq-style-2 .pq-counter-info .pq-counter-title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	color: var(--primary-color);
	display: inline-block;
	text-transform: uppercase;
}

.pq-counter.pq-style-2 .pq-counter-description {
	margin-top: 5px;
	margin-bottom: 0;
}

.pq-counter.pq-style-3{
    border-right: 1px solid #ffffff66;
    padding: 0 45px;
}

.pq-counter.pq-style-3 .pq-counter-num-prefix .timer {
	font-size: 62px;
	line-height: 70px;
	font-weight: 500;
	display: inline-block;
	color: var(--white-color);
}

.pq-counter.pq-style-3 .pq-counter-num-prefix .pq-counter-prefix {
	font-size: 40px;
	line-height: 48px;
	font-weight: 500;
	display: inline-block;
	color: var(--white-color);
	vertical-align: top;
}

.pq-counter.pq-style-3 .pq-counter-num-prefix .pq-counter-title {
	margin-top: 10px;
    color: var(--white-color);
}

.pq-small-counter .pq-counter.pq-style-3 .pq-counter-num-prefix .pq-counter-title {
	margin-top: 0;
}

.pq-counter.pq-style-3 .pq-counter-description {
	color: var(--white-color);
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 14px;
}

.protect .pq-counter.pq-style-3{
	border-right: none;
	padding: 0;
}

.protect .pq-counter.pq-style-3 .pq-counter-num-prefix .timer{
	color: var(--primary-color);
	font-size: 48px;
	line-height: 56px;
}

.protect .pq-counter.pq-style-3 .pq-counter-num-prefix .pq-counter-prefix{
	color: var(--primary-color);
}

.protect .pq-counter.pq-style-3 .pq-counter-num-prefix .pq-counter-title{
	color: var(--dark-color);
	font-size: 20px;
	line-height: 28px;
	margin-top: 0;
}

.vision .pq-counter.pq-style-3{
	padding: 0 0 30px 0;
	border-bottom: 1px solid #2B2B5E30;
	margin: 0 0 30px 0;
}

.vision .pq-counter.pq-style-3:last-child{
	border: none;
	padding: 0;
	margin: 0;
}

.vision .pq-counter.pq-style-3 .pq-counter-num-prefix .timer{
	color: var(--primary-color);
	font-size: 42px;
	line-height: 50px;
}

.vision .pq-counter.pq-style-3 .pq-counter-num-prefix .pq-counter-prefix{
	color: var(--primary-color);
}

.vision .pq-counter.pq-style-3 .pq-counter-num-prefix .pq-counter-title{
	color: var(--dark-color);
}

.pq-counter-box{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ffffff47;
	position: relative;
}

.pq-counter-box:last-child{
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.pq-counter-box .pq-counter-num-prefix{
	display: flex;
	align-items: center;
}

.pq-counter-box .pq-counter-num-prefix h5{
	font-size: 69px;
	line-height: 1;
	color: var(--white-color);
}

.pq-counter-box .pq-counter-num-prefix .pq-counter-prefix{
	font-size: 69px;
	line-height: 1;
	color: var(--white-color);
}

.pq-counter-box .pq-counter-box-icon{
	position: absolute;
	top: 0;
	right: 0;
}

.pq-counter-box .pq-counter-box-icon i{
	color: var(--primary-color);
	font-size: 60px;
	line-height: 1;
	display: inline-block;
}

.pq-counter-box .pq-counter-box-title{
	margin: 45px 0 20px 0;
	color: var(--white-color);
	font-size: 22px;
	line-height: 30px;
}

.pq-counter-box .pq-counter-box-description{
	color: var(--white-color);
	margin-bottom: 0;
}

.pq-floating-counter{
	padding: 45px 30px;
	background-color: var(--primary-color);
	position: absolute;
	bottom: 0;
	right: 0;
}

.pq-floating-counter .pq-counter.pq-style-2 .pq-counter-num-prefix{
	text-align: center;
}

.pq-floating-counter .pq-counter.pq-style-2 .pq-counter-info .pq-counter-num-prefix .timer{
	color: var(--white-color);
}

.pq-floating-counter .pq-counter.pq-style-2 .pq-counter-info .pq-counter-prefix{
	color: var(--white-color);
}

.pq-floating-counter .pq-counter.pq-style-2 .pq-counter-title{
	color: var(--white-color);
}

.pq-counter.pq-style-4{
	text-align: center;
}

.pq-counter.pq-style-4 .pq-counter-num-prefix{
	display: flex;
	align-items: center;
	justify-content: center;
}

.pq-counter.pq-style-4 .pq-counter-num-prefix h5{
	font-size: 69px;
	line-height: 1;
	color: var(--primary-color);
}

.pq-counter.pq-style-4 .pq-counter-num-prefix .pq-counter-prefix{
	font-size: 69px;
	line-height: 1;
	color: var(--primary-color);
}

.pq-counter.pq-style-4 .pq-counter-title{
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Pricebox
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-bg-grey .pq-pricebox.pq-style-1{
	background: var(--white-color);
}

.pq-pricebox.pq-style-1 {
	background: var(--grey-color);
	padding-bottom: 45px;
}

.pq-pricebox.pq-style-1 .pq-pricebox-img img {
	width: 100%;
}

.pq-pricebox.pq-style-1 .price {
	display: inline-block;
	background: var(--primary-color);
	color: var(--white-color);
	padding: 10px 15px;
	margin-top: -50px;
	margin-bottom: 30px;
}

.pq-pricebox.pq-style-1 .price .dollar {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	margin-left: -5px;
}

.pq-pricebox.pq-style-1 .price .price-month {
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--body-fonts);
	line-height: 24px;
}

.pq-pricebox.pq-style-1 .pq-pricebox-title {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 36px;
}

.pq-pricebox.pq-style-1 .pq-list-info {
	padding: 0 45px;
	margin: 0;
}

.pq-pricebox.pq-style-1 .pq-list-info li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(43, 43, 94, 0.09);
}

.pq-pricebox.pq-style-1 .pq-list-info li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.pq-pricebox.pq-style-1 .pq-btn-container {
	margin-top: 40px;
}

.pq-pricebox.pq-style-2 {
    padding: 60px 45px;
    color: var(--white-color);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.pq-pricebox.pq-style-2.active {
    border-color: var(--primary-color);
}

.pq-pricebox.pq-style-2 .pq-price-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.pq-pricebox.pq-style-2 .pq-pricebox-subtitle {
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pq-pricebox.pq-style-2 .pq-pricebox-title {
    color: var(--white-color);
}

.pq-pricebox.pq-style-2 .price {
    color: var(--white-color);
}

.pq-pricebox.pq-style-2 .pq-list-info {
    padding: 0;
    margin: 0;
}

.pq-pricebox.pq-style-2 .pq-list-info li {
    padding-bottom: 10px;
}

.pq-pricebox.pq-style-2 .pq-list-info li i {
    margin-right: 5px;
}

.pq-pricebox.pq-style-2 .pq-btn-container {
    margin-top: 45px;
}

.pq-pricebox.pq-style-2 .pq-btn-container .pq-button.pq-button-link,
.pq-pricebox.pq-style-2 .pq-btn-container .pq-button.pq-button-link .pq-button-block i {
    color: var(--white-color);
}

.pq-pricebox.pq-style-2 .pq-btn-container .pq-button.pq-button-link:hover,
.pq-pricebox.pq-style-2 .pq-btn-container .pq-button.pq-button-link:hover .pq-button-block i {
    color: var(--primary-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Team
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-team-box.pq-style-1{
	text-align: center;
}

.pq-team-box.pq-style-1 .pq-team-img img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	border-radius: 100%;
	padding: 10px;
	border: 1px solid transparent;
	transition: all 0.5s ease-in-out;
}

.pq-team-box.pq-style-1:hover .pq-team-img img {
	border: 1px solid var(--primary-color);

}

.pq-team-box.pq-style-1 .pq-team-info {
	padding-top: 15px;
}

.pq-team-box.pq-style-1 .pq-team-info .pq-member-name {
	font-size: 26px;
	line-height: 36px;
}

.pq-team-box.pq-style-1 .pq-team-info .pq-team-designation {
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: var(--primary-color);
	font-family: var(--title-fonts);
	margin-bottom: 10px;

}

.pq-team-box.pq-style-1 .pq-team-social ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	transition: all 0.5s ease-in-out;
}


.pq-team-box.pq-style-1 .pq-team-social ul li {
	margin-right: 15px;
	display: inline-block;
}

.pq-team-box.pq-style-1 .pq-team-social ul li:last-child {
	margin-right: 0;
}

.pq-team-box.pq-style-1 .pq-team-social ul li a {
	color: var(--dark-color);
	text-align: center;
	transition: all 0.5s ease-in-out;
	display: inline-block;
}

.pq-team-box.pq-style-1 .pq-team-social ul li a:hover {
	color: var(--primary-color);
	transform: translateY(-5px);
}

.pq-teambox-2-list{
	position: relative;
}

.pq-teambox-2-list .item {
	padding: 30px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	cursor: pointer;
}

.pq-teambox-2-list .item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.pq-team-box.pq-style-2 .pq-team-info {
	display: flex;
	align-items: center;
}

.pq-team-box.pq-style-2 .pq-team-info .pq-member-name {
	font-size: 26px;
	line-height: 36px;
}

.pq-team-box.pq-style-2 .pq-team-info .pq-team-designation {
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	color: var(--primary-color);
	font-family: var(--title-fonts);
	margin-left: 5px;
	margin-top: 5px;

}

.pq-team-box.pq-style-2 .pq-team-img img {
	width: 345px;
	height: 345px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) scale(0.5);
	opacity: 0;
	transition: all 0.5s ease;
	z-index: 1;
}

.pq-teambox-2-list .item:hover .pq-team-box.pq-style-2 .pq-team-img img,
.pq-teambox-2-list .item .pq-team-box.active .pq-team-img img {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.pq-teambox-3-slider .owl-nav {
    top: 60%;
    left: -42%;
    width: auto;
}

.pq-teambox-3-slider .owl-carousel .owl-nav button.owl-prev {
    margin-left: 0;
}

.pq-teambox-3-slider .owl-carousel .owl-nav button.owl-next {
    margin-right: 0;
}

.pq-team-box.pq-style-3 .pq-team-info {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 80%;
    background: var(--white-color);
}

.pq-team-box.pq-style-3 .pq-team-info .pq-member-name {
    font-size: 20px;
    line-height: 28px;
}

.pq-team-box.pq-style-3 .pq-team-info .pq-team-designation {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--title-fonts);
}

.pq-team-box.pq-style-4 .pq-team-img {
    position: relative;
    overflow: hidden;
}

.pq-team-box.pq-style-4 .pq-team-img img {
    margin-left: 30px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pq-team-box.pq-style-4:hover .pq-team-img img {
    margin-left: 0;
}

.pq-team-box.pq-style-4 .pq-team-info {
    margin-top: 20px;
}

.pq-team-box.pq-style-4 .pq-team-info .pq-member-name {
    font-size: 26px;
    line-height: 36px;
}

.pq-team-box.pq-style-4 .pq-team-info .pq-team-designation {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--title-fonts);

}

.pq-team-box.pq-style-4 .pq-team-share-icon {
    background: var(--primary-color);
    color: var(--white-color);
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.pq-team-box.pq-style-4 .pq-team-social ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 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-box.pq-style-4 .pq-team-social ul li {
    list-style: none;
    display: inline-flex;
    margin: 0 0 5px;
}

.pq-team-box.pq-style-4 .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-box.pq-style-4 .pq-team-social ul li a:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.pq-team-box.pq-style-4 .pq-team-share-icon:hover .pq-team-social ul {
    opacity: 1;
    visibility: visible;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Testimonial
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-testimonial.pq-style-1 {
	padding: 60px 130px;
	padding-bottom: 0;
	background: var(--white-color);
}

.pq-testimonial.pq-style-1 .pq-testimonial-icon i {
	color: var(--primary-color);
	font-size: 54px;
	line-height: 60px;

}

.pq-testimonial.pq-style-1 .pq-testimonial-description {
	font-size: 22px;
	line-height: 36px;
	margin-top: 30px;
}

.pq-testimonial.pq-style-1 .pq-testimonial-meta {
	display: inline-block;
	padding-top: 30px;
	border-top: 1px solid var(--grey-color);
}

.pq-testimonial.pq-style-1 .pq-testmonial-title {
	font-size: 28px;
	line-height: 36px;

}

.pq-testimonial.pq-style-1 .pq-testimonial-meta span {
	font-family: var(--title-fonts);
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: var(--primary-color);
	text-transform: uppercase;

}

.pq-testimonial.pq-style-1 .pq-testimonial-img {
	margin-top: 30px;
	margin-bottom: -60px;
}

.pq-testimonial.pq-style-1 .pq-testimonial-img img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 100%;
}

.pq-testimonial-box-slider.pq-style-1 .owl-carousel .owl-stage-outer {
	padding-bottom: 60px;
}


/*++++++++++++++++ style 2 +++++++++++*/
.pq-testimonial.pq-style-2 {
	padding: 60px 45px;
	background: var(--grey-color);
}

.pq-testimonial.pq-style-2 .pq-testimonial-icon i {
	color: var(--primary-color);
	font-size: 54px;
	line-height: 60px;
	display: inline-block;
	margin-bottom: 15px;
}

.pq-testimonial.pq-style-2 .pq-testimonial-meta {
	display: flex;
	align-items: center;
	position: relative;
}

.pq-testimonial.pq-style-2 .pq-testmonial-title {
	font-size: 28px;
	line-height: 36px;

}

.pq-testimonial.pq-style-2 .pq-testimonial-meta span {
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: var(--primary-color);
	text-transform: uppercase;

}

.pq-testimonial.pq-style-2 .pq-testimonial-img img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 100%;
}

.pq-testimonial.pq-style-2 .pq-testimonial-img {
	margin-right: 15px;
}

.pq-testimonial.pq-style-2 .pq-testimonial-star {
	position: absolute;
	right: 0;
	color: #fcca36;
}

.pq-testimonial.pq-style-2 .pq-testimonial-description{
	color: var(--secondary-color);
	margin-bottom: 30px;
}

.pq-testimonial-box-slider.pq-style-2 .owl-carousel .owl-dots {
	position: absolute;
	top: 45px;
	text-align: right;
	right: 45px;
	margin-top: 0;
}

.pq-testimonial-box-slider.pq-style-2 .owl-carousel .owl-dots .owl-dot {
	background: #d7d6d6;
	border: 1px solid #d7d6d6;
}

.pq-testimonial-box-slider.pq-style-2 .owl-carousel .owl-dots .owl-dot.active,
.pq-testimonial-box-slider.pq-style-2 .owl-carousel .owl-dots .owl-dot:hover {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}


/*++++++++++++++++ style 3 +++++++++++*/
.pq-testimonial.pq-style-3 .pq-testimonial-icon i {
	color: var(--primary-color);
	font-size: 32px;

	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	background: var(--white-color);
}

.pq-testimonial.pq-style-3 .pq-testimonial-description {
	font-size: 22px;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pq-testimonial.pq-style-3 .pq-testmonial-title {
	font-size: 28px;
	line-height: 36px;
}

.pq-testimonial.pq-style-3 .pq-testimonial-meta span {
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: var(--primary-color);
	text-transform: uppercase;
}

.pq-testimonial-images{
	position: relative;
}

.pq-testimonial-images .pq-testimonial-floating-img-1{
	position: absolute;
	left: -50%;
	bottom: 0;
	transform: translate( 50%, 0);
}

.pq-testimonial-images .pq-testimonial-floating-img-2{
	max-width: 70%;
	position: absolute;
	right: -50%;
	top: 0;
	transform: translate( -50%, 0);
}

/*++++++++++++++++ style 4 +++++++++++*/

.pq-testimonial.pq-style-4{
	padding: 0 0 45px 0;
	margin: 0 0 45px 0;
	border-bottom: 1px solid #ffffff47;
}

.pq-testimonial.pq-style-4:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.pq-testimonial.pq-style-4 .pq-testimonial-content {
	display: flex;
}

.pq-testimonial.pq-style-4 .pq-testimonial-img {
	width: 260px;
	margin-right: 45px;
	margin-top: 5px;
}

.pq-testimonial.pq-style-4 .pq-testimonial-comment {
	color: var(--white-color);
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
	font-family: var(--title-fonts);
}

.pq-testimonial.pq-style-4 .pq-testimonial-description {
	color: var(--white-color);
	margin-bottom: 30px;
}

.pq-testimonial.pq-style-4 .pq-testmonial-title {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 5px;
	color: var(--white-color);
}

.pq-testimonial.pq-style-4 .pq-testimonial-meta span {
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: var(--primary-color);
	text-transform: uppercase;
}

/*++++++++++++++++ style 5 +++++++++++*/

.pq-testimonial.pq-style-5 .pq-testimonial-star {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #ff9529;
    margin-bottom: 10px;
}

.pq-testimonial.pq-style-5 .pq-testimonial-description {
    font-size: 18px;
    line-height: 36px;
	margin-bottom: 30px;
}

.pq-testimonial.pq-style-5 .pq-testimonial-meta span {
    font-family: var(--title-fonts);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-top: 5px;
}

.testimonial-slider.pq-slider-5 .slick-slide {
    margin: 0;
    margin-right: 10px;
}

.testimonial-slider.pq-slider-5 .slick-slider-thumb .item {
    padding: 4px;
    background: var(--white-color);
    position: relative;
}

.testimonial-slider.pq-slider-5 .slick-slider-thumb .item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    opacity: 0;
    visibility: hidden;
    border: 10px solid transparent;
    transition: all 0.5s ease;
}

.testimonial-slider.pq-slider-5 .slick-slider-thumb .slick-current .item:before {
    border: 10px solid var(--primary-color);
    opacity: 1;
    visibility: visible;
}

.testimonial-slider.pq-slider-5 .pq-thumbs-column {
    margin-right: 20px;
}

.testimonial-slider.pq-slider-5 .pq-content-column {
    padding-top: 30px;
}

.slick-arrow:before {
    display: none;
}

.slick-prev,
.slick-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    padding: 0;
    letter-spacing: 0;
    position: absolute;
    z-index: 9;
    bottom: 20px;
    top: inherit;
    transform: none;
}

.slick-prev {
    left: inherit;
    right: 60px;
}

.slick-next {
    right: 0;
}

.pq-testimonial.pq-style-6 {
    text-align: center;
}

.pq-testimonial.pq-style-6 .pq-testimonial-icon i {
    color: var(--primary-color);
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background: var(--white-color);
    display: inline-block;
    text-align: center;
}

.pq-testimonial.pq-style-6 .pq-testimonial-star {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #ff9529;
    margin-top: 20px;
}

.pq-testimonial.pq-style-6 .pq-testimonial-description {
    font-size: 22px;
    line-height: 36px;
    margin-top: 20px;
	margin-bottom: 30px;
}

.pq-testimonial.pq-style-6 .pq-testimonial-img {
    display: inline-block;
    width: 100px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.pq-testimonial.pq-style-6 .pq-testmonial-title {
    font-size: 28px;
    line-height: 36px;
}

.pq-testimonial.pq-style-6 .pq-testimonial-meta span {
    font-family: var(--title-fonts);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: var(--primary-color);
    text-transform: uppercase;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Service Box
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-service-box.pq-style-1 {
	position: relative;
	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;
	overflow: hidden;
}

.pq-service-box.pq-style-1 .pq-service-box-img img {
	width: 100%;
}

.pq-service-box.pq-style-1 .pq-service-box-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(42 51 78 / 29%) 100%);
	display: inline-block;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pq-service-box.pq-style-1:hover .pq-service-box-img:before {
	background: rgb(42, 51, 78, 0.9);
}

.pq-service-box.pq-style-1 .pq-service-box-info {
	padding: 30px 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	margin: 0px;
	z-index: 9;
	transform: translateY(calc(130px - 20px));
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pq-service-box.pq-style-1 .pq-service-number {
	color: var(--white-color);
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	position: absolute;
	top: 30px;
	left: 30px;
}

.pq-service-box.pq-style-1 .pq-service-box-info .pq-service-box-icon {
	margin-top: 20px;
	margin-bottom: 20px;
}

.pq-service-box.pq-style-1 .pq-service-box-info .pq-service-box-icon i {
	font-size: 40px;
	display: inline-block;
	text-align: center;
	background: var(--primary-color);
	color: var(--white-color);
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 900px;
}

.pq-service-box.pq-style-1 .pq-service-box-info .pq-service-box-subtitle {
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--white-color);
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.pq-service-box.pq-style-1 .pq-service-box-info .pq-service-box-title{
	color: var(--white-color);
}

.pq-service-box.pq-style-1 .pq-service-box-info p {
	margin-bottom: 15px;
	margin-top: 10px;
	color: var(--white-color);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pq-service-box.pq-style-1 .pq-service-box-info .pq-button{
	color: var(--primary-color);
}

.pq-service-box.pq-style-1 .pq-service-box-info .pq-button .pq-button-block i{
	color: var(--primary-color);
}

.pq-service-box.pq-style-1 .pq-service-box-info .pq-button:hover{
	color: var(--primary-color);
}

.pq-service-box.pq-style-1 .pq-service-box-info .pq-button:hover .pq-button-block i{
	color: var(--primary-color);
}

.pq-service-box.pq-style-1 .pq-service-box-info .pq-button {
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pq-service-box.pq-style-1:hover .pq-service-box-info {
	transform: translateY(0);
}

.pq-service-box.pq-style-1:hover .pq-service-box-title.pq-hover-none {
	opacity: 0;
}

.pq-service-box.pq-style-1:hover .pq-service-box-info p,
.pq-service-box.pq-style-1:hover .pq-service-box-info .pq-button {
	opacity: 1;
}


/*++++++++++++++++ style 2 +++++++++++*/

.pq-service-box.pq-style-2 {
	position: relative;
}

.pq-service-box.pq-style-2 .pq-service-box-img {
	margin-right: 90px;
}

.pq-service-box.pq-style-2 .pq-service-box-info {
	position: absolute;
	top: 15%;
	left: 45%;
	padding: 30px;
	background: var(--white-color);
}

.pq-service-box.pq-style-2 .pq-service-box-icon i {
	font-size: 56px;
	line-height: 62px;
	color: var(--primary-color);
}

.pq-service-box.pq-style-2 .pq-service-number {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	opacity: 0.3;
	position: absolute;
	right: 30px;
	top: 30px;
	font-family: var(--title-fonts);
}

.pq-service-box.pq-style-2 .pq-service-box-title {
	margin-top: 10px;
	margin-bottom: 5px;
}

.pq-service-box.pq-style-2 .pq-service-box-description {
	margin-bottom: 15px;
}

/*++++++++++++++++ style 3 +++++++++++*/
.pq-service-box.pq-style-3{
	padding: 30px 15px 0 60px;
	border-right: 1px solid #3E3E72;
}

.pq-service-box.pq-style-3.pq-service-box-padding{
	padding: 30px 15px 0 15px;
}

.pq-service-box.pq-style-3 .pq-service-box-icon i {
	color: var(--primary-color);
	font-size: 62px;
	line-height: 70px;
}

.pq-service-box.pq-style-3 .pq-service-box-title {
	color: var(--white-color);
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 32px;
}

.pq-service-box.pq-style-3 .pq-button.pq-button-link{
	color: var(--primary-color);
}

.pq-service-box.pq-style-3 .pq-button.pq-button-link .pq-button-block i{
	color: var(--primary-color);
}

.pq-service-box.pq-style-3 .pq-button.pq-button-link:hover{
	color: var(--white-color);
}

.pq-service-box.pq-style-3 .pq-button.pq-button-link:hover .pq-button-block i{
	color: var(--white-color);
}

.pq-service-box-4-list{
    position: relative;
}

.pq-service-box-4-list .item {
	cursor: pointer;
}

.pq-service-box-4-list .item:first-child .pq-service-box.pq-style-4 {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pq-service-box.pq-style-4 {
	display: flex;
	align-items: center;
	display: grid;
	padding: 45px 0;
	grid-template-columns: 0fr 0.5fr 2fr 2.9fr 1fr;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.pq-service-box.pq-style-4 .pq-service-img img {
	position: absolute;
	right: 100%;
	max-width: 450px;
	transform: rotate(10deg) translateX(30px);
	transition: all 0.5s ease;
	top: 0;
	margin-right: 130px;
	opacity: 0;
}

.pq-service-box-4-list .item:hover .pq-service-box.pq-style-4 .pq-service-img img,
.pq-service-box-4-list .item .pq-service-box.pq-style-4.active .pq-service-img img {
	transform: rotate(15deg) translateX(60px);
	opacity: 1;
}

.pq-service-box.pq-style-4 .pq-service-number {
	font-size: 22px;
	line-height: 30px;
	color: var(--white-color);
}

.pq-service-box.pq-style-4 .pq-service-box-title {
	font-size: 22px;
	line-height: 30px;
	color: var(--white-color);
}

.pq-service-box.pq-style-4 .pq-service-box-description {
	color: var(--white-color);
	opacity: 0.8;
}

.pq-service-box.pq-style-4 .pq-service-box-btn {
	text-align: right;
}

.pq-service-box.pq-style-4 .pq-service-box-btn i {
	font-size: 24px;
	line-height: 32px;
	color: var(--white-color);
	transform: rotate(0deg);
	transition: all 0.5s ease-in-out;
}

.pq-service-box.pq-style-4:hover .pq-service-box-btn i {
	transform: rotate(90deg);
	color: var(--primary-color);
}

.pq-service-box-5-list .pq-service-box.pq-style-4 {
    grid-template-columns: 0fr 0.5fr 5fr 0.5fr;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 45px 15px;
    position: relative;
}

.pq-service-box-5-list .pq-service-box.pq-style-4 .pq-service-box-title,
.pq-service-box-5-list .pq-service-box.pq-style-4 .pq-service-number {
    color: var(--dark-color);
    font-weight: 500;
}

.pq-service-box-5-list .pq-service-box.pq-style-4 .pq-service-box-title {
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    transition: all 0.5s ease;
}

.pq-service-box-5-list .item:first-child .pq-service-box.pq-style-4 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pq-service-box-5-list .pq-service-box.pq-style-4 .pq-service-img img {
    right: -100px;
    transform: rotate(10deg) translateX(-50px);
    max-width: 200px;
}

.pq-service-box-5-list .pq-service-box.pq-style-4 .pq-button.pq-button-link i{
	color: var(--dark-color);
}

.pq-service-box-5-list .item:hover .pq-service-box.pq-style-4 .pq-button.pq-button-link i{
	color: var(--primary-color);
}

.pq-service-box-5-list .item:hover .pq-service-box.pq-style-4 .pq-service-img img,
.pq-service-box-5-list .item .pq-service-box.pq-style-4.active .pq-service-img img {
    transform: rotate(15deg) translateX(-60px);
    opacity: 1;
}

.pq-service-box-5-list .item:hover .pq-service-box.pq-style-4 .pq-service-box-title {
    transform: translateX(-20px);
}

.pq-service-box.pq-style-6 {
    background: var(--white-color);
    padding: 45px 30px;
}

.pq-service-box.pq-style-6 .pq-service-box-icon {
    display: flex;
}

.pq-service-box.pq-style-6 .pq-service-box-icon i {
    font-size: 64px;
    line-height: 72px;
    color: var(--primary-color);
    margin-right: 20px;
}

.pq-service-box.pq-style-6 .pq-service-box-title {
    font-size: 22px;
    line-height: 30px;
}

.pq-service-box.pq-style-6 .pq-service-box-img {
    margin: 20px 0;
}

.pq-service-box.pq-style-6 .pq-service-box-description {
	margin-bottom: 30px;
}

.pq-service-grid-box{
	border: 1px solid #eeeeee;
	min-height: 100%;
}

.pq-service-box.pq-style-7 {
    padding: 45px 30px;
    overflow: hidden;
    padding-bottom: 20px;
    transition: all 0.5s ease;
}

.pq-service-box.pq-style-7:hover {
    background: var(--primary-color);
}

.pq-service-box.pq-style-7:hover .pq-service-box-title,
.pq-service-box.pq-style-7:hover .pq-service-box-description,
.pq-service-box.pq-style-7:hover .pq-service-box-icon i {
    color: var(--white-color);
}

.pq-service-box.pq-style-7:hover .pq-service-box-icon:before {
    background: rgba(255, 255, 255, 0.2);
}

.pq-service-box.pq-style-7 .pq-service-box-title {
    font-size: 28px;
    line-height: 36px;
    transition: all 0.5s ease;
}

.pq-service-box.pq-style-7 .pq-service-box-description {
    margin-top: 10px;
    margin-bottom: 40px;
    transition: all 0.5s ease;
}

.pq-service-box.pq-style-7 .pq-service-box-icon {
    position: relative;
}

.pq-service-box.pq-style-7 .pq-service-box-icon i {
    font-size: 64px;
    line-height: 72px;
    color: var(--dark-color);
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Circle Progress
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-circle-progress-style-1 {
	position: relative;
	display: flex;
	align-items: flex-start;
	background: var(--white-color);
	padding: 20px;
	width: 380px;
}

.pq-circle-progress-style-1 .pq-circle-progress-bar {
	position: relative;
}

.pq-circle-progress-style-1 .pq-progress-count {
	color: var(--dark-color);
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	font-family: var(--title-fonts);
	font-size: 26px;
	font-weight: 500;
	line-height: 48px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pq-circle-progress-style-1 .pq-progress-details {
	margin-left: 20px;
	align-self: center !important;
	flex: 1;
}

.pq-circle-progress-style-1 .pq-progress-title {
	font-size: 26px;
	line-height: 34px;
}

.pq-circle-progress-style-1 .pq-progress-desc {
	line-height: 22px;
	display: block;
	margin-top: 5px;
}

.pq-circle-progress-dark.pq-circle-progress-style-1 {
	background: var(--dark-color);
}

.pq-circle-progress-dark.pq-circle-progress-style-1 .pq-progress-count{
	color: var(--white-color);
}

.pq-circle-progress-dark.pq-circle-progress-style-1 .pq-progress-title{
	color: var(--white-color);
}

.pq-circle-progress-dark.pq-circle-progress-style-1 .pq-progress-desc{
	color: var(--white-color);
}

.pq-circle-progress-bar-div{
	position: relative;
	margin: 90px 0 0 90px;
}

.pq-circle-progress-bar-div .pq-circle-progress-style-1:first-child{
	position: absolute;
	top: 0;
	left: -1px;
}

.pq-circle-progress-bar-div .pq-circle-progress-style-1:nth-child(2){
	position: absolute;
	top: 180px;
	left: -1px;
}

.pq-circle-progress-bar-div .pq-circle-progress-style-1:last-child{
	position: absolute;
	top: 360px;
	left: -1px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Before After
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-before-after{
	line-height: 0;
}

.pq-before-after .beer-reveal {
	border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.pq-before-after .beer-handle {
	color: var(--primary-color);
	background: var(--white-color);
}

.pq-before-after .beer-range:focus~.beer-handle {
	box-shadow: none;
}


.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
	display: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Process Step
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-process-box{
    padding: 30px 15px 30px 30px;
    border-right: 1px solid #eeeeee;
}

.pq-process-box .pq-process-icon{
    margin: 40px 0 15px 0;
}

.pq-process-box .pq-process-icon i{
    font-size: 64px;
    line-height: 1;
    color: var(--primary-color);
    display: inline-block;
}

.pq-process-box .pq-process-box-description{
    margin-bottom: 15px;
}

.pq-process-step.pq-process-1 {
	position: relative;
	padding: 0 30px;
}

.pq-process-step.pq-process-1 .pq-process-icon i {
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	font-size: 56px;
	background: var(--dark-color);
	color: var(--white-color);
}

.pq-process-step.pq-process-1 .pq-process-info {
	margin-top: 20px;
}

.pq-process-step.pq-process-1 .pq-process-description {
	margin-bottom: 0;
	margin-top: 10px;
}


.pq-process-step.pq-process-1>i {
	position: absolute;
	right: -20px;
	top: 21%;
	color: var(--primary-color);
}

.pq-process-step.pq-process-1 .pq-process-icon:before,
.pq-process-step.pq-process-1 .pq-process-icon:after {
	content: '';
	width: 180px;
	display: block;
	top: 50%;
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(0, 0, 0, 0.09);
}

.pq-process-step.pq-process-1 .pq-process-icon:before {
	left: -15px;
}

.pq-process-step.pq-process-1 .pq-process-icon:after {
	right: -15px;
}

.pq-process-step.pq-process-1 .pq-process-icon {
	position: relative;
	z-index: 2;
}

.pq-border-before .pq-process-step.pq-process-1 .pq-process-icon:before,
.pq-process-border .pq-process-step.pq-process-1 .pq-process-icon:after,
.pq-process-border .pq-process-step.pq-process-1>i {
	display: none;
}

/*++++++++++++++++ style 2 +++++++++++*/
.pq-process-step.pq-process-2 {
	padding: 0 30px;
	position: relative;
}

.pq-process-step.pq-process-2 .pq-process-media {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.pq-process-step.pq-process-2 .pq-process-media .pq-process-img img {
	border-radius: 100%;
	width: 225px;
	height: 225px;
	padding: 5px;
	border: 1px solid var(--dark-color);
	position: relative;
}

.pq-process-step.pq-process-2 .pq-process-media .pq-process-number {
	position: absolute;
	top: 30px;
	right: -15px;
	border-radius: 100%;
	background: var(--primary-color);
	font-size: 24px;
	color: var(--white-color);
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	font-weight: 500;
}

.pq-process-step.pq-process-2 .pq-process-description {
	margin-bottom: 0;
	margin-top: 5px;
}

.pq-process-line {
	position: relative;
}

.pq-process-line:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background: var(--dark-color);
	top: 30%;
}

.pq-process-dot:after {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	background: var(--dark-color);
	top: 28%;
	left: 0;
}

.pq-process-dot-right:after {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	background: var(--dark-color);
	top: 28%;
	right: 0;
}

/*++++++++++++++++ style 3 +++++++++++*/

.pq-process-step.pq-process-3 {
	position: relative;
	padding: 0 30px;
}

.pq-process-step.pq-process-3 .pq-process-icon i {
	width: 120px;
	height: 120px;
	line-height: 130px;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	font-size: 56px;
	background: var(--dark-color);
	color: var(--white-color);
}

.pq-process-step.pq-process-3 .pq-process-info {
	margin-top: 20px;
}

.pq-process-step.pq-process-3 .pq-process-description {
	margin-bottom: 0;
	margin-top: 10px;
}

.pq-process-step.pq-process-3 .pq-process-media {
	position: absolute;
	right: -21%;
	top: 20%;
}

.pq-process-step.pq-process-3.pq-process-step-second .pq-process-icon i,
.pq-process-step.pq-process-3.pq-process-step-last .pq-process-icon i{
	background-color: var(--primary-color);
}

.pq-process-step.pq-process-4 {
	position: relative;

}
.pq-process-step.pq-process-4 .pq-process-icon{ 
	display: inline-block;
	position: relative; 
}

.pq-process-step.pq-process-4 .pq-process-number{
	position: absolute;
    right:-20px;
    top: -15px;
    background: var(--primary-color);
    color: var(--white-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}

.pq-process-step.pq-process-4 .pq-process-icon i {
	width: 100px;
	height: 100px;
	line-height: 115px;
	text-align: center;
	display: inline-block;
	font-size: 56px;
	background: var(--white-color);
	color: var(--primary-color);
}

.pq-process-step.pq-process-4 .pq-process-info {
	margin-top: 45px;
	padding: 30px;
  	background: var(--white-color);
}

.pq-process-step.pq-process-4 .pq-process-description {
	margin-bottom: 0;
	margin-top: 10px;
}

.pq-process-step.pq-process-4 .pq-process-media {
	position: absolute;
	right: 20%;
    top: 8%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Progressbar
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-progressbar-style-1 .pq-progressbar-content {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.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: 500;
}

.pq-progressbar-style-1 .progress-value {
	color: var(--dark-color);
	margin: 0;
	float: right;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	font-family: var(--title-fonts);
}

.pq-progressbar-style-1 .pq-progress-bar {
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	background: transparent;
	float: left;
	margin-top: 5px;
	border-bottom: 1px solid var(--primary-color);
}

.pq-progressbar-style-1 .pq-progress-bar span {
	height: 10px;
	display: inline-block;
	background: var(--primary-color);
	float: left;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
FAQ
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-accordion-block .pq-accordion-box {
	margin-bottom: 20px;
	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: 20px;
	cursor: pointer;
}


.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-ad-title i {
	position: absolute;
	top: 26px;
	right: 20px;
	font-size: 14px;
	opacity: 1;
	color: var(--dark-color);
	left: inherit;
}

.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;
	right: 20px;
	opacity: 0;
	left: inherit;
}

.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title i.inactive {
	opacity: 1;
}


.pq-accordion-block .pq-accordion-box .pq-accordion-details {
	padding: 15px 20px;
	border: 1px solid var(--grey-color);
	border-top: 0;
}

.pq-accordion-block .pq-accordion-box .pq-accordion-details p {
	margin-bottom: 0;
}


.pq-white-bg .pq-accordion-block .pq-accordion-box .pq-ad-title {
	background: transparent;
	border: none;
	padding: 0;
}

.pq-white-bg .pq-accordion-block .pq-accordion-box .pq-ad-title .ad-title-text {
	font-size: 24px;
	line-height: 32px;
}

.pq-white-bg .pq-accordion-block .pq-accordion-box .pq-accordion-details {
	padding-left: 0;
	padding-bottom: 0;
	border: none;
}

.pq-white-bg .pq-accordion-block .pq-accordion-box {
	padding: 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 0;
}

.pq-white-bg .pq-accordion-block .pq-accordion-box .pq-ad-title i {
	top: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: transparent;
	line-height: 30px;
	color: var(--primary-color);
}

.pq-white-bg .pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title i.inactive {
	background: var(--primary-color);
	color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Video Popup
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-popup-video-block.pq-popup-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-popup-style-1 .pq-video-icon a:hover {
	background: var(--dark-color);
	color: var(--white-color);
}

.pq-popup-video-block.pq-popup-style-1 {
	position: relative;
	text-align: center;
}

.pq-popup-video-block.pq-popup-style-1 .pq-video-icon {
	position: relative;
}

.mfp-wrap .mfp-close {
	padding: 0;
	top: -50px;
	right: 0;
	opacity: 1;
	height: 50px;
	width: 50px;
	font-size: 26px;
	line-height: 50px;
	text-align: center;
	color: var(--white-color);
	background-color: var(--primary-color);
	position: absolute;
	letter-spacing: 0;
	font-weight: 400;
    border-radius: 0;
}

.mfp-gallery .mfp-close{
	top: -10px;
	cursor: pointer !important;
}

.mfp-gallery .mfp-arrow{
	position: absolute;
}

.mfp-arrow-right{
	right: 100px;
}

.mfp-wrap .mfp-close:hover {
	background: var(--primary-color);
}

.mfp-wrap .mfp-close:focus {
	outline: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Header
++++++++++++++++++++++++++++++++++++++++++++++++*/

.fadeInDown {
	animation-name: fadeInDown;
	transition: all 0.5s ease;
}

.animated {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
}

@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: #005d95;
	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);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 10px;
	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;
}

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: 80px;
}

header#pq-header .pq-bottom-header .navbar .navbar-brand img {
	height: 84px;
    margin: 4px 0px;
}

/*++++++ 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: 30px;
	color: var(--dark-color);
	line-height: 90px;
	font-weight: 400;
}

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: 18px;
	text-transform: capitalize;
	line-height: 24px;
	font-weight: 500;
}

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.current_page_item a,
header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover a,
header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-ancestor 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;
}

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: 6px 12px;
	display: inline-block;	
	width: 100%;
	color: #2b2b5e;
	font-size: 16px;
	font-weight: 500;
	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);
}

/*+++++++++++++ Header Default +++++++++++++++++*/

header#pq-header.pq-header-default .pq-top-header a.pq-header-contact {
	border: none;
}

header#pq-header.pq-header-default .pq-bottom-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);
	background: var(--white-color);
}

header#pq-header.pq-header-default .pq-btn-container {
	margin: 0 0 0 30px;
}

header#pq-header.pq-header-default .pq-btn-container .pq-button span {
	margin-right: 0;
}

header#pq-header.pq-header-default .pq-btn-container .pq-button {
	background: var(--primary-color);
	font-size: 14px;
	padding: 12px 24px;
}

header#pq-header.pq-header-default .pq-btn-container .pq-button:hover {
	background: var(--dark-color);
}

header#pq-header.pq-header-default .pq-toggle-btn {
	padding: 0;
	margin: 0 0 0 30px;
}

header#pq-header.pq-header-default .pq-toggle-btn a {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 38px;
	background: var(--primary-color);
	color: #fff;
	line-height: 52px;
	width: 52px;
	height: 52px;
	text-align: center;
}

header#pq-header.pq-header-default .pq-menu-search-block {
	margin: 0 0 0 30px;
}


header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav>li>a {
	position: relative;

}


header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav>li:hover>a {
	color: var(--primary-color);
}

header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a,
header#pq-header.pq-header-default .pq-bottom-header .navbar .navbar-nav>li.current-menu-item>a {
	color: var(--primary-color);
}


/*===== Header style 1 =====*/
header#pq-header.pq-header-style-1 .pq-top-header {
	color: var(--white-color);
	padding: 0 15px;
}

header#pq-header.pq-header-style-1 .pq-top-header.top-style-1 .row {
	align-items: center;
}

header#pq-header.pq-header-style-1 .pq-top-header.top-style-1 .pq-header-contact {
	float: right;
}

header#pq-header.pq-header-style-1 .pq-top-header.top-style-1 .flex-row-reverse .pq-header-contact {
	float: none;
}

header#pq-header.pq-header-style-1 .pq-top-header.top-style-1 .pq-header-tagline.text-right {
	text-align: right;
}

header#pq-header.pq-header-style-1 {
	position: absolute;
	width: 100%;
	border-bottom: 1px solid var(--grey-color);
}

header#pq-header.pq-header-style-1 .pq-bottom-header {
	min-height: 80px;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-brand {
	/* border-right: 1px solid var(--grey-color); */
	line-height: 90px;
	padding-right: 30px;
	padding-left: 15px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}


header#pq-header.pq-header-style-1 .pq-bottom-header .pq-header-social {
	display: inline-block;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .pq-header-social ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .pq-header-social ul li {
	display: inline-block;
	float: left;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .pq-header-social ul li+li {
	margin-left: 10px;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .pq-header-social ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border: 1px solid var(--grey-color);
	border-radius: 100%;
	text-align: center;
	background: var(--grey-color);
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1 .pq-bottom-header .pq-header-social ul li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav {
	float: none;
	justify-content: right;
	margin-right: 30px;
}

header#pq-header.pq-header-style-1 .pq-menu-search-block {
	border-left: 1px solid var(--grey-color);
	border-right: 1px solid var(--grey-color);
	padding: 0 30px;
	line-height: 90px;
}

header#pq-header.pq-header-style-1 .pq-menu-search-block a:hover {
	color: var(--primary-color);
}

header#pq-header.pq-header-style-1 .pq-search-form {
	top: 100%;
	right: 0;
}

header#pq-header.pq-header-style-1 .pq-shop-btn {
	padding-right: 30px;
	border-right: 1px solid var(--grey-color);
}


/*+++++++++++++Toggle Side Bar++++++++++++++*/
header#pq-header.pq-header-style-1 .pq-toggle-btn {
	line-height: 75px;
	padding: 24px 10px;
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
	margin-left: 30px;
	position: relative;
	transition: all 0.5s ease;
	margin-right: 15px;
}

header#pq-header.pq-header-style-1 .pq-toggle-btn:hover {
	background: var(--dark-color);
}

header#pq-header.pq-header-style-1 .pq-toggle-btn a:before,
header#pq-header.pq-header-style-1 .pq-toggle-btn a:after {
	transform-origin: 50% 0%;
}


header#pq-header.pq-header-style-1 .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-1 .pq-toggle-btn a:before,
header#pq-header.pq-header-style-1 .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-1 .pq-toggle-btn a:before {
	transform: translate(-50%, -10px);
}

header#pq-header.pq-header-style-1 .pq-toggle-btn a:after {
	transform: translate(-50%, 10px);
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar-toggler {
	background: var(--primary-color);
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar-toggler:hover {
	background: var(--dark-color);
}


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-2 {
	position: absolute;
	width: 100%;

}

header#pq-header.pq-header-style-2 .pq-menu-search-block {
	margin-right: 30px;
}


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 2 transparent****/
header#pq-header.pq-header-style-2.transparent,
header#pq-header.pq-header-style-2.transparent .pq-top-header {
	background: transparent;
}

header#pq-header.pq-header-style-2.transparent .pq-top-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pq-header.pq-header-style-2.transparent .navbar .navbar-nav li a {
	color: var(--white-color);
}

header#pq-header.pq-header-style-2.transparent .pq-bottom-header .navbar .navbar-nav li {
	color: var(--white-color);
}

header#pq-header.pq-header-style-2.transparent .pq-menu-search-block a {
	color: var(--white-color);
}

header#pq-header.pq-header-style-2.transparent .pq-bottom-header.pq-header-sticky {
	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%;
    position: relative;
}

.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;
}

.pq-menu-search-block .offcanvas .search-form .search-submit:before{
    content: "\e610";
    font-family: 'themify';
    font-weight: 500;
}

/*+++++++++++++++++++++++++++++++++++++++++
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: -50px;
	background: var(--primary-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--white-color);
	top: 90px;
	font-size: 18px;
}

.pq-sidebar .pq-close-btn .pq-close:hover {
	background: var(--dark-color);
	color: var(--white-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;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Footer
++++++++++++++++++++++++++++++++++++++++++++++++*/

footer#pq-footer.style-1 {
	margin-top: 60px;
}

footer#pq-footer {
	background: #fff;
	display: inline-block;
	width: 100%;
	color: var(--secondary-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-image: url(../images/footer/1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

footer#pq-footer .pq-footer-top {
	padding: 60px 0 0px;
	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-link-container ul.menu li a {
	padding-left: 0;
}

footer#pq-footer .widget .pq-subscribe {
	display: inline-block;
	width: 100%;
	background: rgba(0, 0, 0, 0.09);
	color: var(--primary-color);
	position: relative;
	z-index: 10;
	padding: 45px;
}

footer#pq-footer .widget .pq-subscribe .footer-title {
	color: var(--white-color);
}

footer#pq-footer .widget .pq-footer-social ul li a{
    padding: 0;
}

.pq-subscribe .pq-subscribe-description {
	margin: 20px 0;
}

.pq-subscribe-from input::placeholder {
	color: var(--white-color);
}

.pq-subscribe-from input.form-control {
	border: none;
	color: var(--white-color);
	background: transparent;
	padding: 0;
	margin: 0;
}

.pq-subscribe-from input.form-control:hover,
.pq-subscribe-from input.form-control:focus {
	border-color: var(--primary-color);
}

.pq-subscribe-from input.form-control::-webkit-input-placeholder {
	color: var(--white-color);
}

.pq-subscribe-from .pq-sign-up-form {
	display: flex;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pq-subscribe-from .pq-term-condition {
	margin-top: 15px;
}

.pq-subscribe-from .pq-term-condition input[type=checkbox] {
	height: auto;
	color: var(--white-color);
}


.pq-subscribe-from .pq-term-condition label {
	color: var(--white-color);
}

.pq-subscribe-from .mc4wp-form-fields p {
	margin-bottom: 0;
}

.pq-subscribe-from i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	transition: all 0.5s ease;
}

.pq-subscribe-from input.submit:hover+i {
	color: var(--white-color);
}

.pq-subscribe-from input.submit {
	background: transparent;
	font-size: 0;
	padding: 0;
	width: 54px;
	height: 54px;
	position: absolute;
	right: 0;
	z-index: 9;

}

.pq-subscribe-terms {
	margin-top: 15px;
	margin-left: 20px;
}

.pq-subscribe-terms label {
	color: var(--secondary-color) !important;
	display: flex;
	align-items: center;
}

.pq-subscribe-terms label input {
	margin-right: 15px;
}

footer#pq-footer .pq-copyright-footer {
	padding: 15px 0;
	background: var(--dark-color);
	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 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: 20px;
	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: 12px;
	line-height: 20px;
	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: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-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 10px 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.pq-contact li {
	display: flex;
	align-items: center;

}

/* footer#pq-footer .widget ul.pq-contact li:nth-child(2) a span {
	font-size: 22px;
	font-weight: 700;
}
footer#pq-footer .widget ul.pq-contact li:nth-child(3) a span {
	font-size: 22px;
	font-weight: 700;
} */

footer#pq-footer .widget ul.pq-contact li a:before {
	display: none;
}

footer#pq-footer .widget ul.pq-contact li i {
	margin-right: 15px;
	color: var(--primary-color);
}

footer#pq-footer .widget ul li a:hover {
	color: var(--primary-color);
}


/*=========*/
footer#pq-footer .widget ul.menu li a,
footer#pq-footer .widget ul li a {
	color: var(--secondary-color);
}

footer#pq-footer .widget ul.menu li,
footer#pq-footer .widget ul li {
	color: var(--secondary-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;
	border-radius: 18px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 20px 8px;
}

.pq-portfoliobox-1 .pq-portfolio-img {
	position: relative;
}

.pq-portfoliobox-1 .pq-portfolio-img img {
	/* width: 100%; */
	object-fit: cover;
    width: auto;
    height: 350px;
	/* height: 100%; */
	border-radius: 18px;
	-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 {
	border-radius: 18px;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);

}

.pq-portfoliobox-1 .pq-portfolio-info {
	margin: auto;
	position: absolute;
	bottom: 8px;
	z-index: 10;
	left: 20px;
	right: 20px;
	opacity: 1;
	padding: 10px 20px;
	background: #ffffffb0;
	backdrop-filter: blur(10px);
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	border-radius: 18px;
	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: 20px;
}

.pq-portfoliobox-1 .pq-portfolio-info span {
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	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(--dark-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 {
	font-size: 24px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	display: block;
	color: var(--white-color);
	background: var(--primary-color);
	transition: all 0.5s ease-in-out;
}

.pq-portfoliobox-1 a.pq-portfolio-icon-bg:hover {
	background: var(--dark-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;
	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-masonry.no-padding .ipt-lg-6,
.pq-masonry.no-padding .ipt-lg-3 {
	padding: 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Tabs
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-tabs-1 .nav-tabs {
	border: none;
	display: flex;
}

.pq-tabs-1 .nav-tabs .nav-item {
	background: var(--grey-color);
	color: var(--primary-color);
	padding: 24px 15px;
	border: none;
	margin-right: 30px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	flex: 1;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	transition: none;
}

.pq-tabs-1 .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.pq-tabs-1 .nav-tabs .nav-item i {
	font-size: 62px;
	line-height: 70px;
	display: inline-block;
}

.pq-tabs-1 .nav-tabs .nav-item span {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: var(--dark-color);
	font-family: var(--title-fonts);
}

.pq-tabs-1 .nav-tabs .nav-item.active {
	background: var(--primary-color);
	color: var(--white-color);
	position: relative;
}

.pq-tabs-1 .nav-tabs .nav-item.active span {
	color: var(--white-color);
}

.pq-tabs-1 .nav-tabs .nav-item:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 75, 54, 0);
	border-top-color: var(--white-color);
	border-width: 15px;
	margin-left: -15px;
	opacity: 0;
	transition: none;
}

.pq-tabs-1 .nav-tabs .nav-item.active:after {
	opacity: 1;
	border-top-color: var(--primary-color);
}

.pq-tabs-1 .tab-content {
	margin-top: 60px;
}

.pq-tabs-1 .tab-content img.pq-full-width {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.pq-tabs-1 .tab-content .pq-tab-info {
	padding-left: 20px;
}

.pq-tabs-1 .tab-content .pq-tab-info h2 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 15px;
}

.pq-tabs-1 .tab-content .pq-tab-info ul {
	margin: 0;
	padding: 0;
}

.pq-tabs-1 .tab-content .pq-tab-info ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}

.pq-tabs-1 .tab-content .pq-tab-info ul li:before {
	font-family: "Ionicons";
	content: "\f382";
	color: var(--primary-color);
	margin-right: 10px;
}

.pq-tabs-1 .tab-content .pq-tab-info .pq-btn-container {
	margin: 30px 0 0;
}

.pq-tabs-border .pq-tabs-1 .nav-tabs {
	border-bottom: 1px solid var(--grey-color);
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item {
	display: inline-flex;
	align-items: center;
	background: transparent;
	border-radius: 0;
	color: var(--dark-color);
}

.pq-tabs-1 .nav-tabs .nav-item.active {
	border-bottom: 1px solid var(--primary-color);
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item i {
	font-size: 44px;
	line-height: 52px;
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item span {
	text-align: left;
	margin-left: 15px;
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item.active,
.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item.active span {
	color: var(--dark-color);
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item.active {
	color: var(--primary-color);
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item:after {
	display: 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: 14px;
    line-height: 22px;
    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);
}

/*================================================
Client
================================================*/

.pq-client-box.pq-client-style-1 .pq-client-img {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
	padding: 0 30px;
	height: 100px;
}

.pq-client-box.pq-client-style-1 a:hover .pq-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%)
}

.pq-client-box.pq-client-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-client-style-1 .pq-client-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	-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;
	height: 100px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
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-size: cover;
    opacity: 0.02;
}

.pq-bg-img-2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg/eye-banner.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.8;
}

.pq-bg-img-3::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/3.html);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.1;
	background-attachment: fixed;
}

.pq-bg-img-4{
	background-image: url(../images/background-images/4.html);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.pq-bg-img-5::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background-images/5.html);
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.02;
}

.pq-video-popup-bg-img-1{
    background-image: url(../images/video-popup/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    padding: 260px 0;
    position: relative;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Icon Box
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-icon-box.pq-style-1{
    display: flex;
    align-items: center;
}

.pq-icon-box.pq-style-1 .pq-icon{
    margin-right: 15px;
}

.pq-icon-box.pq-style-1 .pq-icon i{
    font-size: 64px;
    line-height: 1;
    display: inline-block;
    color: var(--primary-color);
}

.pq-icon-box.pq-style-2{
    padding: 30px 15px;
    background-color: var(--grey-color);
    text-align: center;
	min-height: 100%;
}

.pq-icon-box.pq-style-2 .pq-icon{
    margin-bottom: 10px;
}

.pq-icon-box.pq-style-2 .pq-icon i{
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    color: var(--primary-color);
}

.pq-icon-box.pq-style-2 .pq-icon-box-content .pq-icon-box-title{
    margin-bottom: 5px;
}

.pq-icon-box.pq-style-2 .pq-icon-box-content .pq-icon-box-description{
    margin-bottom: 0;
}

.pq-icon-box.pq-style-3{
	margin: 30px 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #00000017;
	display: flex;
	align-items: center;
}

.pq-icon-box.pq-style-3 .pq-icon{
	margin-right: 30px;
}

.pq-icon-box.pq-style-3 .pq-icon i{
	font-size: 64px;
	line-height: 1;
	display: inline-block;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-4{
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.pq-icon-box.pq-style-4 .pq-icon{
	margin-right: 15px;
}

.pq-icon-box.pq-style-4 .pq-icon i{
	color: var(--white-color);
	font-size: 60px;
	line-height: 1;
	display: inline-block;
}

.pq-icon-box.pq-style-4 .pq-icon-box-content .pq-icon-box-title{
	color: var(--white-color);
}

.pq-icon-box.pq-style-5{
	display: inline-block;
	padding-right: 45px;
}

.pq-icon-box.pq-style-5 .pq-icon-box-content .pq-icon-box-description{
	color: var(--primary-color);
	margin-bottom: 0;
}

.pq-icon-box.pq-style-6{
	display: flex;
	padding: 30px;
	margin-bottom: 30px;
	background-color: var(--grey-color);
}

.pq-icon-box.pq-style-6:last-child{
	margin-bottom: 0;
}

.pq-icon-box.pq-style-6 .pq-icon{
	margin-right: 20px;
}

.pq-icon-box.pq-style-6 .pq-icon i{
	font-size: 50px;
	line-height: 1;
	display: inline-block;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-6 .pq-icon-box-content .pq-icon-box-title{
	margin-bottom: 5px;
}

.pq-icon-box.pq-style-6 .pq-icon-box-content .pq-icon-box-description{
	margin-bottom: 0;
}

.pq-icon-boxes{
	display: flex;
	align-items: center;
}

.pq-icon-boxes .pq-icon-box.pq-style-7:first-child{
	padding-left: 0;
}

.pq-icon-boxes .pq-icon-box.pq-style-7:last-child{
	padding-right: 0;
	border-right: none;
}

.pq-icon-box.pq-style-7{
	padding: 0 30px;
	border-right: 1px solid #82828A21;
}

.pq-icon-box.pq-style-7 .pq-icon{
	margin-bottom: 10px;
}

.pq-icon-box.pq-style-7 .pq-icon i{
	font-size: 68px;
	line-height: 1;
	color: var(--primary-color);
	display: inline-block;
}

.pq-icon-box.pq-style-7 .pq-icon-box-content .pq-icon-box-title{
	color: var(--white-color);
}

.pq-icon-box.pq-style-8{
	padding: 130px 45px;
	background-color: var(--white-color);
	display: flex;
	align-items: center;
	position: relative;
}

.pq-icon-box.pq-style-8 .pq-icon{
	margin-right: 15px;
}

.pq-icon-box.pq-style-8 .pq-icon i{
	font-size: 75px;
	line-height: 1;
	display: inline-block;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-8 .pq-icon-box-content .pq-icon-box-title{
	font-size: 22px;
	line-height: 30px;
}

.pq-icon-box.pq-style-9{
	display: flex;
	margin: 0 15px 0 0;
	padding: 0 0 20px 0;
	border-bottom: 3px solid #00CDE526;
}

.pq-icon-box.pq-style-9 .pq-icon{
	margin-right: 20px;
}

.pq-icon-box.pq-style-9 .pq-icon i{
	font-size: 50px;
	line-height: 1;
	display: inline-block;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-9 .pq-icon-box-content .pq-icon-box-title{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 5px;
}

.pq-icon-box.pq-style-9 .pq-icon-box-content .pq-icon-box-description{
	margin: 0;
}

.pq-icon-box.pq-style-10{
	text-align: center;
}

.pq-icon-box.pq-style-10 .pq-icon{
	margin-bottom: 5px;
}

.pq-icon-box.pq-style-10 .pq-icon i{
	font-size: 50px;
	line-height: 1;
	display: inline-block;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-10 .pq-icon-box-content .pq-icon-box-title{
	margin-bottom: 5px;
}

.pq-icon-box.pq-style-10 .pq-icon-box-content .pq-icon-box-description{
	margin-bottom: 0;
}

.pq-contact-box{
	/* background-color: #f8f8f8; */
	padding: 16px 10px;
	/* border-radius: 18px; */
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.pq-contact-box .pq-contact-box-media{
	display: flex;
	align-items: center;
	/* padding-bottom: 30px;
	border-bottom: 1px solid #2B2B5E17;
	margin-bottom: 20px; */
}

.pq-contact-box .pq-contact-box-icon{
	margin-right: 20px;
}

.pq-contact-box .pq-contact-box-icon i{
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	color: var(--white-color);
	background-color: var(--primary-color);
	border-radius: 18px;
}

.pq-contact-box.active .pq-contact-box-icon i{
	background-color: var(--dark-color);
}

.pq-contact-box .pq-contact-box-media .pq-contact-box-media-title{
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
	margin-bottom: 5px;
    color: #82828A;
}

.pq-contact-box .pq-contact-box-media .pq-contact-box-media-description{
	color: var(--dark-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
	/* text-transform: capitalize; */
	margin: 0;
}

.pq-contact-box .pq-contact-box-description{
	margin: 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Timelines
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-border-line:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0;
	background: var(--dark-color);
}

.pq-dot-circle:before {
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--dark-color);
	border-radius: 100%;
	border: 2px solid var(--primary-color);
}

.timeline-state{
	position: relative;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
List-check
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-list-check{
    margin: 0;
    padding: 0;
}

.pq-list-check li{
    list-style: none;
    display: flex;
    align-items: start;
}

.pq-list-check li i{
    color: var(--primary-color);
    font-size: 24px;
    margin-right: 15px;
}

.pq-list-check li span{
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary-color);
}

.pq-working-hours-list{
	margin: 20px 0 40px 0;
	padding: 0;
}

.pq-working-hours-list li{
	list-style: none;
	padding-bottom: 5px;
}

.pq-working-hours-list li:last-child{
	padding-bottom: 0;
}

.pq-working-hours-list li span{
	font-weight: 500;
	color: var(--dark-color);
}

.about .pq-list-check{
	border-right: 1px solid #00000017;
}

.about .pq-list-check li i{
	font-size: 16px;
}

.about-us .pq-list-check li i{
	font-size: 12px;
}

.vision .pq-list-check li i{
	font-size: 24px;
}

.service-single .pq-list-check li{
	padding-bottom: 8px;
}

.service-single .pq-list-check li:last-child{
	padding-bottom: 0;
}

.service-single .pq-list-check li i{
	font-size: 14px;
	margin-top:5px;
}

.service-single .pq-list-check li span{
	font-size: 16px;
}

.pq-list-div{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}

.pq-client-info{
	margin: -45px 30px 45px 30px;
	position: relative;
	z-index: 1;
}

.pq-client-info-div{
	display: inline-block;
    width: 100%;
    background: var(--grey-color);
    padding: 30px;
}

.pq-client-info-list{
	display: flex;
	margin: 0;
	padding: 0;
}

.pq-client-info-list li{
	list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.pq-contact-list{
    margin: 0;
    padding: 0;
}

.pq-contact-list li {
    list-style: none;
    display: flex;
    align-items: center;
}

.pq-contact-list li:nth-child(2){
    margin: 20px 0;
}

.pq-contact-list li i{
    font-size: 30px;
    margin-right: 10px;
    color: var(--dark-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Custom CSS
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-mt-30{
    margin-top: 30px;
}

.pq-mb-30{
    margin-bottom: 30px;
}

.pq-pb-30{
    padding-bottom: 30px;
}

.seprator{
    border-top: 1px solid #eeeeee;
}

.pq-mb-45{
    margin-bottom: 45px;
}

.pq-pb-260{
    padding-bottom: 260px;
}

.pq-mt-130{
    margin-top: -130px;
}

.no-gutters{
    margin-left: 0;
    margin-right: 0;
}

.pq-py-60{
    padding: 60px 0;
}

.pq-pe-90{
    padding-right: 90px;
}

.pq-ps-30{
    padding-left: 30px;
}

.pq-bg-dark p{
    color: var(--white-color);
    margin: 0;
}

.pq-bg-grey p{
	margin: 0;
}

.pq-mt-60{
    margin-top: 60px;
}

.pq-mb-200{
    margin-bottom: -200px;
}

.pq-me-33{
    margin-right: -33%;
}

.pq-pt-330{
    padding-top: 260px;
}

.map{
    line-height: 0;
}

.faq .map iframe{
    width: 100%;
    height: 385px;
    border: 0;
}

.pq-pb-190{
    padding-bottom: 190px;
}

.pq-floating-left-img{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 200px;	
}

.pq-about-us-img{
	position: relative;
}

.pq-about-us-image-1{
	width: 80%;
	position: relative;
}

.pq-about-us-image-2{
	position: absolute;
	top: 236px;
	left: 258px;
	width: 60%;
}

.pq-pt-60{
	padding-top: 60px;
}

.pq-section-title-div{
	padding: 90px 0 0;
}

.pq-founder-div{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pq-founder-div img{
	height: 60px;
}

.pq-founder-div h6{
	font-size: 18px;
}

.pq-ps-200{
	padding-left: 200px;
}

.pq-about-img-div{
	margin-right: -370px;
}

.pq-px-30{
	padding: 0 30px;
}

.pq-floating-right-img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
}

.pq-ps-90{
    padding-left: 90px;
}

.pq-sticky-top{
	position: sticky;
	top: 130px;
	z-index: 1;
}

.full-bg-dark:before{
	content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 1000%;
    height: 100%;
    display: inline-block;
    background: var(--dark-color);
}

.pq-mt-90{
	margin-top: -90px;
	position: relative;
	z-index: 1;
}

.pq-pt-230{
	padding-top: 230px;
}

.pq-mt-100{
	margin-top: -100px;
}

.pq-pb-130{
	padding-bottom: 130px;
}

.pq-pb-210{
	padding-bottom: 210px;
}

.pq-about-us-image-3{
	position: relative;
	width: 75%;
}

.pq-about-us-image-4{
	position: absolute;
	left: 16px;
	top: 177px;
	width: 62%;
}

.pq-reservation-title{
	color: var(--white-color);
	font-size: 60px;
	font-weight: 400;
	line-height: 68px;
	padding: 130px 0;
}

.pq-form-div{
	padding: 45px;
	border-radius: 18px;
}

.pq-form-div .pq-button.pq-button-flat{
	background-color: var(--primary-color);
	width: 100%;
	text-align: center
}

.pq-form-div .pq-button.pq-button-flat:hover{
	background-color: var(--primary-color);
}

.pq-form-div .pq-button.pq-button-flat:before{
	content: none;
}

.pq-pe-60{
    padding-right: 60px;
}

.pq-ps-75{
	padding-left: 75px;
}

.pq-py-30{
	padding: 30px 0;
}

.pq-working-box{
	border-left: 1px solid #2B2B5E1A;
}

.pq-working-box .pq-working-box-content{
	padding-left: 45px;
}

.pq-working-box .pq-working-box-content .pq-wroking-box-description{
	margin-bottom: 0;
}

.pq-me-60{
	margin-right: 60px;
}

.pq-client-grid{
	border-top: 1px solid #2B2B5E30;
}

.pq-client-grid .pq-client-grid-box{
	padding: 60px 0;
	border-right: 1px solid #2B2B5E30;
}

.pq-mb-20{
	margin-bottom: 20px;
}

.pq-contact-us-box{
	display: flex;
	align-items: center;
}

.pq-mb-40{
	margin-bottom: 40px;
}

.pq-mt-190{
	margin-top: -190px;
}

.pq-me-90{
	margin-right: -90px;
}

.pq-me-40{
    margin-right: -40%;
}

.pq-mt-20{
	margin-top: 20px;
}

.protect .pq-form-div{
	margin-left: 45px;
}

.protect .pq-form-div input,
.protect .pq-form-div select{
	background-color: var(--white-color);
}

.pq-pt-260{
    padding-top: 260px;
}

.button-align{
	margin-top: 45px;
	text-align: end;
}

.pq-mb-130{
	margin-bottom: -130px;
}

.portfolio.pq-bg-img-1:before{
	background-position: center center;
}

.pq-out-div{
	padding: 75px 15px 75px 0;
	margin-left: 32%;
	position: relative;
}

.pq-counter-box-2{
	padding: 70px 45px;
	background-color: var(--primary-color);
	position: relative;
}

.pq-counter-box-2 .pq-counter.pq-style-3{
	border-right: 0;
	padding: 0;
}

.why-choose-us.pq-bg-img-1:before{
	background-position: center center;
}

.pq-highlighted-text{
	margin: 0px 0px 30px 0px;
    padding: 30px 30px 30px 30px;
    background-color: var(--grey-color);
    border-left: 3px solid var(--primary-color);
	color: var(--dark-color);
	font-size: 18px;
	line-height: 26px;
}

.portfolio-single h1{
	margin-bottom: 5px;
}

.portfolio-single p:last-child{
	margin: 0;
}

.pq-map{
	line-height: 0;
}

.pq-map iframe{
	width: 100%;
	height: 300px;
	border: 0;
}

.pq-contact-form-div{
	padding: 20px;
	background-color: var(--white-color);
	border-radius: 18px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pq-contact-form-div .pq-button:before{
	content: none;
}

.pq-contact-form-div .pq-button:hover{
	background-color: var(--dark-color);
	color: var(--white-color);
}

.pq-contact-form-div .pq-contact-form input,
.pq-form input,
.pq-contact-form-div .pq-contact-form textarea,
.pq-form textarea{
	margin-bottom: 30px;
}

.pq-contact-form-div .pq-contact-form textarea,
.pq-appointment-box textarea,
.pq-form textarea{
	height: 150px;
}

.pq-appointment-box{
	background-color: #F0EFF4;
	padding: 45px;
}

.pq-appointment-box input,
.pq-appointment-box textarea,
.pq-appointment-box select{
	background-color: var(--white-color);
}

.pq-appointment-box .pq-button:before{
	content: none;
}

.pq-appointment-box .pq-button:hover{
	background-color: var(--dark-color);
	color: var(--white-color);
}

.pq-px-45{
	padding: 0 45px;
}

.pq-mb-15{
	margin-bottom: 15px;
}

.pq-team-sinlge-social a i {
    color: var(--dark-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: var(--grey-color);
    text-align: center;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
}

.pq-team-sinlge-social a i:hover{
    color: var(--white-color);
    background-color: var(--primary-color);
}

.pq-team-sinlge-social a+a {
    margin-left: 15px;
}

.pq-form .pq-button:before{
	content: none;
}

.pq-form .pq-button:hover{
	background-color: var(--dark-color);
	color: var(--white-color);
}

.pq-py-90{
    padding: 90px 0;
}

.pq-appointment-form .pq-appointment-title{
	color: var(--dark-color);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

.comment-form input,
.comment-form textarea{
	margin-bottom: 30px;
}

.pq-mb-300{
	margin-bottom: -300px;
}

.team-single p:last-child{
	margin: 0;
}

.button-left{
	text-align: start;
}

.button-align-left{
	text-align: start;
}

.pq-service-single-title{
	margin-bottom: 20px;
}