/*

Template: Restika - Restaurant HTML Template

Author: peacefulqode.com

Version: 1.0

Design and Developed by: Peacefulqode

*/



/*+++++++++++++++++++++++++++++++++++++++++++++++

[  Table of contents  ]

+++++++++++++++++++++++++++++++++++++++



==> Fonts

==> Moz Selection

==> General

==> Loading

==> Back to Top

==> WordPress Core

==> Button Core

==> Banner

==> Blog

==> Pagination

==> Error

==> Dummy data

==> OWL Carousel

==> Section Title

==> Breadcrumb

==> Video Popup

==> Header

==> Sidebar Menu

==> Footer

==> FancyBox

==> Imagebox

==> Menu Price

==> Team

==> Svg Animation 

==> Testimonial

==> Client

==> Timelines

==> FAQ

==> Portfoliobox

==> isotope Portfolio

==> Count Down

==> Icon Box

==> Counter

==> Background Images

==> Custom CSS



++++++++++++++++++++++++++++++++++++

[ End table content ]

+++++++++++++++++++++++++++++++*/



/*+++++++++++++++++++++++++++++++++++++++++++++++

Fonts

++++++++++++++++++++++++++++++++++++++++++++++++*/



@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300;400;500;600;700;800;900&amp;family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');



/*+++++++++++++++++++++++++++++++++++++++++++++++

Moz Selection

++++++++++++++++++++++++++++++++++++++++++++++++*/



:root {

	--primary-color: #fe7f32;

	--dark-color: #181f2e;

	--secondary-color: #747474;

	--grey-color: #f8f1ed;

	--white-color: #ffffff;

	--title-fonts: 'Merienda', sans-serif;

	--body-fonts: 'Open Sans', sans-serif;

}



::-moz-selection {

	text-shadow: none;

	background: var(--primary-color);

	color: #fff;

}



::-moz-selection {

	text-shadow: none;

	background: var(--primary-color);

	color: #fff;

}



::selection {

	text-shadow: none;

	background: var(--primary-color);

	color: #fff;

}





/*+++++++++++++++++++++++++++++++++++++++++++++++

General

++++++++++++++++++++++++++++++++++++++++++++++++*/

body {

	background: var(--white-color);

	font-family: var(--body-fonts);

	font-size: 1rem;

	font-style: normal;

	font-weight: normal;

	line-height: 2;

	color: var(--secondary-color);

	overflow-x: hidden;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	font-family: var(--title-fonts);

	color: var(--dark-color);

	font-style: normal;

	text-transform: capitalize;

	font-weight: 600;

	margin: 0;

	-ms-word-wrap: break-word;

	word-wrap: break-word;



}



h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

	color: inherit;

}



h1 {

	font-size: 40px;

	font-style: normal;

	line-height: 48px;

}



h2 {

	font-size: 36px;

	font-style: normal;

	line-height: 44px;

}



h3 {

	font-size: 32px;

	font-style: normal;

	line-height: 40px;

}



h4 {

	font-size: 28px;

	font-style: normal;

	line-height: 36px;

}



h5 {

	font-size: 24px;

	font-style: normal;

	line-height: 32px;

}



h6 {

	font-size: 20px;

	font-style: normal;

	line-height: 28px;

}



/*++++++++++++++++ HTML Tags +++++++++++*/

a,

.button {

	color: var(--primary-color);

	outline: none !important;

	text-decoration: none;

	transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

	-ms-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	-webkit-transition: all 0.5s ease-in-out;

}



a:focus,

a:hover {

	color: var(--primary-color);

	outline: none;

	text-decoration: none !important;

}



p {

	margin-bottom: 30px;

}



img {

	max-width: 100%;

	height: auto;

	position: relative;

	z-index: 1;

}



pre {

	background: var(--white-color);

	padding: 15px;

	border: 1px solid var(--grey-color);

}



hr {

	margin: 0;

	padding: 0px;

	border-bottom: 1px solid #e0e0e0;

	border-top: 0px;

}



b,

strong {

	font-weight: 600;

}



/*+++++++++++++ Lists (Nested) ++++++++++++++*/

ol,

ul {

	padding-left: 25px;

	margin-bottom: 1em;

}



ol li {

	list-style: decimal;

}



ol ol {

	padding-left: 25px;

}



ul li {

	list-style: none;

}



/*+++++++++++Definition Lists ++++++++++*/

dl dd {

	margin-bottom: 15px;

}



dl dd:last-child {

	margin-bottom: 0px;

}



/*+++++++++++++ Table ++++++++++++++*/

table {

	border: 1px solid var(--grey-color);

	width: 100%;

	margin-bottom: 20px;

}



table td,

table th {

	border: 1px solid var(--grey-color);

	padding: 8px;

	text-align: center;

}



/*++++++++++Input Textarea +++++++++++++*/

input,

input.form-control {

	background: var(--grey-color);

	border: 1px solid 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: 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;

}



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 10px;

	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;

}



/*+++++++++++++ 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=\'white\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');

	background-color: var(--grey-color);

	background-repeat: no-repeat;

	background-position: right 10px bottom 50%;

	background-size: 20px 20px;

}



select:focus,

select.form-control:focus {

	background-color: var(--grey-color);

	border-color: var(--primary-color);

}





/*++++++++++++++++ Container +++++++++++*/

.container {

	max-width: 1300px;

	position: relative;

}



section {

	padding: 130px 0;

	position: relative;

}





.pq-bg-grey {

	background-color: var(--grey-color);

}



.pq-bg-primary {

	background-color: var(--primary-color);

}



.pq-bg-dark {

	background-color: var(--dark-color);

}



.pq-bg-white {

	background-color: var(--white-color);

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

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;

}



#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

++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++ Text meant only for screen readers +++++++++++*/

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

	white-space: nowrap;

	height: 0px;

	width: 1px;

	overflow: hidden;

}



.screen-reader-text:focus {

	background-color: var(--grey-color);

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: 600;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000;

}





/*+++++++++++++++++++++++++++++++++++++

Button Core

++++++++++++++++++++++++++++++++++++++++*/

[type="button"],

[type="reset"],

[type="submit"] {

	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: 8px 24px;

	font-weight: 600;

	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;

	letter-spacing: 1px;

}



[type="button"]:hover,

[type="reset"]:hover,

[type="submit"]:hover {

	color: var(--white-color);

	background: var(--dark-color);

}



.pq-button {

	font-family: var(--title-fonts);

	font-weight: 600;

	text-transform: uppercase;

	letter-spacing: 1px;

	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: 0;

	-moz-border-radius: 0;

	border-radius: 0;

	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;

}



.pq-button .pq-button-text {

	transition: all 0.5s ease;

}



.pq-button svg {

	width: 20px;

	margin-left: 5px;

	margin-top: -5px;

}



.pq-button img {

	width: 20px;

	margin-left: 5px;

	margin-top: -5px;

}



.pq-button i {

	margin-left: 10px;

	font-size: 18px;

	transition: all 0.5s ease;

}



.pq-button:hover,

.pq-button:focus {

	background: var(--dark-color);

	color: var(--white-color);

}





/*===== Button flat =====*/

.pq-button.pq-button-flat .pq-button-block {

	display: flex;

	align-items: center;

}



/*===== Button link =====*/

.pq-button.pq-button-link {

	padding: 0;

	background: transparent;

	color: var(--primary-color);

}



.pq-button.pq-button-link:after,

.pq-button.pq-button-link:before {

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	display: block;

	width: 100%;

	height: 1px;

	background-color: var(--primary-color);

	transform: scaleX(0);

	transform-origin: 0 0;

	-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94);

	-o-transition: .3s cubic-bezier(.47, .05, .50, .94);

	transition: .3s cubic-bezier(.47, .05, .50, .94);

}



.pq-button.pq-button-link:after {

	-webkit-transform: scaleX(1);

	-ms-transform: scaleX(1);

	transform: scaleX(1);

	-webkit-transform-origin: 100% 0;

	-ms-transform-origin: 100% 0;

	transform-origin: 100% 0;

	-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94) .2s;

	-o-transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;

	transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;

}



.pq-button.pq-button-link:hover:before {

	-webkit-transform: scaleX(1);

	-ms-transform: scaleX(1);

	transform: scaleX(1);

	-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94) .2s;

	-o-transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;

	transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;

}



.pq-button.pq-button-link:hover:after {

	-webkit-transform: scaleX(0);

	-ms-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94);

	-o-transition: .3s cubic-bezier(.47, .05, .50, .94);

	transition: .3s cubic-bezier(.47, .05, .50, .94);

}



/*===== Button outline =====*/

.pq-button.pq-btn-outline {

	background: transparent;

	border: 1px solid var(--primary-color);

	color: var(--primary-color);

}



.pq-button.pq-btn-outline:hover {

	background: transparent;

	border: 1px solid var(--dark-color);

	color: var(--dark-color);

}



.pq-button.pq-btn-outline i {

	fill: var(--primary-color);

}



.pq-button.pq-btn-outline:hover i {

	fill: var(--dark-color);

}





/*+++++++++++++++++++++++++++++++++++++++++++++++

Banner

++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-banner-subtitle {

	position: relative;

	padding: 5px 20px !important;

}



.pq-banner-subtitle:before {

	content: "";

	position: absolute;

	left: -1px;

	width: 0;

	height: 0;

	border-top: 16px solid transparent;

	border-bottom: 16px solid transparent;

	border-left: 8px solid var(--dark-color);

	top: 0;

}



.pq-banner-subtitle:after {

	content: "";

	position: absolute;

	right: -1px;

	width: 0;

	height: 0;

	border-top: 16px solid transparent;

	border-bottom: 16px solid transparent;

	border-right: 8px solid var(--dark-color);

	top: 0;

}



.pq-button.rev-btn i {

	margin-left: 10px;

	font-size: 18px;

}



.pq-banner-subtitle.pq-subtitle-bg:before {

	border-left: 8px solid #4a4949;

}



.pq-banner-subtitle.pq-subtitle-bg:after {

	border-right: 8px solid #4a4949;

}



/*++++++++++++++++++++++++++++++++++++++++++++++

Blog

++++++++++++++++++++++++++++++++++++++++++++++++++*/



.owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title {

	font-size: 26px;

	line-height: 34px;

	margin-bottom: 15px;

	margin-top: 20px;

}



.owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title a {

	color: var(--white-color);

}



.owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title a:hover {

	color: var(--primary-color);

}



.owl-carousel .pq-blog-post .pq-post-media:before {

	content: "";

	position: absolute;

	width: 100%;

	height: 100%;

	background: var(--dark-color);

	top: 0;

	left: 0;

	opacity: 0.2;

	z-index: 1;

}



.owl-carousel .pq-blog-post {

	margin-bottom: 0;

}



.owl-carousel .pq-blog-post .pq-blog-contain {

	position: absolute;

	bottom: 0;

	left: 0;

	z-index: 2;

}



.owl-carousel .pq-blog-post .pq-blog-contain .pq-post-category,

.owl-carousel .pq-blog-post .pq-blog-contain .pq-post-meta {

	display: inline-block;

}



.owl-carousel .pq-blog-post .pq-blog-contain .pq-post-meta {

	margin-left: 5px;

}



.owl-carousel .pq-blog-post .pq-blog-contain .pq-post-meta ul {

	margin-bottom: 0;

}



.owl-carousel .pq-blog-post .pq-blog-contain .pq-post-meta ul li {

	font-size: 14px;

	line-height: 22px;

	font-weight: 600;

	letter-spacing: 1px;

	color: var(--primary-color);

	text-transform: uppercase;

	font-family: var(--title-fonts);

}



.owl-carousel .pq-blog-post .pq-post-meta ul li a {

	color: var(--white-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;

	z-index: 0;

}



.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 a {

	display: inline-block;

	background: var(--primary-color);

	color: var(--white-color);

	padding: 3px 15px;

	font-size: 14px;

	line-height: 22px;

}



.pq-blog-post .pq-blog-contain .pq-post-category a+a {

	margin-bottom: 5px;

}





.pq-blog-post .pq-blog-contain .pq-blog-title {

	font-size: 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:last-child {

	margin-right: 0;

}



.pq-blog-post .pq-post-meta ul li a {

	color: var(--secondary-color);

}



.pq-blog-post .pq-post-meta ul li a:hover {

	color: var(--primary-color);

}



.pq-blog-post .pq-post-meta ul li i {

	margin-right: 5px;

	color: var(--primary-color);

}



.pq-blog-post .pq-post-media .pq-post-date {

	background: var(--primary-color);

	padding: 4px 10px;

	text-transform: capitalize;

	color: var(--white-color);

	text-align: center;

	line-height: 22px;

	position: absolute;

	left: 15px;

	top: 15px;

	font-size: 14px;

}



.pq-blog-post .pq-post-media .pq-post-date a {

	color: var(--white-color);

	font-weight: 500;

	letter-spacing: 1px;

}



.pq-blog-post .pq-post-media .pq-post-date span {

	display: inline-block;

	width: 100%;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

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: 600;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

Dummy Data

++++++++++++++++++++++++++++++++++++++++++++++++*/

.widget {

	margin-bottom: 30px;

	position: relative;

	padding: 30px;

	background: var(--grey-color);

}



.widget:last-child {

	margin-bottom: 0;

}



/*===== Widget Title =====*/

.widget .widget-title,

.widget .widget-title,

.widget.widget_block h2 {

	margin-bottom: 15px;

	font-size: 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;

}



.widget.widget_search .search-form .search-field,

.widget.widget_search .wp-block-search__input {

	background: var(--white-color);

	border-color: var(--white-color);

}



.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;

}



/*===== SideBar - Recent Comments =====*/

.widget.widget_recent_comments #recentcomments li.recentcomments span a,

.widget.widget_recent_comments #recentcomments--1 li.recentcomments span a {

	color: var(--secondary-color);



}



.widget.widget_recent_comments #recentcomments li.recentcomments a:before {

	display: none;

}



.widget.widget_recent_comments li.recentcomments a {

	color: var(--primary-color);

	padding-left: 0;

}



.widget.widget_recent_comments li.recentcomments a:hover {

	color: var(--primary-color);

	text-decoration: underline;

}



/*===== SideBar - Archives dropdown =====*/

.widget_archive select,

.widget_categories select,

.widget select {

	background-color: var(--white-color);

}



.wp-block-archives label {

	display: none;

}





/*=====  SideBar Calendar  =====*/

.widget_calendar table caption {

	padding: 10px 0 10px;

	color: var(--dark-color);

	font-weight: 600;

	caption-side: top;

	text-align: center;

	font-family: var(--title-fonts);

	font-size: 18px;

}



.widget_calendar table#wp-calendar {

	width: 100%;

	text-align: center;

	margin-bottom: 0;

	margin-top: 0;

	background: var(--white-color);

}



.widget_calendar table th {

	background: transparent;

	font-weight: 600;

	color: var(--dark-color);

	font-family: var(--title-fonts);

}



.widget_calendar table tbody {

	color: var(--secondary-color);

}



.widget_calendar table td#today {

	background: var(--primary-color);

	color: var(--white-color);

}



.widget_calendar table td#today a {

	color: var(--white-color);

}



.widget_calendar table th,

.widget_calendar table td {

	padding: 8px;

	text-align: center;

	border: 1px solid var(--grey-color);

}



.widget_calendar a {

	color: var(--dark-color);

	text-decoration: none;

}



.widget_calendar a:hover {

	color: var(--primary-color);

}



.wp-calendar-nav {

	overflow: hidden;

	clear: both;

}



.wp-calendar-nav .wp-calendar-nav-prev {

	width: 50%;

	border: 1px solid var(--grey-color);

	display: inline-block;

	float: left;

	text-align: center;

	border-right: 0;

	padding: 4px;

	border-top: 0;

	color: var(--secondary-color);

	text-decoration: none;

	background: var(--white-color);

}



.wp-calendar-nav .wp-calendar-nav-next {

	width: 50%;

	border: 1px solid var(--grey-color);

	display: inline-block;

	float: left;

	text-align: center;

	padding: 4px;

	border-top: 0;

	color: var(--secondary-color);

	text-decoration: none;

	background: var(--white-color);

}



.wp-calendar-nav .pad {

	display: none;

}



.wp-calendar-nav span a {

	color: var(--secondary-color);

	text-decoration: none;

}



.wp-calendar-nav span a:hover {

	color: var(--primary-color);

}



.pq-blog-contain .wp-block-calendar {

	display: inline-block;

	width: 100%;

	margin-bottom: 30px;

}



/*=====  Latest Comments  =====*/

.wp-block-latest-comments {

	padding: 0;

	margin: 0;

}



.wp-block-latest-comments li .wp-block-latest-comments__comment-author {

	color: var(--secondary-color);

	font-weight: 400;

}



.wp-block-latest-comments li .wp-block-latest-comments__comment-link {

	color: var(--primary-color);

}





/*===== Login Form =====*/

.widget .wp-block-loginout input.input {

	background: var(--white-color);

	margin-bottom: 15px;

}



.widget .wp-block-loginout p {

	margin-bottom: 0;

}



.widget .wp-block-loginout p.login-remember {

	margin-bottom: 15px;

	font-size: 14px;

}



.widget .wp-block-loginout p.login-remember #rememberme {

	vertical-align: middle;

}



/*===== social links =====*/

ul.wp-block-social-links li {

	margin-bottom: 0;

}



/*===== 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;

}



.wp-block-search .wp-block-search__button svg {

	display: none;

}



/*=====  Tags =====*/



.wp-block-tag-cloud {

	margin: 0;

}



.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 5 Free";

	line-height: normal;

	font-weight: 900;



}



/*=====  SideBar Categories List  =====*/

.widget_categories ul li {

	font-weight: 400;

	color: var(--primary-color);

}



.widget_categories ul li a {

	font-weight: 400;

	color: var(--secondary-color);

}





/*++++++++++++++++ Dummy data backend page +++++++++++*/

.pq-sticky-post-label {

	padding: 3px 15px;

	font-size: 14px;

	line-height: 22px;

	background: var(--primary-color);

	color: var(--white-color);

	margin-bottom: 15px;

	display: inline-block;



}



.pq-sticky-post-label i {

	margin-right: 5px;

}



.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: capitalize;

	font-weight: 600;

	font-style: italic;

}



blockquote strong {

	font-family: var(--title-fonts);

	color: var(--primary-color);

	font-style: italic;

	font-weight: 600;

	display: block;

	margin-top: 10px;

}



.pq-blog-post .pq-blog-contain blockquote p {

	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%;

}



/*===== Gallery =====*/

.gallery-item .gallery-caption {

	font-size: 14px;

	line-height: 22px;

}



.gallery-size-thumbnail .gallery-item {

	margin-right: 2%;

	width: 18.4%;

	margin-bottom: 2%;

	display: inline-block;

	vertical-align: top;

}



.gallery.gallery-size-thumbnail {

	display: inline-block;

	width: 100%;

}



.gallery-size-thumbnail .gallery-item img {

	margin-bottom: 10px;

	width: 100%;

}



.gallery-columns-1 .gallery-item {

	width: 100%;

	margin-right: 0px;

}



.gallery-columns-2 .gallery-item {

	width: 48%;

}



.gallery-columns-3 .gallery-item {

	width: 31.3%;

}



.gallery-columns-4 .gallery-item {

	width: 23%;

}



.gallery-columns-5 .gallery-item {

	width: 18%;

}



.gallery-columns-6 .gallery-item {

	width: 14.6%;

}



.gallery-columns-7 .gallery-item {

	width: 12.2%;

}



.gallery-columns-8 .gallery-item {

	width: 10.5%;

}



.gallery-columns-9 .gallery-item {

	width: 9.1%;

}



/*=====  Blog Page Link =====*/

.page-links {

	margin: 15px 0 10px;

	clear: both;

}



.pq-blog-contain .page-links a,

.page-links>span.page-number,

.page-links a,

.page-links .post-page-numbers {

	border: none;

	width: 30px;

	height: 30px;

	line-height: 30px;

	text-align: center;

	background: var(--white-color);

	margin-left: 5px;

	padding: 0px;

	display: inline-block;

	color: var(--dark-color);

}



.pq-blog-contain .page-links a:hover,

.page-links .post-page-numbers.current {

	text-decoration: none;

	border-color: transparent;

	background: var(--primary-color);

	color: var(--white-color);

}



.pq-blog-contain .page-links>span.page-number,

.page-links>span.page-number {

	background: var(--primary-color);

	color: var(--white-color);

}



article.hentry .pq-blog-contain .page-links a:hover {

	color: #fff;

}



.wp-block-table.is-style-stripes td {

	border-color: #eaeaea;

}



.wp-block-table td,

.wp-block-table th {

	text-align: left;

}



.wp-block-latest-posts.is-grid.has-dates {

	margin: 0;

}



.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {

	background-color: var(--grey-color);

}



article.hentry.format-audio .pq-post-media p:nth-child(-n+2) {

	display: inline-block;

	margin-bottom: 0;

	padding-top: 30px;

}



article.hentry.format-audio .pq-post-media p {

	margin-bottom: 0;

	padding-left: 30px;

}



article.hentry.format-audio .pq-post-media p {

	margin-bottom: 0;

	padding-left: 30px;

}



article.hentry.format-video .pq-post-media p {

	margin-bottom: 0;

}



article.hentry.format-video .pq-post-media {

	text-align: center;

}



article.hentry.format-audio .pq-post-media embed,

article.hentry.format-video .pq-post-media iframe {

	width: 100%;

}



/*===== Comments Box =====*/

.comment-respond {

	margin-top: 0;

	display: inline-block;

	width: 100%;

}



.woocommerce #review_form #respond.comment-respond {

	display: block;

}



.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: 600;

	color: var(--primary-color);

	font-size: 14px;

	margin-left: 30px;

	letter-spacing: 1px;

	text-transform: uppercase;

}



.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;

	font-family: var(--title-fonts);

	font-weight: 600;

	letter-spacing: 1px;

	text-transform: uppercase;



}



.commentlist .pq-comment-info .reply a:hover {

	color: var(--primary-color);

	text-decoration: none;

}



.no-comments,

.comment-awaiting-moderation {

	font-style: italic;

	margin: 15px 0;

}



.woocommerce #reviews #comments ol.commentlist li .comment-text {

	border-color: var(--grey-color);

	border-radius: 0;

}



/*===== Comments Form =====*/

.comment-respond .comment-notes,

.comment-respond .logged-in-as {

	padding: 0;

	margin: 0 0 30px;

}



.comment-respond .comment-form-comment {

	margin-top: 0;

	margin-bottom: 30px;

	display: inline-block;

	width: 100%;

	float: left;

}



.comment-respond .comment-form-author,

.comment-respond .comment-form-email,

.comment-respond .comment-form-url {

	float: left;

	width: 32.6%;

	display: inline-block;

	margin: 0 15px 30px 0;

}



.comment-respond .comment-form-email,

.comment-respond .comment-form-url {

	width: 31.7%;

}



.comment-respond .comment-form-url {

	margin-right: 0;

}



.comment-respond .form-submit {

	display: inline-block;

	width: 100%;

	margin-bottom: 0;

	float: left;

	margin-bottom: 30px;

}



.comment-respond .comment-form-email,

.comment-respond .comment-form-url {

	width: 31.7%;

	float: left;

}



.pq-blog-post .post-password-form input[type="password"] {

	background: var(--white-color);

}



.pq-blog-post .post-password-form input[type="submit"] {

	vertical-align: bottom;

}



.pq-blog-post .pq-blog-contain p iframe {

	width: 100%;

}



.pq-blog-post .pq-blog-contain .pq-post-meta+.wp-caption {

	margin-top: 30px;

}



/*===== Comments Form =====*/

ol.commentlist .pingback,

ol.commentlist .trackback {

	margin-left: 25px;

}



#comments ol.commentlist .depth-1 p a {

	color: var(--secondary-color);

}



#comments ol.commentlist .depth-1 p a:hover {

	color: var(--primary-color);

}



/*===== foter dummy  =====*/

footer#pq-footer .widget .footer-title {

	margin-bottom: 20px;

	font-size: 22px;

	line-height: 30px;

}





footer#pq-footer .widget #recentcomments--1 .recentcomments a {

	padding: 0;

}



footer#pq-footer .widget #recentcomments--1 .recentcomments a:before,

footer#pq-footer .widget ul li .rsswidget:before,

footer#pq-footer .pq-footer-social ul li a:before {

	display: none;

}



footer#pq-footer .widget ul li a:hover {

	color: var(--primary-color);

}



footer#pq-footer .widget ul li .comment-author-link a {

	padding: 0;

}



footer#pq-footer .widget ul li.recentcomments a {

	padding: 0;

}



footer#pq-footer .wp-block-latest-comments li .wp-block-latest-comments__comment-author {

	color: var(--white-color);



}



footer#pq-footer label {

	color: var(--white-color);

}



footer#pq-footer label input#rememberme {



	vertical-align: middle;

}



footer#pq-footer .login-submit .button {

	background: var(--primary-color);

}



footer#pq-footer ul.wp-block-social-links li.wp-social-link {

	margin-bottom: 0;

}



footer#pq-footer ul.wp-block-social-links li.wp-social-link a:hover {

	color: var(--white-color);

}



footer#pq-footer .wp-block-search .wp-block-search__button {

	background: var(--primary-color);

}



footer#pq-footer .wc-block-grid__product .wc-block-grid__product-add-to-cart a.wp-block-button__link {

	background: var(--primary-color);

}



footer#pq-footer .wc-block-product-search .wc-block-product-search__button {

	background: var(--primary-color);

}



footer#pq-footer .widget.widget_recent_comments #recentcomments--1 li.recentcomments span a {

	color: var(--primary-color);

}





footer#pq-footer table td,

footer#pq-footer table th {

	border: 1px solid var(--grey-color);

}



footer#pq-footer .calendar_wrap table caption {

	padding: 0 0 10px;

	font-weight: 600;

	font-family: var(--title-fonts);

	color: var(--white-color);

}



footer#pq-footer .calendar_wrap td#today {

	background: var(--white-color);

	color: var(--dark-color);

}



footer#pq-footer .calendar_wrap td#today a {

	color: var(--dark-color);

}



footer#pq-footer ul li a.rsswidget {

	padding-left: 0;

	font-size: 16px;

	color: var(--dark-color);

	font-weight: 400;

	font-family: var(--title-fonts);

}



footer#pq-footer ul li .rss-date {

	font-size: 14px;

	color: var(--primary-color);

	line-height: 1;

	float: left;

	display: inline-block;

	width: 100%;

	margin: 5px 0;

}



footer#pq-footer ul li cite {

	font-weight: 400;

	margin-top: 5px;

	display: inline-block;

	width: 100%;

}



footer#pq-footer .search-form {

	position: relative;

}



footer#pq-footer .search-form .search-submit {

	background: var(--primary-color);

	border: none;

	position: absolute;

	text-align: center;

	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;



}



footer#pq-footer .search-form .search-submit:before {

	content: "\e610";

	font-family: 'themify';

	font-weight: 400;

}



footer#pq-footer .search-form .search-submit:hover {



	outline: none;

}



footer#pq-footer .search-form input {

	background: var(--white-color);

	border-color: var(--white-color);

	padding: 8px;

}



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 .woocommerce-product-search button {

	background: var(--primary-color);



}



footer#pq-footer .widget ul.menu li {

	margin-bottom: 10px;

}



footer#pq-footer .widget ul.menu li a,

footer#pq-footer .pq-widget-menu .pq-service li a {

	position: relative;

	border: none;



	width: 100%;

	text-transform: capitalize;

}



footer#pq-footer .widget ul.menu li a:first-child {

	padding-top: 0;

}



footer#pq-footer .widget ul.menu li a:hover,

footer#pq-footer .pq-widget-menu .pq-service li a:hover {

	color: var(--primary-color);

}





footer#pq-footer .wp-calendar-nav .wp-calendar-nav-prev,

footer#pq-footer .wp-calendar-nav .wp-calendar-nav-next {

	background: var(--white-color);

	border: 1px solid var(--grey-color);

	border-top: 0;

}



footer#pq-footer .wp-calendar-nav .wp-calendar-nav-prev a,

footer#pq-footer .wp-calendar-nav .wp-calendar-nav-next a {

	color: var(--dark-color);

}



footer#pq-footer .wp-caption p.wp-caption-text {

	color: var(--dark-color);

}



footer#pq-footer .pq-widget-menu .pq-service li a:before {

	content: "";

	position: absolute;

	top: 18px;

	bottom: 0;

	left: 0;

	width: 5px;

	height: 5px;

	display: inline-block;

	background: var(--primary-color);

	margin: 0;

}



/*=========*/

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: rgba(255, 255, 255, 0.1);

	color: var(--white-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(--white-color);

}



footer#pq-footer .widget ul.menu li a,

footer#pq-footer .pq-widget-menu .pq-service li a,

footer#pq-footer .widget ul li a {

	color: var(--white-color);

}



footer#pq-footer .widget ul.menu li,

footer#pq-footer .pq-widget-menu .pq-service li,

footer#pq-footer .widget ul li {

	color: var(--white-color);

}



/*+++++++++++++++++++++++++++++++++++++

fancy-box

++++++++++++++++++++++++++++++++++++++*/



.pq-fancy-box.pq-style-1 {

	padding: 60px 45px;

	transition: all 0.5s ease;

	background: var(--white-color);

	overflow: hidden;

	position: relative;

	z-index: 1;

}



.pq-fancy-box.pq-style-1 .pq-fancy-media {

	display: inline-flex;

	align-items: center;

}



.pq-fancy-box.pq-style-1 .pq-fancy-box-icon {

	margin-right: 30px;

	padding-right: 30px;

	position: relative;

}



.pq-fancy-box.pq-style-1 .pq-fancy-box-icon:before {

	content: "";

	position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%);

	width: 1px;

	height: 90%;

	background: var(--dark-color);

	opacity: 0.1;

}



.pq-fancy-box.pq-style-1 .pq-fancy-box-icon i {

	font-size: 64px;

	line-height: 72px;

	transition: all 0.5s ease;

	display: inline-block;

	color: var(--primary-color);

}



.pq-fancy-box.pq-style-1:hover .pq-fancy-box-icon i {

	-webkit-transform: rotateY(180deg);

	transform: rotateY(180deg);

}



.pq-fancy-box.pq-style-1 .pq-fancybox-description {

	margin: 20px 0;

}



.pq-bg-transparent .pq-fancy-box.pq-style-1 {

	background-color: var(--grey-color);

}



.pq-fancy-box.pq-style-2 .pq-fancy-box-info {

	margin: 30px 45px 0px 0px;

	padding-top: 20px;

	border-top: 1px solid rgba(0, 0, 0, 0.1)

}



.pq-fancy-box.pq-style-2 .pq-fancy-svg svg {

	height: 90px;

}



.pq-fancy-box.pq-style-2 .pq-fancy-box-title {

	font-size: 28px;

	line-height: 36px;

	margin-bottom: 10px;

}



/*+++++++++++++++++++++++++++++++++++++

Imagebox

++++++++++++++++++++++++++++++++++++++*/

.pq-imagebox.pq-style-1 .pq-imagebox-img {

	overflow: hidden;

	position: relative;

}



.pq-imagebox.pq-style-1 .pq-imagebox-img:before {

	content: "";

	position: absolute;

	width: 100%;

	height: 100%;

	background: var(--dark-color);

	opacity: 0;

	transition: all 0.5s ease;

	z-index: 1;

}



.pq-imagebox.pq-style-1:hover .pq-imagebox-img:before {

	opacity: 0.1;

}



.pq-imagebox.pq-style-1 .pq-imagebox-img .pq-imagebox-icon {

	position: absolute;

	left: 0;

	right: 0;

	margin: 0 auto;

	top: 50%;

	margin-top: -45px;

	width: 90px;

	height: 90px;

	line-height: 90px;

	text-align: center;

	background: var(--primary-color);

	color: var(--white-color);

	font-size: 52px;

	opacity: 0;

	transition: all 0.5s ease;

	transform: scale(0);

	z-index: 2;

}



.pq-imagebox.pq-style-1:hover .pq-imagebox-img .pq-imagebox-icon {

	opacity: 1;

	transform: scale(1);

}



.pq-imagebox.pq-style-1 .pq-imagebox-img img {

	width: 100%;

	transition: all 0.5s ease;

	z-index: 0;

}



.pq-imagebox.pq-style-1:hover .pq-imagebox-img img {

	transform: scale(1.1);

}



.pq-imagebox.pq-style-1 .pq-imagebox-info {

	padding-top: 30px;

	text-align: center;

}



.pq-imagebox.pq-style-1 .pq-imagebox-info .pq-imagebox-title {

	margin-bottom: 5px;

	font-size: 26px;

	line-height: 34px;

}



.pq-imagebox.pq-style-1 .pq-imagebox-info .pq-imagebox-subtitle {

	font-size: 14px;

	line-height: 22px;

	font-weight: 600;

	letter-spacing: 1px;

	color: var(--primary-color);

	text-transform: uppercase;

	font-family: var(--title-fonts);

}



/**style 2**/

.pq-imagebox.pq-style-2 {

	position: relative;

	overflow: hidden;

}



.pq-imagebox.pq-style-2 .pq-imagebox-img img {

	transition: 0.5s ease-in-out;

	width: 100%;

}



.pq-imagebox.pq-style-2:hover .pq-imagebox-img img {

	transform: scale(1.1);

}



.pq-imagebox.pq-style-2 .pq-imagebox-info {

	position: absolute;

	bottom: 45px;

	text-align: center;

	width: 100%;

	z-index: 2;

}



.pq-imagebox.pq-style-2 .pq-imagebox-info .pq-imagebox-title {

	font-size: 32px;

	line-height: 40px;

	color: var(--white-color);

}



.pq-imagebox.pq-style-2:hover .pq-imagebox-info .pq-imagebox-title a {

	color: var(--primary-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;

	background: var(--primary-color);

	padding: 0 !important;

	margin: 0 5px;

	border: none;

	color: var(--white-color);

}



.owl-carousel .owl-nav button.owl-next {

	outline: none;

	text-align: center;

	text-indent: inherit;

	cursor: pointer;

	position: relative;

	font-size: 24px;

	width: 45px;

	height: 45px;

	line-height: 45px;

	background: var(--primary-color);

	padding: 0 !important;

	margin: 0 5px;

	border: none;

	color: var(--white-color);

}



.owl-carousel .owl-nav button:hover {

	color: var(--white-color);



}





.owl-carousel .owl-nav button.owl-prev {

	margin-left: -130px;

}



.owl-carousel .owl-nav button.owl-next {

	margin-right: -130px;

}





/*++++++++++++++++ Dots +++++++++++*/

.owl-carousel .owl-dots.disabled {

	display: none;

}



.owl-carousel .owl-dots {

	margin-top: 30px;

	line-height: normal;

	position: relative;

	width: 100%;

	text-indent: inherit;

	text-align: center;

	cursor: pointer;

}



.owl-carousel .owl-dots .owl-dot {

	box-shadow: none;

	outline: none;

	background: var(--grey-color);

	border: 1px solid var(--grey-color);

	display: inline-block;

	padding: 0;

	margin: 0px 5px;

	height: 15px;

	width: 15px;

	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(--primary-color);

	border-color: var(--primary-color);

	opacity: 1;

}



.owl-carousel .owl-dots .owl-dot.active {

	background: var(--primary-color);

	border-color: var(--primary-color);

	opacity: 1;

}



.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.pq-style-1{

	position: relative;

	z-index: 1;

}



.pq-section.pq-style-1.text-center {

	padding: 0 15em;

	margin-bottom: 60px;

}



.pq-section.pq-style-1 .pq-section-sub-title {

	letter-spacing: 1px;

	font-family: var(--title-fonts);

	font-weight: 600;

	font-size: 14px;

	line-height: 22px;

	position: relative;

	text-transform: uppercase;

	color: var(--white-color);

	background: var(--primary-color);

	padding: 5px 20px;

	margin: 0 0 10px;

	display: inline-block;



}



.pq-section.pq-style-1 .pq-section-sub-title:before {

	content: "";

	position: absolute;

	left: 0px;

	width: 0;

	height: 0;

	border-top: 16px solid transparent;

	border-bottom: 16px solid transparent;

	border-left: 8px solid var(--white-color);

	top: 0;

}



.pq-section.pq-style-1 .pq-section-sub-title:after {

	content: "";

	position: absolute;

	right: 0px;

	width: 0;

	height: 0;

	border-top: 16px solid transparent;

	border-bottom: 16px solid transparent;

	border-right: 8px solid var(--white-color);

	top: 0;

}





.pq-section.pq-style-1 .pq-section-title {

	font-weight: 600;

	font-size: 48px;

	line-height: 56px;

	z-index: 9;

	color: var(--dark-color);

	padding: 0;

	margin: 0 0;

	position: relative;

	display: block;

}



.pq-section.pq-style-1 .pq-section-description {

	font-family: var(--body-fonts);

	font-size: 16px;

	font-weight: 400;

	z-index: 9;

	position: relative;

	margin: 5px 0 0;

}



.pq-section.pq-style-1+p {

	margin-top: 5px;

}



.pq-bg-primary .pq-section.pq-style-1 .pq-section-sub-title {

	color: var(--primary-color);

	background-color: var(--white-color);

}



.pq-bg-primary .pq-section.pq-style-1 .pq-section-sub-title:before {

	border-left: 8px solid var(--primary-color);

}



.pq-bg-primary .pq-section.pq-style-1 .pq-section-sub-title:after {

	border-right: 8px solid var(--primary-color);

}



.pq-bg-grey .pq-section.pq-style-1 .pq-section-sub-title:before{

	border-left: 8px solid var(--grey-color);

}



.pq-bg-grey .pq-section.pq-style-1 .pq-section-sub-title:after{

	border-right: 8px solid var(--grey-color);

}



.pq-bg-primary .pq-section.pq-style-1 .pq-section-title {

	color: var(--white-color);

}



.pq-bg-dark .pq-section.pq-style-1 .pq-section-sub-title:before {

	border-left: 8px solid var(--dark-color);

}



.pq-bg-dark .pq-section.pq-style-1 .pq-section-sub-title:after {

	border-right: 8px solid var(--dark-color);

}



.pq-bg-dark .pq-section.pq-style-1 .pq-section-title {

	color: var(--white-color);

}



.about-us.pq-bg-dark .pq-section.pq-style-1 .pq-section-title {

	font-size: 62px;

	line-height: 70px;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

Breadcrumb

++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-breadcrumb {

	background: var(--dark-color);

	color: var(--white-color);

	padding: 130px 0;

	position: relative;

	background-size: cover;

	background-position: center center;

	text-align: center;

}



.pq-breadcrumb {

	background-image: url(../images/breadcrumb/1.jpg) !important;

}



.pq-breadcrumb:before {

	content: "";

	width: 100%;

	height: 100%;

	background: var(--dark-color);

	left: 0;

	top: 0;

	z-index: 1;

	position: absolute;

	opacity: 0.5;

}



.pq-breadcrumb:after {

	content: "";

	width: 100%;

	height: 1px;

	background: var(--white-color);

	left: 0;

	bottom: 90px;

	z-index: 1;

	position: absolute;

	opacity: 0.1;

}



.pq-breadcrumb .pq-breadcrumb-title,

.pq-breadcrumb .pq-breadcrumb-container {

	position: relative;

	z-index: 9;

}



.pq-breadcrumb .pq-breadcrumb-container {

	position: absolute;

	bottom: -100px;

	left: 0;

	right: 0;

}



.pq-breadcrumb .pq-breadcrumb-title {

	margin-bottom: 90px;

}



.pq-breadcrumb .pq-breadcrumb-title p {

	margin-bottom: 0;

	font-family: var(--title-fonts);

}



.pq-breadcrumb .pq-breadcrumb-title h1 {

	font-size: 56px;

	line-height: 64px;

	margin-bottom: 0;

	color: var(--white-color);

}



.pq-breadcrumb-container .breadcrumb {

	background: transparent;

	padding: 0;

	margin: 0;

	text-align: center;

	align-items: center;

	display: block;

}



.pq-breadcrumb-container .breadcrumb li {

	list-style-type: none;

	margin-right: 15px;

	padding-left: 0;

	color: var(--white-color);

	font-size: 16px;

	line-height: 24px;

	display: inline-block;

	text-transform: capitalize;

}



.pq-breadcrumb-container .breadcrumb li:last-child {

	margin-right: 0;

}



.pq-breadcrumb-container .breadcrumb li.active {

	color: var(--primary-color);

}



.pq-breadcrumb-container .breadcrumb li a {

	color: var(--white-color);

	display: inline-block;

}



.pq-breadcrumb-container .breadcrumb li a>i {

	width: 30px;

	height: 30px;

	background: var(--primary-color);

	border-radius: 100%;

	line-height: 30px;

	font-size: 14px;

	margin-right: 15px;

	color: var(--white-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(--primary-color);

	float: none;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

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

++++++++++++++++++++++++++++++++++++++++++++++++*/

.animated {

	-webkit-animation-duration: 1.25s;

	animation-duration: 1.25s;

}



.fadeInDown {

	animation-name: fadeInDown;

	transition: all 0.5s ease;

}





@-webkit-keyframes fadeInDown {

	0% {

		opacity: 0;

		-webkit-transform: translate3d(0, -100%, 0);

		transform: translate3d(0, -100%, 0)

	}



	to {

		opacity: 1;

		-webkit-transform: translateZ(0);

		transform: translateZ(0)

	}

}



@keyframes fadeInDown {

	0% {

		opacity: 0;

		-webkit-transform: translate3d(0, -100%, 0);

		transform: translate3d(0, -100%, 0)

	}



	to {

		opacity: 1;

		-webkit-transform: translateZ(0);

		transform: translateZ(0)

	}

}





@keyframes fadeInLeft {

	from {

		opacity: 0;

		transform: translate3d(-100%, 0, 0)

	}



	to {

		opacity: 1;

		transform: none

	}

}



header#pq-header {

	position: absolute;

	display: inline-block;

	width: 100%;

	clear: both;

	background: var(--white-color);

	z-index: 99;

}



header#pq-header.pq-header-sticky {

	position: fixed;

	top: 0;

	left: 0;

	display: inline-block;

	width: 100%;

	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);

	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);

	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);

}



/*+++++++++ Header Top Bar +++++++++*/

header#pq-header .pq-top-header {

	background: var(--dark-color);

	padding: 0;

	font-size: 14px;

}



header#pq-header .pq-header-social.tagline {

	color: var(--white-color);

	padding-top: 13px;

	display: block;

	font-family: var(--title-fonts);

	font-weight: 500;

	font-size: 14px;

	text-transform: uppercase;

	line-height: 22px;

}



header#pq-header .pq-top-header .text-left .pq-header-social.text-left {

	color: var(--white-color);

	padding-top: 10px;

	display: inline-block;

}



header#pq-header .pq-top-header a.pq-header-contact {

	color: var(--white-color);

	padding: 10px 0;

	display: inline-block;

	margin-right: 10px;

	border-right: 1px solid rgba(255, 255, 255, 0.1);

	padding-right: 15px;

	font-family: var(--title-fonts);

	font-weight: 500;

	font-size: 14px;

	text-transform: uppercase;

}



header#pq-header .pq-top-header a.pq-header-contact i {

	margin-right: 5px;

}



header#pq-header .pq-top-header .pq-header-contact.text-right ul {

	float: right;

}



header#pq-header .pq-top-header .pq-header-contact ul {

	margin: 0;

	padding: 0;

}



header#pq-header .pq-top-header .pq-header-contact ul li {

	list-style: none;

	display: inline-block;

	color: var(--white-color);

	border-left: 1px solid rgba(255, 255, 255, 0.1);

	padding: 10px 30px;

	float: left;

}



header#pq-header .pq-top-header .pq-header-contact ul li:last-child {

	margin-right: 0;

	border-right: 1px solid rgba(255, 255, 255, 0.1);

}



header#pq-header .pq-top-header .pq-header-contact ul li i {

	margin-right: 8px;

}



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: 90px;

}



/*++++++ 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: 600;

	font-family: var(--title-fonts);

}



header#pq-header .pq-bottom-header .navbar .navbar-nav li:last-child {

	margin-right: 0;

}



header#pq-header .pq-bottom-header .navbar .navbar-nav li a {

	color: var(--dark-color);



	font-size: 16px;

	text-transform: capitalize;

	line-height: 24px;

	font-weight: 600;

}



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;

	color: var(--dark-color);

}



header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .pq-submenu-icon,

header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-item:hover .pq-submenu-icon {

	color: var(--primary-color);

}



header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a {

	line-height: 2;

	text-transform: capitalize;

	padding: 10px 15px;

	display: inline-block;

	width: 100%;

	color: var(--dark-color);

	font-size: 14px;

	font-weight: 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;



}



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: var(--white-color);

	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);

}



/**top header 1**/

header#pq-header .pq-top-header.top-style-1 .pq-header-tagline {

	color: var(--white-color);



	display: inline-flex;



	height: 100%;

	align-items: center;

	text-transform: capitalize;

}



header#pq-header .pq-top-header.top-style-1 .pq-social-text {

	float: right;

	color: var(--white-color);

	display: inline-block;

	vertical-align: middle;

	padding-top: 4px;

	text-transform: capitalize;

}



header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li a {

	padding: 5px 10px;

}



header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li:last-child a {

	padding-right: 0;

}



header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li a:hover {

	color: var(--primary-color);

	background: transparent;

}



header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li {

	border: none;

}



/**top header 2**/

header#pq-header .pq-top-header.top-style-2 .pq-header-contact ul li {

	border: none;

	padding: 10px 0;

	font-size: 14px;

}



header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li:last-child a {

	padding-right: 0;

}



header#pq-header .pq-top-header.top-style-2 .pq-header-contact ul li i {

	color: var(--primary-color);

}



header#pq-header .pq-top-header.top-style-2 .pq-header-contact ul li+li {

	margin-left: 20px;

}



header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li:first-child {

	color: var(--white-color);

	padding-top: 10px;

	padding-right: 10px;

}



header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li:first-child i {

	margin-right: 8px;

	color: var(--primary-color);

}



header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li {

	border: none;

}



header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li a {

	padding: 10px;

	font-size: 14px;

}



header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li a:hover {

	color: var(--primary-color);

	background: transparent;

}



/**top header 3**/

header#pq-header .pq-top-header.top-style-3 {

	padding: 0 45px;

}



header#pq-header .pq-top-header.top-style-3 .pq-header-social ul li {

	float: none;

	border: none;

}



header#pq-header .pq-top-header.top-style-3 .pq-header-time {

	display: inline-flex;

	align-items: center;

	height: 100%;

	color: var(--white-color);

}



header#pq-header .pq-top-header.top-style-3 .pq-header-contact ul li {

	border: none;

	padding: 10px 15px;

	font-size: 14px;

}



header#pq-header .pq-top-header.top-style-3 .pq-header-contact ul li+li {

	position: relative;

}



header#pq-header .pq-top-header.top-style-3 .pq-header-contact ul li+li:before {

	content: "";

	position: absolute;

	left: 0;

	top: 50%;

	transform: translateY(-50%);

	width: 1px;

	height: 30%;

	background: var(--white-color);

}



header#pq-header .pq-top-header.top-style-3 .pq-header-contact ul li+li:last-child {

	padding-right: 0;

}



/**header 1**/

header#pq-header.pq-header-style-1 .pq-top-header {

	padding: 0 45px;

}



header#pq-header.pq-header-style-1 .pq-bottom-header {

	padding: 0 45px;

}



header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav {

	float: none;

	margin-left: 60px;

}



header#pq-header.pq-header-style-1 .pq-toggle-btn {

	line-height: 75px;

	padding: 28px 15px;

	background: var(--primary-color);

	color: #fff;

	cursor: pointer;

	margin-left: 30px;

	position: relative;

	transition: all 0.5s ease;



}



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: 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-style-1 {

	position: absolute;

}





/**header 2**/

header#pq-header.pq-header-style-2 .pq-header-diff-block .navbar-brand img {

	height: 55px;

	width: auto;

	border-radius: 0;

}



header#pq-header.pq-header-style-2 {

	position: relative;

	left: 0;

	display: inline-block;

	width: 100%;

	background: var(--dark-color);

	padding: 0;

	-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);

	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



header#pq-header.pq-header-style-2 .no-gutters {

	margin-right: 0;

	margin-left: 0;

}



header#pq-header.pq-header-style-2 .no-gutters>.col,

header#pq-header.pq-header-style-2 .no-gutters>[class*="col-"] {

	padding-right: 0;

	padding-left: 0;

}



header#pq-header.pq-header-style-2 .navbar-brand {

	background: transparent;

	padding: 16px 30px;

	margin: 0;

	line-height: 5.6666;

	text-align: center;

	width: 100%;

	display: inline-block;

	border-right: 1px solid rgba(255, 255, 255, 0.1);

}



header#pq-header.pq-header-style-2 .pq-bottom-header {

	min-height: auto;

	border-top: 1px solid rgba(255, 255, 255, 0.1);

	padding: 0 45px

}



header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav {

	float: none;

}



header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li {

	line-height: 75px;

}



header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li a,

header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li i {

	color: var(--white-color);

}



header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li a:focus,

header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li a:hover,

header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li.current_page_item a,

header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li:hover>a,

header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {

	color: var(--primary-color);

}



header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav li.current-menu-parent i {

	color: var(--primary-color);

}



header#pq-header.pq-header-style-2 .pq-header-info-box {

	display: flex;

}



header#pq-header.pq-header-style-2 .pq-menu-search-block {

	margin: 0 30px 0 0;

}



header#pq-header.pq-header-style-2 .pq-menu-search-block a {

	color: var(--white-color);

	line-height: 60px;

}



header#pq-header.pq-header-style-2 .pq-btn-container .pq-button .pq-button-text {

	transition: none;

}



header#pq-header.pq-header-style-2 .pq-btn-container .pq-button i {

	transition: none;

}



header#pq-header.pq-header-style-2 .pq-btn-container .pq-button:hover {

	background: var(--white-color);

	color: var(--dark-color);

}



header#pq-header.pq-header-style-2.pq-header-sticky {

	position: fixed;

	top: 0;

	left: 0;

	display: inline-block;

	width: 100%;

}



header#pq-header.pq-header-style-2.pq-header-sticky .pq-top-header {

	display: none;

}



header#pq-header.pq-header-style-2.pq-header-sticky .navbar-brand {

	line-height: 2.44444;

}



header#pq-header.pq-header-style-2.pq-header-sticky .pq-header-diff-block .navbar-brand img {

	height: 55px;

}



header#pq-header.pq-header-style-2.pq-header-sticky .pq-menu-search-block {

	line-height: 85px;

}





/*header-3*/

header#pq-header.pq-header-style-3 {

	width: 100%;

	position: absolute;



}



header#pq-header.pq-header-style-3 .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-style-3 .pq-bottom-header .navbar .navbar-nav {

	float: left;

}



header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-brand img {

	margin-left: -140px;

}





header#pq-header.pq-header-style-3 .navbar-expand-lg .navbar-collapse {

	flex-grow: unset;

}



header#pq-header.pq-header-style-3 .pq-bottom-header .navbar .navbar-brand {

	flex-grow: 1;

	text-align: center;

	margin: 0;



}



header#pq-header.pq-header-style-3 .pq-bottom-header {

	padding: 0 45px;

}



header#pq-header.pq-header-style-3 .pq-top-header {

	padding: 0 45px;

}



/*header-4*/



header#pq-header.pq-header-style-4 .pq-bottom-header .navbar .navbar-nav {

	float: none;

	margin-left: 60px;

}



header#pq-header.pq-header-style-4 .pq-btn-container {

	margin: 0 0 0 30px;

}



header#pq-header.pq-header-style-4 .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-style-4 .pq-bottom-header {

	padding: 0 45px;

}



header#pq-header.pq-header-style-4 .pq-top-header {

	padding: 0 45px;

}





/*++++++++++++++++ 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: -60px;

	background: var(--primary-color);

	width: 60px;

	height: 60px;

	line-height: 54px;

	text-align: center;

	color: var(--white-color);

	top: 90px;

	font-size: 22px;

}



.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;

}



.pq-sidebar .widget .wp-block-image {

	margin-bottom: 30px;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

Footer

++++++++++++++++++++++++++++++++++++++++++++++++*/



footer#pq-footer.style-1 {

	margin-top: 60px;

}



footer#pq-footer {

	background: var(--dark-color);

	display: inline-block;

	width: 100%;

	color: var(--white-color);

	float: left;

	position: relative;

}



footer#pq-footer:before {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	display: inline-block;

	width: 100%;

	height: 100%;

	opacity: 0.02;

	background-position: center;

	background-size: cover;

	background-repeat: no-repeat;

}



footer#pq-footer .pq-footer-top {

	padding: 90px 0 30px;

	position: relative;

	z-index: 9;

}



footer#pq-footer .widget:first-child {

	margin-bottom: 45px;

}



footer#pq-footer .pq-footer-logo {

	height: 50px;

	margin-bottom: 20px;

	width: auto;

}



footer#pq-footer .pq-footer-top .pq-footer-usefull {

	padding-left: 30px;

}



footer#pq-footer .pq-footer-top .pq-footer-address {

	padding-right: 30px;

}





footer#pq-footer .widget .menu-useful-links-container ul.menu li a {

	padding-left: 0;

}



/*+++++++++++ Subscribe++++++++++++++++*/



.pq-subscribe-details p {

	margin-bottom: 10px;

}



.pq-subscribe-from .pq-sign-up-form {

	display: flex;

	margin-right: 45px;

}



.pq-subscribe-from input {

	background: transparent;

	border: none;

	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

	color: var(--white-color);

	padding-left: 0;

}



.pq-subscribe-from .pq-sign-up-form input[type="submit"] {

	background-color: var(--primary-color);

	color: var(--white-color);

	padding-left: 24px;

}



.pq-subscribe-from input::placeholder {

	color: var(--white-color);

}



footer#pq-footer .widget.opening-hours,

footer#pq-footer .widget.opening-hours:first-child {

	margin-bottom: 5px;

}



footer#pq-footer .widget.opening-hours:last-child li {

	margin-bottom: 0;

	border: none;

	padding: 0;

}



footer#pq-footer .widget.opening-hours ul.pq-time li {

	color: var(--white-color);

	display: flex;

	justify-content: space-between;

	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

	padding-bottom: 10px;

	margin-bottom: 10px;

}



footer#pq-footer .pq-copyright-footer {

	padding: 15px 0;

	background: 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 Top list =======*/

footer#pq-footer .pq-footer-bottom-list {

	padding: 0 0 60px;

	margin-top: -60px;

	position: relative;

	z-index: 9;

}



footer#pq-footer .pq-footer-bottom-list .row {

	background: var(--white-color);

	-webkit-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);

	-moz-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);

	box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);

}



footer#pq-footer .pq-footer-bottom-list .row .col-lg-4 {

	border-right: 1px solid var(--grey-color);

}



footer#pq-footer .pq-footer-bottom-list .row .col-lg-4:last-child {

	border-right: none;

}



footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items {

	padding: 30px;

	display: flex;

	align-items: flex-start;

}



footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items i {

	align-self: center;

	font-size: 48px;

	line-height: 56px;

	color: var(--primary-color);

}



footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items h4 {

	font-size: 24px;

	float: left;

	line-height: 32px;

	width: 100%;

	display: inline-block;

}



footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items .pq-footer-items-info {

	margin-left: 15px;

}



footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items .pq-footer-items-info a,

footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items .pq-footer-items-info span {

	color: var(--white-color);

}



/*===== Footer Widget =====*/

footer#pq-footer .widget {

	background: transparent;

	padding: 0;

	box-shadow: none;

	border: none;

	margin-bottom: 45px;

}



footer#pq-footer .widget .footer-title {

	margin-bottom: 30px;

	padding: 0;

	font-size: 24px;

	position: relative;

	line-height: 32px;

}



footer#pq-footer .widget ul#menu-useful-links li {

	display: inline-block;

	width: 48%;

	margin-bottom: 12px;

}



.pq-footer-recent-post {

	display: flex;

	align-items: center;

	margin-bottom: 20px;

	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

	padding-bottom: 15px;

}



.pq-footer-recent-post:last-child {

	margin-bottom: 0;

	border: none;

	padding: 0;

}



.pq-footer-recent-post .pq-footer-recent-post-media {

	margin-right: 15px;

}



.pq-footer-recent-post .pq-footer-recent-post-media img {

	width: 80px;

	height: 80px;

}



.pq-footer-recent-post .pq-footer-recent-post-info {

	flex: 1;

	align-self: center;

}



.pq-footer-recent-post .pq-footer-recent-post-info .pq-post-date {

	font-family: var(--title-fonts);

	font-weight: 600;

	font-size: 12px;

	line-height: 20px;

	text-transform: uppercase;

	color: var(--secondary-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;

	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-footer-recent-post:last-child {

	border: none;

	padding: 0;

}



footer#pq-footer .widget ul li {

	margin: 0 0 15px 0;

}



footer#pq-footer .widget ul li:last-child {

	margin-bottom: 0;

}



footer#pq-footer .widget ul.pq-contact li a {

	padding: 0;

}



footer#pq-footer .widget ul.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: 600;

}



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.menu li a,

footer#pq-footer .pq-widget-menu .pq-service li a,

footer#pq-footer .widget ul li a {

	color: var(--white-color);

}



footer#pq-footer .widget ul.menu li,

footer#pq-footer .pq-widget-menu .pq-service li,

footer#pq-footer .widget ul li {

	color: var(--white-color);

}



footer#pq-footer .pq-footer-social ul li a {

	padding: 0;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

Menu Price

++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-food-price-item {

	clear: both;

	margin-bottom: 45px;

	position: relative;

	cursor: pointer;

	display: inline-block;

	width: 100%;

}



.pq-food-price-item:last-child {

	margin-bottom: 0;

}





.pq-food-price-item .pq-food-price-img {

	float: left;

	width: 100px;

}



.pq-food-price-item .pq-food-price-img img {

	border-radius: 100%;

}



.pq-food-price-content {

	padding: 5px 15px 0px 130px;

}



.pq-food-price-top {

	display: flex;

	justify-content: space-between;

	margin-bottom: 5px

}



.pq-food-price-wrapper.pq-style-1 .pq-food-price-desc {

	margin-right: 30%;

}



.pq-food-title {

	font-size: 22px;

	line-height: 30px;

}



.pq-food-price-line {

	height: 1px;

	width: 100%;

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	flex: 1;

	margin-top: 10px;

	margin: 0 10px;

	position: relative;

	bottom: -15px;

	margin: 0 15px;



}



.pq-food-price-main {

	font-family: var(--title-fonts);

	font-size: 22px;

	font-weight: 600;

	color: var(--dark-color);

	line-height: 30px;

}



.pq-dubble-line .pq-food-price-line:before {

	content: "";

	position: absolute;

	width: 100%;

	height: 1px;

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	bottom: -8px;

}



.pq-image-hide .pq-food-price-img {

	display: none;

}



.pq-image-hide .pq-food-price-content {

	padding: 0;

}



.pq-image-hide .pq-food-price-wrapper.pq-style-1 .pq-food-price-desc {

	margin-right: 0;

	font-size: 18px;

}





/**style 2**/

.pq-food-price-wrapper.pq-style-2 .pq-food-price-item .pq-food-price-img {

	float: right;

	width: 120px;

}



.pq-food-price-wrapper.pq-style-2 .pq-food-price-item .pq-food-price-img img {

	border-radius: 0;

}



.pq-food-price-wrapper.pq-style-2 .pq-food-price-content {

	text-align: right;

	padding: 0px 145px 0px 15px;

}



.pq-food-price-wrapper.pq-style-2 .pq-food-price-top {

	display: block;

}



.pq-food-price-wrapper.pq-style-2 .pq-food-price-desc {

	padding: 5px 0 5px 45px;

	line-height: 26px;

}



.pq-food-price-wrapper.pq-style-2 .pq-food-price-main {

	color: var(--primary-color);

}





.pq-menu-left .pq-food-price-wrapper.pq-style-2 .pq-food-price-item .pq-food-price-img {

	float: left;

}



.pq-menu-left .pq-food-price-wrapper.pq-style-2 .pq-food-price-content {

	text-align: left;

	padding: 0px 15px 0px 145px;

}



.pq-menu-left .pq-food-price-wrapper.pq-style-2 .pq-food-price-desc {

	padding: 5px 45px 5px 0;

}





/*style-3*/



.pq-food-price-item.pq-style-3 {

	margin-bottom: 0;

	text-align: center;

}



.pq-food-price-item.pq-style-3 .pq-food-price-img {

	float: none;

	width: auto;

}



.pq-food-price-item.pq-style-3 .pq-food-price-content {

	padding: 0;

	margin-top: 30px;

	margin-bottom: 10px;

}



.pq-food-price-item.pq-style-3 .pq-food-price-img img {

	width: 200px;

}



.pq-food-price-item.pq-style-3 .pq-food-price-main {

	color: var(--primary-color);

	font-size: 26px;

	line-height: 34px;

	margin-top: 10px;

}



.pq-food-price-item.pq-style-3 .pq-food-title {

	font-size: 28px;

	line-height: 36px;

}





/*style-4*/





.pq-food-price-wrapper.pq-style-4 .pq-food-title,

.pq-food-price-wrapper.pq-style-4 .pq-food-price-desc {

	color: var(--white-color);

}



.pq-food-price-wrapper.pq-style-4 .pq-food-price-bottom {

	display: flex;

	margin-top: 15px;

}



.pq-food-price-wrapper.pq-style-4 .pq-food-price-bottom .pq-food-price-line {

	border-bottom: 1px solid rgb(255 255 255 / 10%);

	margin: 0;

	margin-right: 20px;

}



.pq-food-price-wrapper.pq-style-4 .pq-food-price-bottom .pq-food-price-main {

	color: var(--white-color);

}



.pq-food-price-wrapper.pq-style-4 .pq-food-price-item .pq-food-price-img img {

	border-radius: 0;

}



.pq-food-price-wrapper.pq-style-4 .pq-food-price-item .pq-food-price-img {

	width: 175px;

}



.pq-food-price-wrapper.pq-style-4 .pq-food-price-item {

	display: flex;

	position: relative;

	z-index: 1;

}



.pq-food-price-wrapper.pq-style-4 .pq-food-price-item .pq-food-price-content {

	padding: 35px 0;

	margin-left: 30px;

}



.pq-food-price-wrapper.pq-style-4 .pq-food-price-item:last-child {

	margin-bottom: 0;

}



.pq-food-price-wrapper.pq-style-4 .pq-food-price-item {

	margin-bottom: 45px;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++

Team

+++++++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-team-box.pq-style-1 .pq-team-img {

	position: relative;

	overflow: hidden;

}



.pq-team-box.pq-style-1 .pq-team-img img {

	width: 100%;

	height: 100%;

	-webkit-transform: scale(1);

	transform: scale(1);

	-webkit-transition: 0.5s ease-in-out;

	transition: 0.5s ease-in-out;

}



.pq-team-box.pq-style-1 .pq-team-info {

	background: var(--grey-color);

	padding: 0 45px;

	position: absolute;

	top: 0;

	left: -100%;

	width: 100%;

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	opacity: 0;

	transition: all 0.5s ease;

	z-index: 1;

}



.pq-team-box.pq-style-1:hover .pq-team-info {

	opacity: 1;

	left: 0;

}



.pq-team-box.pq-style-1 .pq-team-info .pq-member-name {

	font-size: 28px;

	line-height: 36px;

	margin-bottom: 5px;

	color: var(--dark-color);



}



.pq-team-box.pq-style-1 .pq-team-info .pq-team-designation {

	font-size: 14px;

	line-height: 22px;

	font-weight: 600;

	letter-spacing: 1px;

	color: var(--primary-color);

	display: block;

	text-transform: uppercase;

}



.pq-team-box.pq-style-1 .pq-team-info .pq-team-description {

	margin-top: 10px;

	margin-bottom: 20px;

}



.pq-team-box.pq-style-1 .pq-team-social ul {

	padding: 0;

	margin: 0;

}



.pq-team-box.pq-style-1 .pq-team-social ul li {

	list-style: none;

	display: inline-block;

	margin-right: 15px;

}



.pq-team-box.pq-style-1 .pq-team-social ul li:last-child {

	margin: 0;

}



.pq-team-box.pq-style-1 .pq-team-social ul li a {

	font-size: 20px;

	color: var(--dark-color);

}



.pq-team-box.pq-style-1 .pq-team-social ul li a:hover {

	color: var(--primary-color);

}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++

Svg Animation 

+++++++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-svg-animation.pq-style-1 .pq-svg-inner {

	width: 150px;

	position: relative;

	background: var(--primary-color);

	padding: 0;

	border-radius: 100%;

	overflow: hidden;

}



.pq-svg-animation.pq-style-1 .pq-svg-content {

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	font-size: 42px;

	line-height: 50px;

	font-weight: 400;

	font-family: var(--title-fonts);

	color: var(--white-color);

	text-align: center;

	z-index: 9;

}



.pq-svg-animation.pq-style-1 .pq-svg-content a {

	color: var(--white-color);

}



.pq-svg-animation.pq-style-1 .pq-svg-content span {

	display: block;

	font-size: 18px;

	line-height: 26px;

}



.pq-svg-animation.pq-style-1 svg.pq-circle-animation {

	-webkit-animation: svg-animation 10s linear infinite;

	-moz-animation: svg-animation 10s linear infinite;

	animation: svg-animation 10s linear infinite;

	margin: -20px;

}



.pq-svg-animation.pq-style-1 svg.pq-circle-animation text textPath {

	font-size: 32px;

	fill: var(--white-color);

	text-transform: uppercase;

	letter-spacing: 5px;

	font-family: var(--title-fonts);

	font-weight: 600;

}



@-moz-keyframes svg-animation {

	from {

		-moz-transform: rotate(0deg);

	}



	to {

		-moz-transform: rotate(-360deg);

	}

}



@-webkit-keyframes svg-animation {

	from {

		-webkit-transform: rotate(0deg);

	}



	to {

		-webkit-transform: rotate(-360deg);

	}

}



@keyframes svg-animation {

	from {

		transform: rotate(0deg);

	}



	to {

		transform: rotate(-360deg);

	}

}



/*+++++++++++++++++++++++++++++++++++++

Testimonial

++++++++++++++++++++++++++++++++++++++*/



.pq-testimonial-box.pq-style-1 .pq-testimonial-description {

	margin-bottom: 30px;

	padding-bottom: 30px;

	border-bottom: 1px solid rgba(0, 0, 0, 0.1)

}



.pq-testimonial-box.pq-style-1 .pq-testimonial-meta h5 {

	font-size: 26px;

	line-height: 34px;

	margin-bottom: 5px;

}



.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-meta span {

	color: var(--primary-color);

	letter-spacing: 1px;

	font-size: 14px;

	line-height: 22px;

	font-weight: 600;

	font-family: var(--title-fonts);

	text-transform: uppercase;

}





.pq-testimonial-box.pq-style-1 .pq-testimonial-star {

	font-size: 16px;

	line-height: 24px;

	letter-spacing: 1px;

	color: #ff9529;

	margin-bottom: 15px;

}



.pq-testimonial-box-slider.pq-style-1 .owl-nav {

	display: inline-block;

	top: inherit;

	text-align: right;

	bottom: 0;

}



.pq-testimonial-box-slider.pq-style-1 .owl-carousel .owl-nav button.owl-prev {

	margin-left: 0;

}



.pq-testimonial-box-slider.pq-style-1 .owl-carousel .owl-nav button.owl-next {

	margin-right: 0;

}





.pq-testimonial-box.pq-style-2 .pq-testimonial-content {

	padding: 45px;

	background: var(--grey-color);

	position: relative;

}



.pq-testimonial-box.pq-style-2 .pq-testimonial-content:before {

	content: "";

	position: absolute;

	left: 45px;

	width: 0;

	height: 0;

	border-left: 15px solid transparent;

	border-right: 15px solid transparent;

	border-top: 15px solid #f8f1ed;

	bottom: -15px;

}



.pq-testimonial-box.pq-style-2 .pq-quote {

	font-size: 42px;

	line-height: 50px;

	margin-bottom: 10px;

	color: var(--primary-color);

}



.pq-testimonial-box.pq-style-2 .pq-testimonial-description {

	margin-bottom: 0;

}



.pq-testimonial-box.pq-style-2 .pq-testimonial-media {

	display: inline-flex;

	align-items: center;

	margin-top: 40px;

	margin-left: 30px;

}



.pq-testimonial-box.pq-style-2 .pq-testimonial-img img {

	width: 80px;

	border-radius: 100%;

	display: inline-block;

}



.pq-testimonial-box.pq-style-2 .pq-testimonial-meta {

	text-align: left;

	margin-left: 15px;

}



.pq-testimonial-box.pq-style-2 .pq-testimonial-meta h5 {

	font-size: 22px;

	line-height: 30px;

}



.pq-testimonial-box.pq-style-2 .pq-testimonial-media .pq-testimonial-meta span {

	color: var(--primary-color);

	letter-spacing: 1px;

	font-size: 14px;

	line-height: 22px;

	font-weight: 600;

	font-family: var(--title-fonts);

	text-transform: uppercase;

}



.pq-testimonial-box-slider.pq-style-2 .owl-nav {

	display: inline-block;

	top: 65%;

	left: -50%;

}



.pq-testimonial-box-slider.pq-style-2 .owl-carousel .owl-nav button.owl-prev {

	margin-left: 0;

}



.pq-testimonial-box-slider.pq-style-2 .owl-carousel .owl-nav button.owl-next {

	margin-right: 0;

}





.pq-testimonial-box.pq-style-3 {

	padding: 60px 0;

	background: var(--grey-color);

}



.pq-testimonial-box.pq-style-3 .pq-testimonial-star {

	font-size: 16px;

	line-height: 24px;

	letter-spacing: 1px;

	color: #ff9529;

	margin-bottom: 15px;

}



.pq-testimonial-box.pq-style-3 .pq-testimonial-comment {

	font-size: 22px;

	line-height: 30px;

	font-family: var(--title-fonts);

	color: var(--dark-color);

	font-weight: 600;

	text-transform: capitalize;

}



.pq-testimonial-box.pq-style-3 .pq-testimonial-description {

	padding: 15px 30px 30px 30px;

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}



.pq-testimonial-box.pq-style-3 .pq-testimonial-media {

	display: inline-flex;

	align-items: center;

}



.pq-testimonial-box.pq-style-3 .pq-testimonial-img img {

	width: 80px;

	border-radius: 100%;

	display: inline-block;

}



.pq-testimonial-box.pq-style-3 .pq-testimonial-meta {

	text-align: left;

	margin-left: 15px;

}



.pq-testimonial-box.pq-style-3 .pq-testimonial-meta h5 {

	font-size: 22px;

	line-height: 30px;



}



.pq-testimonial-box.pq-style-3 .pq-testimonial-media .pq-testimonial-meta span {

	color: var(--primary-color);

	letter-spacing: 1px;

	font-size: 14px;

	line-height: 22px;

	font-weight: 600;

	font-family: var(--title-fonts);

	text-transform: uppercase;

}



.pq-testimonial-box.pq-style-4 .pq-testimonial-media img {

	width: 100px;

	display: inline-block;

}



.pq-testimonial-box.pq-style-4 .pq-testimonial-content {

	background: var(--grey-color);

	padding: 45px;

	margin-top: -50px;

}



.pq-testimonial-box.pq-style-4 {

	text-align: center;

}



.pq-testimonial-box.pq-style-4 p.pq-testimonial-description {

	margin-top: 40px;

	margin-bottom: 10px;

}



.pq-testimonial-box.pq-style-4 .pq-quote i {

	font-size: 28px;

	line-height: 36px;

	margin-bottom: 15px;

	color: var(--primary-color);

}



.pq-testimonial-box.pq-style-4 .pq-testimonial-meta span {

	color: var(--primary-color);

	letter-spacing: 1px;

	font-size: 14px;

	line-height: 22px;

	font-weight: 600;

	font-family: var(--title-fonts);

	text-transform: uppercase;

}



.pq-testimonial-box.pq-style-4 .pq-testimonial-meta h5 {

	font-size: 26px;

	line-height: 34px;

}



.pq-testimonial-box.pq-style-5 .pq-quote i {

	font-size: 42px;

	line-height: 50px;

	margin-bottom: 15px;

	color: var(--primary-color);

}



.pq-testimonial-box.pq-style-5 .pq-testimonial-meta span {

	color: var(--primary-color);

	letter-spacing: 1px;

	font-size: 14px;

	line-height: 22px;

	font-weight: 600;

	font-family: var(--title-fonts);

	text-transform: uppercase;

}



.pq-testimonial-box.pq-style-5 p.pq-testimonial-description {

	margin-bottom: 20px;

	font-size: 24px;

	line-height: 38px;

}



.pq-testimonial-box.pq-style-6 {

	background: var(--white-color);

	padding: 45px;

	margin-top: 30px;

}



.pq-testimonial-box.pq-style-6 .pq-quote {

	content: "";

	position: absolute;

	left: 30px;

	background: var(--primary-color);

	border-radius: 100%;

	top: 0px;

	z-index: 9999;

	width: 45px;

	height: 45px;

	line-height: 45px;

}



.pq-testimonial-box.pq-style-6 .pq-quote {

	color: var(--white-color);

}



.pq-testimonial-box.pq-style-6 .pq-testimonial-img img {

	width: 80px;

	border-radius: 100%;

	display: inline-block;

}



.pq-testimonial-box.pq-style-6 .pq-testimonial-star {

	font-size: 16px;

	line-height: 24px;

	letter-spacing: 1px;

	color: #ff9529;

	margin-bottom: 15px;

}



.pq-testimonial-box.pq-style-6 .pq-testimonial-meta h5 {

	font-size: 26px;

	line-height: 34px;

	margin-bottom: 5px;

	margin-top: 15px;

}



.pq-testimonial-box.pq-style-6 .pq-testimonial-meta span {

	color: var(--primary-color);

	letter-spacing: 1px;

	font-size: 14px;

	line-height: 22px;

	font-weight: 600;

	font-family: var(--title-fonts);

	text-transform: uppercase;

}



.pq-testimonial-box-slider.pq-style-6.text-center .owl-carousel .owl-dots .owl-dot {

	background: var(--white-color);

	border: 1px solid var(--white-color);

}



.pq-testimonial-box-slider.pq-style-6.text-center .owl-carousel .owl-dots .owl-dot.active {

	background: var(--primary-color);

	border-color: var(--primary-color);

	opacity: 1;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

Background Image Slides

++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-background-img {

	min-height: 650px;

	position: relative;

	display: flex;

	width: 100%;

	height: 100%;

	transition: opacity .5s .2s;

	opacity: 1;

}



.pq-background-img-inner {

	overflow: hidden;

	display: flex;

	width: 100%;

}



.pq-background-img-bg {

	display: block;

	height: 100%;

	width: 100%;

	background-size: cover;

	background-position: center;



}





.pq-background-img-item {

	position: relative;

	display: flex;

	align-items: center;

	padding-top: 0;

	z-index: 5;

	flex: 1;

	height: 100%;

	transition: 0.5s;

	cursor: pointer;

}



.pq-background-img .pq-background-img-item.active {

	flex: 3;

	transition: 0.5s;

}



.pq-background-link {

	padding: 0;

	position: absolute;

	left: 14px;

	top: 20px;

	opacity: 0;

	transition: all 0.5s ease;

	z-index: 1;

	writing-mode: vertical-rl;

	transform: rotate(180deg);

}



.pq-background-img-item.active .pq-background-link,

.pq-background-img-item.active .pq-background-img-info {

	opacity: 1;

}



.pq-background-img-number {

	font-size: 22px;

	line-height: 30px;

	font-weight: 600;

	font-family: var(--title-fonts);

	color: var(--white-color);

}



.pq-background-link a.pq-background-img-number:hover {

	color: var(--white-color);

}



.pq-background-img-info {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 60px;

	height: 100%;

	right: 0;

	opacity: 0;

	display: block;



	transition: all 0.8s ease;

	cursor: text;

	background: var(--dark-color);

}



.pq-background-img-item.active .pq-background-img-info {

	background: var(--primary-color);

}





.pq-background-img-title {

	margin-bottom: 0;

	color: var(--white-color);

	transition: all 0.5s ease;

	transform: rotate(180deg);

	position: absolute;

	bottom: 30px;

	writing-mode: vertical-rl;

	line-height: 30px;

	font-size: 22px;

	left: 14px;

}



.pq-background-img-title a {

	color: var(--white-color);

}



.pq-background-img.pq-style-2 a.pq-background-img-icon {

	color: var(--white-color);

	font-size: 52px;

	line-height: 60px;

}



.pq-background-img.pq-style-2 .pq-background-img-item.active .pq-background-img-info {

	background: transparent;

}



.pq-background-img.pq-style-2 .pq-background-img-title {

	transform: none;

	position: unset;

	bottom: 0;

	writing-mode: unset;

	left: 0;

}



.pq-background-img.pq-style-2 .pq-background-link {

	writing-mode: unset;

	transform: none;

	left: inherit;

	top: inherit;

	bottom: 30px;

	right: 40px;

	opacity: 0;

	transition: all 0.5s ease;

}



.pq-background-img.pq-style-2 .pq-background-img-item.active .pq-background-link {

	opacity: 1;

}



.pq-background-img.pq-style-2 .pq-background-img-info {

	position: absolute;

	left: 40px;

	bottom: 30px;

	width: auto;

	height: auto;

}



.pq-background-img.pq-style-2 .pq-background-img-subtitle {

	letter-spacing: 1px;

	font-family: var(--title-fonts);

	font-weight: 600;

	font-size: 14px;

	line-height: 22px;

	position: relative;

	text-transform: uppercase;

	color: var(--primary-color);

	margin: 10px 0 0;

	display: inline-block;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

Client

++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-client-box.pq-style-1 .pq-client-img {

	position: relative;

	display: block;

	width: auto;

	height: 90px;

	margin: 0 auto;

	-webkit-transition: -webkit-transform .3s ease;

	-moz-transition: -moz-transform .3s ease;

	transition: transform .3s ease;

}



.pq-client-box.pq-style-1 a:hover .pq-client-img {

	-webkit-transform: translateY(100%);

	-moz-transform: translateY(100%);

	transform: translateY(100%)

}



.pq-client-box.pq-style-1 a:hover .pq-client-hover-img {

	-webkit-transform: translate(-50%, 0);

	-moz-transform: translate(-50%, 0);

	transform: translate(-50%, 0);

}



.pq-client-box.pq-style-1 .pq-client-hover-img {

	position: absolute;

	top: 0;

	left: 50%;

	width: auto;

	height: 90px;

	-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

}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++

Timelines

+++++++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-timelines .cntl-icon {

	font-family: var(--title-fonts);

	font-weight: 600;

	font-size: 22px;

	line-height: 75px;

	background: var(--dark-color);

	border-color: var(--primary-color);

	left: 0;

	right: 0;

	box-shadow: none;

}



.pq-timelines .cntl-bar {

	box-shadow: none;

	background: var(--primary-color);

	width: 4px;

	border-radius: 0;

}



.pq-timelines .cntl-bar-fill {

	background: var(--primary-color);

}



.pq-timelines .cntl-content {

	padding: 30px;

	background: var(--white-color);

	border-color: var(--primary-color);

	border-radius: 0;

	border: 1px solid var(--primary-color);

}



.pq-timelines .cntl-content p {

	margin-bottom: 0;

}



.pq-timelines .cntl-content h4 {

	font-weight: 600;

	font-size: 28px;

	line-height: 36px;

}



.pq-timelines .cntl-image {

	padding: 0;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++

FAQ

+++++++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-accordion-block .pq-accordion-box {

	background: var(--white-color);

	margin-bottom: 30px;

	position: relative;

}



.pq-accordion-block .pq-accordion-box:last-child {

	margin-bottom: 0;

}



.pq-accordion-block .pq-accordion-box .pq-ad-title {

	background: var(--grey-color);

	border: 1px solid var(--grey-color);

	padding: 15px 30px;

	cursor: pointer;

}



.pq-accordion-block .pq-accordion-box .pq-ad-title i {

	position: absolute;

	top: 20px;

	right: 30px;

	opacity: 1;

	color: var(--primary-color);

}



.pq-ps-30 .pq-accordion-block .pq-accordion-box .pq-ad-title i {

	color: var(--dark-color);

}



.pq-accordion-block .pq-accordion-box .pq-ad-title i.inactive {

	opacity: 0;

}



.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title i {

	position: absolute;

	top: 20px;

	right: 30px;

	opacity: 0;

	color: var(--dark-color);

}



.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title i.inactive {

	opacity: 1;

}



.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title i {

	color: var(--primary-color);

}



.pq-ps-30 .pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title i {

	color: var(--white-color);

}



.pq-accordion-block .pq-accordion-box .pq-accordion-details {

	padding: 15px 30px;

	border: 1px solid var(--grey-color);

	border-top: 0;

}



.pq-accordion-block .pq-accordion-box .pq-accordion-details p {

	margin-bottom: 0;

}



.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title {

	background: var(--primary-color);

	border: 1px solid var(--primary-color);

}



.pq-accordion-block .pq-accordion-box .pq-ad-title .ad-title-text {

	font-size: 20px;

	line-height: 28px;

}



.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title .ad-title-text {

	color: var(--white-color);

}



.pq-accordion-block.style-2 .pq-accordion-box .pq-ad-title {

	background: transparent;

	padding: 20px 0;

	border-bottom: 1px solid var(--grey-color);

	border-top: 1px solid var(--grey-color);

	border-left: none;

	border-right: none;

}



.pq-accordion-block.style-2 .pq-accordion-box.pq-active .pq-ad-title .ad-title-text {

	color: var(--dark-color);

}



.pq-accordion-block.style-2 .pq-accordion-box .pq-accordion-details {

	border: none;

	padding: 15px 0;

}



.pq-accordion-block.style-2 .pq-accordion-box .pq-ad-title i {

	top: 25px;

}



.pq-accordion-block.style-2 .pq-accordion-box.pq-active .pq-ad-title i {

	top: 25px;

}



/*++++++++++++++++++++++++++++++++++++++

Portfoliobox

++++++++++++++++++++++++++++++++++++++++*/



.pq-portfoliobox-1 {

	background: var(--white-color);

	overflow: hidden;

	position: relative;

}



.pq-portfoliobox-1 .pq-portfolio-img {

	position: relative;

	overflow: hidden;

}



.pq-portfoliobox-1 .pq-portfolio-img img {

	width: 100%;

	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;

	-moz-transform: scale(1);

	-webkit-transform: scale(1);

	-o-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

	z-index: 0;

}



.pq-portfoliobox-1:hover .pq-portfolio-img img {

	-moz-transform: scale(1.1);

	-webkit-transform: scale(1.1);

	-o-transform: scale(1.1);

	-ms-transform: scale(1.1);

	transform: scale(1.1);

}



.pq-portfoliobox-1 .pq-portfolio-info {

	padding: 20px 0 0;

}



.pq-portfoliobox-1 .pq-portfolio-info .pq-portfolio-style-1-tag {

	line-height: 1;

	margin-bottom: 5px;

}



.pq-portfoliobox-1 .pq-portfolio-info .pq-portfolio-style-1-tag a {

	font-size: 14px;

	line-height: 22px;

	font-weight: 600;

	letter-spacing: 1px;

	color: var(--primary-color);

	text-transform: uppercase;

	font-family: var(--title-fonts);

}



.pq-portfoliobox-1 .pq-portfolio-info p {

	margin-bottom: 0;

}



.pq-portfoliobox-1 .pq-portfolio-info .pq-button {

	margin-top: 30px;

}



/*===== Portfoliobox Hover Follow  =====*/

.pq-portfoliobox-1.pq-hover-follow {

	position: relative;

	overflow: inherit;

}



.pq-hover-follow .pq-portfolio-info {

	position: absolute;

	left: 105%;

	display: none;

	background: var(--dark-color);

	padding: 20px 30px;

	border-radius: 3px;

	min-width: 300px;

	z-index: 999;

}



.pq-hover-follow .pq-portfolio-info:hover {

	display: none !important;

}



.pq-hover-follow:hover .pq-portfolio-info {

	display: block;

}



.pq-portfoliobox-1.pq-hover-follow .pq-portfolio-info h5 a,

.pq-portfoliobox-1.pq-hover-follow .pq-portfolio-info .pq-portfolio-style-1-title a {

	color: var(--white-color);

}



/*===== Portfoliobox Hover Follow  =====*/

.pq-portfoliobox-1.pq-hover-fade {

	text-align: center;

}



.pq-portfoliobox-1.pq-hover-fade:before {

	opacity: 0;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	width: 100%;

	height: 100%;

	display: inline-block;

	background: var(--dark-color);

	z-index: 1;

	transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

}



.pq-portfoliobox-1.pq-hover-fade:hover:before {

	opacity: 0.8;

}



.pq-portfoliobox-1.pq-hover-fade .pq-portfolio-info {

	padding: 0;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	z-index: 1;

	display: grid;

	align-items: center;

	justify-content: center;

	align-content: center;

	justify-items: center;

	opacity: 0;

	-moz-transform: translate(0px, 30px);

	-webkit-transform: translate(0px, 30px);

	-o-transform: translate(0px, 30px);

	-ms-transform: translate(0px, 30px);

	transform: translate(0px, 30px);

	-webkit-transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);

	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);

}



.pq-portfoliobox-1.pq-hover-fade .pq-portfolio-info h5 a,

.pq-portfoliobox-1.pq-hover-fade .pq-portfolio-info .pq-portfolio-style-1-title a {

	color: var(--white-color);

}



.pq-portfoliobox-1.pq-hover-fade:hover .pq-portfolio-info {

	opacity: 1;

	-moz-transform: translate(0px, 0);

	-webkit-transform: translate(0px, 0);

	-o-transform: translate(0px, 0);

	-ms-transform: translate(0px, 0);

	transform: translate(0px, 0);

}



.pq-portfoliobox-1.pq-hover-fade .pq-e-post-link {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



/*===== Portfoliobox Hover Slide  =====*/

.pq-portfoliobox-1.pq-hover-slide .pq-portfolio-info {

	background: var(--dark-color);

	padding: 30px;

	position: absolute;

	bottom: 45px;

	left: 0;

	z-index: 1;

	-moz-transform: translate(-100%, 0px);

	-webkit-transform: translate(-100%, 0px);

	-o-transform: translate(-100%, 0px);

	-ms-transform: translate(-100%, 0px);

	transform: translate(-100%, 0px);

	-webkit-transition: transform 0.4s 0s ease-in-out;

	-moz-transition: transform 0.4s 0s ease-in-out;

	-o-transition: transform 0.4s 0s ease-in-out;

	transition: transform 0.4s 0s ease-in-out;

}



.pq-portfoliobox-1.pq-hover-slide:hover .pq-portfolio-info {

	-moz-transform: translate(0px, 0px);

	-webkit-transform: translate(0px, 0px);

	-o-transform: translate(0px, 0px);

	-ms-transform: translate(0px, 0px);

	transform: translate(0px, 0px);

}



.pq-portfoliobox-1.pq-hover-slide .pq-portfolio-info h5 a,

.pq-portfoliobox-1.pq-hover-slide .pq-portfolio-info .pq-portfolio-style-1-title a {

	color: var(--white-color);

}



/*===== Portfoliobox Nav =====*/

.pq-portfoliobox.pq-portfoliobox-style-1 .owl-carousel .owl-nav.disabled {

	display: none !important;

}



.pq-portfoliobox.pq-portfoliobox-style-1 .owl-carousel .owl-nav button svg {

	fill: var(--dark-color);

}





/*====portfolio single=====*/



.portfolio-single .owl-carousel .owl-dots {

	margin-top: -30px;

}



.portfolio-single .owl-carousel .owl-dot {

	border-radius: 100%;

}



.pq-portfolio-details {

	margin: -45px 30px 45px 30px;

	position: relative;

	z-index: 1;

}



.pq-portfolio-info-box {

	display: inline-block;

	width: 100%;

	background: var(--grey-color);

	padding: 0 30px;



}



.pq-portfolio-info .pq-info-list {

	margin: 0;

	padding: 0;

	display: flex;

}



.pq-portfolio-info .pq-info-list li {

	list-style: none;

	float: left;

	margin: 0;

	padding: 0;

	display: inline-block;

	width: 100%;

	text-align: left;

	position: relative;

	padding: 20px 0;

}



.pq-porfolio-info .pq-info-list li+li:before {

	content: "";

	position: absolute;

	width: 1px;

	height: 100%;

	background: rgba(0, 0, 0, 0.1);

	top: 0;

	left: 0;

	display: none;

}



.pq-porfolio-info .pq-info-list li h5 {

	font-size: 24px;

	line-height: 32px;

}



.pq-porfolio-info .pq-info-list li span {

	color: var(--secondary-color);

	font-size: 16px;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

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: 600;

	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;

}



.pq-grid-item {

	float: left;

}



/*+++++++++++++++++++++++++++++++++++++

Count Down

++++++++++++++++++++++++++++++++++++++*/



.pq-countdown {

	position: relative;

	z-index: 1;

}



#timer {

	display: flex;

	text-align: center;

	font-size: 50px;

	line-height: 58px;

	justify-content: space-between;

	color: var(--white-color);

	font-family: var(--title-fonts);

}



#timer span {

	display: block;

	color: var(--primary-color);

	text-transform: uppercase;

	letter-spacing: 1px;

	font-family: var(--title-fonts);

	font-weight: 600;

	font-size: 14px;

	line-height: 22px;

}



#days,

#hours,

#minutes,

#seconds {

	border-radius: 100%;

	border: 1px solid var(--grey-color);

	padding: 20px;

	width: 130px;

	height: 130px;

}



/*+++++++++++++++++++++++++++++++++++++

Icon Box

++++++++++++++++++++++++++++++++++++++*/



.pq-icon-box.pq-style-1 {

	display: flex;

	flex-direction: row-reverse;

	align-items: center;

	background-color: var(--white-color);

	padding: 60px 45px;

	margin-bottom: 30px;

	position: relative;

	z-index: 1;

}



.pq-icon-box.pq-style-1:last-child {

	margin: 0;

}



.pq-icon-box.pq-style-1 .pq-icon {

	margin-left: 30px;

}



.pq-icon-box.pq-style-1 .pq-icon i {

	font-size: 90px;

	line-height: 1;

	display: inline-block;

	color: #e35c04;

}



.pq-icon-box.pq-style-1 .pq-icon i:hover {

	animation-name: pop;

	animation-duration: 1.25s;

}



@keyframes pop {



	50% {

		transform: scale(1.2);

	}

}



.pq-icon-box.pq-style-1 .pq-icon-box-content .pq-icon-box-title {

	margin-bottom: 10px;

}



.pq-icon-box.pq-style-1 .pq-icon-box-content .pq-icon-box-description {

	margin-bottom: 0;

}



.pq-icon-box.pq-style-2 {

	text-align: center;

	position: relative;

	z-index: 1;

}



.pq-icon-box.pq-style-2 .pq-icon {

	margin-bottom: 20px;

}



.pq-icon-box.pq-style-2 .pq-icon i {

	font-size: 72px;

	line-height: 1;

	display: inline-block;

	color: var(--primary-color);

}



.pq-icon-box.pq-style-2 .pq-icon-box-content .pq-icon-box-title {

	color: var(--white-color);

	margin-bottom: 10px;

}



.pq-icon-box.pq-style-2 .pq-icon-box-content .pq-icon-box-description {

	margin-bottom: 0;

	color: var(--white-color);

}



.pq-icon-box.pq-style-3 {

	display: flex;

	margin-bottom: 30px;

}



.pq-icon-box.pq-style-3:last-child {

	margin: 0;

}



.pq-icon-box.pq-style-3 .pq-icon {

	margin-right: 20px;

}



.pq-icon-box.pq-style-3 .pq-icon i {

	font-size: 72px;

	line-height: 72px;

	display: inline-block;

	width: 72px;

	height: 72px;

	text-align: center;

	color: var(--primary-color);

	background-color: transparent;

}



.pq-icon-box.pq-style-3 .pq-icon-box-content .pq-icon-box-title {

	margin-bottom: 5px;

}



.pq-icon-box.pq-style-3 .pq-icon-box-content .pq-icon-box-description {

	margin: 0;

}



.pq-contact-box {

	background-color: var(--grey-color);

	padding: 45px;

}



.pq-contact-box .pq-contact-box-icon {

	margin-bottom: 20px;

}



.pq-contact-box .pq-contact-box-icon i {

	font-size: 50px;

	color: var(--white-color);

	background-color: var(--primary-color);

	display: inline-block;

	width: 80px;

	height: 80px;

	line-height: 80px;

	text-align: center;

	border-radius: 100%;

}



.pq-contact-box .pq-contact-box-content .pq-contact-box-title {

	margin-bottom: 10px;

}



.pq-contact-box .pq-contact-box-content .pq-contact-box-description {

	margin-bottom: 0;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

Counter

++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-counter.pq-counter-style-1 {

	text-align: center;

	padding: 30px;

	min-height: 100%;

	background-color: var(--grey-color);

}



.pq-counter.pq-counter-style-1 .pq-counter-media i {

	font-size: 72px;

	line-height: 1;

	color: var(--primary-color);

}



.pq-counter.pq-counter-style-1 .pq-counter-num-prefix h5 {

	font-size: 46px;

	line-height: 54px;

}



.pq-counter.pq-counter-style-1 .pq-counter-title {

	font-size: 14px;

	line-height: 36px;

	letter-spacing: 1px;

	text-transform: uppercase;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

Background Images

++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-bg-img-1:before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/1.png);

	background-position: top center;

	background-repeat: no-repeat;

	opacity: 1;

}



.pq-bg-img-2:after {

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/2.png);

	background-position: bottom left;

	background-repeat: no-repeat;

	opacity: 1;

}



.pq-booking-bg-img:before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/1.jpg);

	background-position: top center;

	background-repeat: no-repeat;

	background-size: cover;

	opacity: 1;

}



.pq-bg-primary-img:before {

	content: '';

	position: absolute;

	top: -12%;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/3.png);

	background-position: top center;

	background-repeat: no-repeat;

	background-size: 150% auto;

	opacity: 1;

}



.pq-bg-primary-img-1:after {

	content: '';

	position: absolute;

	bottom: -12%;

	right: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/4.png);

	background-position: bottom center;

	background-repeat: no-repeat;

	background-size: 150% auto;

	opacity: 1;

}



.pq-video-popup-img {

	background-image: url(../images/video-popup/1.jpg);

	background-position: center center;

	background-size: cover;

	opacity: 1;

	position: relative;

	padding: 200px 0;

	display: flex;

	justify-content: center;

	align-items: center;

}



.pq-bg-img-5:after {

	content: '';

	position: absolute;

	top: -60px;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/5.png);

	background-repeat: no-repeat;

	opacity: 1;

}



.pq-bg-img-6:before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/6.png);

	background-position: top center;

	background-repeat: no-repeat;

	z-index: 1;

}



.pq-bg-img-7:after {

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/7.png);

	background-position: bottom center;

	background-repeat: no-repeat;

	opacity: 1;

}



.pq-bg-img-8:before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/8.png);

	background-position: top center;

	background-repeat: no-repeat;

	background-size: 100% auto;

	opacity: 1;

}



.pq-bg-img-9:before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/9.png);

	background-position: top center;

	background-repeat: no-repeat;

	opacity: 1;

}



.pq-bg-img-10:after {

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/10.png);

	background-position: bottom center;

	background-repeat: no-repeat;

	opacity: 1;

}



.pq-moto-bg-img:before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background-images/2.jpg);

	background-position: center center;

	background-size: cover;

	opacity: 1;

}



.pq-line-bg-img:before {

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background-image: url(../images/background-images/line.png);

	background-position: center center;

	background-repeat: repeat-y;

	opacity: 1;

}



.pq-video-popup-img-2 {

	background-image: url(../images/video-popup/2.jpg);

	background-position: center center;

	background-size: cover;

	opacity: 1;

	position: relative;

	padding: 200px 0;

	display: flex;

	justify-content: center;

	align-items: center;

}



.pq-video-popup-img-3 {

	background-image: url(../images/video-popup/3.jpg);

	background-position: center center;

	background-size: cover;

	opacity: 1;

	position: relative;

	padding: 200px 0 400px 0;

	display: flex;

	justify-content: center;

	align-items: center;

}



.pq-video-popup-img-4:before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/video-popup/4.jpg);

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	opacity: 0.3;

}



.pq-coffee-bg-img {

	background-image: url(../images/background-images/3.jpg);

	background-position: bottom center;

	background-repeat: no-repeat;

	background-size: cover;

	height: auto;

}



.pq-interior-bg-img {

	background-image: url(../images/background-images/1.jpg);

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	background-attachment: fixed;

	opacity: 1;

	padding: 260px 0;

}



.pq-service-bg-img {

	background-image: url(../images/background-images/4.jpg);

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	background-attachment: fixed;

	opacity: 1;

	padding: 260px 0;

}



.pq-customer-bg-img {

	background-image: url(../images/background-images/5.jpg);

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	background-attachment: fixed;

	opacity: 1;

	padding: 260px 0;

}



.pq-background-img-item:first-child .pq-background-img-bg {

	background-image: url(../images/background/1.jpg);

}



.pq-background-img-item:nth-child(2) .pq-background-img-bg {

	background-image: url(../images/background/2.jpg);

}



.pq-background-img-item:nth-child(3) .pq-background-img-bg {

	background-image: url(../images/background/3.jpg);

}



.pq-background-img-item:nth-child(4) .pq-background-img-bg {

	background-image: url(../images/background/4.jpg);

}



.pq-background-img-item:last-child .pq-background-img-bg {

	background-image: url(../images/background/2.jpg);

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

List Check

++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-list-check {

	margin: 0;

	padding: 0;

}



.pq-list-check li {

	list-style: none;

	display: flex;

	align-items: center;

	padding-bottom: 5px;

}



.pq-list-check li:last-child {

	padding: 0;

}



.pq-list-check li i {

	font-size: 16px;

	margin-right: 10px;

	color: var(--primary-color);

}



.about .pq-list-check li {

	padding-bottom: 15px;

}



.about .pq-list-check li:last-child {

	padding-bottom: 0;

}



/*+++++++++++++++++++++++++++++++++++++++++++++++

Custom CSS

++++++++++++++++++++++++++++++++++++++++++++++++*/



.pq-pb-150 {

	padding-bottom: 150px;

}



.pq-floating-image-left {

	position: absolute;

	bottom: -190px;

	left: 0;

}



.pq-floating-image-right {

	position: absolute;

	bottom: -190px;

	right: 0;

}



.pq-about-us-img {

	position: relative;

}



.pq-about-us-img-1 {

	position: relative;

	width: 70%;

}



.pq-about-us-img-2 {

	position: absolute;

	border: 8px solid var(--white-color);

	width: 62%;

	bottom: -10%;

	right: -3%;

}



.pq-mb-20 {

	margin-bottom: 20px;

}



.pq-mb-40 {

	margin-bottom: 40px;

}



.pq-ps-30 {

	padding-left: 30px;

}



.pq-pe-30 {

	padding-right: 30px;

}



.pq-mt-30 {

	margin-top: 30px;

}



.pq-bg-primary p {

	color: var(--white-color);

	position: relative;

}



.pq-form-div {

	position: relative;

	padding: 30px 45px;

	z-index: 1;

	margin-left: 40px;

}



.pq-form-div p {

	margin: 0px 0px 0px 0px;

	padding: 5px 0px 30px 0px;

	position: relative;

	z-index: 1;

}



.pq-pt-190 {

	padding-top: 190px;

}



.pq-form-div .pq-booking-form select,

.pq-form-div .pq-booking-form input {

	border: none;

	border-bottom: 1px solid var(--white-color);

	padding: 0 10px 0 10px;

	color: var(--white-color);

	background-color: transparent;

	margin-bottom: 30px;

	color-scheme: dark;

}



.pq-form-div .pq-booking-form select option {

	color: var(--dark-color);

}



.pq-booking-form {

	position: relative;

	z-index: 10;

}



.pq-booking-form .pq-button {

	margin-top: 15px;

	border: 1px solid var(--white-color);

	background-color: transparent;

	color: var(--white-color);

}



.pq-booking-form .pq-button:hover {

	background-color: var(--white-color);

	border: 1px solid var(--white-color);

	color: var(--dark-color);

}



.pq-mt-60 {

	margin-top: 60px;

}



.pq-avail-box .pq-avail-media {

	display: flex;

	align-items: center;

}



.pq-avail-box .pq-avail-media .pq-avail-number {

	color: var(--primary-color);

	padding-right: 15px;

}



.pq-avail-box .pq-avail-box-description {

	margin: 30px 0 0 0;

	padding: 20px 0 0 0;

	border-top: 1px solid #0000001a;

}



.st0 {

	fill: #FE7F32;

}



.pq-pb-90 {

	padding-bottom: 90px;

}



.pq-sticky-top {

	position: sticky;

	top: 130px;

	z-index: 1;

}



.pq-mb-60 {

	margin-bottom: 60px;

}



.pq-facilities-box .pq-facilities-number {

	color: var(--primary-color);

	font-size: 42px;

	line-height: 50px;

}



.pq-facilities-box .pq-facilities-box-content {

	margin: 20px 45px 90px 0px;

	padding: 20px 0px 0px 0px;

	border-top: 1px solid #0000001A;

}



.pq-facilities-box .pq-facilities-box-content .pq-facilities-box-title {

	margin-bottom: 15px;

}



.pq-facilities-box .pq-facilities-box-content .pq-facilities-box-description {

	margin: 0;

}



.pq-recipe-detail {

	margin-left: 33%;

	padding: 90px 130px 0 0;

	position: relative;

	z-index: 1;

}



.pq-recipe-two-detail {

	margin-right: 33%;

	padding: 100px 0 150px 130px;

	position: relative;

	z-index: 1;

}



.pq-recipe-title {

	margin-bottom: 30px;

}



.country,

.weight,

.energy {

	display: flex;

	align-items: center;

}



.country,

.weight {

	padding-bottom: 20px;

}



.country h6:first-child,

.weight h6:first-child,

.energy h6:first-child {

	color: var(--primary-color);

	padding-right: 10px;

}



.pq-recipe-detail p,

.pq-recipe-two-detail p {

	margin-top: 24px;

}



.pq-recipe-img {

	width: 100%;

	height: 650px;

	z-index: 0;

}



.pq-booking-form-2 {

	position: relative;

	z-index: 1;

}



.pq-booking-form-2 input {

	background-color: var(--white-color);

	margin-bottom: 30px;

}



.pq-booking-form-2 select {

	background-color: var(--white-color);

	color-scheme: normal;

	margin-bottom: 30px;

	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>');

}



.button-align {

	text-align: center;

	margin-top: 15px;

}



.pq-pt-130 {

	padding-top: 130px;

}



.pq-pb-520 {

	padding-bottom: 520px;

	z-index: 1;

}



.pq-moto-title {

	color: var(--white-color);

	text-align: center;

	font-size: 48px;

	line-height: 56px;

	position: relative;

}



.pq-menu-div {

	background-color: var(--white-color);

	padding: 130px 0;

	margin-top: -390px;

	position: relative;

	z-index: 2;

}



.pq-pe-60 {

	padding-right: 60px;

}



.pq-ps-60 {

	padding-left: 60px;

}



.pq-item-price-menu {

	position: relative;

	padding: 0 15px;

}



.no-gutters {

	margin-left: 0;

	margin-right: 0;

}



.client {

	position: relative;

	padding-top: 90px;

}



.pq-client-padding {

	padding: 0 0 60px 0;

}



.pq-pt-240 {

	padding-top: 240px;

}



.pq-px-60 {

	padding: 0 60px;

}



.pq-about-description {

	margin-right: 23%;

	margin-bottom: 40px;

	padding: 20px 0 0 0;

	color: var(--white-color);

}



.pq-me-20 {

	margin-right: -20%;

}



.pq-pt-230 {

	padding-top: 230px;

}



.pq-about-us-img-3 {

	position: relative;

	width: 75%;

}



.pq-about-us-img-4 {

	position: absolute;

	width: 66%;

	top: 107px;

	left: 1px;

}



.pq-counter-box {

	display: flex;

	align-items: center;

}



.pq-counter-box .pq-counter-box-counter {

	width: 30%;

	text-align: center;

}



.pq-counter-box .pq-counter-num-prefix {

	display: flex;

	align-items: center;

	justify-content: center;

}



.pq-counter-box .pq-counter-num-prefix h5 {

	font-size: 69px;

	line-height: 1;

	color: var(--primary-color);

}



.pq-counter-box .pq-counter-num-prefix .pq-counter-prefix {

	font-size: 69px;

	line-height: 1;

	font-weight: 600;

	font-family: var(--title-fonts);

	color: var(--primary-color);

}



.pq-counter-box .pq-counter-title {

	text-align: center;

	font-size: 19px;

	line-height: 2.5;

}



.pq-counter-box .pq-counter-box-description {

	width: 70%;

	margin: 0;

	border-left: 1px solid #0000001A;

	padding: 20px 0 20px 30px;

}



.pq-mb-45 {

	margin-bottom: 45px;

}



.pq-sticky-description {

	margin: 5px 0 40px 0;

	padding: 0 60px 0 0;

}



.pq-floating-pizza-1 {

	position: absolute;

	top: 0;

	left: 0;

	opacity: 0.15;

	width: 10%;

	z-index: 0;

}



.pq-mb-30 {

	margin-bottom: 30px;

}



.pq-floating-pizza-2 {

	position: absolute;

	top: 0;

	right: 0;

	opacity: 0.15;

	width: 15%;

	z-index: 0;

}



.pq-floating-pizza-3 {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 15%;

	opacity: 0.15;

	z-index: 0;

}



.pq-delivery-img {

	width: 90%;

}



.pq-booking-form-3 input,

.pq-booking-form-3 select {

	background-color: var(--white-color);

	margin-bottom: 30px;

}



.pq-booking-form-3 select {

	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>');

}



.pq-floating-pizza-4 {

	position: absolute;

	width: 15%;

	top: 10px;

	right: 0;

}



.pq-floating-pizza-5 {

	position: absolute;

	top: 0;

	left: 0;

}



.pq-floating-pizza-6 {

	position: absolute;

	bottom: 0;

	right: 0;

}



.pq-floating-pizza-7 {

	position: absolute;

	left: 0;

	bottom: 35px;

	width: 15%;

	z-index: 1;

}



.pq-working-hour-box {

	display: flex;

	align-items: center;

}



.pq-working-hour-box h6+h6 {

	padding-left: 40px;

}



.pq-mt-230 {

	margin-top: -230px;

}



.pq-px-200 {

	padding: 0 200px;

}



.testimonial .pq-bg-img-1:before {

	top: -130px;

}



.testimonial .pq-bg-img-1:after {

	bottom: -130px;

}



.pq-faq-img {

	position: relative;

	text-align: end;

}



.pq-faq-img-1 {

	position: relative;

	width: 65%;

	z-index: 1;

}



.pq-faq-img-2 {

	position: absolute;

	bottom: -90px;

	left: 0px;

	width: 60%;

	z-index: 0;

}



.contact {

	position: relative;

	padding-top: 130px;

}



.pq-contact-padding {

	padding-bottom: 130px;

}



.pq-contact-form input,

.pq-contact-form textarea {

	background-color: var(--white-color);

	margin-bottom: 30px;

}



.pq-contact-img-box {

	display: flex;

	align-items: center;

}



.pq-contact-img-box .pq-contact-img {

	width: 15%;

	margin-right: 30px;

}



.pq-contact-img-box .pq-contact-img img {

	border-radius: 100%;

}



.pq-contact-img-box .pq-contact-img-box-description {

	margin: 0;

}



.pq-about-us-img-5 {

	position: relative;

	width: 65%;

	transform: scaleX(-1);

}



.pq-about-us-img-6 {

	position: absolute;

	bottom: -70px;

	right: 45px;

	width: 60%;

}



.brands .pq-client-grid:last-child {

	border-top: 1px solid #74747426;

}



.brands .pq-client-grid .pq-client-grid-box {

	padding: 30px 15px;

	border-right: 1px solid #74747426;

}



.pq-video-popup {

	position: relative;

	display: flex;

	justify-content: center;

	min-height: 100%;

	align-items: center;

}



.pq-hours-div,

.pq-reservation-div {

	position: relative;

	padding: 45px;

	z-index: 1;

	background-image: url(../images/background-images/cup.png);

	background-position: center center;

	background-repeat: no-repeat;

	background-size: 40% auto;

}



.pq-hours-div h4,

.pq-reservation-div h4 {

	color: var(--white-color);

}



.pq-hours-div p,

.pq-reservation-div p {

	color: var(--white-color);

	margin-bottom: 0;

}



.pq-coffee-img-1 {

	width: 100%;

	height: 557px;

	object-fit: cover;

}



.pq-coffee-img-2 {

	width: 100%;

	height: 557px;

	object-fit: cover;

}



.pq-pb-130 {

	padding-bottom: 130px;

}



.pq-booking-table-form input,

.pq-booking-table-form select {

	margin-bottom: 30px;

}



.pq-booking-table-form select {

	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>');

}



.pq-px-30 {

	padding: 0 30px;

}



.pq-comment-form input,

.pq-comment-form textarea {

	margin-bottom: 30px;

}



.map {

	line-height: 0;

}



.map iframe {

	width: 100%;

	height: 600px;

	position: relative;

	border: 0;

}



.pq-mt-500 {

	margin-top: -500px;

}



.pq-contact-form-div {

	padding: 45px;

}



.pq-contact-us-form input,

.pq-contact-us-form textarea {

	margin-bottom: 30px;

	background-color: var(--white-color);

}



.pq-bottle-img {

	position: absolute;

	bottom: -2%;

	left: 0;

	width: 16%;

	opacity: 0.15;

}



.pq-glass-img {

	position: absolute;

	bottom: -2%;

	right: 0%;

	width: 13%;

	opacity: 0.15;

}



.pq-bottle-img-2 {

	position: absolute;

	bottom: -30px;

	left: -15px;

	opacity: 0.15;

}



.pq-coffee-img {

	position: absolute;

	bottom: -30px;

	left: -60px;

	width: 15%;

	opacity: 0.15;

}



.pq-coffee-plant-img {

	position: absolute;

	bottom: -30px;

	right: 0;

	width: 15%;

	opacity: 0.15;

}



.pq-cup-img {

	position: absolute;

	bottom: -15px;

	left: 0;

	width: 15%;

	opacity: 0.15;

}



.pq-floating-pizza-8 {

	position: absolute;

	right: 0;

	bottom: 130px;

	width: 15%;

	opacity: 0.15;

}