/*================================================
[  Table of contents  ]
================================================
==> Fonts
==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Blog Sidebar
==> OWL Carousel
==> Pagination
==> Error
==> Blog
==> Header
==> Breadcrumb
==> Footer
==> Section Title
==> Marquee
==> Image Marquee
==> Tabs
==> Video Popup
==> Client
==> Fancy Box
==> pricing plan
==> Process step
==> Image Box
==> Game video Box
==> Hover Image Effect
==> FAQ
==> Custom Tab
==> Image Portfolio
==> Icon Box
==> List Check
==> Testimonial
==> Background Images
==> Contact Box
==> Custom CSS
======================================
[ End table content ]
======================================*/

/*================================================
Fonts
================================================*/

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

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

@font-face {
    font-family: 'SleuthSerifBB';
    src: url('../fonts/SleuthSerifBB.eot');
    src: url('../fonts/SleuthSerifBB.eot') format('embedded-opentype'),
         url('../fonts/SleuthSerifBB.woff2') format('woff2'),
         url('../fonts/SleuthSerifBB.woff') format('woff'),
         url('../fonts/SleuthSerifBB.ttf') format('truetype'),
         url('../fonts/SleuthSerifBB.svg#SleuthSerifBB') format('svg');
}

/*================================================
Moz Selection
================================================*/

:root {
	/*--primary-color: #805ef0;*/
	--primary-color: #a6170c;
	--dark-color: #0c0d11;
	--secondary-color: #c9c6c6;
	--grey-color: #14141D;
	--white-color: #ffffff;
	/*--body-fonts: 'Poppins';*/
	--body-fonts: 'Space Grotesk';
	--title-fonts: 'Barlow';
}

::-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(--dark-color);
	font-family: var(--body-fonts);
	font-size: 1.2rem;
	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(--white-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;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	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;
}

p {
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

pre {
	background: var(--dark-color);
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

hr {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 0px;
}

b,
strong {
	font-weight: 700;
}

/*===== Lists (Nested) =====*/
ol,
ul {
	padding-left: 25px;
	margin-bottom: 1em;
}

ol li {
	list-style: decimal;
}

ol ol {
	padding-left: 25px;
}

ul li {
	list-style: inherit;
}

/*===== Definition Lists =====*/
dl dd {
	margin-bottom: 15px;
}

dl dd:last-child {
	margin-bottom: 0px;
}

/*===== Table =====*/
table {
	border: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
	margin-bottom: 30px;
}

table td,
table th {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 8px;
	text-align: center;
}

/*===== Input Textarea =====*/
input.form-control,
select.form-control {
	background: var(--white-color) !important;
	border-radius: 0;
	border: 1px solid var(--grey-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--dark-color);
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
	outline: 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;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.contact-form input.form-control,
.contact-form select.form-control{
	border: 1px solid var(--grey-color);
	color: var(--dark-color);
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
	border-color: var(--primary-color);
	background-color: var(--grey-color);
	outline: none;
	box-shadow: none;
	color: var(--secondary-color);
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	float: none;
	margin-right: 5px;
}

textarea {
	background: var(--white-color) !important;
	margin-bottom: 30px;
	border: 1px solid var(--grey-color);
	color: var(--secondary-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
	float: left;
	padding: 10px 15px;
	outline: 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;
	margin-bottom: 30px;
}

.contact-form textarea{
	border: 1px solid var(--grey-color);
	color: var(--dark-color);
}

input::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--dark-color) !important;
	opacity: 1 !important;
}

.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  	color: var(--dark-color) !important;
	opacity: 1 !important;
}
.form-control::-moz-placeholder,
textarea::-moz-placeholder {
  	color: var(--dark-color) !important;
	opacity: 1 !important;
}
.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  	color: var(--dark-color) !important;
	opacity: 1 !important;
}
.form-control:-moz-placeholder,
textarea:-moz-placeholder {
  	color: var(--dark-color) !important;
	opacity: 1 !important;
}

/*===== Select =====*/
select,
select.form-control {
	border: 1px solid #000;
	background: var(--grey-color)#fff;
	color: #000;
	width: 100%;
	float: left;
	padding: 0 30px 0 15px;
	height: 51px;
	line-height: 48px;
	outline: 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;
	-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-repeat: no-repeat;
	background-position: right 16px bottom 50%;
	background-size: 20px 20px;
}

/*===== Container =====*/
.container {
	max-width: 1300px;
	position: relative;
}

section {
	padding: 60px 0;
	position: relative;
}

/*section.blog{padding-top: 0;}*/
section.gaming{padding-top: 80px;}
/*section.testimonial{padding-top: 0;}*/

.pq-bg-dark {
	background-color: var(--dark-color);
}

.pq-bg-white {
	background-color: var(--white-color);
}

.pq-bg-grey {
	background-color: var(--grey-color) !important;
}

.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(--grey-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: 28px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

#back-to-top .top:hover {
	background: var(--white-color);
}


#back-to-top .top i {
	color: var(--white-color);
}

#back-to-top:hover .top i {
	color: var(--dark-color);
	position: relative;
	z-index: 9;
}

/*================================================
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);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*================================================
Button Core
================================================*/

[type="button"],
[type="reset"],
[type="submit"] {
	font-family: var(--title-fonts);
	overflow: inherit;
	position: relative;
	width: auto;
	background: var(--primary-color);
	color: var(--white-color);
	text-transform: uppercase;
	font-size: 16px;
	padding: 12px 45px;
	font-weight: 700;
	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;
	width: auto;
	height: auto;
	letter-spacing: 1px;

}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	color: var(--dark-color);
	background: var(--white-color);
}

.pq-button {
	font-family: var(--title-fonts);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2;
	font-size: 16px;
	padding: 12px 30px;
	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;
	letter-spacing: 1px;
}

.pq-button i {
	margin-left: 8px;
	font-size: 12px;
}

.pq-button:hover,
.pq-button:focus {
	background: var(--white-color);
	color: var(--dark-color);
	text-decoration: none !importan;
}

.pq-bg-white .pq-button:hover,
.pq-bg-white .pq-button:focus {
	background: var(--dark-color);
	color: var(--white-color);
}

.rev-btn i {
	margin-left: 8px !important;
	font-size: 12px !important;
}

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

.pq-button.pq-button-link {
	background: transparent;
	color: var(--primary-color);
	padding: 0;
}

.pq-button.pq-button-link .pq-button-text:after,
.pq-button.pq-button-link .pq-button-text:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 100%;
	background: var(--primary-color);
	transition: all 0.5s ease;
}


.pq-button.pq-button-link .pq-button-text:before {
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.pq-button.pq-button-link .pq-button-text:after {
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
}

.pq-button.pq-button-link:hover .pq-button-text:before {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	-moz-transition: -moz-transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);

}

.pq-button.pq-button-link:hover .pq-button-text:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
	-moz-transition: -moz-transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
	transition: transform .5s cubic-bezier(.86, 0, .07, 1) .25s;
}

/*===== 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(--white-color);
	color: var(--white-color);
}

.pq-button.pq-button-outline i {
	fill: var(--primary-color);
}

.pq-button.pq-button-outline:hover i {
	fill: var(--dark-color);
}

/*================================================
Blog Sidebar
================================================*/
.widget {
	margin-bottom: 45px;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--white-color);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.widget:last-child {
	margin-bottom: 0;
}

/*===== Widget Title =====*/
.widget .widget-title,
.widget.widget_block h2 {
	margin-bottom: 20px;
	font-size: 22px;
	position: relative;
	line-height: 30px;
	color: var(--primary-color);
}

/*===== SideBar - Search =====*/
.widget.widget_search {
	background: var(--white-color);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	padding: 0;
}

.widget.widget_search .widget-title {
	display: none;
}

.widget.widget_search .wp-block-search {
	position: relative;
}

.widget.widget_search .wp-block-search label {
	display: none;
}

.wp-block-search .wp-block-search__button {
	background: transparent;
	border: none;
	padding: 0;
	position: absolute;
	text-align: center;
	color: var(--white-color) !important;
	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;
}

.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 {
	color: var(--primary-color) !important;
	background: transparent;
	outline: none;
}

.search-form {
	position: relative;
}

.search-form label {
	width: 100%;
	margin-bottom: 0;
}

.widget.widget_search .search-form .search-field,
.widget.widget_search .wp-block-search__input {
	background: var(--white-color);
	border: #000 1px solid;
	margin: 0;
}

.widget.widget_search .wp-block-search__input:hover,
.widget.widget_search .wp-block-search__input:focus {
	border-color: var(--primary-color);
}

.search-submit {
	background: transparent;
	border: none;
	padding: 0;
	font-size: 20px;
	position: absolute;
	text-align: center;
	color: var(--white-color) !important;
	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(--primary-color) !important;
	background: transparent;
	outline: none;
	border: none;
}

/*===== widget-menu =====*/
.widget ul {
	padding: 0;
	margin: 0;
}

.widget.payment{
	margin-top: 10px;
}

.widget.payment img{
	max-width: 300px;
}

.widget.contact ul{
	font-size: 1.05rem;
}

.widget ul li {
	list-style: none;
	margin: 0 0 10px 0;
	color: var(--dark-color);
}

footer .widget ul li {
	color: var(--white-color);
}

.widget.social ul li{
	display: inline-block;
	margin: 0 15px 0 0px;
}

.widget ul ul.children {
	padding-left: 25px;
}

.widget ul li a {
	padding: 0 0 0 15px;
	color: var(--dark-color);
	position: relative;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: capitalize;
}
footer .widget ul li a {
	color: var(--white-color);
}
.widget.social ul li a{
	padding: 0 !important;
}
.widget.contact ul li a{
	padding: 0 !important;
	text-transform: none;
}
.widget.contact ul li i{
	color: var(--primary-color);
	display: inline-block;
	margin: 0 10px 0 0;
}

.widget ul li a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.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 .wp-block-page-list li>a:before,
.widget .wc-block-product-categories-list li>a:before,
.widget .product-categories li.cat-item>a:before {
	position: absolute;
	content: '\f054';
	left: 0;
	font-size: 10px;
	top: 5px;
	color: inherit;
	font-family: "Font Awesome 6 Free";
	line-height: normal;
	font-weight: 900;
	color: var(--primary-color);
}
.widget.contact ul li a:before{
	display: none !important;
}

/*===== 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);
	font-weight: 400;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a:before {
	display: none;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a {
	color: var(--primary-color);
	padding-left: 0;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a:hover {
	color: var(--primary-color);
	text-decoration: underline !important;
	padding-left: 0;
}

/*=====  SideBar Calendar  =====*/
.widget_calendar table caption {
	padding: 0 0 10px;
	color: var(--white-color);
}

.widget_calendar table#wp-calendar {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	background: var(--dark-color);
}

.widget_calendar .calendar_wrap td#today {
	background: var(--primary-color);
	color: var(--white-color);
}

.wp-calendar-table td#today {
	background: var(--primary-color);
	color: var(--white-color);
}

.widget_calendar .calendar_wrap td#today a {
	color: var(--white-color);
}

.widget_calendar .calendar_wrap table th {
	background: var(--dark-color);
	color: var(--white-color);
	font-weight: 400;
}

.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table td {
	padding: 8px;
	text-align: center;
}

.wp-block-calendar table th,
.wp-block-calendar tbody td,
.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table tbody td {
	padding: 8px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.wp-block-calendar a {
	text-decoration: none;
}

/*===== widget_categories  =====*/
.widget_categories ul>li:last-child {
	margin-bottom: 0;
}

/*=====  SideBar Categories List  =====*/
.widget_categories ul li,
.widget_archive ul li {
	font-weight: 400;
	color: var(--primary-color);
}

.widget_categories ul li a,
.widget_archive ul li a {
	font-weight: 400;
	color: var(--secondary-color);
}

/*=====  Meta - widget RSS =====*/
.widget.widget_rss ul li {
	margin-bottom: 30px;
}

.widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}

.widget.widget_rss ul li a {
	padding-left: 0;
	font-size: 16px;
	color: var(--secondary-color);
	font-weight: 700;
	font-family: var(--title-fonts);
}

.widget.widget_rss ul li a:hover {
	color: var(--primary-color);
}

.widget.widget_rss ul li a:before {
	display: none;
}

.widget.widget_rss ul li cite {
	font-weight: 700;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	font-family: var(--title-fonts);
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--white-color);
}

.widget.widget_rss ul li .rss-date {
	font-size: 14px;
	color: var(--primary-color);
	line-height: 1;
	float: left;
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

/*===== widget Nav Menu =====*/
.widget.widget_nav_menu ul li,
.widget ul.menu li {
	margin-bottom: 0;
	margin-bottom: 10px;
}

.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
	display: block !important;
	padding-left: 20px;
}

/*=====  SideBar - widget Recent Entries =====*/
.widget_recent_entries ul li .post-date {
	font-weight: 700;
	color: var(--dark-color);
}

/*===== SideBar - Tags =====*/
.widget-tag-cloud {
	margin-bottom: 0;
}

.widget-tag-cloud .tag-cloud-link {
	font-size: 14px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 10px 10px 0;
	display: inline-block;
	color: var(--secondary-color);
	padding: 6px 12px;
	-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;
}

.widget-tag-cloud .tag-cloud-link:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: var(--white-color);
}

/*===== blog sliderbar recent post =====*/
.pq-footer-recent-post {
	display: flex;
	align-items: flex-start;
	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 {
	color: var(--dark-color);
	width: 100%;
	display: inline-block;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 20px;
}

.pq-footer-recent-post .pq-footer-recent-post-info .pq-post-date:hover {
	color: var(--primary-color);
}

.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;
}
.pq-footer-recent-post .pq-footer-recent-post-info h6 a {
	color: var(--dark-color);
}
.pq-footer-recent-post .pq-footer-recent-post-info h6 a:hover {
	color: var(--primary-color);
}


/*===== Comments Box =====*/
.comment-respond {
	margin-top: 0;
	display: inline-block;
	width: 100%;
}

.pq-comment-area .comments-title,
.comment-respond .comment-reply-title {
	padding-top: 30px;
	position: relative;
	margin: 0;
	padding-bottom: 0;
	font-size: 22px;
	line-height: 40px;
}

.comment-respond .comment-reply-title a {
	font-weight: 400;
	color: var(--primary-color);
	font-size: 14px;
	margin-left: 30px;
}

.comment-respond .comment-reply-title a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist .comment {
	margin-top: 15px;
	margin-bottom: 0;
	vertical-align: top;
	padding: 0;
	list-style: none;
}

.commentlist .pq-comment-info {
	padding: 30px;
	border: 1px solid var(--grey-color);
	position: relative;
	background: var(--grey-color);

}

.commentlist ol.children {
	padding-left: 60px;
}

.commentlist .pq-comment-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.commentlist .pq-comment-avatar {
	padding-right: 15px;
}

.commentlist .pq-comment-avatar img {
	width: 70px;
}

.commentlist .pq-comment-box {
	position: relative;
	display: inline-block;
	width: 100%;
}

.commentlist .pq-comment-box .title {
	font-size: 20px;
	line-height: 28px;
}

.commentlist .pq-comment-box .title:hover {
	text-decoration: none;
	color: var(--primary-color);
}

.commentlist .comment-content p {
	margin: 0;
}

.commentlist .pq-comment-info .reply a {
	position: absolute;
	right: 30px;
	top: 30px;
	margin: 0;
	font-size: 14px;
	line-height: 22px;

}

.commentlist .pq-comment-info .reply a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

/*===================================================
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(--white-color);
}

.blog-single .owl-carousel .owl-nav {
	margin: 0;
}

.blog-single .owl-carousel .owl-nav button.owl-prev {
	margin: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 15px;
	bottom: 115px;
	line-height: 1;
	color: var(--primary-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(--white-color);
}

.owl-carousel .owl-nav button:hover {
	background: var(--primary-color);
}

.blog-single .owl-carousel .owl-nav button.owl-next {
	margin: 0;
	width: 0;
	height: 0;
	position: absolute;
	right: 30px;
	bottom: 115px;
	line-height: 1;
	color: var(--primary-color);
}

/* Dots */
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-dots {
	margin-top: 10px;
	margin-bottom: 20px;
	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: 15px;
	width: 15px;
	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);
}

/*================================================
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(--secondary-color);
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.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-image {
	margin-bottom: 45px;
}

.pq-error-image img {
	width: 50%;
}

.pq-error-image img {
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-name: TopBottom;
	animation-timing-function: ease-in-out
}

@keyframes TopBottom {
	0% {
		transform: translate(0px, 0px)
	}

	65% {
		transform: translate(0, 30px)
	}

	100% {
		transform: translate(0px, 0px)
	}
}


/*================================================
Blog
================================================*/

.pq-blog-post {
	margin-bottom: 30px;
	background: var(--white-color);
	display: inline-block;
	width: 100%;
	/*border: 1px solid rgba(255, 255, 255, 0.2);*/
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.home .pq-blog-post{box-shadow: none;}

.pq-blog-post .pq-post-media {
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

.pq-blog-post .pq-post-media img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
}

.pq-blog-post:hover .pq-post-media img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pq-blog-post .pq-blog-contain {
	padding: 30px;
	display: inline-block;
	position: relative;
	width: 100%;
	/*background: var(--grey-color);*/
}

.single .pq-blog-post .pq-blog-contain p{
	color: var(--dark-color);
	line-height: 1.3;
}
.single .pq-blog-post .pq-blog-contain ul{
	color: var(--dark-color);
	line-height: 1.3;
}
.single .pq-blog-post .pq-blog-contain h2,
.single .pq-blog-post .pq-blog-contain h3,
.single .pq-blog-post .pq-blog-contain h4,
.single .pq-blog-post .pq-blog-contain h5,
.single .pq-blog-post .pq-blog-contain h6{
	color: var(--primary-color);
}

.pq-blog .owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 22px;
	line-height: 30px;
	color: var(--white-color);
}

.pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 28px;
	line-height: 36px;
	margin: 0 0 10px;
	/*color: var(--primary-color);*/
	color: #000;
}

.pq-blog-post .pq-blog-contain p:last-child {
	margin-bottom: 0;
}

.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 !important;
	font-family: var(--title-fonts);
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--secondary-color);
	letter-spacing: 1px;
	font-weight: 700;
}

.pq-blog-post .pq-post-meta ul li a {
	color: var(--dark-color);
}

.pq-blog-post .pq-post-meta ul li a:hover {
	color: var(--primary-color);
}

.pq-blog-post .pq-post-meta ul li i {
	display: none;
}

.pq-blog-post .pq-post-meta ul li+li {
	position: relative;
	padding-left: 15px;
}

.pq-blog-post .pq-post-meta ul li+li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, 0.2);
}

.pq-blog-post .pq-post-meta ul li:last-child {
	margin-right: 0;
}

.pq-blog-col-2 .pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 28px;
	line-height: 36px;
}

.pq-blog-col-3 .pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 20px;
	line-height: 30px;
	min-height: 100px;
}

.pq-blog-col-3 .pq-blog-post .pq-blog-contain p{
	min-height: 140px;
	line-height: 1.2;
	color: var(--dark-color);
	margin: 0 0 10px;
}


.pq-blog.pq-blog-col-1 .pq-blog-post .pq-post-category,
.pq-blog.pq-blog-col-2 .pq-blog-post .pq-post-category,
.pq-blog.pq-blog-col-3 .pq-blog-post .pq-post-category,
.owl-carousel .pq-blog-post .pq-post-category {
	margin-top: -45px;
	margin-bottom: 15px;
}

.pq-blog.pq-blog-col-1 .pq-blog-post .pq-post-category a,
.pq-blog.pq-blog-col-2 .pq-blog-post .pq-post-category a,
.pq-blog.pq-blog-col-3 .pq-blog-post .pq-post-category a,
.owl-carousel .pq-blog-post .pq-post-category a {
	display: inline-block;
	background: var(--primary-color);
	color: var(--white-color);
	padding: 5px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--title-fonts);
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
}

.pq-post-contain ul {
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
}

.pq-blog-post .pq-post-contain ul li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 15px;
	align-self: center !important;
	font-family: var(--title-fonts);
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	font-weight: 700;

}

.pq-blog-post .pq-post-contain ul li+li {
	padding-left: 15px;
	position: relative;
}

.pq-blog-post .pq-post-contain ul li+li:before {
	content: "";
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: var(--primary-color);
	border-radius: 100%;
}

.pq-blog-post .pq-post-contain ul li:last-child {
	margin-right: 0;
}

.pq-blog-post .pq-post-contain ul li a {
	color: var(--primary-color);
}

.pq-blog-post .pq-post-contain ul li a:hover {
	color: var(--dark-color);
}

.single-post .pq-blog-post .pq-post-meta ul li i {
	display: none;
}

.pq-blog-post.pq-list {
	border: none;
	border-top: 1px solid #000;
	background: transparent;
	padding-top: 30px;
}

.pq-blog-post.pq-list:first-child{
	border: none;
}

.pq-blog-post.pq-list:last-child {
	/*border-bottom: 1px solid #000;
	padding-bottom: 30px;*/
	margin-bottom: 0;
}

.pq-blog-post.pq-list .pq-post-media {
	width: 250px;
	margin-right: 60px;
}

.pq-blog-post.pq-list .pq-blog-area {
	display: flex;
	align-items: center;
}

.pq-blog-post.pq-list .pq-blog-area .pq-post-meta {
	margin-right: 60px;
}

.pq-blog-post.pq-list .pq-blog-area .pq-post-meta .pq-post-date a {
	color: var(--dark-color);
	text-align: center;
	display: block;
}

.pq-blog-post.pq-list .pq-blog-area .pq-post-meta .pq-post-date .pq-post-blk {
	display: block;
	color: var(--dark-color);
	font-size: 64px;
	line-height: 72px;
	font-weight: 700;
	font-family: var(--title-fonts);
}

.pq-blog-post.pq-list .pq-blog-area .pq-blog-contain {
	width: 60%;
	padding: 0;
	background: transparent;
}

.pq-blog-post.pq-list .pq-blog-contain .pq-post-category a i {
	display: none;
}

.pq-blog-post.pq-list .pq-blog-area .pq-btn-container {
	margin-left: auto;
}

blockquote {
	background: var(--dark-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 6 Free";
	font-weight: 900;
	position: absolute;
	right: 22px;
	bottom: 10px;
	font-size: 90px;
	opacity: 0.1;
	line-height: 98px;
	color: var(--primary-color);
}

blockquote cite {
	font-family: var(--title-fonts);
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}

blockquote strong {
	font-family: var(--title-fonts);
	color: var(--primary-color);
	font-style: italic;
	font-weight: 700;
}

.pq-blog-post .pq-blog-contain blockquote p {
	margin-bottom: 0;
}

.pq-blog-post .pq-blog-contain p:last-child {
	margin-bottom: 0;
}

.pq-blog-post .pq-button:hover{
	background-color: var(--white-color) !important;
	color: var(--dark-color) !important;
}

/*================================================
Header
================================================*/
.animated {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
}

.fadeInDown {
	animation-name: fadeInDown
}

@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(--primary-color);
	padding: 0 45px;
	font-size: 14px;
}

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 20px;
	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: 10px;
}

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

header#pq-header .pq-top-header .pq-header-social ul li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pq-header .pq-top-header.top-style-1 .row {
	align-items: center;
}

header#pq-header .pq-top-header.top-style-1 {
	padding: 9px 45px;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li {
	margin-right: 15px;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li:last-child {
	margin-right: 0;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li a {
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid var(--white-color);
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li a:hover {
	background: var(--white-color);
	color: var(--dark-color);
}

header#pq-header .pq-top-header.top-style-1 ul li a:hover {
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li {
	border-left: 0;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li:last-child {
	border-right: 0;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-tagline {
	color: var(--white-color);
}

header#pq-header .pq-top-header.top-style-1 .pq-header-tagline.text-right {
	text-align: right;
}

header#pq-header .pq-top-header.top-style-1 .pq-header-tagline:hover {
	color: var(--white-color);
	cursor: pointer;
}

header#pq-header .pq-top-header.top-style-2 .row {
	align-items: center;
}

header#pq-header .pq-top-header.top-style-2 {
	padding: 0 45px;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li {
	margin-right: 15px;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li:first-child {
	margin-right: 10px;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li:last-child {
	margin-right: 0;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li a {
	padding: 0;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li {
	border-left: 0;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-social ul li:last-child {
	border-right: 0;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-contact ul li {
	padding: 10px 0;
	padding-right: 15px;
	border-left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pq-header .pq-top-header.top-style-2 .pq-header-contact ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

header#pq-header .pq-top-header.top-style-2 .pq-header-contact ul li+li {
	margin-left: 15px;
}

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

.page-template-page-thank-you header#pq-header .pq-bottom-header,
.page-template-page-cart header#pq-header .pq-bottom-header,
.page-template-page-checkout header#pq-header .pq-bottom-header,
.page-template-page-accounts header#pq-header .pq-bottom-header {
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

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: 700;
}

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);
	text-transform: uppercase;
	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(--grey-color);
	position: absolute;
	top: 70%;
	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(--white-color);
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li:last-child {
	border-bottom: 0;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li i {
	margin-left: 3px;
	font-size: 14px;
	color: var(--dark-color);
	opacity: 1;
	top: -2px;
  	position: relative;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a {
	line-height: 2;
	text-transform: uppercase;
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
	color: var(--white-color);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
}

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(--dark-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(--white-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);
	transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
}

/*===== Navigation search =====*/
header#pq-header .pq-menu-search-block {
	position: relative;
	margin: 0;
}

header#pq-header .pq-menu-search-block a {
	/*color: var(--primary-color);*/
	color: var(--dark-color);
	font-size: 22px;
	display: inline-block;
	position: relative;
}

header#pq-header .pq-menu-search-block a span{
	background-color: var(--primary-color);
	color: #fff;
	width: 25px;
  	height: 25px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -7px;
  	right: -15px;
  	font-size: 13px;
  	line-height: 25px;
}

/*===== Header Default =====*/
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);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: var(--dark-color);
}


/*==========*/
header#pq-header.pq-header-default .pq-btn-container {
	margin: 0 0 0 30px;
}

header#pq-header.pq-header-default .pq-toggle-btn {
	padding: 0;
	margin: 0 0 0 30px;
}

header#pq-header.pq-header-default .pq-toggle-btn a {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 38px;
	background: var(--primary-color);
	color: #fff;
	line-height: 52px;
	width: 52px;
	height: 52px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

header#pq-header.pq-header-default .pq-shop-btn {
	margin-left: 30px;
	margin-right: 0;
}

header#pq-header.pq-header-style-1 {
	/*position: absolute;
	width: 100%;*/
}

.home header#pq-header.pq-header-style-1 {
	position: absolute;
	width: 100%;
}

header#pq-header.pq-header-style-1 .pq-menu-search-block,
header#pq-header.pq-header-style-2 .pq-menu-search-block {
	margin-right: 20px;
	margin-top: 10px;
}


header#pq-header.pq-header-style-1 .pq-bottom-header.pq-header-sticky {
	position: fixed;
	top: 0px;
	left: 0;
	display: inline-block;
	width: 100%;
	z-index: 9999 !important;
	background: var(--white-color);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header#pq-header.pq-header-style-1,
header#pq-header.pq-header-style-2 .pq-bottom-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header#pq-header.pq-header-style-1 .pq-bottom-header,
header#pq-header.pq-header-style-2 .pq-bottom-header {
	padding: 0 45px;
}

header#pq-header.pq-header-style-2 {
	position: absolute;
	width: 100%;
}

header#pq-header.pq-header-style-2 .pq-bottom-header.pq-header-sticky {
	position: fixed;
	top: 0px;
	left: 0;
	display: inline-block;
	width: 100%;
	z-index: 2;
	background: var(--dark-color);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-nav {
	float: left;
}

header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-brand img {
	margin-left: -140px;
}


header#pq-header.pq-header-style-2 .navbar-expand-lg .navbar-collapse {
	flex-grow: unset;
}

header#pq-header.pq-header-style-2 .pq-bottom-header .navbar .navbar-brand {
	flex-grow: 1;
	text-align: center;
	margin: 0;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav {
	float: unset;
	justify-content: center;
}


header#pq-header .pq-top-header .pq-header-social ul li {
	color: var(--white-color);
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/*++++++++++++++++ Header Search +++++++++++*/

.pq-menu-search-block .offcanvas {
	position: fixed;
	z-index: 1050;
	background-color: var(--dark-color) !important;
	padding: 45px;
	height: auto;
	line-height: 0;
	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: 0;
	padding: 0;
	box-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	margin: 6px 0;
}

.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(--primary-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(--dark-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 label{
	width: 100%;
}

.pq-menu-search-block .offcanvas .search-form .search-field {
	border: none;
	color: var(--secondary-color);
	background: var(--primary-color);
	padding-left: 30px;
	margin-bottom: 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(--primary-color);
}

.pq-menu-search-block .offcanvas .search-form .search-submit {
	background: transparent;
	color: var(--white-color) !important;
}

.pq-menu-search-block .offcanvas .search-form .search-submit:hover {
	color: var(--white-color) !important;
}

/*================================================
Breadcrumb
================================================*/
.pq-breadcrumb {
	background: var(--grey-color);
	color: var(--white-color);
	padding: 60px 0 !important;
	position: relative;
	background-position: center center;
	background-size: cover;
}

.pq-breadcrumb {
	background-image: url(../images/breadcrumb/1.jpg);
}

.pq-breadcrumb nav {
	position: relative;
}

.pq-breadcrumb:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-color);
	opacity: 0.7;
}
/*.pq-breadcrumb:after {
  	background-color: var(--primary-color);
  	border-radius: 2px;
  	transform: skew(-20deg, 0deg);
  	content: "";
  	width: 200px;
  	height: calc(100% + 70px);
  	position: absolute;
  	right: 200px;
  	bottom: 0;
  	z-index: 2;
}*/

.pq-breadcrumb .pq-breadcrumb-title h1 {
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 15px;
	/*text-align: center;*/
}
.pq-breadcrumb .pq-breadcrumb-title p {
	margin: 0 !important;
  	line-height: 1.5;
}

.pq-breadcrumb-container .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.pq-breadcrumb-container .breadcrumb li {
	list-style-type: none;
	margin-right: 15px;
	padding-left: 0;
}

.pq-breadcrumb-container .breadcrumb li.active {
	color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb li a {
	color: var(--white-color);
}

.pq-breadcrumb-container .breadcrumb li a:hover {
	color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\f125";
	font-size: 12px;
	font-family: "Ionicons";
	padding-right: 15px;
	margin-top: 8px;
	color: var(--white-color);
}

.pq-breadcrumb-container .breadcrumb li.breadcrumb-item i {
	position: relative;
	z-index: 1;
	margin-right: 20px;
	color: var(--white-color);
}

.pq-breadcrumb-container .breadcrumb li.breadcrumb-item i:after {
	content: '';
	position: absolute;
	width: 34px;
	line-height: 30px;
	height: 34px;
	border-radius: 50%;
	background: var(--primary-color);
	left: -6px;
	top: -6px;
	z-index: -1;
}

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

footer#pq-footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-image: url(../images/background-images/footer-bg-img.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

footer#pq-footer .widget .footer-title {
	color: var(--white-color);
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	position: relative;
	line-height: 24px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer#pq-footer .pq-footer-bottom {
	padding-top: 60px;
	padding-bottom: 15px;
}

footer#pq-footer .widget {
	background: transparent;
	padding: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 45px;
}

footer#pq-footer .widget ul.menu li {
	margin-bottom: 20px;
  	font-size: 17px;
  	line-height: 22px;
}
footer#pq-footer .widget ul.menu li a{display: inline-block;}
footer#pq-footer .widget ul.menu li a:before {
	position: absolute;
	content: '\f054';
	left: 0;
	font-size: 10px;
	top: 6px;
	color: inherit;
	font-family: "Font Awesome 6 Free";
	line-height: normal;
	font-weight: 900;
	color: var(--primary-color);
}

footer#pq-footer .pq-copyright-footer {
	padding: 15px 0;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer#pq-footer {
	background: var(--grey-color);
	display: inline-block;
	width: 100%;
	color: var(--secondary-color);
	float: left;
	position: relative;
}

footer#pq-footer .pq-footer-top {
	padding-top: 30px;
}

.home footer#pq-footer .pq-footer-top{
	padding-top: 30px;
}

footer#pq-footer .pq-footer-bottom-list {
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}

.home footer#pq-footer .pq-footer-bottom-list,
.page-template-page-game-details footer#pq-footer .pq-footer-bottom-list{
	display: none;
}

.pq-footer-items {
	display: flex;
	align-items: flex-start;
}

.pq-footer-items-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: var(--primary-color);
	border-radius: 50%;
	border: 1px solid var(--primary-color);
}

footer#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items .pq-footer-items-info {
	margin-left: 30px;
}

.pq-footer-items-info .pq-btn-container a {
	color: var(--white-color);
}

/*================================================
Section Title
================================================*/

.pq-section-title-style-1.text-center {
	/*padding: 0 15em;*/
	margin-bottom: 10px;
}

.pq-section-title-style-1 .pq-section-main-title {
	font-size: 52px;
	line-height: 60px;
	z-index: 9;
	color: var(--white-color);
	padding: 0;
	margin: 0 0 40px;
	position: relative;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pq-section-title-style-1 h3.pq-section-main-title{font-size: 40px; line-height: 45px;}

section.gaming .pq-section-title-style-1 .pq-section-main-title{
	font-size: 34px;
  	line-height: 40px;
  	margin: 0 0 20px;
}

.video .pq-section-title-style-1 .pq-section-main-title{
	font-size: 52px;
	line-height: 60px;
}

.video h4{
	font-size: 20px;
	line-height: 26px;
	color: var(--dark-color);
	font-style: italic;
	margin-top: 30px;
	text-transform: none;
}
.video h4 strong{
	display: block;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
}

.pq-bg-white .pq-section-title-style-1 .pq-section-main-title{
	color: var(--dark-color);
}

.pq-bg-white .contact-form .pq-section-title-style-1 .pq-section-main-title{
	/*color: var(--white-color);*/
	margin: 0 0 20px;
}

.pq-section-title-style-1 .pq-section-description {
	margin-top: 5px;
	margin-bottom: 20px;
	display: inline-block;
}

section.gaming .pq-section-title-style-1 .pq-section-description {
	font-size: 16px;
  	line-height: 24px;
  	width: 100%;
}
section.gaming .pq-section-title-style-1 .pq-section-description p:last-child{
	margin-bottom: 0;
}

.pq-bg-white .pq-section-title-style-1 .pq-section-description{
	color: var(--dark-color);
}

/*.pq-bg-white .contact-form .pq-section-title-style-1 .pq-section-description p{
	color: var(--white-color) !important;
}*/
.pq-bg-white .contact-form .pq-section-title-style-1 .pq-section-description p{
	line-height: 26px;
	margin-bottom: 0;
}
.pq-bg-white .contact-form .pq-section-title-style-1 .pq-section-description p a{
	/*color: var(--white-color) !important;*/
	text-decoration: underline;
}
.pq-bg-white .contact-form .pq-section-title-style-1 .pq-section-description p a:hover{
	/*color: var(--white-color) !important;*/
	text-decoration: none;
}
.pq-bg-white .contact-form label{
	color: #000 !important;
}


/*================================================
Marquee
================================================*/

.pq-marquee-main {
	position: relative;
	height: 40px;
	overflow: hidden;
}

.pq-marquee {
	width: 4000px;
	position: absolute;
	animation: marqueeLeft 25s linear infinite;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	overflow: hidden;
	white-space: nowrap;
}

.pq-marquee ul {
	float: left;
	width: 48%;
}

.marquee-content-items {
	padding: 0;
	margin: 0;
}

.marquee-content-items li {
	display: inline-block;
	list-style-type: none;
	font-size: 40px;
	line-height: 48px;
	position: relative;
	/*margin-right: 45px;*/
	text-transform: uppercase;
	color: var(--white-color);
	font-family: var(--title-fonts);
	letter-spacing: 1px;
	font-weight: 700;
}

@keyframes marqueeLeft {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

/*================================================
Image Marquee
================================================*/

.pq-img-marquee-main {
	position: relative;
	height: 206px;
	overflow: hidden;
}

.pq-img-marquee {
	width: 300%;
	position: absolute;
	animation: imagemarqueeLeft 40s linear infinite;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	white-space: nowrap;
	display: flex;
}

.pq-imagemarqueeright .pq-img-marquee {
	animation: imagemarqueeright 40s linear infinite;
	left: inherit;
}

.pq-img-marquee ul {
	display: inline-block;
	margin-right: 10px;
}

.marquee-img-content-items {
	padding: 0;
	margin: 0;
}

.marquee-img-content-items li {
	display: inline-flex;
	margin-right: 5px;
	position: relative;
}

.marquee-img-content-items li img {
	width: 350px;
}

.marquee-img-content-items li:last-child {
	margin-right: 0;
}

@keyframes imagemarqueeLeft {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}


@keyframes imagemarqueeright {
	0% {
		left: -100%;
	}

	100% {
		left: 0;
	}
}

/*================================================
   Tabs
================================================*/

.pq-advance-tab {
	display: inline-block;
	width: 100%;
	/*text-align: center;*/
}

.pq-advance-tab .nav-tabs {
	background: var(--grey-color);
	border: none;
	display: inline-block;
	text-align: center;
	/*padding: 10px;*/
}

.pq-advance-tab .nav-tabs .pq-tabs.nav-link {
	margin: 0;
	line-height: 2;
	display: inline-block;
	font-family: var(--title-fonts);
	color: var(--dark-color);
	background: var(--white-color);
	padding: 12px 45px;
	text-align: center;
	border: none;
	border-radius: 15px 15px 0 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 5px;
}

.pq-advance-tab .nav-tabs .pq-tabs.nav-link:last-child {
	margin-right: 0;
}

.pq-advance-tab .nav-tabs .pq-tabs.nav-link.active {
	background: var(--primary-color);
	color: var(--white-color);
}

.pq-advance-tab .tab-content {
	/*margin: 45px 0 0;*/
	text-align: left;

	background: var(--white-color);
	border: var(--primary-color) 10px solid;
	padding: 20px;
}

.pq-advance-tab .tab-content .tab-inner{
	max-height: 795px;
	min-height: 795px;
	overflow-y: scroll;
	padding: 0 50px 0 0;
}

.pq-advance-tab .tab-content .testimonial{
	max-height: 590px;
	min-height: 590px;
	overflow-y: scroll;
	padding: 30px 50px 30px 30px;
  	border: var(--primary-color) 1px solid;
}

.pq-advance-tab .tab-content .pq-testimonial-box.pq-style-1{
	padding: 0 0 25px;
  	margin: 0 0 20px;
  	border-bottom: #000 1px solid;
}
.pq-advance-tab .tab-content .pq-testimonial-box:last-child{
	border: none;
	margin-bottom: 0;
	padding: 0;
}

.pq-advance-tab .tab-content .pq-testimonial-content p{
	min-height: 1px;
}
.page-template-page-thank-you .pq-testimonial-content p{
	min-height: 1px;
}
.pq-advance-tab .tab-content .testimonial-side img{
	max-width: 210px;
  	margin: 0 auto;
  	display: block;
  	position: relative;
}
.pq-advance-tab .tab-content .testimonial-side img:first-child{
	rotate: 20deg;
  	margin-top: 30px;
  	z-index: 9;
}
.pq-advance-tab .tab-content .testimonial-side img:nth-child(2){
	rotate: -10deg;
  	z-index: 8;
}
.pq-advance-tab .tab-content .testimonial-side img:last-child{
	rotate: 10deg;
  	z-index: 7;
  	margin-bottom: 30px;
}



/*================================================
Video Popup
================================================*/

.video-popup {
	position: relative;
	z-index: 9;
}

.pq-popup-video-block.pq-popup-style-1 .pq-video-icon a {
	margin: auto;
	text-decoration: none;
	color: var(--white-color);
	font-size: 20px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	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(--white-color);
	color: var(--primary-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 {
	display: inline-block;
	position: relative;
}

.pq-video-img {
	position: relative;
}

.pq-video-img img {
	position: relative;
}

.pq-video-img .pq-popup-video-block.pq-popup-style-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.connection .pq-popup-video-block.pq-popup-style-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.connection .video{padding-left: 10%;}

.mfp-wrap .mfp-close {
	padding: 0;
	top: -50px;
	right: 0;
	font-size: 26px;
	opacity: 1;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--white-color);
	background-color: var(--primary-color);
	position: absolute;
	letter-spacing: 0;
	font-weight: 400;
}

.mfp-figure .mfp-close {
	top: -10px;
}

.mfp-wrap .mfp-close:hover {
	background: var(--primary-color);
}

.mfp-wrap .mfp-close:focus {
	outline: none;
}

/*================================================
Client
================================================*/
.pq-client-box.pq-client-style-1 .pq-client-img {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
	opacity: 0.8;
}

.pq-client-box.pq-client-style-1 a:hover .pq-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%)
}

.pq-client-box.pq-client-style-1 a:hover .pq-client-hover-img {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pq-client-box.pq-client-style-1 .pq-client-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease
}


/*--------- grid --------------- */

.pq-client-box.pq-client-style-1 {
	display: block;
	overflow: hidden;
	position: relative;
}

/*================================================
Fancy Box
================================================*/

.pq-fancy-box.pq-style-1 {
	padding: 45px 30px;
	transition: all 0.5s ease;
	background: var(--grey-color);
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	min-height: 340px;
}

.pq-fancy-box.pq-style-1 .pq-fancy-box-bg {
	position: absolute;
	left: 25%;
	top: 25%;
	width: 60%;
	height: 100%;
	opacity: 1;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pq-fancy-box.pq-style-1 .pq-fancy-box-bg img {
	width: 70%;
	display: inherit;
	margin: 0 auto;
	text-align: center;
	margin-top: 45px;
}

.pq-fancy-box.pq-style-1 .pq-fancy-box-bg:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	background: var(--grey-color);
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}


.pq-fancy-box.pq-style-1 .pq-fancy-box-info {
	position: relative;
}

.pq-fancy-box.pq-style-1:hover,
.pq-active .pq-fancy-box.pq-style-1 {
	background: var(--grey-color);
}


.pq-fancy-box.pq-style-1 .pq-fancy-box-title {
	color: var(--white-color);
	margin-bottom: 5px;
	transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
}

.pq-fancy-box.pq-style-1 .pq-fancybox-description {
	margin-bottom: 15px;
	color: var(--white-color);
	transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
}

/*================================================
Pricing plan
================================================*/
.pricing-plan{padding-top: 0 !important;}
.pq-pricing-plan.pq-style-1 {
	padding: 45px;
	background: var(--grey-color);
}

.pq-pricing-plan.pq-style-1 .pq-pricebox-detail {
	display: flex;
}

.pq-pricing-plan.pq-style-1 .pq-price-media i {
	font-size: 64px;
	line-height: 72px;
	color: var(--primary-color);
}

.pq-pricing-plan.pq-style-1 .pq-price-content {
	margin-left: 30px;
}


.pq-pricing-plan.pq-style-1 .pq-list-info {
	margin: 0;
	padding: 45px 0;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.pq-pricing-plan.pq-style-1 .pq-list-info li {
	list-style: none;
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.pq-pricing-plan.pq-style-1 .pq-list-info li:last-child {
	margin-bottom: 0;
}

.pq-pricing-plan.pq-style-1 .pq-list-info li i {
	margin-left: 30px;
	display: inline-block;
	font-size: 24px;
	line-height: 32px;
	color: var(--primary-color);
}

.pq-pricing-plan.pq-style-1 .price {
	font-size: 48px;
	line-height: 56px;
	display: inline-block;
	color: var(--white-color);
	padding: 30px 0;
}

.pq-pricing-plan.pq-style-1 .price .pq-price span {
	font-size: 20px;
	line-height: 28px;

}

.pq-pricing-plan.pq-style-1 .price .pq-price-sign {
	font-size: 28px;
	line-height: 36px;
}

.pq-pricing-plan.pq-style-1 .price span.pq-price-sign {
	position: relative;
	top: -20px;
}

.pq-pricing-plan.pq-style-1 .price span.price-month {
	font-size: 16px;
	letter-spacing: 1px;
}

/*================================================
Process Step
================================================*/

.pq-process-step.pq-process-1 {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 190px;
}

.pq-process-step.pq-process-1.left .pq-process-img {
	margin-right: 90px;
}

.pq-process-step.pq-process-1.left .pq-process-info,
.pq-process-step.pq-process-1.right .pq-process-info {
	width: 70%;
}

.pq-process-step.pq-process-1 .pq-before-img {
	position: absolute;
	left: 50%;
	opacity: 0.2;
	z-index: 1;
}

.pq-process-step.pq-process-1.left .pq-before-img {
	transform: translate(-50%, -10px);
	top: 65%;
}

.pq-process-step.pq-process-1.right .pq-before-img {
	transform: translate(-50%, -10px) rotateY(180deg);
	top: 68%;
}

.pq-process-step.pq-process-1 .pq-process-img {
	z-index: 2;
}

.pq-process-step.pq-process-1 .pq-process-title {
	margin-bottom: 15px;
}

.pq-process-description {
	margin-bottom: 0;
}

.before-img-none.pq-process-step.pq-process-1.left .pq-before-img {
	display: none;
}

.pq-reverse-process.pq-process-step.pq-process-1.left {
	flex-direction: row-reverse;
}

.pq-reverse-process.pq-process-step.pq-process-1.left .pq-process-img {
	margin-left: 90px;
	margin-right: 0;
}

.pq-reverse-process.pq-process-step.pq-process-1.left .pq-before-img {
	top: 65%;
	transform: translate(-50%, -10px) rotateY(180deg);
}

/*================================================
Image Box
================================================*/

.pq-image-box.pq-style-1 {
	display: flex;
	flex-wrap: nowrap;
}

.pq-image-box.pq-style-1 .item {
	text-align: center;
}

.pq-image-box.pq-style-1 .pq-image-box-media {
	margin-bottom: 30px;
}

.pq-image-box.pq-style-1 .pq-image-box-media img {
	width: 50%;
}

.pq-image-box.pq-style-2 .pq-image-box-img {
	margin-bottom: 30px;
}

.pq-image-box.pq-style-2 .pq-image-box-title a:hover {
	color: var(--white-color);
}

.pq-image-box.pq-style-2 .pq-image-box-description {
	margin-bottom: 0;
	font-weight: 700;
	color: var(--white-color);
	font-family: var(--title-fonts);
	text-transform: uppercase;
}

.pq-image-box.pq-style-3 {
	position: relative;
}

.pq-image-box.pq-style-3 .pq-image-box-media {
	overflow: hidden;
	position: relative;
}

/*.pq-image-box.pq-style-3 .pq-image-box-media:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	content: "";
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}*/

.pq-image-box.pq-style-3 .pq-image-box-media img {
	width: 100%;
	transform: scale(1);
	transition: 0.5s ease-in-out;
}

.pq-image-box.pq-style-3:hover .pq-image-box-media img {
	transform: scale(1.1);
}

.pq-image-box.pq-style-3 .pq-image-box-info {
	/*position: absolute;
	left: 0;
	bottom: 20px;*/
	/*padding: 0 30px;
	text-align: center;*/
	padding: 20px;
	background-color: #fff;
}

.pq-bg-white .pq-image-box.pq-style-3 .pq-image-box-info {
	text-align: center;
	padding: 20px 0;
}

.pq-image-box.pq-style-3 .pq-image-box-info h5{
	font-size: 20px;
	margin: 0 0 5px;
}

.pq-image-box.pq-style-3 .pq-image-box-info h5 {
	color: #000;
}
.pq-image-box.pq-style-3 .pq-image-box-info h5 a {
	color: #000;
}
.pq-image-box.pq-style-3 .pq-image-box-info h5:hover,
.pq-image-box.pq-style-3 .pq-image-box-info h5 a:hover {
	color: var(--primary-color);
}

.pq-image-box.pq-style-3 .pq-image-box-info p{
	font-size: 19px;
  	line-height: 22px;
  	color: var(--dark-color);
  	margin: 0 0 15px;
}
.pq-image-box.pq-style-3 .pq-image-box-info p:last-child{
	text-align: center;
  	margin: 0;
}

.pq-image-box.pq-style-3 .pq-image-category {
	font-family: var(--title-fonts);
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	color: var(--white-color);
}

.pq-image-box.pq-style-3 .pq-image-box-info .pq-button:hover{
	color: #fff !important;
	background-color: #000 !important;
}

.col-20 {
	width: 20%;
}

.pq-image-box.pq-style-4 {
	/*background: var(--dark-color);*/
	background: var(--white-color);
	transition: 0.5s ease-in-out;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

.pq-image-box.pq-style-4 .pq-image-box-media {
	overflow: hidden;
	position: relative;
	margin: 0 10%;
}

.pq-image-box.pq-style-4 .pq-image-box-media img {
	transform: scale(1);
	transition: 0.5s ease-in-out;
}

.pq-image-box.pq-style-4:hover .pq-image-box-media img {
	transform: scale(1.1);
}

.pq-image-box.pq-style-4 .pq-image-box-info {
	padding: 15px;
}

.pq-image-box.pq-style-4 .pq-image-box-info h6{
	margin-top: 10px;
	font-family: var(--body-fonts);
}

.pq-image-box.pq-style-4 .pq-image-box-info h6 a{
	color: var(--dark-color);
}
.pq-image-box.pq-style-4 .pq-image-box-info h6 a:hover{
	color: var(--primary-color);
}

.pq-image-box.pq-style-4 .pq-image-category {
	font-family: var(--title-fonts);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: 700;
	color: var(--primary-color);
}
.categories .pq-image-box.pq-style-4 .pq-image-category{
	font-size: 16px;
}

.pq-image-box.pq-style-5 {
	padding: 45px 30px;
	border: 1px solid #ffffff33;
	transition: all 0.5s ease-in-out;
}

.pq-image-box.pq-style-5:hover {
	border-color: var(--primary-color);
}

.pq-image-box.pq-style-5 .pq-image-box-img {
	margin-bottom: 30px;
	text-align: center;
}

.pq-image-box.pq-style-5 .pq-image-box-img img {
	height: 86px;
}

.pq-image-box.pq-style-5 .pq-image-box-content {
	text-align: center;
}

.pq-image-box.pq-style-5 .pq-image-box-content .pq-image-box-title {
	margin-bottom: 5px;
}

.pq-image-box.pq-style-5 .pq-image-box-content .pq-image-box-description {
	margin: 0;
}

.pq-image-box.pq-style-5 .pq-image-box-content .pq-button.pq-button-flat {
	margin-top: 20px;
}

/*================================================
Game video Box
================================================*/

.pq-gaming-video-box {
	overflow: hidden;
	position: relative;
}

.pq-gaming-video-box .pq-gaming-video {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5 s ease;
}

.pq-gaming-video-box:hover .pq-gaming-video {
	opacity: 1;
	cursor: pointer;
}

.thevideo {
	width: 100%;
	height: 100%;
}

/*================================================
Hover Image Effect
================================================*/

.pq-menu-tabs {
	text-align: left;
}

.pq-menu-tabs .menu-tabs-item {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pq-menu-tabs .menu-tabs-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pq-menu-tabs .menu-tabs-item a.menu-tabs-link {
	font-family: var(--title-fonts);
	font-size: 26px;
	line-height: 34px;
	position: relative;
	color: var(--white-color);
	padding: 30px 0;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.pq-menu-tabs .menu-tabs-item a.menu-tabs-link i {
	color: var(--primary-color);
	font-size: 56px;
	line-height: 64px;
	margin-right: 30px;
}

.pq-menu-tabs .menu-tabs-item a.menu-tabs-link span {
	position: absolute;
	right: 0;
}

.pq-menu-tabs .menu-tabs-item .menu-tabs-img {
	position: absolute;
	height: 200px;
	opacity: 0;
	left: 71%;
	top: 50%;
	transform: translate3d(calc(0% - 1vw), -50%, 0) rotate3d(0, 0, 1, 0deg);
	z-index: 9;
	transition: all 0.5s ease-in-out;
}

.pq-menu-tabs .menu-tabs-item.active .menu-tabs-img {
	opacity: 1;
}

/*================================================
FAQ
================================================*/

.pq-accordion-style-1 p{
	color: var(--dark-color);
	line-height: 26px;
}

.pq-accordion-block .pq-accordion-box {
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.pq-accordion-block .pq-accordion-box:last-child {
	margin-bottom: 0;
}

.pq-accordion-block .pq-accordion-box .pq-ad-title {
	padding: 30px 15px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title {
	padding: 30px 15px 5px;
}

.pq-accordion-block .pq-accordion-box .pq-ad-title i {
	position: absolute;
	top: 35px;
	right: 15px;
	opacity: 1;
	color: var(--dark-color);
}

.pq-accordion-block .pq-accordion-box .pq-ad-title i.inactive {
	opacity: 0;
}

.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title i {
	position: absolute;
	top: 35px;
	right: 15px;
	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(--dark-color);
}

.pq-accordion-block .pq-accordion-box .pq-accordion-details {
	padding: 0 15px 30px;

}
.pq-accordion-block .pq-detail-text{
	padding-top: 15px;
}
.pq-accordion-block .pq-accordion-box .pq-accordion-details p {
	color: var(--dark-color);
	margin-bottom: 10px;
	line-height: 28px;
}
.pq-accordion-block .pq-accordion-box .pq-accordion-details p.nomar{
	margin-bottom: 5px;
}

.pq-accordion-block .pq-accordion-box .pq-accordion-details p:last-child {
	margin-bottom: 0;
}

.pq-accordion-block .pq-accordion-box .pq-accordion-details ul,
.pq-accordion-block .pq-accordion-box .pq-accordion-details ol{
	color: var(--dark-color);
	line-height: 28px;
}

.pq-accordion-block .pq-accordion-box .pq-ad-title .ad-title-text {
	font-size: 20px;
	line-height: 28px;
	color: var(--dark-color);
}

.pq-accordion-block .pq-accordion-box.pq-active .pq-ad-title .ad-title-text {
	color: var(--primary-color);
}

/*=================================================
Custom Tab
===================================================*/

.pq-tabs-1 .nav-tabs {
	border: none;
	display: flex;
	background: var(--grey-color);
}

.pq-tabs-1 .nav-tabs .nav-item {
	background: var(--grey-color);
	color: var(--secondary-color);
	padding: 12px 30px;
	border: none;
	position: relative;
	font-family: var(--title-fonts);
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2;
	font-weight: 700;
	transition: none;
}

.pq-tabs-1 .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.pq-tabs-1 .nav-tabs .nav-item i {
	font-size: 62px;
	line-height: 70px;
	display: inline-block;
}

.pq-tabs-1 .nav-tabs .nav-item span {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: 700;
	color: var(--secondary-color);
	font-family: var(--title-fonts);
}

.pq-tabs-1 .nav-tabs .nav-item.active {
	color: var(--white-color);
}

.pq-tabs-1 .nav-tabs .nav-item.active span {
	color: var(--white-color);
}

.pq-tabs-1 .tab-content {
	margin-top: 60px;
}

.pq-tabs-1 .tab-content img.pq-full-width {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.pq-tabs-1 .tab-content .pq-tab-info {
	padding-left: 45px;
}

.pq-tabs-1 .tab-content .pq-tab-info h2 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 15px;
}

.pq-tabs-1 .tab-content .pq-tab-info ul {
	margin: 0;
	padding: 0;
}

.pq-tabs-1 .tab-content .pq-tab-info ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 15px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: var(--title-fonts);
	color: var(--white-color);
	letter-spacing: 1px;
	font-weight: 700;
}

.pq-tabs-1 .tab-content .pq-tab-info ul li .pq-number {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	background: var(--primary-color);
	color: var(--white-color);
	border-radius: 50%;
	margin-right: 15px;
}

.pq-tabs-1 .tab-content .pq-tab-info .pq-button-block {
	margin: 30px 0 0;
}

.pq-tabs-border .pq-tabs-1 .nav-tabs {
	border-bottom: 1px solid var(--grey-color);
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item {
	display: inline-flex;
	align-items: center;
	background: transparent;
	border-radius: 0;
	color: var(--dark-color);
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item i {
	font-size: 44px;
	line-height: 52px;
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item span {
	text-align: left;
	margin-left: 15px;
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item.active,
.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item.active span {
	color: var(--dark-color);
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item.active {
	color: var(--primary-color);
}

.pq-tabs-border .pq-tabs-1 .nav-tabs .nav-item:after {
	display: none;
}

/*================================================
Image Portfolio
================================================*/

.pq-background-img {
	min-height: 650px;
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	transition: opacity .5s .2s;
	opacity: 1;
}

.pq-background-img-inner {
	overflow: hidden;
	display: flex;
	width: 100%;
}

.pq-background-img-bg {
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 100%;
}

.pq-background-img-item {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 0;
	z-index: 5;
	flex: 1;
	height: 100%;
	transition: 0.5s;
	cursor: pointer;
}

.pq-background-img .pq-background-img-item.active {
	flex: 3;
	transition: 0.5s;
}

.pq-background-link {
	padding: 0;
	position: absolute;
	left: 40px;
	top: 40px;
	opacity: 0;
	transition: 0.5 ease;
}

.pq-background-img-item.active .pq-background-link {
	opacity: 1;
}

.pq-background-img-number {
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	font-family: var(--title-fonts);
	color: var(--white-color);
}

.pq-background-link a.pq-background-img-number:hover {
	color: var(--white-color);
}

.pq-background-img-info {
	position: absolute;
	left: 40px;
	bottom: -190px;
	right: 0;
	display: block;
	opacity: 0;
	transition: all 0.8s ease;
	cursor: text;
}

.pq-background-img .pq-background-img-item.active .pq-background-img-info {
	opacity: 1;
	left: 40px;
	bottom: 35px;
	width: 50%;
	transition: all 0.8s ease;
}

.pq-background-img-title {
	margin-bottom: 0;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: var(--title-fonts);
	text-transform: uppercase;
	color: var(--white-color);
	transition: all 0.5s ease;
}

.pq-background-img-item .pq-background-img-bg{
	position: relative;
}
.pq-background-img-item .pq-background-img-bg:before{
	position: absolute;
	left: 0; 
	bottom: 0;
	width: 100%;
	height: 75%;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	content: "";
}


/*================================================
Icon Box
================================================*/

.pq-icon-box.pq-style-1 {
	display: flex;
	/*align-items: center;*/
}

.pq-icon-box.pq-style-1 p{
	margin-bottom: 0;
	font-size: 20px;
	line-height: 28px;
	color: #000;
}

.pq-icon-box.pq-style-1 ul{
	margin-top: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
}
.pq-icon-box.pq-style-1 ul li{
	padding-bottom: 9px;
}

.gaming .pq-icon-box.pq-style-1 {
	width: 50%;
}

.pq-icon-box.pq-style-1 .pq-icon {
	margin-right: 15px;
}

.pq-icon-box.pq-style-1 .pq-icon img{
	width: 70px !important;
	max-width: 70px !important;
}

.pq-icon-box.pq-style-1 .pq-icon i {
	font-size: 42px;
	color: var(--primary-color);
}

.no-limits .pq-icon-box.pq-style-1 .pq-icon {
	margin-right: 40px;
}

.no-limits .pq-icon-box.pq-style-1 .pq-icon i {
	font-size: 56px;
	line-height: 1;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-1 h6 a{
	color: var(--primary-color);
}
.pq-icon-box.pq-style-1 h6 a:hover{
	color: var(--white-color);
}

.pq-icon-box.pq-style-2 {
	display: flex;
	padding: 0 30px 60px 0;
	margin: 0 0 60px 0;
	border-bottom: 1px solid #ffffff33;
}

.pq-icon-box.pq-style-2:last-child {
	padding: 0 30px 0 0;
	margin: 0 0 0 0;
	border-bottom: none;
}

.pq-icon-box.pq-style-2 .pq-icon {
	margin-right: 30px;
}

.pq-icon-box.pq-style-2 .pq-icon i {
	font-size: 90px;
	line-height: 1;
	display: inline-block;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-2 .pq-icon-box-content .pq-icon-box-description {
	margin-bottom: 0;
}

.pq-icon-box.pq-style-3 {
	padding: 30px 45px;
	border-right: 2px solid #ffffff33;
}

.pq-icon-box.pq-style-3 .pq-icon {
	margin-bottom: 15px;
	text-align: center;
}

.pq-icon-box.pq-style-3 .pq-icon i {
	font-size: 72px;
	line-height: 1;
	display: inline-block;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-3 .pq-icon-box-content {
	text-align: center;
}

.pq-icon-box.pq-style-3 .pq-icon-box-content .pq-icon-box-title {
	margin-bottom: 10px;
}

.pq-icon-box.pq-style-3 .pq-icon-box-content .pq-icon-box-description {
	margin-bottom: 0;
	color: #000;
}

.benefits .pq-icon-box.pq-style-3 .pq-icon i {
	font-size: 90px;
}

.benefits .pq-icon-box.pq-style-3 .pq-icon {
	margin-bottom: 20px;
}

.benefits .pq-icon-box.pq-style-3 .pq-icon-box-content .pq-icon-box-title a:hover {
	color: var(--white-color);
}

.pq-icon-box.pq-style-4 .pq-icon {
	margin-bottom: 15px;
	text-align: center;
}

.pq-icon-box.pq-style-4 .pq-icon i {
	font-size: 68px;
	line-height: 1;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-4 .pq-icon-box-content {
	text-align: center;
}

.pq-icon-box.pq-style-4 .pq-icon-box-content .pq-icon-box-title {
	margin-bottom: 20px;
}

.contact .pq-icon-box.pq-style-4 {
	padding: 45px 30px;
	background-color: var(--dark-color);
}

.contact .pq-icon-box.pq-style-4 .pq-icon-box-content .pq-icon-box-title {
	margin-bottom: 10px;
}

.contact .pq-icon-box.pq-style-4 .pq-icon-box-content .pq-icon-box-description {
	margin-bottom: 0;
}

.pq-icon-box.pq-style-5 {
	text-align: center;
}

.pq-icon-box.pq-style-5 .pq-icon {
	margin-bottom: 15px;
}

.pq-icon-box.pq-style-5 .pq-icon i {
	font-size: 90px;
	line-height: 1;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-5 .pq-icon-box-content .pq-icon-box-title {
	margin-bottom: 15px;
}

.pq-icon-box.pq-style-5 .pq-icon-box-content .pq-icon-box-description {
	color: #FFFFFF;
	font-family: var(--title-fonts);
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.pq-icon-box.pq-style-6 .pq-icon-box-wrapper {
	display: flex;
	align-items: center;
}

.pq-icon-box.pq-style-6 .pq-icon-box-wrapper .pq-icon {
	margin-right: 20px;
}

.pq-icon-box.pq-style-6 .pq-icon-box-wrapper .pq-icon img {
	width: 80px;
  	max-width: 100px;
}

.pq-icon-box.pq-style-6 .pq-icon-box-wrapper .pq-icon i {
	font-size: 60px;
	line-height: 1;
	color: var(--primary-color);
}

.pq-icon-box.pq-style-6 .pq-icon-box-wrapper .pq-icon-box-title {
	font-size: 24px;
	line-height: 32px;
}

.pq-icon-box.pq-style-6 .pq-icon-box-description {
	margin: 10px 0 45px 0;
}

.pq-bg-white .pq-icon-box.pq-style-6 .pq-icon-box-description{
	margin: 20px 0 45px 0;
  	color: #000;
  	line-height: 22px;
}

.pq-icon-box.pq-style-7 {
	display: flex;
}

.pq-icon-box.pq-style-7 .pq-icon {
	margin-right: 45px;
}

.pq-icon-box.pq-style-7 .pq-icon i {
	font-size: 68px;
	line-height: 1;
	color: var(--white-color);
}

.pq-icon-box.pq-style-7 .pq-icon-box-content .pq-icon-box-title {
	margin-bottom: 20px;
}

.pq-icon-box.pq-style-7 .pq-icon-box-content .pq-icon-box-description {
	margin: 0;
}


.pq-bg-white .pq-icon-box.pq-style-1 .pq-icon-box-title{
	color: var(--primary-color) !important;
}


/*================================================
List Check
================================================*/

.pq-list-check {
	margin: 0;
	padding: 0;
}

.pq-list-check li {
	list-style: none;
	margin-top: 5px;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.pq-bg-white .pq-list-check li{
	color: #000;
	align-items: flex-start;
}

.pq-bg-white .pq-list-check li strong{
	margin-right: 15px;
}

.pq-list-check li:first-child {
	margin-top: 0;
}

.pq-list-check li:last-child {
	padding-bottom: 0;
}

.pq-list-check li i {
	font-size: 20px;
	color: var(--primary-color);
	margin-right: 10px;
}

.pq-bg-white .pq-list-check li i{
	min-width: 25px;
	margin-top: 10px;
}

/*=================================================
Testimonial
===================================================*/

.testimonial{position: relative;}
/*.testimonial:before {
  	background-color: var(--primary-color);
  	border-radius: 2px;
  	transform: skew(-20deg, 0deg);
  	content: "";
  	width: 200px;
  	height: calc(100% + 70px);
  	position: absolute;
  	left: 200px;
  	bottom: 0;
  	z-index: -1;
}*/

.testimonial .pq-section-title-style-1 h2{
	margin-bottom: 20px;
	font-size: 45px;
}

.pq-testimonial-box.pq-style-1 {
	background: var(--white-color);
	padding: 45px;
}
.pq-bg-white .pq-testimonial-box.pq-style-1 {
	background: var(--white-color);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}

.home .pq-bg-white .pq-testimonial-box.pq-style-1 {
	margin: 10px;
}

.inner .pq-testimonial-box.pq-style-1 {
	margin-bottom: 40px;
}
.page-template-page-thank-you .inner .pq-testimonial-box.pq-style-1 {
	margin-bottom: 0;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-content p{
	color: var(--dark-color);
	font-size: 18px;
  	line-height: 24px;
}
.pq-testimonial-content p{
	min-height: 200px;
	font-size: 20px;
  	line-height: 30px;
}
.page-template-page-testimonials .pq-testimonial-box,
.page-template-page-thank-you .pq-testimonial-box{
	margin-bottom: 30px !important;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.page-template-page-testimonials .pq-testimonial-content p{
	min-height: 1px;
}
.pq-bg-white .pq-testimonial-box.pq-style-1 .pq-testimonial-content img{
	width: auto;
	margin-bottom: 10px;
}
.pq-bg-white .pq-testimonial-box.pq-style-1 .pq-testimonial-content p{
	color: var(--dark-color) !important;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media {
	display: flex;
	position: relative;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-img img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-img {
	margin-right: 15px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-meta {
	align-self: center;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-meta h5{
	color: var(--dark-color);
}

.pq-bg-white .pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-meta h5{
	color: var(--dark-color);
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-meta span {
	color: var(--primary-color);
	font-weight: 700;
	font-family: var(--title-fonts);
	text-transform: uppercase;

}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-icon i {
	color: transparent;
	font-size: 36px;
	line-height: 44px;
	-webkit-text-stroke: 1px var(--primary-color);
	position: absolute;
	right: 0;
	top: 0;
}

/*================================================
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.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cloud.pq-bg-img-1:before {
	opacity: 0.2;
}

.pq-bg-img-2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.discover.pq-bg-img-2:before {
	opacity: 0.3;
}

.pq-bg-img-3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.pq-bg-img-4::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/4a.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -2;
}
.pq-bg-img-4a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/4b.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -2;
}

.pq-bg-img-5::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/background-images/5a.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.pq-video-bg-img {
	background-image: url(../images/background-images/video-bg-img.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	padding: 190px 0;
	position: relative;
}

.pq-video-bg-img-2 {
	background-image: url(../images/background-images/video-bg-img-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}

.pq-video-bg-img-3 {
	background-image: url(../images/background-images/video-bg-img-3.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	padding: 145px 0;
	position: relative;
	margin-top: 40px;
	background-size: cover;
}

/*================================================
Contact box
================================================*/

.pq-contact-box {
	border-top: 1px solid #000;
	padding: 30px 0;
	display: flex;
	align-items: center;
}
.pq-contact-box:nth-child(2){
	border-top: none;
}

.pq-contact-box .pq-contact-box-icon {
	margin-right: 30px;
	min-width: 35px;
}

.pq-contact-box .pq-contact-box-icon i {
	font-size: 48px;
	line-height: 1;
	color: var(--primary-color);
}

.pq-contact-box .pq-contact-box-content .pq-contact-box-title {
	margin-bottom: 0;
	color: var(--dark-color);
}

.pq-contact-box .pq-contact-box-content .pq-contact-box-description {
	margin: 0;
	color: var(--grey-color);
}


/*================================================
Custom CSS
================================================*/

.divider {
	border-bottom: 1px solid #ffffff33;
}

.pq-bg-white .divider {
	border-bottom: 1px solid #000;
}

.pq-divider-spacing {
	padding-top: 10px;
	margin-bottom: 30px;
}

.pq-mb-45 {
	margin-bottom: 45px;
}

.pq-pe-30 {
	padding-right: 30px;
}

.pq-pt-30 {
	padding-top: 30px;
}

.pq-pt-60 {
	padding-top: 60px;
}

.pq-pt-130 {
	padding-top: 130px;
}

.pq-pt-200 {
	padding-top: 200px;
}

.pq-py-130 {
	padding: 130px 0;
}

.pq-pb-30 {
	padding-bottom: 20px;
}

.pq-pb-60 {
	padding-bottom: 60px;
}

.pq-mt-60 {
	margin-top: 60px;
}

.pq-mb-60 {
	margin-bottom: 60px;
}

.pq-pt-45 {
	padding-top: 45px;
}

.pq-mt-30 {
	margin-top: 30px;
}

.pq-mt-45 {
	margin-top: 45px;
}

.pq-mb-130 {
	margin-bottom: -130px;
}

.pq-pt-260 {
	padding-top: 260px;
}

.pq-mt-90 {
	margin-top: 90px;
}

.pq-ms-380 {
	margin-left: -380px;
}

.pq-mt-130 {
	margin-top: 130px;
}

.pq-ps-300 {
	padding-left: 300px;
}

.pq-ps-30 {
	padding-left: 30px;
}

.pq-pb-10 {
	padding-bottom: 10px;
}

.pq-gaming-img {
	/*margin-left: -150px;*/
}

.pq-more-link {
	padding: 36px 0;
	text-align: center;
}

.pq-more-link a:hover {
	color: var(--white-color);
}

.pq-no-limits-img {
	margin-right: -90px;
}

.pq-connection-spacing {
	/*padding: 130px 65px;*/
	padding: 0 10% 0 65px;
}

.pq-me-20 {
	margin-right: 20%;
}

.pq-applyform textarea {
	height: 150px;
}

.button-align {
	text-align: end;
}

.button-align-start {
	text-align: start;
}

.pq-ms-80 {
	margin-left: 80px;
}

.process{padding-bottom: 50px !important;}
.process .pq-button:first-child {
	margin-right: 30px;
}
.process h2{
	margin-bottom: 30px;
}
.process p{
	line-height: 1.3;
}

.map {
	line-height: 0;
}

.map iframe {
	width: 100%;
	height: 500px;
}

.contact-form {
	padding: 0 0 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
}

.contact-form p{color: #fff !important;}

.pq-social-media-grid {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.pq-social-media-grid li {
	list-style: none;
	margin-right: 15px;
}

.pq-social-media-grid li:last-child {
	margin-right: 0;
}

.pq-social-media-grid li a {
	/*border: 1px solid var(--white-color);*/
	border-radius: 50%;
	/*padding: 5px 10px;*/
	background-color: var(--dark-color);
	border: none;
	width: 35px;
  	height: 35px;
  	display: block;
  	text-align: center;
  	line-height: 35px;
}

.pq-social-media-grid li a i {
	color: var(--white-color);
	font-size: 15px;
}

.pq-social-media-grid li a:hover {
	background-color: var(--primary-color);
}

.pq-mb-30 {
	margin-bottom: 30px;
}

.pq-sticky-top {
	position: sticky;
	top: 130px;
	z-index: 1;
}

button.mfp-arrow {
	position: absolute;
}

.mfp-arrow-right {
	right: 100px;
}

.pq-icon-boxes {
	display: flex;
	width: 100%;
}

.pq-category-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#popup{max-width: 1200px; padding: 0 !important;}
/*video {
    width: 100%;
    max-height: 100%;
    float: left;
}*/

.process video{width: 100%; height: auto; max-width: 90%; margin: 30px auto 0; display: block;}
.process.mini video{margin: 30px 0 0;}
.no-limits video{width: 100%; height: auto; max-width: 100%; margin: 0 auto; display: block;}
.gaming video{width: 100%; height: auto; max-width: 100%; margin: 0 auto; display: block;}
.process.mini{background-color: #fff;}
.process.mini .games-synopsys h1{color: var(--primary-color); text-align: left;}
.process.mini h3{color: #000 !important; margin-top: 30px;}
.process.mini .games-synopsys p{color: #000;}

.video video{width: 100%; height: auto; max-width: 93%; margin: 0; display: block;}

.wp-pagenavi a, 
.wp-pagenavi span{border: 1px solid #000 !important; color: #000 !important; min-width: 30px !important; display: inline-block !important; text-align: center !important;}
.wp-pagenavi span.current{
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: var(--white-color) !important;
}

.discover.games{position: relative;}
.discover.games:after {
  	background-color: var(--primary-color);
  	border-radius: 2px;
  	transform: skew(-20deg, 0deg);
  	content: "";
  	width: 200px;
  	height: calc(100% + 70px);
  	position: absolute;
  	right: 200px;
  	bottom: 0;
  	z-index: -1;
}
.discover.games.inner{border-top: var(--primary-color) 5px solid; background-color: #fff;}
.discover.games.inner.mini{background-color: transparent;}
.discover.games.inner:after{
	display: none;
}
.discover.games.inner h2{color: #000;}
.discover.games.inner.mini h2{color: #fff;}
.discover.games.inner .pq-image-box{box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);}
.discover.games.inner .pq-image-box .pq-image-box-info h5{font-size: 20px; line-height: 24px; min-height: 55px;}
.discover.games.inner.mini .pq-image-box .pq-image-box-info h5{text-align: center; min-height: 1px;}
.discover.games.inner .pq-image-box .pq-image-box-info p{font-size: 16px; line-height: 20px; margin: 0 0 25px;}
.discover.games.inner .pq-image-box .pq-image-box-info p:last-child{margin: 0;}
.discover.games.inner .pq-image-box .pq-button{padding: 5px 30px;}
.discover.games.inner .pq-image-box .pq-button:hover{text-decoration: none !important;}

.discover.books{position: relative;}
.discover.books:after {
  	background-color: var(--primary-color);
  	border-radius: 2px;
  	transform: skew(-20deg, 0deg);
  	content: "";
  	width: 200px;
  	height: calc(100% + 70px);
  	position: absolute;
  	right: 200px;
  	bottom: 0;
  	z-index: -1;
}

.discover.games.inner.mini .mid-images img{max-width: 200px; display: block; margin: 0 auto;}
.discover.games.inner.mini .mid-images img:first-child{rotate: 20deg; margin: 30px 0 0 49px;}
.discover.games.inner.mini .mid-images img:nth-child(2){rotate: -17deg; position: relative; margin: -65px 0 0 185px;}
.discover.games.inner.mini .mid-images img:last-child{rotate: 4deg; margin: -90px 0 0 30px;}

.banner{position: relative;}
/*.banner:after {
  	background-color: var(--primary-color);
  	border-radius: 2px;
  	transform: skew(-20deg, 0deg);
  	content: "";
  	width: 200px;
  	height: calc(100% + 70px);
  	position: absolute;
  	right: 200px;
  	bottom: 0;
  	z-index: -1;
}*/

.banner-content{padding: 200px 0 80px;}
.banner-content h1{
	font-size: 35px;
  	line-height: 40px;
  	margin-bottom: 30px;
}
.banner-content h1 strong{
	font-size: 45px;
  	line-height: 50px;
  	display: block;
}
.banner-content p{
	font-size: 24px;
 	font-style: normal;
  	line-height: 30px;
  	font-weight: 600;
  	margin-bottom: 15px;
}
.banner-content p:last-child{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: 700;
}

.wpp-post-title{
	font-family: var(--title-fonts);
  	text-transform: uppercase !important;
  	font-weight: 700;
  	word-wrap: break-word !important;
  	letter-spacing: 1px;
  	display: inherit;
  	font-size: 16px;
  	line-height: 1.5;
}
.wpp-list li a{padding: 0 !important;}

.testimonial .ps-xl-5{padding-left: 3rem !important;}

.login-button{position: relative;}
.login-button:after{
   	position: absolute;
   	top: 40px;
   	left: -170%;
   	z-index: 3;
   	/*display: none;*/
   	content: "Login";
  	background-color: var(--primary-color);
  	padding: 0 10px;
  	display: none;
  	color: #fff;
  	font-size: 15px;
  	width: 110px;
  	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
 	text-align: center;
}
.login-button:hover:after{
	display: block;
}

.cart-button{position: relative;}
.cart-button:after{
   	position: absolute;
   	top: 40px;
   	left: -170%;
   	z-index: 3;
   	/*display: none;*/
   	content: "Cart";
  	background-color: var(--primary-color);
  	padding: 0 10px;
  	display: none;
  	color: #fff;
  	font-size: 15px;
  	width: 110px;
  	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
 	text-align: center;
}
.cart-button:hover:after{
	display: block;
}

.rs-parallax-wrap,
.rs-layer{width: 100% !important; text-align: center !important;} 
.rs-layer img{width: auto !important; margin: 0 auto !important;}

.rslides{margin: 180px 0 0 !important; text-align: center !important;}
.rslides h2{font-family: 'SleuthSerifBB'; text-transform:uppercase; color: #fff; font-size: 40x; line-height: 1; font-weight: 400; margin: 0;}
.rslides p{font-family:'Space Grotesk'; font-weight: 700; margin: 0 0 10px; font-size: 17px;}
.rslides a{margin: 0 0 20px;}
.rslides img{float: none !important; width: 330px !important; margin: 0 auto 15px !important; }

.rslides_tabs{text-align: center; list-style: none;}
.rslides_tabs li{display: inline-block; list-style: none; margin: 0 5px;}
.rslides_tabs li a{display: block; width: 10px; height: 10px; font-size: 0; line-height: 0; text-indent: -5000px; border-radius: 50%; background-color: #fff;}
.rslides_tabs li.rslides_here a{background-color: var(--primary-color);}

.feedback .pq-section-title-style-1 .pq-section-main-title{font-size: 47px;}

.tab-content .wirte-rev{padding-top: 30px;}
.tab-content .wirte-rev p{display: inline-block;}
.tab-content .wirte-rev .pq-btn-container{display: inline-block; margin: 0 0 0 50px;}
.tab-content .pq-btn-container p{color: #000; /*padding: 0 20%;*/ line-height: 1.3; margin: 0;}
.tab-content .pq-btn-container .pq-button:hover{
	background: var(--dark-color);
	color: var(--white-color);
}
.tab-content h2{margin-bottom: 30px; color: #000;}
.tab-content h3{margin-bottom: 20px; color: #000;}
.tab-content h4{color: #000; font-size: 24px; line-height: 30px; margin-bottom: 10px;}
.tab-content ul{color: #000;  line-height: 1.3;}
.tab-content .package ul li{padding-bottom: 25px;}
.tab-content p{color: #000; line-height: 1.3;}
.tab-content p.nomar{margin-bottom: 5px;}

.marquee{overflow: hidden;}
.marquee-wrap {
    padding: 5px 0;
	color: #fff;
	margin: 0;
}
.marquee-wrap {
    width: 100%;
    overflow: hidden;
	color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
.marquee-wrap li {
    display: inline-block;
    padding: 5px 50px;
    list-style: none;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.games-synopsys.book{padding: 0 5% 0 0;}
.games-synopsys h1{
	font-family: 'SleuthSerifBB';
  	text-transform: uppercase;
  	color: #fff;
  	font-size: 40px;
  	line-height: 1;
  	font-weight: 400;
  	margin: 0 0 10px;
  	text-align: center;
}
.games-synopsys h5{
	text-align: center;
	margin: 35px 0 20px;
}

.pq-list-check.game-info li{
	display: block;
	line-height: 1.4;
	font-size: 1.4rem;
	padding-bottom: 12px;
	color: #fff;
}
.page-id-49 .pq-list-check.game-info li:nth-child(3){
	margin-top: 50px;
}
.pq-list-check.game-info li a{color: #fff;}
.pq-list-check.game-info li a:hover{color: var(--primary-color);}
.pq-list-check.game-info strong{
	color: #ffc200;
}
.pq-list-check.game-info img{
	margin: 0 10px;
	max-width: 110px;
}
.pq-list-check.game-info li .pq-btn-container{
	margin-top: 5px;
}

/*.video{
	position: relative;
  	padding-bottom: 56.25%;
  	height: 0;
  	margin-top: 40px;
}
.video iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}*/

.popup{max-width: 800px; padding: 0 !important;}

.categories h2{color: var(--dark-color); margin-bottom: 40px; text-align: center; font-size: 40px;}

.games-blog{background: var(--primary-color); padding: 30px 0 60px;}
.games-blog h2{text-align: center;}
.games-blog .pq-blog-post{box-shadow: none;}
.games-blog .pq-blog-post.pq-list .pq-post-media{margin-right: 20px;}
.games-blog .pq-blog-post .pq-blog-contain .pq-blog-title{font-size: 16px; line-height: 20px; margin: 0; color: #fff !important;}
.games-blog .pq-blog-post .pq-blog-contain .pq-blog-title a:hover{color: #000 !important;}

.game-main-img img{max-width: 370px; float: right;}

.games-synopsys p{line-height: 1.35;}
.games-synopsys.book p{line-height: 1.2;}

.no-limits p{
	font-size: 16px;
	line-height: 24px;
}

.pq-bg-white p{
	color: #000 !important;
}

p a:hover{text-decoration: underline;}

.filter{padding: 0; margin: 0 0 30px; list-style: none;}
.filter li{display: inline-block; list-style: none; margin: 0 5px 13px;}
.filter li a.mixitup-control-active{background-color: #0c0d11;}

.testimonial-bot{background-color: #fff; box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); padding: 30px; margin-bottom: 100px;}
.testimonial-bot.wide{background-color: transparent; padding: 40px 0 30px; box-shadow: none; margin: 0;}
.page-template-page-thank-you .testimonial-bot{box-shadow: none; padding: 0;}
.testimonial-bot p{line-height: 1.3; margin-bottom: 15px;}
.testimonial-bot.wide p{color: #fff;}
.testimonial-bot h3{color: #000; margin: 0 0 15px; text-transform: capitalize !important;}
.page-template-page-thank-you .testimonial-bot .pq-btn-container{margin-bottom: 20px;}

.rating-sub{padding-bottom: 10px;}
.rating-sub ul{display: inline-block; padding: 0; margin: 0 0 0 10px;}
.rating-sub ul li{display: inline-block; margin: 0 2px;}
.rating-sub ul li a{display: block;}

.thank-head{padding-bottom: 40px;}
.thank-head h3,
.thank-head h1{color: #000;}

.get-in-touch .side-images img,
.testimonial .side-images img{
	max-width: 220px;
	display: block;
  	margin: 0 auto;
}
.get-in-touch .side-images img:first-child,
.testimonial .side-images img:first-child {
  rotate: 20deg;
  margin-top: 30px;
  z-index: 9;
}
.get-in-touch .side-images img:nth-child(2),
.testimonial .side-images img:nth-child(2) {
  rotate: -10deg;
  z-index: 8;
}
.get-in-touch .side-images img:last-child,
.testimonial .side-images img:last-child {
  rotate: 10deg;
  z-index: 7;
  margin-bottom: 30px;
}

.process.books .img-cont{padding: 10px; border: var(--primary-color) 5px solid; overflow: hidden;}
.process.books .img-cont img{transition: transform .2s;}
.process.books .img-cont img:hover{transform: scale(1.2);}


.gaming .first p:first-child:first-letter,
.pq-blog-contain p:first-child:first-letter {
  color: var(--primary-color);
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 0;
}
.get-in-touch .first p,
.pq-blog-contain p{margin-bottom: 30px !important;}
.get-in-touch .first p:first-child:first-letter,
.pq-blog-contain p:first-child:first-letter {
  color: var(--primary-color);
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 0;
}


/* Cart */

/* This is used as the traditional .clearfix class */
.shopping-cart:before,
.shopping-cart:after,
.shopping-cart .column-labels:before,
.shopping-cart .column-labels:after,
.shopping-cart .product:before,
.shopping-cart .product:after,
.shopping-cart .totals-item:before,
.shopping-cart .totals-item:after {
    content: '';
    display: table;
} 
.shopping-cart:after,
.shopping-cart .column-labels:after,
.shopping-cart .product:after,
.shopping-cart .totals-item:after {
    clear: both;
}
.shopping-cart, 
.shopping-cart .column-labels, 
.shopping-cart .product, 
.shopping-cart .totals-item {
    zoom: 1;
}


.shopping-cart {color: #000;}
.shopping-cart .product-image { float: left; width: 20%; text-align: center;}
.shopping-cart .product-details { float: left; width: 37%; }
.shopping-cart .product-price { float: left; width: 12%; }
.shopping-cart .product-quantity { float: left; width: 10%; }
.shopping-cart .product-removal { float: left; width: 9%; }
.shopping-cart .product-line-price { float: left; width: 12%; text-align: right; padding: 0 20px 0 0;}

.shopping-cart .column-labels {}
.shopping-cart .column-labels label {
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: var(--primary-color);
	color: #fff;
	padding-top: 10px;
}
/*.shopping-cart .column-labels .product-image,*/ 
.shopping-cart .column-labels .product-details, 
.shopping-cart .column-labels .product-removal {
	text-indent: -9999px;
}
.shopping-cart .product {
  	margin-bottom: 10px;
  	padding-bottom: 10px;
  	border-bottom: 1px solid #eee;
}
.shopping-cart .product .product-price:before, 
.shopping-cart .product .product-line-price:before, 
.shopping-cart .totals-value:before {
  	content: '$';
}
.shopping-cart .product .product-image {
    text-align: center;
}
.shopping-cart .product .product-image img {
  	width: 100px;
}
  
.shopping-cart .product .product-details {}
.shopping-cart .product .product-details .product-title {
  	font-family: "SleuthSerifBB";
  	margin-right: 20px;
  	color: #000;
}
.shopping-cart .product .product-details .product-description {
  	margin: 0 20px 5px 0;
  	line-height: 1.4em;
}
.shopping-cart .product .product-details .product-description.package{
	text-transform: capitalize;
}
  
.shopping-cart .product .product-quantity {}
.shopping-cart .product .product-quantity input {
  width: 65px;
}
  
.shopping-cart .product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
}
.shopping-cart .product .remove-product:hover {
	background-color: #a44;
}


.shopping-cart .totals {}
.shopping-cart .totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.shopping-cart .totals .totals-item label {
	float: left;
	clear: both;
	width: 79%;
	text-align: right;
}
.shopping-cart .totals .totals-item .totals-value {
  	float: right;
  	width: 21%;
  	text-align: right;
  	padding: 0 20px 0 0;
}
.shopping-cart .totals .totals-item-total {
    
}

.shopping-cart .checkout {
	float: right;
	border: 0;
	margin-top: 20px;
	padding: 6px 25px;
	background-color: var(--primary-color);;
	color: #fff;
	font-size: 25px;
	margin-right: 10px;
  	width: 400px;
}
.shopping-cart .checkout:hover {
  	background-color: #000;
}


/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  	.shopping-cart {
    	margin: 0;
    	padding-top: 20px;
    	border-top: 1px solid #000;
  	}
  	.column-labels {
    	display: none;
  	}
  	.product-image {
    	float: right !important;
    	width: auto !important;
   	}
    .product-image img {
      	margin: 0 0 10px 10px !important;
    }
  	.product-details {
    	float: none !important;
    	margin-bottom: 10px !important;
    	width: auto !important;
  	}
  	.product-price {
    	clear: both !important;
    	width: 70px !important;
  	}
  	.product-quantity {
    	width: 100px !important;
    }
    .product-quantity input {
      	margin-left: 20px !important;
    }
  	.product-quantity:before {
    	content: 'x' !important;
  	}
  	.product-removal {
    	width: auto !important;
  	}
  	.product-line-price {
    	float: right !important;
    	width: 70px !important;
  	}
  	.shopping-cart .product .product-quantity input{
  		width: 50px !important;
  		height: 35px !important;
  	}
  	.shopping-cart .checkout{
  		width: 100% !important;
  		max-width: 400px !important;
  		margin: 0 !important;
  	}
  	.shopping-cart .totals .totals-item .totals-value{
  		padding: 0 10px 0 0 !important;
  	}
  	.shopping-cart .totals .totals-item label{
  		padding: 0 5% 0 0 !important;
  	}
}


/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  	.product-removal {
    	float: right;
  	}
  	.product-line-price {
	    float: right;
	    clear: left;
	    width: auto;
	    margin-top: 10px;
  	}
  	.product .product-line-price:before {
    	content: 'Item Total: $';
  	}	
  	.totals .totals-item label {
    	width: 60%;
  	}
    .totals .totals-item .totals-value {
    	width: 40%;
  	}
}

.defatult h2,
.defatult h3,
.defatult h4{color: var(--primary-color); text-transform: none;}
.defatult h2{margin-bottom: 10px;}
.defatult h3{font-size: 28px;}
.defatult h4{font-size: 24px; margin-bottom: 10px;}


.wpcf7 form .wpcf7-response-output{color: #000 !important;}

.wp-block-woocommerce-cart{color: #000;}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{min-width: 150px !important;}
.wc-block-components-product-name{font-size: 1.3em !important; font-weight: 700;}
.wc-block-cart-item__prices{display: none;}
.wc-block-cart-item__wrap{text-align: left;}
.wc-block-components-product-metadata{font-size: 1em !important; line-height: 1.7 !important;}
.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{font-weight: 400 !margin;}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{display: block !important; margin-bottom: 0 !important;}
table.wc-block-cart-items .wc-block-cart-items__header,
.is-large.wc-block-cart .wc-block-cart__totals-title{font-size: 1em !important;}
.wc-block-components-product-details.wc-block-components-product-details{margin: 0 !important;}

.wc-block-cart__submit-button{background-color: var(--primary-color) !important; color: #fff !important;}

.wc-block-components-title.wc-block-components-title{color: var(--primary-color) !important;}
.wp-block-woocommerce-checkout-order-summary-cart-items-block,
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator,
.wc-block-components-totals-coupon .wc-block-components-panel__button,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item,
.wc-block-components-totals-wrapper{color: #000 !important;}
.wc-block-components-checkout-return-to-cart-button{color: var(--primary-color) !important;}
.wc-block-components-address-form__address_2-toggle{color: var(--primary-color) !important;}
.wc-block-checkout__sidebar .wc-block-components-product-name{color: var(--primary-color) !important; font-size: 1.2em !important;}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices{display: none !important;}

.page-template-page-accounts .woocommerce-form-register p{
	margin-bottom: 12px;
    line-height: 1.5;
    font-size: 19px;
}
.page-template-page-accounts h2{color: var(--primary-color) !important;}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit{background-color: var(--primary-color) !important; color: #fff !important; border-radius: 0 !important; font-weight: 400 !important; text-transform: none;}

.testimonial.inner .testimonial{
	max-height: 1040px;
	min-height: 1040px;
  	overflow-y: scroll;
  	padding: 30px 50px 30px 30px;
  	border: var(--primary-color) 1px solid;
}
.testimonial.inner .testimonial .pq-testimonial-box.pq-style-1 {
  	padding: 0 0 25px;
  	margin: 0 0 20px;
  	border-bottom: #000 1px solid;
  	box-shadow: none;
}
.testimonial.inner .testimonial .pq-testimonial-box:last-child {
  	border: none;
  	margin-bottom: 0;
  	padding: 0;
}

.pq-testimonial-description input{display: none;}
button.pq-button{border: none;}
.wp-block-woocommerce-empty-cart-block h2{color: #000;}
.wc-block-checkout__login-prompt{color: var(--primary-color) !important;}

.wpcf7 input[type="email"]{text-transform: none !important;}
.page-template-page-cart .cart-button{display: none !important;}
.woocommerce-MyAccount-content{color: #000;}
.woocommerce-button{background-color: var(--primary-color) !important; color: #fff !important; border-radius: 0 !important; font-weight: 400 !important; text-transform: none;}
.wc-block-components-address-card{color: #000;}
.wc-block-components-radio-control-accordion-option{color: #000;}
.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block{display: none !important;}
.wc-block-components-express-payment-continue-rule{color: #000;}

.page-template-page-accounts:not(.logged-in) .woocommerce{max-width: 600px; margin: 0 auto;}

.pricing-plan .demo-accordion{display: none;}
.wpp-meta{display: none !important;}
.wc-block-components-product-name{color: #000 !important;}

.mob-menu-header-holder{width: 1px;}
.mobmenur-container{right: 10px !important; top: 65px !important;}
.mobmenur-container i{background: var(--primary-color); padding: 10px 5px;}
.mobmenu-content li > .sub-menu li{padding: 0 !important;}
.mobmenu-content li{background-color: transparent !important;}
.mobmenu-content li > a{background-color: transparent !important; color: #000 !important;}
.mobmenu-content #mobmenuright .sub-menu{background-color: #000 !important;}
.mobmenu-content #mobmenuright .sub-menu li a{color: #fff !important;}