/*

Template: Lawfic - Attorney and Lawyer 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
==> Blog
==> Blog Single Post
==> Pagination
==> Error
==> Dummy Data
==> OWL Carousel
==> Section Title
==> Breadcrumb
==> Header
==> Sidebar Menu
==> Footer
==> Service Box
==> Video Popup
==> Process Step
==> Team
==> Testimonial
==> Form
==> FAQ
==> Pricing
==> Client
==> Awardbox
==> Porfolio Box
==> isotope Portfolio
==> Counter
==> Timeline
==> Progressbar
==> Service Single

++++++++++++++++++++++++++++++++++++
[ End table content ]
+++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++
Fonts
++++++++++++++++++++++++++++++++++++++++++++++++*/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&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&display=swap');

/*+++++++++++++++++++++++++++++++++++++++++++++++
Moz Selection
++++++++++++++++++++++++++++++++++++++++++++++++*/

:root {
	--primary-color: #b8967e;
	--dark-color: #0a1d35;
	--secondary-color: #878c97;
	--grey-color: #faf6f3;
	--white-color: #ffffff;
	--title-fonts: 'Marcellus', sans-serif;
	--body-fonts: 'Open Sans', sans-serif;
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: var(--white-color);
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: var(--white-color);
}

::selection {
	text-shadow: none;
	background: var(--primary-color);
	color: var(--white-color);
}


/*+++++++++++++++++++++++++++++++++++++++++++++++
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;
	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: 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;
	border-radius: 5px;
}


input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
	border-color: var(--primary-color);
	outline: none;
	box-shadow: none;
	background-color: var(--grey-color);
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	float: none;
	margin-right: 5px;
}

textarea {
	background: var(--grey-color);
	border: 1px solid var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: none;
	padding: 10px 15px;
	outline: none;
	-webkit-border-radius: 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;
	border-radius: 5px;
}

/*+++++++++++++ Select +++++++++++++++*/
select,
select.form-control {
	border: 1px solid var(--grey-color);
	color: var(--secondary-color);
	width: 100%;
	float: none;
	padding: 0 30px 0 15px;
	height: 54px;
	line-height: 54px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
	background-color: var(--grey-color);
	background-repeat: no-repeat;
	background-position: right 10px bottom 50%;
	background-size: 20px 20px;
	border-radius: 5px;
}

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);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
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;
	font-size: 26px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	animation: backtotop 2s infinite;
	border-radius: 5px;
}

#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(--dark-color);
	color: var(--white-color);
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 12px 34px;
	font-weight: 400;
	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;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	color: var(--white-color);
	background: var(--primary-color);

}

.pq-button {
	font-family: var(--title-fonts);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2;
	font-size: 16px;
	padding: 12px 34px;
	position: relative;
	width: auto;
	background: var(--dark-color);
	color: var(--white-color);
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	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-block {
	display: flex;
	align-items: center;
	position: relative;
}


.pq-button:hover,
.pq-button:focus {
	background: var(--primary-color);
	color: var(--white-color);
}

/*===== Button link =====*/
.pq-button.pq-button-link {
	padding: 0;
	background: transparent;
	color: var(--dark-color);
	transition: all 0.5s ease;
}


.pq-button.pq-button-link i {
	margin-left: 5px;
	transition: all 0.5s ease;
	margin-top: 5px;
}

.pq-button.pq-button-link:hover {
	color: var(--primary-color);
}

.pq-button.pq-button-link:hover i {
	margin-left: 10px;
}

/*===== Button icon =====*/
.pq-button.pq-button-icon {
	padding: 0;
	background: transparent;
	color: var(--dark-color);
	transition: all 0.5s ease;
}

.pq-button.pq-button-icon span {
	margin-right: 0px;
	text-indent: -130px;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.5s ease, margin-right 0.5s ease-out, text-indent 0.5s ease-out, opacity 0.5s ease;
}

.pq-button.pq-button-icon:hover span {
	text-indent: 0;
	opacity: 1;
	margin-right: 5px;
	visibility: visible;
	transition: visibility 0.5s ease, margin-right 0.5s ease-out, text-indent 0.5s ease-out, opacity 0.5s ease;
}

.pq-button.pq-button-icon:hover {
	color: var(--primary-color);
}

.pq-button.pq-button-icon i {
	color: var(--dark-color);
	margin-top: 5px;
}

.pq-button.pq-button-icon:hover i {
	color: var(--primary-color);
}


/*===== 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);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
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: 56px;
	height: 56px;
	line-height: 56px;
	background: var(--dark-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: 56px;
	height: 56px;
	line-height: 56px;
	background: var(--dark-color);
	padding: 0 !important;
	margin: 0 5px;
	border: none;
	color: var(--white-color);
}

.owl-carousel .owl-nav button:hover {
	color: var(--white-color);
	background: var(--primary-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;
}

/*+++++++++++++++++++++++++++++++++++
Section Title
+++++++++++++++++++++++++++++++++++++++*/
.pq-section-title.pq-style-1.text-center {
	padding: 0 15em;
	margin-bottom: 60px;
}

.pq-section-title.pq-style-1.text-center .pq-section-sub-title {
	padding: 0 30px;
}

.pq-section-title.pq-style-1 .pq-section-sub-title {
	font-family: var(--title-fonts);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	text-transform: uppercase;
	color: var(--primary-color);
	margin: 0 0 10px;
	display: inline-block;
	letter-spacing: 1px;
	padding-left: 40px;
}

.pq-section-title.pq-style-1 .pq-section-sub-title span.left-sep,
.pq-section-title.pq-style-1 .pq-section-sub-title span.right-sep {
	position: relative;
}

.pq-section-title.pq-style-1 .pq-section-sub-title span.left-sep:before,
.pq-section-title.pq-style-1.text-center .pq-section-sub-title span.right-sep:before {
	content: "";
	width: 20px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: -40px;
	background: var(--primary-color);
}

.pq-section-title.pq-style-1 .pq-section-sub-title span.left-sep:after,
.pq-section-title.pq-style-1.text-center .pq-section-sub-title span.right-sep:after {
	content: "";
	width: 3px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: -40px;
	background: var(--primary-color);
}

.pq-section-title.pq-style-1.text-center .pq-section-sub-title span.right-sep:before {
	left: inherit;
	right: -40px;
}

.pq-section-title.pq-style-1.text-center .pq-section-sub-title span.right-sep:after {
	left: inherit;
	right: -40px;
}

.pq-section-title.pq-style-1 .pq-section-sub-title img {
	display: none;
}

.pq-section-title.pq-style-1 .pq-section-main-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-title.pq-style-1 .pq-section-description {
	font-family: var(--body-fonts);
	font-size: 16px;
	font-weight: 400;
	z-index: 9;
	position: relative;
	margin: 10px 0 0 0;
}

.pq-sec-padding .pq-section-title.pq-style-1.text-center {
	padding: 0 5em;
}

.pq-sec-padding .pq-section-title.pq-style-1 .pq-section-main-title{
	font-size: 42px;
	line-height: 70px;
}

.pq-bg-dark .pq-section-title.pq-style-1 .pq-section-main-title{
	color: var(--white-color);
}

.pq-bg-dark .pq-section-title.pq-style-1 .pq-section-description{
	color: var(--white-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;
	color: var(--primary-color);
}

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: 60px;
}

/*++++++ 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;
	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: uppercase;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 1px;
}

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: 220px;
	z-index: 999;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li {
	line-height: 2;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	color: var(--secondary-color);
	transition: all 0.5s ease;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li i {
	margin-left: 10px;
	font-size: 12px;
	transition: all 0.5s ease;
	color: var(--dark-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .pq-submenu-icon,
header#pq-header .pq-bottom-header .navbar .navbar-nav li.current-menu-item .pq-submenu-icon {
	color: var(--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(--dark-color);
	font-size: 15px;
	font-weight: 400;
	position: relative;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
	background: var(--primary-color);
	color: var(--white-color);

}

/*+++++++ Navigation Sub Menu +++++++++++++*/
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
	display: none;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	background: var(--white-color);
	padding-left: 0;
	display: inline-block;
	width: 200px;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pq-submenu-icon {
	opacity: 1;
	position: absolute;
	top: 12px;
	right: 15px;
	line-height: 2;
	font-size: 12px;
	color: var(--dark-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>a,
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,
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu>li.current-menu-ancestor {
	background: var(--primary-color);
	color: var(--white-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu>li.current-menu-ancestor>a,
header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu>li.current-menu-ancestor.menu-item-has-children .pq-submenu-icon {
	color: var(--white-color);
	background: var(--primary-color);
}

/**top header 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:last-child {
	border: none;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-contact ul li+li {
	padding-left: 30px;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li+li {
	padding-left: 30px;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li a {
	padding: 10px 0;
}

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;
} */

/**header 1**/

header#pq-header.pq-header-style-1 {
	position: absolute;
	background: transparent;
}

header#pq-header.pq-header-style-1 .pq-top-header {
	padding: 0 30px;
}

header#pq-header.pq-header-style-1 .pq-bottom-header {
	padding: 0px 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav {
	float: none;
	justify-content: flex-end;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav li a {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav li a:hover {
	color: var(--primary-color);
}

header#pq-header.pq-header-style-1 .pq-header-info-box {
	display: inline-flex;
	align-items: center;
}

header#pq-header.pq-header-style-1 .pq-menu-search-block {
	margin-right: 30px;
}

header#pq-header.pq-header-style-1 .pq-menu-search-block a {
	color: var(--white-color);
}

header#pq-header.pq-header-style-1 .pq-menu-search-block a:hover {
	color: var(--primary-color);
}

header#pq-header.pq-header-style-1 .pq-btn-container a.pq-button {
	background: var(--primary-color);
	margin-left: 30px;
}

header#pq-header.pq-header-style-1 .pq-btn-container a.pq-button:hover {
	background: var(--white-color);
	color: 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(--dark-color);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav li i,
header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav li:hover .pq-submenu-icon,
header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav li.current-menu-item .pq-submenu-icon {
	color: var(--primary-color);
}

header#pq-header.pq-header-style-1 .pq-bottom-header.pq-header-sticky .pq-header-info-box a.pq-button:hover {
	background: var(--white-color);
	color: var(--dark-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
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-bottom: 0;
}

.pq-list-check li i{
	color: var(--primary-color);
	font-size: 14px;
	margin-right: 10px;
}

.pq-bg-dark .pq-list-check li span{
	color: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Image Box
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-home-layout .pq-image-box-img {
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 0.1);
	border-radius: 5px;
}

.pq-home-layout .pq-image-box-img img {
	transition: all 0.5s ease;
	width: 100%;
	border-radius: 5px;
}

.pq-home-layout .pq-image-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pq-home-layout .pq-btn-container {
	position: absolute;
	bottom: -100px;
	text-align: center;
	transition: all 0.5s ease;
	width: 100%;
	z-index: 2;
}

.pq-home-layout .pq-image-box-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: var(--white-color);
	transition: all 0.5s ease;
	opacity: 0;
	z-index: 1;
	border-radius: 5px;
}

.pq-home-layout .pq-image-box-img:hover:before {
	opacity: 0.8;
}

.pq-home-layout .pq-image-box-img:hover .pq-btn-container {
	bottom: 30px;
}

.pq-home-layout .pq-section-title {
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	margin-top: 20px;
}

.pq-image-box.pq-style-1{
	padding: 30px;
	text-align: center;
	border-radius: 10px;
	background-color: var(--grey-color);
}

.pq-image-box.pq-style-1 .pq-image-box-img{
	margin-bottom: 20px;
}

.pq-image-box.pq-style-1 .pq-image-box-img img{
	width: 90px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Background Images
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-bg-img-1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/1.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.2;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Custom CSS
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pq-mb-30{
	margin-bottom: 30px;
}

.pq-mb-20{
	margin-bottom: 20px;
}

.pq-px-105{
	padding: 0 105px;
}

.pq-innerpages-slider{
	margin: 0 -8%;
}

.pq-mb-45{
	margin-bottom: 45px;
}

.pq-blogging-img-div,
.pq-portfolio-img-div{
	padding: 90px;
}

.pq-blogging-content-div{
	padding: 0 18%;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: center;
}

.pq-blogging-content-div .pq-button{
	width: fit-content;
	background-color: var(--primary-color);
	color: var(--white-color);
}

.pq-blogging-content-div .pq-button:hover{
	background-color: var(--white-color);
	color: var(--dark-color);
}

.pq-portfolio-content-div{
	padding: 0 13% 0 18%;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: center;
}

.pq-portfolio-content-div .pq-button{
	width: fit-content;
}

.pq-responsive-img{
	margin: 0 -200px 0 60px;
}

.pq-responsive-img img{
	width: 100%;
	max-width: 100%;
}

.pq-py-160{
	padding: 160px 0;
}

.purchase .pq-button{
	background-color: var(--primary-color);
	color: var(--white-color);
}

.purchase .pq-button:hover{
	background-color: var(--white-color);
	color: var(--dark-color);
}