/*
Template: Fitsense - Gym and Fitness HTML Template
Author: Peacefulqode.com
Version: 1.0
Design and Developed by: PeacefulQode
*/

/*+++++++++++++++++++++++++++++++++++++++++++++++
[  Table of contents  ]
+++++++++++++++++++++++++++++++++++++++

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Dummy data
==> Blog Sidebar
==> Blog
==> Pagination
==> Error
==> isotope Portfolio
==> slider portfoliio
==> Header
==> admin bar login
==> Sidebar Menu
==> Breadcrum
==> Footer
==> OWL Carousel
==> Section Title
==> Flaticon
==> Banner
==> Marquee
==> Service Box
==> Client
==> Portfolio Styles
==> Timetable
==> BMI calculator
==> Video Popup
==> Pricebox
==> Testimonialbox
==> Image Box
==> Counter
==> Team
==> Quote From
==> Tabs
==> FAQ

++++++++++++++++++++++++++++++++++++
[ End table content ]
+++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++
Fonts
++++++++++++++++++++++*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*+++++++++++++++++++++++++
Moz Selection
++++++++++++++++++++++*/
:root {
	--primary-color:#c1e502;
	--dark-color: #1D1D1D;
	--secondary-color: #616161;
	--grey-color: #eeeeee;
	--white-color: #ffffff;
	--body-fonts: 'Heebo', sans-serif;
	--title-fonts: 'Heebo', 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: uppercase;
	font-weight: 700;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	letter-spacing: 1px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-style: normal;
	line-height: 48px;
}

h2 {
	font-size: 36px;
	font-style: normal;
	line-height: 44px;
}

h3 {
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
}

h4 {
	font-size: 28px;
	font-style: normal;
	line-height: 36px;
}

h5 {
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
}

/*++++++++++++++++ HTML Tags +++++++++++*/
a,
.button {
	color: var(--primary-color);
	outline: none !important;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
	color: var(--primary-color);
	outline: none;
	text-decoration: none !important;
}

p {
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

pre {
	background: var(--white-color);
	padding: 15px;
	border: 1px solid var(--grey-color);
}

hr {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 0px;
}

b,
strong {
	font-weight: 500;
}

/*+++++++++++++ Lists (Nested) ++++++++++++++*/
ol,
ul {
	padding-left: 25px;
	margin-bottom: 1em;
}

ol li {
	list-style: decimal;
}

ol ol {
	padding-left: 25px;
}

ul li {
	list-style: inherit;
}

/*+++++++++++Definition Lists ++++++++++*/
dl dd {
	margin-bottom: 15px;
}

dl dd:last-child {
	margin-bottom: 0px;
}

/*+++++++++++++ Table ++++++++++++++*/
table {
	border: 1px solid var(--grey-color);
	width: 100%;
	margin-bottom: 20px;
}

table td,
table th {
	border: 1px solid var(--grey-color);
	padding: 8px;
	text-align: center;
}

/*++++++++++Input Textarea +++++++++++++*/
input,
input.form-control {
	background: var(--grey-color);
	border: 1px solid var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 0 15px;
	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: left;
	padding: 10px 15px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

/*+++++++++++++ Select +++++++++++++++*/
select,
select.form-control {
	border: 1px solid var(--grey-color);
	color: var(--secondary-color);
	width: 100%;
	float: left;
	padding: 0 30px 0 15px;
	height: 51px;
	line-height: 48px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
	background-color: var(--grey-color);
	background-repeat: no-repeat;
	background-position: right 16px bottom 50%;
	background-size: 20px 20px;
}

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-dark{
	background-color: var(--dark-color);
}

.pq-bg-grey{
	background-color: var(--grey-color);
}

.pq-bg-primary{
	background-color: var(--primary-color);
}

.pq-text-white{
	color: var(--white-color) !important;
}

/*++++++++++++++++++++++++++++++++++++++++++
Loading
+++++++++++++++++++++++++++++++++++++++++*/
#pq-loading {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: var(--white-color);
}

#pq-loading img {
	height: 50px;
}


/*++++++++++++++++++++++++++++
Back to Top
+++++++++++++++++++++++++++++++++++*/
#back-to-top .top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	margin: 0px;
	color: var(--white-color);
	background: var(--dark-color);
	z-index: 999;
	border: 1px solid var(--dark-color);
	font-size: 26px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

#back-to-top .top:hover {
	background: var(--primary-color);
	color: var(--dark-color);
	border: 1px solid var(--primary-color);
}

/*++++++++++++++++++++++++++++++++++++++++++++++
WordPress Core
++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++Text meant only for screen readers ++++++++++++++++++++++*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 0px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: var(--grey-color);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*+++++++++++++++++++++++++++++++++++++
Button Core
++++++++++++++++++++++++++++++++++++++++*/
[type="button"],
[type="reset"],
[type="submit"] {
	font-family: var(--title-fonts);
	overflow: inherit;
	position: relative;
	width: auto;
	background: var(--primary-color);
	color: var(--dark-color);
	text-transform: uppercase;
	font-size: 16px;
	padding: 12px 30px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	color: var(--white-color);
	background: var(--dark-color);
}

.pq-button {
	font-family: var(--title-fonts);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 2;
	font-size: 16px;
	padding: 12px 30px;
	position: relative;
	width: auto;
	background: var(--primary-color);
	color: var(--dark-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;
	letter-spacing: 1px;
}

.pq-button span.pq-button-text {
	padding-right: 24px;
	position: relative;
}

.pq-button span.pq-button-text:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: var(--dark-color);
	transition: all 0.5s ease;
}

.pq-button i {
	margin-left: 8px;
	font-size: 12px;
}

.pq-button:hover,
.pq-button:focus {
	background: var(--dark-color);
	color: var(--white-color);
}

.pq-button:hover span.pq-button-text:before,
.pq-button:focus span.pq-button-text:before {
	background: var(--white-color);
}

.rev-btn i {
	margin-left: 8px !important;
	font-size: 12px !important;
}

/*===== Button link =====*/
.pq-button.pq-button-link {
	padding: 0;
	position: relative;
	background: transparent;
	color: var(--primary-color);
	border-radius: 0;
	position: relative;
}

.pq-button.pq-button-link span.pq-button-text:before {
	background: var(--primary-color);
}

.pq-button.pq-button-link:hover {
	color: var(--dark-color);
}

.pq-button.pq-button-link:hover span.pq-button-text:before {
	background: var(--dark-color);
}

.pq-button.pq-button-link:hover i {
	color: var(--dark-color);
}

/*===== Button outline =====*/
.pq-button.pq-button-outline {
	background: transparent;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}

.pq-button.pq-button-outline:hover {
	background: transparent;
	border: 1px solid var(--dark-color);
	color: var(--dark-color);
}

.pq-button.pq-button-outline i {
	fill: var(--primary-color);
}

.pq-button.pq-button-outline:hover i {
	fill: var(--dark-color);
}



/*++++++++++++++++++++++++++++++++++++++++
Header
+++++++++++++++++++++++++++++++++++++++++++++*/
.animated {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
}

.fadeInDown {
	animation-name: fadeInDown;
	transition: all 0.5s ease;
}


@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}


@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

header#pq-header {
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
	background: var(--white-color);
	z-index: 99;
}

header#pq-header.pq-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

/*+++++++++ Header Top Bar +++++++++*/
header#pq-header .pq-top-header {
	background: var(--dark-color);
	padding: 0;
	font-size: 14px;
}

header#pq-header .pq-header-social.tagline {
	color: var(--white-color);
	padding-top: 13px;
	display: block;
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px;
}

header#pq-header .pq-top-header .text-left .pq-header-social.text-left {
	color: var(--white-color);
	padding-top: 10px;
	display: inline-block;
}

header#pq-header .pq-top-header a.pq-header-contact {
	color: var(--white-color);
	padding: 10px 0;
	display: inline-block;
	margin-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 15px;
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

header#pq-header .pq-top-header a.pq-header-contact i {
	margin-right: 5px;
}

header#pq-header .pq-top-header .pq-header-contact.text-right ul {
	float: right;
}

header#pq-header .pq-top-header .pq-header-contact ul {
	margin: 0;
	padding: 0;
}

header#pq-header .pq-top-header .pq-header-contact ul li {
	list-style: none;
	display: inline-block;
	color: var(--white-color);
	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: 50px;
}

/*++++++ Header Navbar Bar +++++*/
header#pq-header .pq-bottom-header {
	min-height: 90px;
	transition: all 0.8s ease;
}

header#pq-header .pq-bottom-header .navbar {
	padding: 0;
}

header#pq-header .pq-bottom-header .navbar .pq-menu-contain {
	display: inline-block;
	width: 100%;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav {
	float: right;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 30px;
	color: var(--dark-color);
	line-height: 90px;
	font-weight: 400;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:last-child {
	margin-right: 0;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li a {
	color: var(--dark-color);
	font-family: var(--title-fonts);
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
	font-weight: 500;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li a:focus,
header#pq-header .pq-bottom-header .navbar .navbar-nav li a:hover,
header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pq-header .pq-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover a,
header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-ancestor a {
	color: var(--primary-color);
}

/*++++++++ Sub Menu Bar ++++++++*/
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu {
	display: none;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .sub-menu {
	display: block;
	background: var(--white-color);
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 0;
	display: inline-block;
	width: 210px;
	z-index: 999;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li {
	line-height: 2;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	color: var(--secondary-color);
	transition: all 0.5s ease;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li i {
	margin-left: 10px;
	font-size: 12px;
	color: var(--dark-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(--secondary-color);
	font-size: 15px;
	font-weight: 400;
	position: relative;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	transform: translateX(-10px);
	background: var(--dark-color);
	width: 5px;
	height: 5px;
	border-radius: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:hover:before,
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:focus:before,
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a:before {
	transform: translateX(10px);
	opacity: 1;
}

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(--dark-color);
	padding-left: 30px;
}

/*+++++++ 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(--dark-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(--dark-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
	color: var(--dark-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;
	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);
}

.search-form{
	position: relative;
}

.search-form label{
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.search-submit{
	background: var(--dark-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: 400;
}

.search-submit:hover{
	color: var(--dark-color);
    background: var(--primary-color);
    outline: none;
}

/*+++++ Header Style 1 +++++*/
header#pq-header .pq-top-header.top-style-1 .pq-header-contact ul li {
	border: none;
	padding: 10px 0;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-contact ul li+li {
	margin-left: 30px;
}

header#pq-header .pq-top-header.top-style-1 {
	padding: 0 45px;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li:first-child {
	color: var(--white-color);
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li {
	border: none;
	padding: 10px 20px 0 0;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li:last-child {
	border: none;
	padding-right: 0;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li a {
	padding: 0;
}

header#pq-header .pq-top-header.top-style-1 ul li a:hover {
	background: transparent;
	color: var(--primary-color);
}

header#pq-header.pq-header-style-1 {
	position: absolute;
	width: 100%;
}

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;
	justify-content: center;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav>li>i {
	display: none;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav>li>a {
	position: relative;
	padding-bottom: 4px;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav>li>a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: var(--dark-color);
	transition: all 0.5s ease;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	opacity: 0;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav>li>a:hover:before {
	width: 100%;
	opacity: 1;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav>li:hover>a {
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a,
header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav>li.current-menu-item>a {
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a:before,
header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav>li.current-menu-item>a:before {
	width: 100%;
	opacity: 1;
}

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 .pq-bottom-header .pq-header-info-box {
	display: flex;
	align-items: center;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .pq-header-info-box .pq-header-text a {
	position: relative;
	color: var(--dark-color);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 18px;
	padding-right: 24px;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .pq-header-info-box .pq-header-text a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: var(--dark-color);
	margin-top: -1px;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .pq-header-info-box .pq-header-text a:hover {
	color: var(--dark-color);
}

header#pq-header.pq-header-style-1 .pq-menu-search-block a>i {
	font-weight: 700;
}


header#pq-header.pq-header-style-1 .pq-toggle-btn {
	line-height: 75px;
	padding: 22px 0;
	color: var(--dark-color);
	cursor: pointer;
	margin-left: 30px;
}

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: var(--dark-color);
	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: var(--dark-color);
	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);
}

/*++++++++++++++++++++++++++++++++++++++++++++++
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: -45px;
	background: var(--primary-color);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: var(--dark-color);
	top: 90px;
	font-size: 20px;
}

.pq-sidebar-block {
	padding: 60px 30px 30px 30px;
	height: 100%;
}

.pq-sidebar-header .pq-sidebar-logo {
	margin-bottom: 30px;
	height: 50px;
}

.pq-sidebar h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

.pq-sidebar .quote-from input[type="text"],
.pq-sidebar .quote-from textarea,
.pq-sidebar .quote-from input[type="email"] {
	margin-bottom: 15px;
}

.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(--secondary-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-social ul {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

.pq-sidebar-social ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.pq-sidebar-social ul li:last-child {
	margin-right: 0;
}

.pq-sidebar-social ul li a {
	background: var(--dark-color);
	color: var(--white-color);
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	text-align: center;
}

.pq-sidebar-social ul li a:hover {
	background: var(--primary-color);
	color: var(--dark-color);
}

/*=========*/
.pq-sidebar .widget {
	background: transparent;
	padding: 0;
	border: none;
	margin-bottom: 0;
}

.pq-sidebar .pq-time span.day {
	color: var(--dark-color);
	display: block;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
OWL Carousel
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-carousel .owl-nav {
	position: relative;
	cursor: pointer;
	z-index: 99;
	margin-top: 30px;
	text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
	outline: none;
	text-align: center;
	text-indent: inherit;
	cursor: pointer;
	position: relative;
	font-size: 28px;
	line-height: 1;
	padding: 0 !important;
	margin: 0 10px;
	background: var(--grey-color);
	height: 60px;
	border: none;
	width: 60px;
	line-height: 60px;
	color: var(--dark-color);
}

.owl-carousel .owl-nav button.owl-next {
	outline: none;
	text-align: center;
	text-indent: inherit;
	cursor: pointer;
	position: relative;
	font-size: 28px;
	line-height: 1;
	padding: 0 !important;
	margin: 0 10px;
	background: var(--grey-color);
	height: 60px;
	border: none;
	width: 60px;
	line-height: 60px;
	color: var(--dark-color);
}

.owl-carousel .owl-nav button:hover {
	background: var(--primary-color);

}

/* 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(--secondary-color);
	display: inline-block;
	padding: 0;
	margin: 0px 5px;
	height: 3px;
	width: 30px;
	border: none;
	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);
}

.owl-carousel .owl-dots .owl-dot.active {
	background: var(--primary-color);
}

.portfolio-single .owl-carousel .owl-dots{
	margin-top: -30px;
}

.portfolio-single .owl-carousel .owl-dot{
	width: 12px;
	height: 12px;
	border-radius: 100%;
}

.portfolio-single .owl-carousel .owl-dot.active{
	background: var(--grey-color);
}

/*+++++++++++++++++++++++++++++++++++
Section Title
+++++++++++++++++++++++++++++++++++++++*/
.pq-section-title.pq-style-1.text-center {
	padding: 0 15em;
	margin-bottom: 60px;
}

.pq-section-title.pq-style-1 .pq-section-main-title {
	font-weight: 700;
	font-size: 56px;
	line-height: 64px;
	z-index: 9;
	color: var(--dark-color);
	padding: 0;
	margin: 0 0;
	position: relative;
	display: block;
	text-transform: uppercase;
}

.pq-section-title .pq-section-description {
	margin-top: 5px;
	margin-bottom: 20px;
}

.pq-bg-dark .pq-section-title.pq-style-1 .pq-section-main-title{
	color: var(--white-color);
}

.pq-bg-dark .pq-section-title .pq-section-description{
	color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++
Banner
++++++++++++++++++++++++++++++++++++++*/
.pq-button.pq-primary:hover span.pq-button-text:before,
.pq-button.pq-primary:focus span.pq-button-text:before {
	background: var(--dark-color);
}

.pq-button.pq-dark span.pq-button-text:before {
	background: var(--white-color);
	transition:none;
}

.pq-button.pq-dark:hover span.pq-button-text:before {
	background: var(--dark-color);
}

/*++++++++++++++++++++++++++++++++++++++++++++++
Marquee
++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-marquee-main {
	position: relative;
	height: 90px;
	background: var(--primary-color);
	overflow: hidden;
}

.pq-marquee {
	width: 200%;
	position: absolute;
	animation: marqueeLeft 25s linear infinite;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	overflow: hidden;
}

.pq-marquee ul {
	float: left;
	width: 50%;
}

.marquee-content-items {
	padding: 0;
	margin: 0;
}

.marquee-content-items li {
	display: inline-block;
	list-style-type: none;
	font-size: 30px;
	position: relative;
	padding-left: 30px;
	margin-right: 45px;
	text-transform: uppercase;
	color: var(--dark-color);
	letter-spacing: 1px;
	font-weight: 700;
}

.marquee-content-items li:last-child {
	margin-right: 0;
}

.marquee-content-items li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: var(--dark-color);
}

@keyframes marqueeLeft {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++
Client
++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pq-client-box.pq-client-style-1 .pq-client-img {
	position: relative;
	display: block;
	width: auto;
	height: 120px;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;

}

.pq-client-box.pq-client-style-1 a:hover .pq-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%)
}

.pq-client-box.pq-client-style-1 a:hover .pq-client-hover-img {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pq-client-box.pq-client-style-1 .pq-client-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 120px;
	-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
}

/*++++++++++++++++++++++++++++++++++++++++++++++
Image Box
++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-image-box.pq-style-1{
	text-align: center;
}

.pq-image-box.pq-style-1 .pq-image-box-img a img{
	width: 95%;
}

.pq-image-box.pq-style-1 .pq-image-box-img a img:hover{
	animation-name: animation-bob-float, animation-bob;
	animation-duration: .3s,1.5s;
	animation-delay: 0s,.3s;
	animation-timing-function: ease-out,ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal,alternate;
}

@keyframes animation-bob-float{
	
	100%{
		transform: translateY(-8px);
	}
}

@keyframes animation-bob{
	0%{
		transform:translateY(-8px);
	}

	50%{
		transform:translateY(-4px);
	}
	
	100%{
		transform:translateY(-8px);
	}
}

.pq-image-box.pq-style-1 .pq-image-box-img{
	margin-bottom: 25px;
}

.pq-image-box.pq-style-1 .pq-image-box-content .pq-image-box-title a:hover{
	color: var(--dark-color);
}

.pq-image-box.pq-style-2{
	text-align: center;
}

.pq-image-box.pq-style-2 .pq-image-box-img{
	margin-bottom: 15px;
	width: 120px;
	height: 120px;
	line-height: 120px;
	background-color: var(--white-color);
	border-radius: 100%;
	display: inline-block;
}

.pq-image-box.pq-style-2 .pq-image-box-img img{
	width: 60px;
}

/*================================================
Custom CSS
===============================================*/

.pq-px-90{
	padding: 0 90px;
}

.pq-mb-60{
	margin-bottom: 60px;
}

.pq-pe-90{
	padding-right: 90px;
}

.pq-mb-50{
	margin-bottom: 50px;
}

.pq-pb-220{
	padding-bottom: 220px;
}

.pq-calculator-div{
	position: relative;
	text-align: end;
}

.pq-calculator-div-img-1{
	margin-right: -130px;
}

.pq-calculator-div-img-1 img{
	position: relative;
	width: 75%;
}

.pq-calculator-div-img-2{
	position: absolute;
	bottom: -18%;
	left: 12.5%;
	width: 75%;
}

.pq-calculator-div-img-3{
	position: absolute;
	width: 30%;
	bottom: -21%;
	left: 0;
}

.pq-responsive-div{
	position: relative;
}

.pq-responsive-img-1{
	position: relative;
	width: 100%;
}

.pq-responsive-img-2{
	position: absolute;
	width: 38%;
	bottom: 23%;
	right: -8%;
	z-index: 1;
}

.pq-responsive-img-3{
	position: absolute;
	width: 38%;
	bottom: -8%;
	right: 15%;
}

.pq-responsive-img-4{
	position: absolute;
	width: 38%;
	bottom: 21%;
	left: -8%;
}

.pq-py-130{
	padding: 130px 0;
}

.pq-pb-180{
	padding-bottom: 180px;
}

.pq-mb-40{
	margin-bottom: 40px;
}

.pq-pe-60{
	padding-right: 60px;
}

.pq-purchase-img-1{
	position: absolute;
	width: 18%;
	right: 0;
	top: 30%;
	z-index: 1;
}

.pq-purchase-img-2{
	position: absolute;
	top: 0;
	right: 8%;
	width: 19%;
}

.pq-purchase-img-3{
	position: absolute;
	left: 48px;
	top: 0;
}

.pq-purchase-img-4{
	position: absolute;
	left: -1px;
	width: 28%;
	bottom: -8%;
	border: 1px solid #eeeeee3d;
}

.purchase .pq-button:hover{
	background-color: var(--white-color);
	color: var(--dark-color);
}

.purchase .pq-button:hover .pq-button-text:before{
	background: var(--dark-color);
}