/*
Template: Xcloud - Cloud Gaming WordPress Theme
Author: peacefulqode.com
Version: 1.0
Design and Developed by: Peacefulqode

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

/*================================================
[  Table of contents  ]
================================================
==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Flaticon
==> Dummy data
==> Blog Sidebar
==> OWL Carousel
==> Pagination
==> Error
==> Blog
==> Header
==> Breadcrumb
==> Footer
==> Section Title
==> Marquee
==> Image Marquee
==> Tabs
==> Video Popup
==> Client
==> From
==> Fancy Box
==> pricing plan
==> Process step
==> Image Box
==> Game video Box
==> Hover Image Effect
==> FAQ
==> Header cart
==> Woocommerce 


======================================
[ End table content ]
======================================*/

/*================================================
Moz Selectio
================================================*/
:root {
	--primary-color: #805ef0;
	--dark-color: #0c0d11;
	--secondary-color: #c9c6c6;
	--grey-color: #14141D;
	--white-color: #ffffff;
	--body-fonts: 'Poppins';
	--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: 1rem;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	color: var(--secondary-color);
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-fonts);
	color: var(--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,
input.form-control {
	background: var(--grey-color);
	border-radius: 0;
	border: 1px solid var(--grey-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--secondary-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;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
	border-color: var(--primary-color);
	outline: none;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	float: none;
	margin-right: 5px;
}

textarea {
	background: var(--grey-color);
	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;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--secondary-color);
}

/*===== Select =====*/
select,
select.form-control {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--grey-color);
	color: var(--secondary-color);
	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,
.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1300px;
}

.content-area .site-main {
	padding: 130px 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	float: left;
}

/*================================================
Loading
================================================*/
#pt-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);
}

#pt-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
================================================*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 15px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: var(--grey-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
	max-width: 96%;
	padding: 5px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
}

.wp-block-gallery figcaption.blocks-gallery-caption {
	margin-bottom: 10px;
}

.bypostauthor {
	display: block;
}

.wp-caption-text {
	font-size: 14px;
	margin: 4px 0 0;
	line-height: normal;
}

/*===== 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);
}

.pt-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;
}

.pt-button i {
	margin-left: 8px;
	font-size: 12px;
}

.pt-button:hover,
.pt-button:focus {
	background: var(--white-color);
	color: var(--dark-color);
}

.rev-btn i {
	margin-left: 8px !important;
	font-size: 12px !important;
}


/*Button link*/

.pt-button.pt-button-link {
	background: transparent;
	color: var(--primary-color);
	padding: 0;
}

.pt-button.pt-button-link .pt-button-text:after,
.pt-button.pt-button-link .pt-button-text:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 100%;
	background: var(--primary-color);
	transition: all 0.5s ease;
}


.pt-button.pt-button-link .pt-button-text:before {
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.pt-button.pt-button-link .pt-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);
}

.pt-button.pt-button-link:hover .pt-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);

}

.pt-button.pt-button-link:hover .pt-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 link =====*/

/*===== Button outline =====*/
.pt-button.pt-button-outline {
	background: transparent;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}

.pt-button.pt-button-outline:hover {
	background: transparent;
	border: 1px solid var(--white-color);
	color: var(--white-color);
}

.pt-button.pt-button-outline i {
	fill: var(--primary-color);
}

.pt-button.pt-button-outline:hover i {
	fill: var(--dark-color);
}


/*================================================
Dummy Data
================================================*/
.pt-sticky-post-label {
    padding: 5px 15px;
    background: var(--primary-color);
    margin-bottom: 15px;
    display: inline-block;
    font-family: var(--title-fonts);
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
}

.pt-sticky-post-label i {
	display: none;
}

.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
	background: var(--primary-color);
	color: var(--white-color) !important;
	font-size: 16px;
	border-radius: 0;
	padding: 12px 30px;
	font-family: var(--title-fonts);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
	background: var(--white-color);
	color: var(--dark-color) !important;
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border-color: rgba(255, 255, 255, 0.1);
	color: var(--white-color) !important;
}

.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover {
	background: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color) !important;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-button {
	margin-bottom: 30px;
}

.wp-block-cover.has-background-dim {
	color: var(--white-color);
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	padding: 12px 30px;
	text-transform: uppercase;

}

.wc-block-grid__product .wc-block-grid__product-title {
	color: var(--white-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--title-fonts);
}

.widget .product_list_widget li .product-title {
	color: var(--white-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--title-fonts);
}

#pt-footer .wc-block-product-categories-list-item-count {
	color: var(--primary-color);
}

#pt-footer .widget.widget_archive .footer-title,
#pt-footer .widget.widget_calendar .footer-title,
#pt-footer .widget.widget_categories .footer-title,
#pt-footer .widget.widget_pages .footer-title,
#pt-footer .widget.widget_meta .footer-title,
#pt-footer .widget.widget_nav_menu .footer-title,
#pt-footer .widget.widget_recent_comments .footer-title,
#pt-footer .widget.widget_recent_entries .footer-title,
#pt-footer .widget.widget_rss .footer-title,
#pt-footer .widget.widget_search .footer-title,
#pt-footer .widget.widget_text .footer-title,
#pt-footer .widget.widget_tag_cloud .footer-title,
#pt-footer .widget.woocommerce .footer-title {
	width: 100%;
}

.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain){ padding: 30px !important; }
.pt-blog-post .pt-blog-contain .is-layout-flow.wp-block-group.has-background{     background-color: var(--dark-color) !important;
    padding: 15px !important; }

blockquote {
	background: var(--dark-color);
	padding: 30px;

	border-left: 5px solid var(--primary-color);
	margin-bottom: 30px;
	position: relative;
}

.pt-blog-post .pt-blog-contain blockquote:before {
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 22px;
	bottom: 10px;
	font-size: 90px;
	opacity: 0.1;
	line-height: 98px;
	color: var(--primary-color);


}

blockquote cite {
	font-family: var(--title-fonts);
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}

blockquote strong {
	font-family: var(--title-fonts);
	color: var(--primary-color);
	font-style: italic;
	font-weight: 700;
}

.pt-blog-post .pt-blog-contain blockquote p {
	margin-bottom: 0;
}

.pt-blog-post .pt-blog-contain p:last-child {
	margin-bottom: 0;
}

.pt-blog-post .wp-container-1.wp-block-group.has-background,
.pt-blog-post .wp-block-media-text {
	background-color: var(--dark-color) !important;
}

.post-password-form input {
	float: none;height: 56px;vertical-align: middle;
}

.pt-blog-post .pt-blog-contain table td,
.pt-blog-post .pt-blog-contain table th,
.pt-comment-area table td,
.pt-comment-area table th {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--dark-color);
}

.pt-comment-area {
	display: inline-block;
	width: 100%;
}

.pt-blog-contain .wp-block-archives,
.pt-blog-contain .wp-block-archives-dropdown,
.pt-blog-contain .wp-block-categories,
.pt-blog-contain .wp-block-latest-posts,
.pt-blog-contain .wp-block-tag-cloud,
.pt-blog-contain .wp-block-search {
	margin: 0 0 30px;
	padding: 0;
	display: inline-block;
	width: 100%;
	float: left;
}

.pt-blog-contain .wp-block-archives li {
	list-style-type: none;
}
.pt-blog-post .pt-blog-contain ul.wp-block-archives-list li{ color: var(--primary-color); }
.pt-blog-post .pt-blog-contain ul.wp-block-archives-list a{color: var(--secondary-color);}
.pt-blog-post .pt-blog-contain ul.wp-block-archives-list a:hover{color: var(--primary-color);}
.pt-blog-post .pt-blog-contain .wp-block-rss li a{ color: var(--secondary-color); }
.pt-blog-post .pt-blog-contain .wp-block-rss li a:hover{ color: var(--primary-color); }
.pt-blog-post .pt-blog-contain .wp-block-table.is-style-stripes{ border-color: rgba(255,255,255,0.1); }
.pt-blog-post .pt-blog-contain ul li a{ color: var(--secondary-color); }
.pt-blog-post .pt-blog-contain ul li a:hover{ color: var(--primary-color); }
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment,
.wp-block-latest-comments__comment {
	display: inline-block;
	width: 100%;
}

.widget .wc-block-product-categories-list li .wc-block-product-categories-list {
	padding-left: 25px;
}

.widget .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown {
	flex: 1;
}

.widget .wc-block-product-categories.is-dropdown .wc-block-product-categories__button {
	padding: 5px 15px;
}

.widget .wp-block-woocommerce-mini-cart .wc-block-mini-cart__quantity-badge {
	color: var(--primary-color);
}

.widget .wp-block-woocommerce-mini-cart .wc-block-mini-cart__badge {
	font-size: 10px;
	font-weight: 600;
	background: var(--white-color);
	color: var(--primary-color);
	top: -5px;
	right: -5px;
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 90px;
	padding: 0 2px 0 0;
}

.widget.widget_text .textwidget strong {
	color: var(--white-color);
	letter-spacing: 1px;
	font-family: var(--title-fonts);
	text-transform: uppercase;
}

/*===== Gallery =====*/
.gallery-item .gallery-caption {
	font-size: 14px;
	line-height: 22px;
}

.gallery-size-thumbnail .gallery-item {
	margin-right: 2%;
	width: 18.4%;
	margin-bottom: 2%;
	display: inline-block;
	vertical-align: top;
}

.gallery.gallery-size-thumbnail {
	display: inline-block;
	width: 100%;
}

.gallery-size-thumbnail .gallery-item img {
	margin-bottom: 10px;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-right: 0px;
}

.gallery-columns-2 .gallery-item {
	width: 48%;
}

.gallery-columns-3 .gallery-item {
	width: 31.3%;
}

.gallery-columns-4 .gallery-item {
	width: 23%;
}

.gallery-columns-5 .gallery-item {
	width: 18%;
}

.gallery-columns-6 .gallery-item {
	width: 14.6%;
}

.gallery-columns-7 .gallery-item {
	width: 12.2%;
}

.gallery-columns-8 .gallery-item {
	width: 10.5%;
}

.gallery-columns-9 .gallery-item {
	width: 9.1%;
}

/*===== Calendar =====*/
.pt-blog-contain .wp-block-calendar {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: var(--secondary-color);
}

.wp-calendar-table {
	margin-bottom: 0;
	border-width: 1px;
}

.wp-calendar-table caption {
	padding: 0 0 15px;
	color: var(--dark-color);
	text-align: center;
	caption-side: top;
}

.wp-calendar-nav .wp-calendar-nav-prev {
	width: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: inline-block;
	float: left;
	text-align: center;
	border-right: 0;
	padding: 4px;
	border-top: 0;
	color: var(--secondary-color);
	text-decoration: none;
	background: var(--dark-color);
}

.wp-calendar-nav .wp-calendar-nav-next {
	width: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: inline-block;
	float: left;
	text-align: center;
	padding: 4px;
	border-top: 0;
	color: var(--secondary-color);
	text-decoration: none;
	background: var(--dark-color);
}

.wp-calendar-nav .pad {
	display: none;
}

.wp-calendar-nav span a {
	color: var(--white-color);
	text-decoration: none;
}

.wp-calendar-nav span a:hover {
	color: var(--primary-color);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

/*=====  Tags =====*/
.wp-block-tag-cloud .tag-cloud-link {
	font-size: 14px !important;
	line-height: 22px;
	background: transparent;
	margin: 0 10px 10px 0;
	display: inline-block;
	text-transform: capitalize;
	float: left;
	color: var(--secondary-color);
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	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;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wp-block-tag-cloud .tag-cloud-link:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: var(--white-color);
}

/*=====  Blog Page Link =====*/
.page-links {
	margin: 15px 0 10px;
	clear: both;
}

.pt-blog-contain .page-links a,
.page-links>span.page-number,
.page-links a,
.page-links .post-page-numbers {
	border: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 5px;
	padding: 0px;
	display: inline-block;
	color: var(--white-color);
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-blog-contain .page-links a:hover,
.page-links .post-page-numbers.current {
	text-decoration: none;
	border-color: transparent;
	background: var(--primary-color);
	color: var(--white-color);
}

.pt-blog-contain .page-links>span.page-number,
.page-links>span.page-number {
	background: var(--primary-color);
	color: var(--white-color);
}

article.hentry .pt-blog-contain .page-links a:hover {
	color: #fff;
}

.wp-block-table.is-style-stripes td {
	border-color: #eaeaea;
}

.wp-block-table td,
.wp-block-table th {
	text-align: left;
}

.wp-block-latest-posts.is-grid.has-dates {
	margin: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
	background-color: var(--grey-color);
}

article.hentry.format-audio .pt-post-media p:nth-child(-n+2) {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 30px;
}

article.hentry.format-audio .pt-post-media p {
	margin-bottom: 0;
	padding-left: 30px;
}

article.hentry.format-audio .pt-post-media p {
	margin-bottom: 0;
	padding-left: 30px;
}

article.hentry.format-video .pt-post-media p {
	margin-bottom: 0;
}

article.hentry.format-video .pt-post-media {
	text-align: center;
}

article.hentry.format-audio .pt-post-media embed,
article.hentry.format-video .pt-post-media iframe {
	width: 100%;
}



/*================================================
Blog Sidebar
================================================*/
.widget {
	margin-bottom: 45px;
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--grey-color);
}

.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;
}

/*===== SideBar - Search =====*/
.widget.widget_search {
	background: var(--dark-color);
}

.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;
	float: left;
	width: 100%;
}

.widget.widget_search .search-form .search-field,
.widget.widget_search .wp-block-search__input {
	background: var(--grey-color);
	border-color: rgba(255, 255, 255, 0.1);
}

.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 ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

.widget ul ul.children {
	padding-left: 25px;
}

.widget ul li a {
	padding: 0 0 0 15px;
	color: var(--secondary-color);
	position: relative;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: capitalize;
}

.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 5 Free";
	line-height: normal;
	font-weight: 900;
	color: var(--primary-color);
}

/*===== 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 .tag-cloud-link {
	font-size: 14px !important;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 10px 10px 0;
	display: inline-block;
	float: left;
	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);
}

@media(max-width:1023px) {
	.sidebar.widget-area {
		margin-top: 45px;
	}
}

/*===== blog sliderbar recent post =====*/
.pt-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;
}

.pt-footer-recent-post:last-child {
	margin-bottom: 0;
	border: none;
	padding: 0;
}

.pt-footer-recent-post .pt-footer-recent-post-media {
	margin-right: 15px;
}

.pt-footer-recent-post .pt-footer-recent-post-media img {
	width: 80px;
	height: 80px;
}

.pt-footer-recent-post .pt-footer-recent-post-info {
	flex: 1;
	align-self: center;
}

.pt-footer-recent-post .pt-footer-recent-post-info .pt-post-date {

	color: var(--secondary-color);
	width: 100%;
	display: inline-block;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 20px;

}

.pt-footer-recent-post .pt-footer-recent-post-info .pt-post-date:hover {
	color: var(--primary-color);
}

.pt-footer-recent-post .pt-footer-recent-post-info .pt-post-date i {
	margin-right: 5px;
}

.pt-footer-recent-post .pt-footer-recent-post-info h6 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.pt-footer-recent-post .pt-footer-recent-post-info h6 a:hover {
	color: var(--primary-color);
}

/*===== Comments Box =====*/
.comment-respond {
	margin-top: 0;
	display: inline-block;
	width: 100%;
}

.pt-comment-area .comments-title,
.comment-respond .comment-reply-title {
	padding-top: 30px;
	position: relative;
	margin: 0;
	padding-bottom: 0;
	font-size: 22px;
}

.comment-respond .comment-reply-title small {
	font-size: 14px;
}

.comment-respond .comment-reply-title a {
	font-weight: 700;
	color: var(--primary-color);
	font-size: 100%;
	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: 30px;
	margin-bottom: 0;
	vertical-align: top;
	padding: 0;
	list-style: none;
}

.commentlist .pt-comment-info {
	padding: 30px;
	border: 1px solid var(--grey-color);
	position: relative;
	background: var(--grey-color);
}

.commentlist ol.children {
	padding-left: 60px;
}

.commentlist .pt-comment-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.commentlist .pt-comment-avatar {
	padding-right: 15px;
}

.commentlist .pt-comment-avatar img {
	width: 80px;
}

.commentlist .pt-comment-box {
	position: relative;
	display: inline-block;
	width: 100%;
}

.commentlist .pt-comment-box .title:hover {
	text-decoration: none;
	color: var(--primary-color);
}

.commentlist .comment-content p {
	margin: 0;
}

.commentlist .pt-comment-info .reply a {
	position: absolute;
	right: 30px;
	top: 30px;
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
}

.commentlist .pt-comment-info .reply a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.no-comments,
.comment-awaiting-moderation {
	font-style: italic;
	margin: 15px 0;
}

/*===== Comments Form =====*/
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	padding: 0;
	margin: 0 0 30px;
}

.comment-respond .comment-form-comment {
	margin-top: 0;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	float: left;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	float: left;
	width: 32.6%;
	display: inline-block;
	margin: 0 15px 30px 0;
}

.comment-respond .comment-form-url {
	margin-right: 0;
}

.comment-respond .form-submit {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	float: left;
}

.commentlist .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	width: 32.6%;
	float: left;
}

.pt-comment-area ol.commentlist ol.children .comment-form-email,
.pt-comment-area ol.commentlist ol.children .comment-form-url {
	width: 31.1%;
}


/*===== Comments Form =====*/
ol.commentlist .pingback,
ol.commentlist .trackback {
	margin-left: 25px;
}


/*===================================================
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);
}

.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);

}


/* Dots */
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-dots {
	margin-top: 30px;
	line-height: normal;
	position: relative;
	width: 100%;
	text-indent: inherit;
	text-align: center;
	cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
	box-shadow: none;
	outline: none;
	background: var(--secondary-color);
	display: inline-block;
	padding: 0;
	margin: 0px 5px;
	height: 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
================================================*/
.pt-pagination {
	margin-top: 15px;
}

.pt-pagination .page-numbers {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pt-pagination .page-numbers li:first-child .page-numbers {
	margin-left: 0;
}

.pt-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);
}

.pt-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;
}

.pt-pagination .page-numbers li .page-numbers:focus {
	box-shadow: none;
	outline: 0;
	z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.pt-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;
}

.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
	width: auto;
}

@media(max-width:767px) {

	.pt-pagination .page-numbers li .next.page-numbers,
	.pt-pagination .page-numbers li .prev.page-numbers {
		width: auto;
		display: none;
	}
}

/*================================================
Error
================================================*/

.pt-error-block {
	text-align: center;
}

.pt-errot-image {
	margin-bottom: 45px;
}

.pt-errot-image img {
	width: 50%;

}


.pt-errot-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)
	}
}

@media(max-width:1023px) {
	.pt-errot-image img {
		width: 60%;

	}

}

@media(max-width:767px) {


	.pt-errot-image img {
		width: 70%;

	}


	.pt-error-block h2 {
		font-size: 26px;
		line-height: 34px;
	}
}

@media(max-width:479px) {

	.pt-errot-image img {
		width: 80%;

	}

	.pt-error-block h2 {
		font-size: 24px;
		line-height: 32px;
	}
}


/*================================================
Blog
================================================*/

.pt-blog-post {
	margin-bottom: 30px;
	background: transparent;
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.pt-blog-post .pt-post-media {
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

.pt-blog-post .pt-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%;
}

.pt-blog-post:hover .pt-post-media img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pt-blog-post .pt-blog-contain {
	padding: 30px;
	display: inline-block;
	position: relative;
	width: 100%;
	background: var(--grey-color);
}

.pt-blog .owl-carousel .pt-blog-post .pt-blog-contain .pt-blog-title {
	font-size: 22px;
	line-height: 30px;
	color: var(--white-color);
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
	font-size: 28px;
	line-height: 36px;
	margin: 0 0 10px;
	color: var(--white-color);
}

.pt-blog-post .pt-blog-contain p:last-child {
	margin-bottom: 0;
}

.pt-blog-post .pt-post-meta ul {
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
}

.pt-blog-post .pt-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;
}

.pt-blog-post .pt-post-meta ul li a {
	color: var(--secondary-color);
}
.pt-blog-post .pt-post-meta ul li i{ display: none; }
.pt-blog-post .pt-post-meta ul li+li {
	position: relative;
	padding-left: 15px;
}

.pt-blog-post .pt-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);
}

.pt-blog-post .pt-post-meta ul li:last-child {
	margin-right: 0;
}


.pt-blog-col-2 .pt-blog-post .pt-blog-contain .pt-blog-title {
	font-size: 28px;
	line-height: 36px;
}

.pt-blog-col-3 .pt-blog-post .pt-blog-contain .pt-blog-title {
	font-size: 22px;
	line-height: 30px;
}

.pt-blog.pt-blog-col-1 .pt-blog-post .pt-post-category,
.pt-blog.pt-blog-col-2 .pt-blog-post .pt-post-category,
.pt-blog.pt-blog-col-3 .pt-blog-post .pt-post-category,
.owl-carousel .pt-blog-post .pt-post-category {

	margin-top: -45px;
	margin-bottom: 15px;
}

.pt-blog.pt-blog-col-1 .pt-blog-post .pt-post-category a,
.pt-blog.pt-blog-col-2 .pt-blog-post .pt-post-category a,
.pt-blog.pt-blog-col-3 .pt-blog-post .pt-post-category a,
.owl-carousel .pt-blog-post .pt-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;
}


.pt-post-contain ul {
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
}

.pt-blog-post .pt-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;

}


.pt-blog-post .pt-post-contain ul li+li {
	padding-left: 15px;
	position: relative;
}

.pt-blog-post .pt-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%;
}

.pt-blog-post .pt-post-contain ul li:last-child {
	margin-right: 0;
}

.pt-blog-post .pt-post-contain ul li a {
	color: var(--primary-color);
}

.pt-blog-post .pt-post-contain ul li a:hover {
	color: var(--white-color);
}

.single-post .pt-blog-post .pt-post-meta ul li i {
	display: none;
}


.pt-blog-post.pt-list {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	background: transparent;
	padding-top: 30px;
}

.pt-blog-post.pt-list:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 30px;
	margin-bottom: 0;
}

.pt-blog-post.pt-list .pt-post-media {
	width: 250px;
	margin-right: 60px;
}

.pt-blog-post.pt-list .pt-blog-area {
	display: flex;
	align-items: center;
}

.pt-blog-post.pt-list .pt-blog-area .pt-post-meta {
	margin-right: 60px;
}

.pt-blog-post.pt-list .pt-blog-area .pt-post-meta .pt-post-date a {
	color: var(--secondary-color);
}

.pt-blog-post.pt-list .pt-blog-area .pt-post-meta .pt-post-date .pt-post-blk {
	display: block;
	color: var(--white-color);
	font-size: 64px;
	line-height: 72px;
	font-weight: 700;
	font-family: var(--title-fonts);
}

.pt-blog-post.pt-list .pt-blog-area .pt-blog-contain {
	width: 60%;
	padding: 0;
	background: transparent;
}


.pt-blog-post.pt-list .pt-blog-contain .pt-post-category a i {
	display: none;
}

.pt-blog-post.pt-list .pt-blog-area .pt-btn-container {
	margin-left: auto;
}


@media(max-width:1365px) {

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email,
	.comment-respond .comment-form-url {
		float: left;
		width: 31.66%;
	}

}


@media(max-width:1024px) {
	.pt-blog-post.pt-list .pt-blog-area .pt-post-meta {
		margin-right: 30px;
	}

	.pt-blog-post.pt-list .pt-blog-area .pt-blog-contain {
		width: 60%;

	}

	.pt-blog-post.pt-list .pt-post-media {
		margin-right: 45px;
	}


}


@media(max-width:979px) {
	.pt-blog-post .pt-post-meta ul {
		display: inline-block !important;
	}

	.pt-blog-post .pt-blog-contain .pt-blog-title {
		font-size: 24px;
		line-height: 32px;
	}

	.pt-blog-post.pt-list .pt-post-media {
		margin-right: 30px;
	}
}


@media(max-width:767px) {
	.pt-blog-post.pt-list .pt-post-media {
		margin-right: 30px;
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email,
	.comment-respond .comment-form-url {
		width: 100% !important;
		margin-right: 0;
	}

}

@media(max-width:575px) {

	.pt-blog-post.pt-list {

		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.pt-blog-post.pt-list .pt-blog-area {
		display: block;
	}

	.pt-blog-post.pt-list .pt-blog-area .pt-post-meta {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.pt-blog-post.pt-list .pt-blog-area .pt-blog-contain {
		width: 100%;
	}

	.pt-blog-post .pt-blog-contain .pt-blog-title {
		font-size: 24px;
		line-height: 32px;

	}

	.pt-blog-post.pt-list .pt-blog-area .pt-btn-container {
		margin-top: 20px;
	}

	.pt-blog-post.pt-list .pt-blog-area .pt-post-meta .pt-post-blk {

		font-size: 60px;
		line-height: 68px;

	}

	.pt-blog-post.pt-list .pt-post-media {
		width: 100%;
		margin-bottom: 30px;
	}


}


/*================================================
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#pt-header {
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
	background: var(--dark-color);
	z-index: 99;
}

header#pt-header.pt-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#pt-header .pt-top-header {
	background: var(--primary-color);
	padding: 0;
	font-size: 14px;
}

header#pt-header .pt-top-header .pt-header-contact.text-right ul {
	float: right;
}

header#pt-header .pt-top-header .pt-header-contact ul {
	margin: 0;
	padding: 0;
}

header#pt-header .pt-top-header .pt-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#pt-header .pt-top-header .pt-header-contact ul li:last-child {
	margin-right: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-contact ul li i {
	margin-right: 10px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a {
	color: var(--white-color);
}

header#pt-header .pt-top-header .pt-header-contact ul li a:hover {
	color: var(--white-color);
	background: transparent;
}

header#pt-header .pt-top-header .text-right .pt-header-social ul,
header#pt-header .pt-top-header .pt-header-social.text-right ul {
	float: right;
}

header#pt-header .pt-top-header .pt-header-social ul {
	margin: 0;
	padding: 0;
}

header#pt-header .pt-top-header .pt-header-social ul li {
	list-style: none;
	display: inline-block;
	float: left;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-social ul li a {
	color: var(--white-color);
	padding: 10px 20px;
	display: inline-block;
}

header#pt-header .pt-top-header ul li a:hover {
	color: var(--white-color);
}

header#pt-header .pt-top-header .pt-header-social ul li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header.top-style-1 .row {
	align-items: center;
}

header#pt-header .pt-top-header.top-style-1 {
	padding: 9px 45px;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li {
	margin-right: 15px;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li:last-child {
	margin-right: 0;
}

header#pt-header .pt-top-header.top-style-1 .pt-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#pt-header .pt-top-header.top-style-1 .pt-header-social ul li a:hover {
	background: var(--white-color);
	color: var(--dark-color);
}


header#pt-header .pt-top-header.top-style-1 ul li a:hover {
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li {
	border-left: 0;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li:last-child {
	border-right: 0;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-tagline {
	color: var(--white-color);
}

header#pt-header .pt-top-header.top-style-1 .pt-header-tagline.text-right {
	text-align: right;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-tagline:hover {
	color: var(--white-color);
	cursor: pointer;
}


header#pt-header .pt-top-header.top-style-2 .row {
	align-items: center;
}

header#pt-header .pt-top-header.top-style-2 {
	padding: 0 45px;
}

header#pt-header .pt-top-header.top-style-2 .pt-header-social ul li {
	margin-right: 15px;
}

header#pt-header .pt-top-header.top-style-2 .pt-header-social ul li:first-child {
	margin-right: 10px;
}

header#pt-header .pt-top-header.top-style-2 .pt-header-social ul li:last-child {
	margin-right: 0;
}

header#pt-header .pt-top-header.top-style-2 .pt-header-social ul li a {
	padding: 0;
}

header#pt-header .pt-top-header.top-style-2 .pt-header-social ul li {
	border-left: 0;
}

header#pt-header .pt-top-header.top-style-2 .pt-header-social ul li:last-child {
	border-right: 0;
}

header#pt-header .pt-top-header.top-style-2 .pt-header-contact ul li {
	padding: 10px 0;
	padding-right: 15px;
	border-left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header.top-style-2 .pt-header-contact ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

header#pt-header .pt-top-header.top-style-2 .pt-header-contact ul li+li {
	margin-left: 15px;
}

/*===== Logo =====*/
header#pt-header .pt-bottom-header .navbar .navbar-brand {
	line-height: 80px;
}

header#pt-header .pt-bottom-header .navbar .navbar-brand img {
	height: 45px;
}

/*===== Header Navbar Bar =====*/
header#pt-header .pt-bottom-header {
	min-height: 90px;
}

header#pt-header .pt-bottom-header .navbar {
	padding: 0;
}

header#pt-header .pt-bottom-header .navbar .pt-menu-contain {
	display: inline-block;
	width: 100%;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav {
	float: right;
}

header#pt-header .pt-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#pt-header .pt-bottom-header .navbar .navbar-nav li:last-child {
	margin-right: 0;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
	color: var(--white-color);
	font-family: var(--title-fonts);
	text-transform: uppercase;
	letter-spacing: 1px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor a {
	color: var(--primary-color);
}

/*===== Sub Menu Bar =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu {
	display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
	display: block;
	background: var(--grey-color);
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 0;
	display: inline-block;
	width: 210px;
	z-index: 999;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header .pt-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#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:last-child {
	border-bottom: 0;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
	margin-left: 10px;
	font-size: 12px;
	color: var(--white-color);
	opacity: 1;
}

header#pt-header .pt-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: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
	background: var(--primary-color);
	color: var(--white-color);
}

@media screen and (max-width:4000px) and (min-width:1023px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu {
		display: block !important;
	}
}

/*===== Navigation Sub Menu =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
	display: none;
}

header#pt-header .pt-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#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-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#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pt-submenu-icon {
	color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

header#pt-header .pt-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#pt-header .pt-menu-search-block {
	position: relative;
	margin: 0 0 0 30px;
}

header#pt-header .pt-menu-search-block a {
	color: var(--primary-color);
	font-size: 22px;
	width: 22px;
	display: inline-block;
}

header#pt-header .pt-search-form {
	position: absolute;
	top: 59px;
	right: -30px;
	width: 350px;
	padding: 15px;
	z-index: 999;
	display: none;
	background: var(--white-color);
	-webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

header#pt-header .pt-button:hover .pt-button-line-left {
	width: calc(15px - 1px);
}

/*===== Header Default =====*/
header#pt-header.pt-header-default .pt-bottom-header.pt-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#pt-header.pt-header-default .pt-btn-container {
	margin: 0 0 0 30px;
}

header#pt-header.pt-header-default .pt-toggle-btn {
	padding: 0;
	margin: 0 0 0 30px;
}

header#pt-header.pt-header-default .pt-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#pt-header.pt-header-default .pt-menu-search-block {
	margin: 0 0 0 30px;
}

header#pt-header.pt-header-default .pt-shop-btn {
    margin-left: 30px;
    margin-right: 0;
}




header#pt-header.pt-header-style-1 {
	position: absolute;
	width: 100%;

}

header#pt-header.pt-header-style-1 .pt-menu-search-block,
header#pt-header.pt-header-style-2 .pt-menu-search-block {
	margin-right: 30px;
}


header#pt-header.pt-header-style-1 .pt-bottom-header.pt-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);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

header#pt-header.pt-header-style-1,
header#pt-header.pt-header-style-2 .pt-bottom-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header#pt-header.pt-header-style-1 .pt-bottom-header,
header#pt-header.pt-header-style-2 .pt-bottom-header {

	padding: 0 45px;

}


header#pt-header.pt-header-style-2 {
	position: absolute;
	width: 100%;

}

header#pt-header.pt-header-style-2 .pt-bottom-header.pt-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#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav {
	float: left;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand img {
	margin-left: -140px;
}


header#pt-header.pt-header-style-2 .navbar-expand-lg .navbar-collapse {
	flex-grow: unset;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand {
	flex-grow: 1;
	text-align: center;
	margin: 0;

}


header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav {
	float: unset;
	justify-content: center;
}


header#pt-header .pt-top-header .pt-header-social ul li {
	color: var(--white-color);
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}


/*==================
admin bar login 
================*/

.admin-bar header#pt-header.pt-header-sticky {
	top: 32px;
}

.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
	top: 32px;
}

.admin-bar header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
	top: 32px;
}

.admin-bar header#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
	top: 32px;
}


@media(max-width:600px) {
	.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
		top: 0;
	}


}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {
	.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
		top: 46px !important;
	}

	.admin-bar header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
		top: 46px !important;
	}

	.admin-bar header#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
		top: 46px !important;
	}


}


@media(max-width:1599px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 20px;
	}
}

@media(max-width: 1499px){
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand img {
    margin-left: -100px;
}

}

@media(max-width:1399px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 20px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
		left: inherit;
		right: 100%;
	}
}

@media(max-width:1365px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		font-size: 14px;
		margin-right: 15px;
	}

	header#pt-header .pt-top-header .pt-header-social ul li a {
		font-size: 12px;
		padding: 10px 15px;
	}

	header#pt-header .pt-top-header .pt-header-contact ul li {
		font-size: 12px;
		padding: 10px 15px;
	}

	header#pt-header.pt-header-default .pt-toggle-btn {
		margin: 0 0 0 15px;
	}


	header#pt-header.pt-header-style-1 .pt-bottom-header,
	header#pt-header.pt-header-style-2 .pt-bottom-header {
		padding: 0 15px;
	}

	header#pt-header.pt-header-style-1 .pt-top-header,
	header#pt-header.pt-header-style-2 .pt-top-header {
		padding:9px 15px;
	}


	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand img {
		margin-left: -50px;
	}

}

@media (max-width: 1199px) {

	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 8px;
	}

}

@media(max-width:1023px) {

	/*++++++++++++++ Button Toggler +++++++++++++*/
	.navbar-expand-lg .navbar-toggler {
		display: block;
	}

	.navbar-expand-lg .navbar-collapse.collapse:not(.show) {
		display: none !important;
	}

	header#pt-header .pt-bottom-header .navbar-toggler {
		font-size: 20px;
		padding: 16px 18px;
		line-height: normal;
		float: right;
		outline: none;
		margin: 0 0 0 15px;
		color: var(--white-color);
		box-shadow: none;
		background: var(--dark-color);
	}

	header#pt-header .pt-bottom-header .navbar-toggler:hover {
		color: var(--white-color);
		background: var(--primary-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-collapse {
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		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);
		max-height: 330px;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-brand {
		line-height: 60px;
	}

	header#pt-header .pt-bottom-header {
		min-height: 60px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-brand img {
		height: 40px;
	}

	header#pt-header .pt-search-form {
		top: 57px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav {
		float: left;
		width: 100%;
		display: inline-block;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		float: left;
		width: 100%;
		display: inline-block;
		line-height: normal;
		position: relative;
		font-size: 16px;
		position: relative;
	}


	header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
		width: 100%;
		display: inline-block;
		padding: 15px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
		margin-left: 0;
		opacity: 1;
		font-size: 12px;
		position: absolute;
		right: 0;
		margin-top: 0;
		top: 0;
		padding: 22px;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
		position: relative;
		top: 0;
		left: 0;
		padding-left: 0;
		background: var(--grey-color);
		box-shadow: none;
		display: inline-block;
		width: 100%;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
		background: var(--primary-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
		opacity: 1;
		position: absolute;
		top: 0;
		right: 0;
		line-height: 2;
		font-size: 12px;
		padding: 12px 30px;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
		padding: 10px 30px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li>a:hover,
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a {
		background: var(--primary-color);
		color: var(--dark-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
		background: var(--primary-color);
		color: var(--white-color);
	}

	header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a,
	header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li.current-menu-item>a {
		color: var(--white-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>.pt-submenu-icon,
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.pt-submenu-icon {
		color: var(--white-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
		position: relative;
		top: 0;
		left: 0;
		background: transparent;
		display: inline-block;
		width: 100%;
		float: left;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li>a {
		background: var(--grey-color);
		color: var(--secondary-color);
	}

	header#pt-header .pt-top-header .pt-header-contact ul li {
		padding: 10px 10px;
	}

	header#pt-header.pt-header-default .pt-shop-btn+.pt-btn-container {
		margin-left: 0;
	}

	header#pt-header.pt-header-default .pt-menu-search-block {
		margin-left: auto !important;
	}
    header#pt-header.pt-header-defult .pt-menu-search-block{
        margin-right: 15px;
    }
 	header#pt-header.pt-header-default .pt-toggle-btn {
		display: none;
	}
  
	header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li>a {
		padding-bottom: 15px;
	}

	header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li>a:before {
		display: none;
	}

	header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li>i {
		display: inline-block;
	}


	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a {
		color: var(--white-color);
	}

	header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav>li:hover>a {
		color: var(--white-color);
	}


	header#pt-header .pt-bottom-header .navbar-toggler {

		background: var(--primary-color);
	}

	header#pt-header.pt-header-style-1 .pt-menu-search-block {
		border-left: none;

	}


	header#pt-header.pt-header-style-1 .pt-top-header {
		padding: 0;
	}

	header#pt-header.pt-header-style-1 .pt-toggle-btn {
		display: none;
	}
     

	header#pt-header.pt-header-style-1 .pt-menu-search-block {
		margin-left: auto;
		padding: 0 15px;
	}

    header#pt-header.pt-header-style-1 .pt-shop-btn{ margin-right: 15px; }
	header#pt-header.pt-header-style-1 .pt-menu-search-block {
		margin-right: 0;
	}
     


	header#pt-header.pt-header-style-2 .pt-menu-search-block {
		margin-left: auto;
		padding: 0 15px;
	}

	 header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
		padding-right: 15px;
		padding-left: 0;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
		font-size: 16px;
	}


	header#pt-header.pt-header-style-2 .pt-menu-search-block {
		margin-left: auto;
	}

	header#pt-header.pt-header-style-2 .pt-menu-search-block {
		margin-right: 0px;
	}

	header#pt-header.pt-header-style-2 .pt-btn-container {
		margin: 0;
	}


	header#pt-header.pt-header-style-1 .pt-bottom-header,
	header#pt-header.pt-header-style-2 .pt-bottom-header {
		padding: 0;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand {
		text-align: left;
	}

	header#pt-header.pt-header-style-1 .pt-top-header,
	header#pt-header.pt-header-style-2 .pt-top-header {
		padding: 9px 0;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand img {
		margin-left: 0;
	}


}


@media(max-width:767px) {
	header#pt-header .pt-top-header {
		display: none;
	}

	header#pt-header.pt-header-default .pt-btn-container {
		display: none;
	}

	header#pt-header.pt-header-style-1 .pt-menu-search-block {
		margin-right: 0;
	}

	

	header#pt-header.pt-header-style-1 .pt-btn-container {
		display: none;
	}

	header#pt-header.pt-header-style-2 .pt-btn-container {
		display: none;
	}

	header#pt-header .pt-top-header.top-style-1 {
		display: none;
	}

	header#pt-header .pt-top-header.top-style-2 {
		display: none;
	}

	header#pt-header.pt-header-style-2 .pt-menu-search-block {
		margin-left: auto;
		padding: 0 15px;
	}
     
     	header#pt-header.pt-header-style-2 .pt-shop-btn {margin-right: 0;}

	.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
		top: 0;
	}


}

@media(max-width:479px) {
	header#pt-header .pt-bottom-header .navbar .navbar-brand img {
		height: 42px;
	}

	header#pt-header.pt-header-default .pt-btn-container {
		display: none;
	}


	header#pt-header .pt-search-form {
		right: 0;
		width: 220px;
		padding: 5px;
	}

	header#pt-header.pt-header-style-1 .pt-menu-search-block {
		display: none;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-brand img {
		height: 40px;
	}

	header#pt-header.pt-header-style-2 .pt-menu-search-block {
		display: none;
	}
	header#pt-header.pt-header-default .pt-menu-search-block{
		display: none;
	}


}


/*++++++++++++++++ Header Search +++++++++++*/
.admin-bar .pt-menu-search-block .offcanvas {
	top: 32px;
}

.pt-menu-search-block .offcanvas {
	padding: 45px;
	height: auto;
	bottom: inherit;
	transition: all 0.5s ease;
}

.pt-menu-search-block .offcanvas .btn-close {
	opacity: 1;
	background: none;
	color: var(--white-color);
	font-size: 0;
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	line-height: normal;
	padding: 0;
	box-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
}

.pt-menu-search-block .offcanvas .btn-close:before {
	font-size: 14px;
	content: "\e646";
	font-family: 'themify';
}

.pt-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;
}

.pt-menu-search-block .offcanvas .btn-close:hover:after {
	background: var(--grey-color);
}

.pt-menu-search-block .offcanvas .btn-close:hover {
	color: var(--white-color);
}

.pt-menu-search-block .offcanvas .search-form {
	margin: 0 auto;
	width: 60%;
}

.pt-menu-search-block .offcanvas .search-form .search-field {
	border: none;
	color: var(--white-color);
	background: var(--primary-color);
	padding-left: 30px;
}

.pt-menu-search-block .offcanvas .search-form #search-clear {
	display: none;
}

.pt-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-decoration,
.pt-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-cancel-button,
.pt-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-button,
.pt-menu-search-block .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.pt-menu-search-block .offcanvas .search-form .search-field:focus {
	color: var(--white-color);
}

.pt-menu-search-block .offcanvas .search-form .search-submit {
	background: transparent;
	color: var(--white-color) !important;
	top: 0;
}

header#pt-header.pt-header-style-1 .pt-menu-search-block .offcanvas .search-form .search-submit {
	top: 0px;
}


.pt-menu-search-block .offcanvas .search-form .search-submit:hover {
	color: var(--white-color) !important;
}

.pt-menu-search-block .offcanvas {
	background: var(--dark-color);
}


/*================================================
Breadcrum
================================================*/
.pt-breadcrumb {
	background: var(--grey-color);
	color: var(--white-color);
	padding: 160px 0;
	position: relative;
	background-position: center center;
	background-size: cover;
}

.pt-breadcrumb nav {
	position: relative;
}

.pt-breadcrumb:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-color);
	opacity: 0.1;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 15px;
	text-align: center;
}

.pt-breadcrumb-container .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.pt-breadcrumb-container .breadcrumb li {
	list-style-type: none;
	margin-right: 15px;
	padding-left: 0;
}

.pt-breadcrumb-container .breadcrumb li.active {
	color: var(--primary-color);
}

.pt-breadcrumb-container .breadcrumb li a {
	color: var(--white-color);
}

.pt-breadcrumb-container .breadcrumb li a:hover {
	color: var(--primary-color);
}

.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\f125";
	font-size: 12px;
	font-family: "Ionicons";
	padding-right: 15px;
	margin-top: 5px;
	color: var(--white-color);
}

.pt-yoest-breadcumbs #breadcrumbs {
	margin: 0;
	padding: 0;
}

.pt-yoest-breadcumbs #breadcrumbs span {
	color: var(--dark-color);
}

.pt-yoest-breadcumbs #breadcrumbs span a {
	padding: 0 5px;
}

.pt-yoest-breadcumbs #breadcrumbs span strong {
	font-weight: 400;
	padding-left: 5px;
}

.pt-breadcrumb-container .breadcrumb li.breadcrumb-item i {
	position: relative;
	z-index: 1;
	margin-right: 20px;
	color: var(--white-color);
}

.pt-breadcrumb-container .breadcrumb li.breadcrumb-item i:after {
	content: '';
	position: absolute;
	width: 30px;
	line-height: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--primary-color);
	left: -6px;
	top: -7px;
	z-index: -1;
}


@media(max-width:1023px) {
	.pt-breadcrumb {
		text-align: center;
		padding: 100px 0;
	}

	.pt-breadcrumb .pt-breadcrumb-title h1 {
		font-size: 42px;
		line-height: 50px;
	}

	.pt-breadcrumb-container .breadcrumb {
		display: inline-flex;
	}

	.pt-breadcrumb-img.text-right {
		text-align: center !important;
	}
}

@media(max-width:767px) {
	.pt-breadcrumb .pt-breadcrumb-title h1 {
		font-size: 34px;
		line-height: 42px;
	}

	.pt-breadcrumb-container .breadcrumb li,
	.pt-breadcrumb-container .breadcrumb li i {
		font-size: 14px;
	}

	.pt-breadcrumb-container .breadcrumb li {
		margin-right: 10px;
	}

	.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
		padding-right: 10px;
		font-size: 12px;
	}
}

@media(max-width:479px) {
	.pt-breadcrumb .pt-breadcrumb-title h1 {
		font-size: 30px;
		line-height: 38px;
	}
}

/*================================================
Footer
================================================*/



footer#pt-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

footer#pt-footer .widget .footer-title {
	color: var(--white-color);
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 24px;
	position: relative;
	line-height: 32px;
	width: 60%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


footer#pt-footer .pt-footer-bottom {
	padding-top: 60px;
	padding-bottom: 15px;
}

footer#pt-footer .widget {
	background: transparent;
	padding: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 45px;

}

footer#pt-footer .widget ul.menu li {
	margin-bottom: 8px;
}

footer#pt-footer .widget ul.menu li a:before {
	position: absolute;
	content: '\f054';
	left: 0;
	font-size: 10px;
	top: 5px;
	color: inherit;
	font-family: "Font Awesome 5 Free";
	line-height: normal;
	font-weight: 900;
	color: var(--primary-color);


}

footer#pt-footer .pt-copyright-footer {
	padding: 15px 0;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}


footer#pt-footer {
	background: var(--grey-color);

	display: inline-block;
	width: 100%;
	color: var(--secondary-color);
	float: left;
	position: relative;
}

footer#pt-footer .pt-footer-top {
	padding-top: 60px;
}


footer#pt-footer .pt-footer-bottom-list {
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}


.pt-footer-items {

	display: flex;
	align-items: flex-start;

}

.pt-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#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info {
	margin-left: 30px;
}


.pt-footer-items-info .pt-btn-container a {
	color: var(--white-color);

}


@media(max-width: 1199px) {

	.pt-footer-items-icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-size: 20px;
	}

	footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info {
		margin-left: 20px;
	}

	.pt-footer-items-info h4 {
		font-size: 24px;
		line-height: 32px;
	}

}


@media(max-width: 991px) {

	.pt-footer-items {
		padding: 30px 0;
	}

	footer#pt-footer .widget .footer-title {

		width: 100%;

	}

}


@media(max-width: 767px) {
	footer#pt-footer .pt-footer-bottom-list {
		padding: 30px 0;

	}
}



/*================================================
Section Title
================================================*/

.pt-section-title.pt-style-1.text-center {
	padding: 0 15em;
	margin-bottom: 60px;
}

.pt-section-title.pt-style-1 .pt-section-main-title {
	font-size: 52px;
	line-height: 60px;
	z-index: 9;
	color: var(--white-color);
	padding: 0;
	margin: 0 0;
	position: relative;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.pt-section-title .pt-section-description {
	margin-top: 5px;
	margin-bottom: 20px;
}

@media(max-width:1199px) {
	.pt-section-title.pt-style-1.text-center {
		padding: 0;
	}
}

@media(max-width:1023px) {
	.pt-section-title.pt-style-1 .pt-section-main-title {
		font-size: 44px;
		line-height: 52px;
	}
}

@media(max-width:767px) {
	.pt-section-title.pt-style-1 .pt-section-main-title {
		font-size: 34px;
		line-height: 1.3;
	}

	.pt-section-title.pt-style-1.text-center {
		margin-bottom: 30px;
	}

	.pt-section-title.pt-style-1 .pt-section-sub-title {
		font-size: 14px;
		line-height: 22px;
	}

	.pt-section-title.pt-style-1 .pt-section-sub-title:before {
		top: 9px;
	}
}

@media(max-width:479px) {
	.pt-section-title.pt-style-1 .pt-section-main-title {
		font-size: 30px;
		line-height: 1.3;
	}
}



/*================================================
Marquee
================================================*/

.pt-marquee-main {
	position: relative;
	height: 60px;

}

.pt-marquee {
	width: 200%;
	position: absolute;
	animation: marqueeLeft 25s linear infinite;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	overflow: hidden;
	white-space: nowrap;
}

.pt-marquee ul {
	float: left;
	width: 50%;
}

.marquee-content-items {
	padding: 0;
	margin: 0;
}

.marquee-content-items li {
	display: inline-block;
	list-style-type: none;
	font-size: 60px;
	line-height: 68px;
	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%;
	}
}


@media(max-width:1699px) {
	.pt-marquee {
		width: 228%;
	}

}

@media(max-width:1679px) {
	.pt-marquee {
		width: 238%;
	}

}

@media(max-width:1499px) {

	.pt-marquee {
		width: 265%;
	}

}


@media(max-width:1399px) {
	.pt-marquee {
		width: 280%;
	}

}


@media(max-width:1359px) {

	.pt-marquee {
		width: 300%;
	}

}

@media(max-width:1279px) {

	.pt-marquee {
		width: 325%;
	}

}


@media(max-width:1024px) {
	.pt-marquee {
		width: 265%;
		height: 60px;
	}

	.marquee-content-items li {
		font-size: 42px;
	}

}

@media(max-width:999px) {

	.pt-marquee {

		width: 280%;
	}

}

@media(max-width:979px) {
	.pt-marquee {
		width: 345%;
	}

}

@media(max-width:799px) {

	.pt-marquee {

		width: 350%;
	}

}


@media(max-width:767px) {
	.pt-marquee-main {
		height: 60px;
	}

	.pt-marquee {
		width: 390%;
		height: 60px;
	}

	.marquee-content-items li {
		font-size: 28px;
		line-height: 40px;
	}


}


@media(max-width:479px) {

	.pt-marquee {
		width: 400%;

	}


	.marquee-content-items li {
		font-size: 22px;
		line-height: 30px;
	}


}

/*================================================
Image Marquee
================================================*/

.pt-img-marquee-main {
	position: relative;
	height: 206px;

}

.pt-img-marquee {
	width: 300%;
	position: absolute;
	animation: imagemarqueeLeft 40s linear infinite;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	white-space: nowrap;
	display: flex;
}

.pt-imagemarqueeright .pt-img-marquee {
	animation: imagemarqueeright 40s linear infinite;
	left: inherit;
}

.pt-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;
}

/* intro marquee img */

.intro-imgborder .pt-img-marquee-main{ height: 300px; }
.intro-imgborder .marquee-img-content-items li img{ border:1px solid rgba(255,255,255,0.2);}

.intro-imgborder .marquee-img-content-items li img {
    width: 500px;
}

.intro-imgborder .marquee-img-content-items li{ margin-right: 30px; }


@keyframes imagemarqueeLeft {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}


@keyframes imagemarqueeright {
	0% {

		left: -100%;

	}

	100% {
		left: 0;
	}
}

}

@media(max-width:767px) {
	.pt-img-marquee-main {
		height: 60px;
	}

	.pt-img-marquee {
		width: 340%;
		height: 60px;
		animation: marqueeLeft 20s linear infinite;

	}


}


@media(max-width:575px) {
	.pt-img-marquee {
		width: 445%;

	}


}



/*================================================
   Tabs
================================================*/

.pt-advance-tab {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.pt-advance-tab .nav-tabs {
	background: var(--grey-color);
	border: none;
	display: inline-block;
	text-align: center;
	padding: 10px;
}

.pt-advance-tab .nav-tabs .pt-tabs.nav-link {
	margin: 0;
	line-height: 2;
	display: inline-block;
	font-family: var(--title-fonts);
	color: var(--white-color);
	background: var(--dark-color);
	padding: 12px 45px;
	text-align: center;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 5px;
}

.pt-advance-tab .nav-tabs .pt-tabs.nav-link:last-child {
	margin-right: 0;
}

.pt-advance-tab .nav-tabs .pt-tabs.nav-link.active {
	background: var(--primary-color);
	color: var(--white-color);
}

.pt-advance-tab .tab-content {
	margin: 45px 0 0;
	text-align: left;
}


@media(max-width: 767px) {

	.pt-advance-tab .nav-tabs .pt-tabs.nav-link {
		margin-bottom: 10px;
	}

	.pt-advance-tab .nav-tabs .pt-tabs.nav-link:last-child {
		margin-bottom: 0;
	}
}



/*================================================
Video Popup
================================================*/

.pt-popup-video-block.pt-popup-style-1 .pt-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;
}

.pt-popup-video-block.pt-popup-style-1 .pt-video-icon a:hover {
	background: var(--white-color);
	color: var(--primary-color);
}

.pt-popup-video-block.pt-popup-style-1 {
	position: relative;
	text-align: center;
}

.pt-popup-video-block.pt-popup-style-1 .pt-video-icon {
	display: inline-block;
	position: relative;
}


.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-wrap .mfp-close:hover {
	background: var(--primary-color);
}

.mfp-wrap .mfp-close:focus {
	outline: none;
}


/*================================================
Client
================================================*/
.pt-client-box.pt-client-style-1 .pt-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;
}

.pt-client-box.pt-client-style-1 a:hover .pt-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%)
}

.pt-client-box.pt-client-style-1 a:hover .pt-client-hover-img {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pt-client-box.pt-client-style-1 .pt-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 --------------- */

.pt-client-box.pt-client-style-1 {
	display: block;
	overflow: hidden;
	position: relative;
}



/*================================================
Form
================================================*/

.pt-contactform textarea {

	height: 150px;

}

.pt-contactform input {

	margin-bottom: 30px;
}

.pt-contactform input[type="submit"] {
	margin-bottom: 0;
}

.pt-contactform p {
	margin-bottom: 0;
}


/*================================================
Fancy Box
================================================*/


.pt-fancy-box.pt-style-1 {
	padding: 45px 30px;
	transition: all 0.5s ease;
	background: var(--grey-color);
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	min-height: 340px;
}

.pt-fancy-box.pt-style-1 .pt-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;
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-bg img {
	width: 70%;
	display: inherit;
	margin: 0 auto;
	text-align: center;
	margin-top: 45px;
}

.pt-fancy-box.pt-style-1 .pt-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;
}


.pt-fancy-box.pt-style-1 .pt-fancy-box-info {
	position: relative;
}

.pt-fancy-box.pt-style-1:hover,
.pt-active .pt-fancy-box.pt-style-1 {
	background: var(--grey-color);
}


.pt-fancy-box.pt-style-1 .pt-fancy-box-title {
	color: var(--white-color);
	margin-bottom: 5px;
	transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
}

.pt-fancy-box.pt-style-1 .pt-fancybox-description {
	margin-bottom: 15px;
	color: var(--white-color);
	transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
}


@media (min-width: 1024px) and (max-width: 1199px) {

	.pt-fancy-box.pt-style-1 {
		min-height: 260px;
	}


	.pt-fancy-box.pt-style-1 .pt-fancy-box-title {
		font-size: 22px;
		line-height: 30px;
	}
}


@media (max-width: 1024px) {
	.pt-fancy-box.pt-style-1 .pt-fancy-box-bg {
		width: 50%;
		top: 10%;
		left: 45%;
	}

	.pt-fancy-box.pt-style-1 {
		min-height: 260px;
	}

}

@media(max-width: 767px) {
	.pt-fancy-box.pt-style-1 .pt-fancy-box-bg {
		left: 30%;
		top: 0%;
		width: 50%;
	}

	.pt-fancy-box.pt-style-1 {
		min-height: 240px;
	}

}


/*================================================
Pricing plan
================================================*/
.pt-pricing-plan.pt-style-1 {
	padding: 45px;
	background: var(--grey-color);
}

.pt-pricing-plan.pt-style-1 .pt-pricebox-detail {
	display: flex;
}

.pt-pricing-plan.pt-style-1 .pt-price-media i {
	font-size: 64px;
	line-height: 72px;
	color: var(--primary-color);
}

.pt-pricing-plan.pt-style-1 .pt-price-content {
	margin-left: 30px;
}


.pt-pricing-plan.pt-style-1 .pt-list-info {
	margin: 0;
	padding: 45px 0;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.pt-pricing-plan.pt-style-1 .pt-list-info li {
	list-style: none;
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.pt-pricing-plan.pt-style-1 .pt-list-info li:last-child {
	margin-bottom: 0;
}

.pt-pricing-plan.pt-style-1 .pt-list-info li i {
	margin-left: 30px;
	display: inline-block;
	font-size: 24px;
	line-height: 32px;
	color: var(--primary-color);
}


.pt-pricing-plan.pt-style-1 .price {
	font-size: 48px;
	line-height: 56px;
	display: inline-block;
	color: var(--white-color);
	padding: 30px 0;
}

.pt-pricing-plan.pt-style-1 .price .pt-price span {
	font-size: 20px;
	line-height: 28px;

}

.pt-pricing-plan.pt-style-1 .price .pt-price-sign {
	font-size: 28px;
	line-height: 36px;
}

.pt-pricing-plan.pt-style-1 .price span.pt-price-sign {
	position: relative;
	top: -20px;
}

.pt-pricing-plan.pt-style-1 .price span.price-month {
	font-size: 16px;
	letter-spacing: 1px;
}


@media(max-width:1279px) {
	.pt-pricing-plan.pt-style-1 {

		padding: 45px 30px;
	}

	.pt-pricing-plan.pt-style-1 .pt-price-content {
		margin-left: 15px;
	}

	.pt-pricing-plan.pt-style-1 .pt-list-info {
		padding: 30px 0;
	}

	.pt-pricing-plan.pt-style-1 .pt-button {


		padding: 12px 30px;
	}

}

@media(max-width: 767px) {

	.pt-pricing-plan.pt-style-1 {

		padding: 45px;
	}


}

@media(max-width: 480px) {

	.pt-pricing-plan.pt-style-1 {
		padding: 30px;


	}

	.pt-pricing-plan.pt-style-1 .pt-price-content {
		margin-left: 15px;
	}


}



/*================================================
Process step
================================================*/


.pt-process-step.pt-process-1 {
	display: flex;
	align-items: center;
	position: relative;
}


.pt-process-step.pt-process-1.left .pt-process-img {
	margin-right: 90px;
}


.pt-process-step.pt-process-1.left .pt-process-info,
.pt-process-step.pt-process-1.right .pt-process-info {
	width: 70%;
}


.pt-process-step.pt-process-1 .pt-before-img {
	position: absolute;
	left: 50%;
	opacity: 0.2;
	z-index: 1;
}

.pt-process-step.pt-process-1.left .pt-before-img {
	transform: translate(-50%, -10px);
	top: 65%;
}

.pt-process-step.pt-process-1.right .pt-before-img {
	transform: translate(-50%, -10px) rotateY(180deg);
	top: 68%;
}

.pt-process-step.pt-process-1 .pt-process-img {
	z-index: 2;
}

.pt-process-step.pt-process-1 .pt-process-title {
	margin-bottom: 15px;
}

.pt-process-description {
	margin-bottom: 0;
}


.before-img-none .pt-process-step.pt-process-1.left .pt-before-img {
	display: none;
}


.pt-reverse-process .pt-process-step.pt-process-1.left {
	flex-direction: row-reverse;
}

.pt-reverse-process .pt-process-step.pt-process-1.left .pt-process-img {

	margin-left: 90px;
	margin-right: 0;
}


.pt-reverse-process .pt-process-step.pt-process-1.left .pt-before-img {
	top: 65%;
	transform: translate(-50%, -10px) rotateY(180deg);
}


@media(max-width:1279px) {


	.pt-process-step.pt-process-1.right .pt-before-img {
		top: 62%;
	}

	.pt-process-step.pt-process-1.left .pt-process-img {
		margin-right: 60px;
	}

	.pt-process-step.pt-process-1.right .pt-process-img {
		margin-left: 60px;
	}


}

@media(max-width:768px) {


	.pt-process-step.pt-process-1 {
		display: block;
	}

	.pt-process-step.pt-process-1 .pt-before-img {
		display: none;
	}

	.pt-process-step.pt-process-1.left .pt-process-img {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.pt-process-step.pt-process-1.right .pt-process-img {
		margin-left: 0;
		margin-top: 30px;
	}

	.pt-process-step.pt-process-1 .pt-process-img img {
		width: 100%;
	}

	.pt-process-step.pt-process-1.left .pt-process-info,
	.pt-process-step.pt-process-1.right .pt-process-info {
		width: 100%;
	}

	.pt-reverse-process .pt-process-step.pt-process-1.left .pt-process-img {
		margin-left: 0;
	}

}

/*================================================
Image Box
================================================*/


/*image-box-style-1 */

.pt-image-box.pt-style-1 {
	display: flex;
	flex-wrap: nowrap;
}

.pt-image-box.pt-style-1 .item {
	text-align: center;

}

.pt-image-box.pt-style-1 .pt-image-box-media {
	margin-bottom: 30px;
}

.pt-image-box.pt-style-1 .pt-image-box-media img {
	width: 50%;
}


@media(max-width: 1024px) {


	.pt-image-box.pt-style-1 {
		display: flex;
		flex-wrap: wrap;
	}

	.pt-image-box.pt-style-1 .item {
		width: 33.33%;
		margin-bottom: 45px;
	}

	.pt-image-box.pt-style-1 .item:nth-last-child(-n + 3) {
		margin-bottom: 0px;
	}

	.pt-image-box.pt-style-1 .pt-image-box-media img {
		width: 30%;
	}


}

@media(max-width: 767px) {

	.pt-image-box.pt-style-1 .item {
		width: 50%;

	}

	.pt-image-box.pt-style-1 .pt-image-box-info .pt-image-box-title {
		font-size: 20px;
		line-height: 28px;
	}


}


@media(max-width:397px) {

	.pt-image-box.pt-style-1 .item {
		width: 100%;

	}
}


/*image-box-style-2 */

.pt-image-box.pt-style-2 {
	background: var(--dark-color);
	transition: 0.5s ease-in-out;
}


.pt-image-box.pt-style-2 .pt-image-box-media {
	overflow: hidden;
}


.pt-image-box.pt-style-2 .pt-image-box-media img {
	transform: scale(1);
	transition: 0.5s ease-in-out;
}

.pt-image-box.pt-style-2:hover .pt-image-box-media img {
	transform: scale(1.1);
}

.pt-image-box.pt-style-2 .pt-image-box-info {
	padding: 15px;
}

.pt-image-box.pt-style-2 .pt-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);
}



/*================================================
Game video Box
================================================*/

.pt-gaming-video-box {
	position: relative;
}

.pt-gaming-video-box .pt-gaming-video {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	transition: all 0.5 s ease;
}

.pt-gaming-video-box:hover .pt-gaming-video {
	opacity: 1;
	cursor: pointer;
}

/*================================================
Hover Image Effect
================================================*/

.pt-menu-tabs {
	text-align: left;
}

.pt-menu-tabs .menu-tabs-item {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.2);


}

.pt-menu-tabs .menu-tabs-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pt-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;
}

.pt-menu-tabs .menu-tabs-item a.menu-tabs-link i {
	color: var(--primary-color);
	font-size: 56px;
	line-height: 64px;
	margin-right: 30px;
}

.pt-menu-tabs .menu-tabs-item a.menu-tabs-link span {
	position: absolute;
	right: 0;
}

.pt-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;
}


.pt-menu-tabs .menu-tabs-item.active .menu-tabs-img {
	opacity: 1;

}

@media(max-width:1199px) {
	.pt-menu-tabs .menu-tabs-item .menu-tabs-img {
		height: 200px;
	}
}


@media(max-width: 1024px) {
	.pt-menu-tabs .menu-tabs-item .menu-tabs-img {
		left: 80%;
	}
}

@media(max-width: 767px) {
	.pt-menu-tabs .menu-tabs-item .menu-tabs-img {
		left: 72%;

	}


}

@media(max-width:479px) {
	.pt-menu-tabs .menu-tabs-item a.menu-tabs-link {
		font-size: 28px;
		line-height: 36px;
	}

	.pt-menu-tabs .menu-tabs-item.active .menu-tabs-img {
		opacity: 0;
	}

}

/*================================================
FAQ
================================================*/

.pt-accordion-block .pt-accordion-box {
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pt-accordion-block .pt-accordion-box:last-child {
	margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title {
	padding: 30px 15px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title {
	padding: 30px 15px 5px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i {
	position: absolute;
	top: 35px;
	right: 15px;
	opacity: 1;
	color: var(--white-color);
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i.inactive {
	opacity: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
	position: absolute;
	top: 35px;
	right: 15px;
	opacity: 0;
	color: var(--white-color);
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive {
	opacity: 1;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
	color: var(--white-color);
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details {
	padding: 0 15px 30px;

}

.pt-accordion-block .pt-accordion-box .pt-accordion-details p {
	margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
	font-size: 20px;
	line-height: 28px;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title .ad-title-text {
	color: var(--white-color);
}

@media(max-width:767px) {

	.pt-accordion-block .pt-accordion-box .pt-ad-title,
	.pt-accordion-block .pt-accordion-box .pt-accordion-details {
		padding: 15px;
	}

}

@media(max-width:479px) {
	.pt-accordion-block .pt-accordion-box .pt-ad-title {
		padding: 15px 30px 15px 15px;
	}

	.pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
		font-size: 16px;
		line-height: 24px;
	}

}


/* ====================================
 Header cart
====================================== */
.pt-cart .offcanvas {
	padding: 0px 30px;
	border: 0;
	display: block;
	background: var(--grey-color);
}

.admin-bar .pt-cart .offcanvas {
	padding: 32px 30px;
}

.pt-cart .offcanvas .pt-cart-header {
	margin-left: -30px;
	margin-right: -30px;
}

.pt-cart .offcanvas .pt-cart-header h3.modal-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	padding: 15px 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pt-cart .widget_shopping_cart_content {
	height: calc(100vh - 275px);
}

.admin-bar .pt-cart .widget_shopping_cart_content {
	height: calc(100vh - 320px);
}

.pt-cart .widget_shopping_cart_content .product_list_widget {
	height: 100%;
	overflow: auto;
}

.pt-cart ul.product_list_widget li.mini_cart_item {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
	position: relative;
}

.pt-cart ul.cart_list li img,
ul.product_list_widget li img {
	width: 80px;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}

.pt-cart ul.cart_list li a {
	display: block;
	color: var(--dark-color);
	text-decoration: none;
	font-weight: 700;
	padding-right: 30px;
	line-height: normal;
}

.pt-cart ul.product_list_widget a.remove {
	float: right;
	right: 15px;
	top: 3px;
	left: inherit;
	margin: auto 0;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	padding: 0;
	line-height: 1;
	height: 1em;
	width: 1em;
	color: var(--secondary-color);
	text-align: center;
	background: transparent;
}

.pt-cart ul.product_list_widget a.remove:hover {
	color: var(--dark-color);
}

.pt-cart .woocommerce-mini-cart__total.total {
	margin-bottom: 15px;
	margin-top: 15px;
}

.pt-cart .woocommerce-mini-cart__total.total strong {
	font-weight: 700;
	color: var(--white-color);
}

.pt-cart .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
	float: right;
	color: var(--white-color);
	font-weight: 700;
	font-family: var(--title-fonts);
	letter-spacing: 1px;
}

.pt-cart .woocommerce-mini-cart__buttons .button {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.pt-cart .woocommerce-mini-cart__buttons .button:hover {
	background: var(--white-color);
}

.pt-cart .woocommerce-mini-cart__buttons .button.checkout {
	margin-bottom: 0;
	background: none;
	border: 1px solid var(--white-color);
	color: var(--white-color);
}

.pt-cart .woocommerce-mini-cart__buttons .button.checkout:hover {
	color: var(--white-color);
	border-color: var(--primary-color);

}

.pt-cart p {
	margin-bottom: 0;
}

.pt-cart .btn-close {
	line-height: 1;
	padding: 0;
	color: var(--white-color);
	font-size: 26px;
	float: right;
	opacity: 1;
	background: transparent;
	padding-top: 15px;
	box-shadow: none;
}


/*================================= 
Woocommerce 
===================================*/

.woocommerce div.product form.cart div.quantity:hover {
	border: 1px solid var(--primary-color);


}

.woocommerce div.product form.cart div.quantity:hover input {
	color: var(--white-color);
	transition: all 0.5s ease-in-out;
}

.woocommerce div.product form.cart div.quantity {

	color: var(--white-color);
	position: relative;
	margin-right: 15px;
	display: inline-block;
	height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.5s ease-in-out;
}

.woocommerce div.product form.cart div.quantity.hidden {
	display: none;
}

.woocommerce div.product form.cart div.quantity [type="button"] {
	transition: none;
	background: none;
	color: var(--secoundary-color) !important;
	width: 40px;
	font-weight: 400;
	font-size: 30px;
	line-height: 46px;
	padding: 0;
	padding-bottom: 5px;
	vertical-align: middle;

}

.woocommerce div.product form.cart div.quantity .plus[type="button"] {
	font-size: 20px;
	line-height: 46px;
	color: var(--secoundary-color) !important;
}

.woocommerce div.product form.cart div.quantity [type="button"]:hover {
	color: var(--dark-color);
}

.woocommerce div.product form.cart div.quantity .input-text {
	padding: 0;
	color: var(--white-color);
	width: 40px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	float: none;
	border: 0;
	outline: 0;
	background: transparent;
	border-radius: 0;
}

.woocommerce div.product form.cart div.quantity input.input-text::-webkit-outer-spin-button,
.woocommerce div.product form.cart div.quantity input.input-text::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn {
	position: absolute;
	left: 0;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn i {
	font-family: "Font Awesome 5 Brands";
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn.quantity-minus {
	right: 0;
	left: auto;
}

.woocommerce div.product .pt-single-product-share {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.woocommerce div.product .pt-single-product-share .pt-share-name {
	color: var(--white-color);
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	font-family: var(--title-fonts);
	letter-spacing: 1px;
	text-transform: uppercase;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li {
	display: inline-block;
	margin-right: 10px;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a {
	text-align: center;
	display: inline-block;
	color: var(--secondary-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
	transition: all 0.5s ease-in-out;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a i:hover {
	color: var(--white-color);
}

.select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
	top: 50%;
}

.woocommerce form.woocommerce-checkout .form-row select:focus,
.woocommerce form.woocommerce-checkout .form-row select:hover,
.woocommerce form.woocommerce-checkout .form-row select.form-control:focus,
.woocommerce form.woocommerce-checkout .form-row select.form-control:hover {
	border: 1px solid var(--primary-color);
}

label {
	color: var(--secondary-color);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
	color: var(--secondary-color);
}

.woocommerce div.product .product_meta>span {
	display: block;
	color: var(--white-color);
	font-weight: 700;
	font-family: var(--title-fonts);
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.product_meta .sku_wrapper span.sku {
	color: var(--secondary-color);
	margin-left: 5px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--body-fonts);
}

.product_meta .sku_wrapper a,
.product_meta .posted_in a,
.product_meta .tagged_as a {
	color: var(--secondary-color);
	font-family: var(--body-fonts);
	font-weight: 400;
	text-transform: capitalize;
	margin-left: 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
	color: var(--secondary-color);
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
	color: var(--white-color);
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
	color: var(--white-color);
	font-weight: 700;
	border-top: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
	font-weight: 400;
}

.woocommerce table.shop_table td.product-quantity div.quantity {
	border-radius: 0px;
	background: transparent;
	color: var(--secondary-color);
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	margin-right: 0px;
	float: none;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.woocommerce table.shop_table td.product-quantity div.quantity:hover {
	border: 1px solid var(--primary-color);
	color: var(--secondary-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity:hover [type="button"],
.woocommerce table.shop_table td.product-quantity div.quantity:hover .input-text {
	color: var(--white-color);
}


.woocommerce table.shop_table td.product-quantity div.quantity .input-text {
	-webkit-appearance: none;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0;
	outline: 0;
	color: var(--dark-color);
	background: transparent;
	border-radius: 0;
	float: none;
}

.woocommerce table.shop_table td.product-quantity div.quantity input.input-text::-webkit-outer-spin-button,
.woocommerce table.shop_table td.product-quantity div.quantity input.input-text::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.woocommerce table.shop_table td.product-quantity div.quantity .plus[type="button"] {
	font-size: 20px;
}

.woocommerce table.shop_table td.product-quantity div.quantity [type="button"] {
	background: none;
	color: var(--secondary-color);
	width: 40px;
	font-size: 30px;
	line-height: normal;
	padding: 0;
	padding-bottom: 5px;
	vertical-align: middle;
	font-weight: 400;
}

.woocommerce table.shop_table td.product-quantity div.quantity .input-text {
	color: var(--secondary-color);
}

.woocommerce div.product form.cart .variations label {
	color: var(--secondary-color);
}

.select2-container--default .select2-dropdown {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: var(--dark-color);
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a {
	position: relative;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a:before {
	content: '\e611';
	font-family: 'themify';
	font-size: 18px;
	color: var(--primary-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: rgb(32, 33, 37, 0.5);
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a:hover::before {
	opacity: 1;
}


/*+++++ SideBar - Recent Comments +++++*/
.wp-block-latest-comments {
	padding: 0;
	margin: 0;
}

.wp-block-latest-comments li,
#recentcomments li {
	padding-left: 0;
	position: relative;
	line-height: 2;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-author,
#recentcomments li .comment-author-link a {
	color: var(--white-color);
	padding: 0;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link,
#recentcomments li a {
	color: var(--primary-color);
	padding: 0;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-author:hover,
.wp-block-latest-comments li .wp-block-latest-comments__comment-link:hover,
#recentcomments li a:hover {
	color: var(--primary-color);
	text-decoration: underline !important;
}

/*===== New monster widget  =====*/
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search__input {
	font-size: 16px;
	padding: 0 15px;
	height: 52px;
	line-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover,
.wp-block-search__input:hover {
	border-color: var(--primary-color);
}

.wp-block-calendar table {
	background: transparent;
}

.wp-block-calendar table th {
	background: transparent;
	font-weight: 400;
	color: var(--white-color);
	padding: 8px;
}

.wp-block-calendar a {
	text-decoration: none;
}

ul.wp-block-social-links li {
	margin-bottom: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: none;
	padding: 0;
}

.wp-block-search .wp-block-search__button svg {
	display: none;
}

.widget .wp-block-loginout a:hover {
	color: var(--white-color);
}

.widget .wp-block-loginout input.input {
	margin-bottom: 15px;
}

.widget .wp-block-loginout .login-remember {
	margin-bottom: 15px;
}

.widget .wp-block-loginout .login-remember #rememberme {
	display: inline-block;
	vertical-align: middle;
}

.widget .wp-block-loginout .login-remember label {
	font-size: 14px;
}

.widget #menu-service-menu li {
	margin: 0 0 10px 0;
}

.widget #menu-service-menu li:last-child {
	margin-bottom: 0;
}

.widget #menu-service-menu li a {
	position: relative;
	color: var(--white-color);
	background-color: var(--dark-color);
	padding: 16px 24px;
	border: none;
	display: block;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	font-size: 16px;
	font-family: var(--title-fonts);
}

.widget #menu-service-menu li.current_page_item a {
	background: var(--primary-color);
	color: var(--white-color);
}

.widget #menu-service-menu.menu li>a:before {
	position: absolute;
	content: "\f125";
	font-family: "Ionicons";
	font-size: 12px;
	right: 24px;
	left: auto;
	top: 24px;
	color: inherit;
	line-height: normal;
	font-weight: 500;
}

.woocommerce-shop nav.woocommerce-breadcrumb {
	display: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-left: -10px;
}

.woocommerce div.product form.cart .group_table td:first-child {
	width: unset;
}

.woocommerce div.product form.cart table div.quantity input::-webkit-input-placeholder {
	color: var(--white-color);
	transition: all 0.5s ease-in-out;

}

.woocommerce div.product form.cart table div.quantity:hover input::-webkit-input-placeholder {
	color: var(--white-color);
}

.woocommerce div.product form.cart div.quantity button:focus {
	outline: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-bottom: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	padding-left: 10px;
	padding-top: 10px;
}

.woocommerce div.product.product-type-grouped div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	padding: 0;
}


.woocommerce .woocommerce-breadcrumb a {
	color: var(--white-color);
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--primary-color);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}


.product-type-grouped .woocommerce-product-details__short-description p {
	margin-bottom: 15px;
}

.woocommerce div.product form.cart table.group_table td {
	vertical-align: middle;
}

.woocommerce div.product form.cart .group_table tr:last-child td {
	padding-bottom: 30px;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon {
	margin-bottom: 20px;
}


.woocommerce div.product form.cart table.group_table .quantity {
	display: flex;
	justify-content: center;
	width: 128px;
}

.woocommerce div.product form.cart table.group_table td {
	padding: 8px 0;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border: 1px solid var(--primary-color);
}


@media(max-width: 480px) {

	.woocommerce #content table.cart td.actions .coupon .button,
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce #content table.cart td.actions .coupon input,
	.woocommerce table.cart td.actions .coupon .button,
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon .button,
	.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon .button,
	.woocommerce-page table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon input {
		width: 100%;
	}

	.woocommerce #content table.cart td.actions .input-text,
	.woocommerce table.cart td.actions .input-text,
	.woocommerce-page #content table.cart td.actions .input-text,
	.woocommerce-page table.cart td.actions .input-text {
		width: 100%;
		margin: 0 0 10px 0 !important;
	}

}



/* home 3 css */



.pt-image-box.pt-style-3 {

}


.pt-image-box.pt-style-3 .pt-image-box-media {
	overflow: hidden;
	position: relative;
}


.pt-image-box.pt-style-3 .pt-image-box-media img {
	transform: scale(1);
	transition: 0.5s ease-in-out;
}

.pt-image-box.pt-style-3:hover .pt-image-box-media img {
	transform: scale(1.1);
}

.pt-image-box.pt-style-3 .pt-image-box-info {
	 position: absolute;
	 left: 30px;
	 bottom: 20px;
}

.pt-image-box.pt-style-3 .pt-image-category {
	font-family: var(--title-fonts);
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	color: var(--white-color);
}


/*=================================================
Custom Tab
===================================================*/


.pt-tabs-1 .nav-tabs {
	border: none;
	display: flex;
	background: var(--grey-color);
}

.pt-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;
}

.pt-tabs-1 .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.pt-tabs-1 .nav-tabs .nav-item i {
	font-size: 62px;
	line-height: 70px;
	display: inline-block;
}

.pt-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);
}

.pt-tabs-1 .nav-tabs .nav-item.active {
	
	color: var(--white-color);

}

.pt-tabs-1 .nav-tabs .nav-item.active span {
	color: var(--white-color);
}




.pt-tabs-1 .tab-content {
	margin-top: 60px;
}

.pt-tabs-1 .tab-content img.pt-full-width {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.pt-tabs-1 .tab-content .pt-tab-info {
	padding-left: 45px;
}

.pt-tabs-1 .tab-content .pt-tab-info h2 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 15px;
}

.pt-tabs-1 .tab-content .pt-tab-info ul {
	margin: 0;
	padding: 0;
}

.pt-tabs-1 .tab-content .pt-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;
}

.pt-tabs-1 .tab-content .pt-tab-info ul li .pt-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;
}

.pt-tabs-1 .tab-content .pt-tab-info .pt-button-block {
	margin: 30px 0 0;
}

.pt-tabs-border .pt-tabs-1 .nav-tabs {
	border-bottom: 1px solid var(--grey-color);
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item {
	display: inline-flex;
	align-items: center;
	background: transparent;
	border-radius: 0;
	color: var(--dark-color);
}



.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item i {
	font-size: 44px;
	line-height: 52px;
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item span {
	text-align: left;
	margin-left: 15px;
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item.active,
.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item.active span {
	color: var(--dark-color);
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item.active {
	color: var(--primary-color);
}

.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item:after {
	display: none;
}

@media(max-width:1365px) {
	.pt-tabs-1 .nav-tabs .nav-item {
		padding: 15px;
	}
}

@media(max-width:1023px) {
	.pt-tabs-1 .tab-content .pt-tab-info {
		margin-top: 30px;
	}

	.pt-tabs-1 .tab-content .pt-tab-info h2 {
		font-size: 38px;
		line-height: 46px;
	}


	.pt-tabs-1 .nav-tabs .nav-item span {
		font-size: 20px;
	
	}
}

@media(max-width:991px) {
	.pt-tabs-1 .tab-content .pt-tab-info {
		padding-left: 0;
	}
}

@media(max-width:767px) {
	.pt-tabs-1 .nav-tabs .nav-item:after {
		display: none;
	}

	.pt-tabs-1 .nav-tabs .nav-item {
		padding: 15px;
	
	}

	.pt-tabs-1 .nav-tabs .nav-item i {
		font-size: 40px;
		line-height: 48px;
	}

	.pt-tabs-1 .nav-tabs .nav-item span {
		font-size: 16px;
	
	}

	.pt-tabs-1 .tab-content .pt-tab-info h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.pt-tabs-border .pt-tabs-1 .nav-tabs {
		border: none;
	}

	.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item {
		width: 50%;
	}
}

@media(max-width:479px) {
	.pt-tabs-1 .nav-tabs .nav-item i {
		font-size: 30px;
		line-height: 38px;
	}

	.pt-tabs-border .pt-tabs-1 .nav-tabs {
		display: block;
	}

	.pt-tabs-border .pt-tabs-1 .nav-tabs .nav-item {
		width: 100%;
	}
    
    .pt-tabs-1 .tab-content .pt-tab-info ul li{ font-size: 14px; }
	
}





/*=================================================
Testimonial
===================================================*/



.pt-testimonial-box.pt-style-1 {
	background: var(--grey-color);
	padding: 45px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media {
	display: flex;
	position: relative;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-img img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-img {
	margin-right: 15px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-meta {
	align-self: center;
	z-index: 2;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-meta span {
    color: var(--primary-color);
    font-weight: 700;
    font-family: var(--title-fonts);
    text-transform: uppercase;

}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-icon i {
	color: transparent;
    font-size: 36px;
    line-height: 44px;
    -webkit-text-stroke: 1px var(--primary-color);
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
	


}





/*---right space fullbg------*/
.pt-left-outer-container {
    margin-left: calc((100% - 1300px)/ 2);
}


@media(max-width:1199px) {
    .pt-left-outer-container {
        margin-left: calc((100% - 960px)/ 2);
    }

}

@media(max-width:1024px) {
    .pt-left-outer-container {
        margin-left: 0
    }

}



.pt-background-img{
	min-height: 650px;
	position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    transition: opacity .5s .2s;
    opacity: 1;
}
.pt-background-img-inner{
    overflow: hidden;
     display: flex; 
    width: 100%;
}

.pt-background-img-bg {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 100%;

}


.pt-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;
}

.pt-background-img .pt-background-img-item.active {
    flex: 3;
    transition: 0.5s;
}

.pt-background-link{   
   padding: 0;
    position: absolute;
    left: 40px;
    top: 40px;
    opacity: 0;
    transition: 0.5 ease;
}

.pt-background-img-item.active .pt-background-link{ opacity: 1; }

.pt-background-img-number{
 font-size: 36px;
  line-height: 44px;
   font-weight: 700; 
   font-family: var(--title-fonts); 
   color: var(--white-color);
} 

.pt-background-link a.pt-background-img-number:hover{ color: var(--white-color); }

.pt-background-img-info {
    position: absolute;
    left: 40px;
    bottom: -190px;
    right: 0;
    display: block;
    opacity: 0;
   transition: all 0.8s ease;
    cursor: text;
  

}

.pt-background-img .pt-background-img-item.active .pt-background-img-info {
    opacity: 1;
    left: 40px;
    bottom: 35px;
      width: 50%;
        transition: all 0.8s ease;
}

.pt-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;
}


@media(max-width: 1024px){
	.pt-background-img .pt-background-img-item.active .pt-background-img-info {
     width: auto;
}

}


@media(max-width: 767px){

	.pt-background-img .pt-background-img-item.active .pt-background-img-info {
   
	    left: 30px;
	    bottom: 25px;
	}
		.pt-background-img .pt-background-img-title {
		font-size: 18px;
		 line-height: 26px;

	}
}

@media(max-width: 479px){

		.pt-background-img .pt-background-img-title{ font-size: 16px; line-height: 24px; }

}