/*
Template: Carcareful - Car Wash 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
==> Dummy data
==> Blog
==> Blog Sidebar
==> Pagination
==> Error
==> Breadcrumb
==> Footer
==> isotope Portfolio
==> Porfolio Box
==> Fancy Box
==> Team
==> Video Popup
==> Testimonial
==> From
==> FAQ
==> price box
==> Owl Carousel
==> Service Box
==> After Before
==> Timeline
==> Advance Tab
==> Service Single
==> Client
==> Header
==> Header Sidebar
==> Woocommerce
==> Moving Gallery

======================================
[ End table content ]
======================================*/

/*================================================
Moz Selectio
================================================*/
:root {
	--primary-color: #009EFF;
	--dark-color: #18171A;
	--secondary-color: #666666;
	--grey-color: #F5F5F5;
	--white-color: #ffffff;
	--body-fonts: 'DM Sans', sans-serif;
	--title-fonts: 'Barlow Condensed', sans-serif;
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

::selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

/*================================================
General
================================================*/
body {
	background: var(--white-color);
	font-family: var(--body-fonts);
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	color: var(--secondary-color);
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-fonts);
	color: var(--dark-color);
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-style: normal;
	line-height: 48px;
}

h2 {
	font-size: 36px;
	font-style: normal;
	line-height: 44px;
}

h3 {
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
}

h4 {
	font-size: 28px;
	font-style: normal;
	line-height: 36px;
}

h5 {
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
}

/*===== HTML Tags =====*/
a,
.button {
	color: var(--primary-color);
	outline: none !important;
	text-decoration: none !important;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
	color: var(--primary-color);
	outline: none;
	text-decoration: none !important;
}

p {
	margin-bottom: 30px;
}

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

pre {
	background: var(--white-color);
	padding: 15px;
	border: 1px solid var(--grey-color);
}

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

b,
strong {
	font-weight: 600;
}

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

ol li {
	list-style: decimal;
}

ol ol {
	padding-left: 25px;
}

ul li {
	list-style: inherit;
}

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

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

/*===== Table =====*/
table {
	border: 2px solid var(--grey-color);
	width: 100%;
	margin-bottom: 20px;
}

table td,
table th {
	border: 2px solid var(--grey-color);
	padding: 8px;
	text-align: center;
}

/*===== Input Textarea =====*/
input,
input.form-control {
	background: var(--grey-color);
	border: 1px solid var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 0 15px;
	height: 56px;
	line-height: 56px;
	outline: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

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

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

textarea {
	background: var(--grey-color);
	border: 1px solid var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: left;
	padding: 10px 15px;
	outline: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

/*===== Select =====*/
select,
select.form-control {
	border: 1px solid var(--dark-color);
	color: var(--dark-color);
	width: 100%;
	float: left;
	padding: 0 30px 0 15px;
	height: 51px;
	line-height: 48px;
	outline: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	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: 1650px;
}

.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(--white-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: 26px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	animation: backtotop 2s infinite;

}

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

#back-to-top.active .top {
	transform: scale(1);
}

@keyframes backtotop {
	0% {
		bottom: 45px;
	}

	50% {
		bottom: 30px;
	}

	100% {
		bottom: 45px;
	}
}

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

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"] {
	padding: 10px 45px;
	font-family: var(--title-fonts);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	background: var(--primary-color);
	background-size: 200% auto;
	color: var(--white-color);
	text-transform: uppercase;
	color: var(--white-color);
	display: inline-block;
	border: none;
	width: auto;
	height: auto;
	line-height: 2;
	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;
}

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

.pt-button {
	position: relative;
	width: auto;
	background: var(--primary-color);
	background-size: 200% auto;
	color: var(--white-color);
	font-family: var(--title-fonts);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 12px 45px;
	line-height: 2;
	text-transform: uppercase;
	vertical-align: middle;
	border: none;
	display: inline-block;
	overflow: hidden;
}

.pt-button span {
	z-index: 9;
	position: relative;
}

.pt-button:hover,
.pt-button:focus {
	color: var(--white-color);
	background-color: #0D753C;
	background-position: right center;
}

/*===== Button link =====*/
.pt-button.pt-button-link {
	padding: 0;
	background: transparent;
	color: var(--primary-color);
	transition: all 0.5s ease;
}

.pt-button.pt-button-link:hover {
	color: var(--dark-color);
}

.pt-button.pt-button-link:after,
.pt-button.pt-button-link:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--primary-color);
	transform: scaleX(0);
	transform-origin: 0 0;
	-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94);
	-o-transition: .3s cubic-bezier(.47, .05, .50, .94);
	transition: .3s cubic-bezier(.47, .05, .50, .94);
}

.pt-bg-dark .pt-button.pt-button-link:after,
.pt-bg-dark .pt-button.pt-button-link:before {
	background-color: var(--white-color);
}

.pt-button.pt-button-link:hover:after,
.pt-button.pt-button-link:hover:before {
	background-color: var(--dark-color);
}

.pt-bg-dark .pt-button.pt-button-link:hover:after,
.pt-bg-dark .pt-button.pt-button-link:hover:before {
	background-color: var(--primary-color);
}


.pt-button.pt-button-link:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94) .2s;
	-o-transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;
	transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;
}

.pt-button.pt-button-link:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94) .2s;
	-o-transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;
	transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;
}

.pt-button.pt-button-link:hover:after {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94);
	-o-transition: .3s cubic-bezier(.47, .05, .50, .94);
	transition: .3s cubic-bezier(.47, .05, .50, .94);
}

/*===== Button outline =====*/
.pt-button.pt-button-outline {
	background: transparent;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}

.pt-button.pt-button-outline:hover {
	color: var(--dark-color);
	border: 1px solid var(--dark-color)
}
/*================================================
Dummy data
================================================*/
.pt-sticky-post-label { padding: 5px 15px; background: var(--primary-color); color: var(--white-color); margin-bottom: 15px; display: inline-block; }
.pt-sticky-post-label i { margin-right: 5px; }
.wp-block-button__link, .wp-block-file a.wp-block-file__button { background: var(--primary-color); color: var(--white-color) !important; font-size: 16px; }
.wp-block-button__link:hover, .wp-block-file a.wp-block-file__button:hover { background: var(--dark-color); color: var(--white-color); }
.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline { border-color: var(--primary-color); color: var(--primary-color) !important; }
.is-style-outline .wp-block-button__link:hover, .wp-block-button__link.is-style-outline:hover { background: transparent; border-color: var(--dark-color); color: var(--dark-color) !important; }
.is-style-squared .wp-block-button__link { border-radius: 0; }
.wp-block-button { margin-bottom: 30px; }
.wp-block-cover.has-background-dim { color: var(--white-color); }
blockquote { background: var(--grey-color); padding: 15px 30px; border: 1px solid var(--grey-color); border-radius: 0; border-left: 5px solid var(--primary-color); margin-bottom: 30px; }
blockquote cite { font-family: var(--title-fonts); color: var(--primary-color); font-weight: 600; font-style: italic; }
blockquote strong { font-family: var(--title-fonts); color: var(--primary-color); font-style: italic; font-weight: 600; text-transform: uppercase; display: block; margin-top: 10px; letter-spacing: 0.04em; }
.comment-content blockquote  { background: var(--white-color); }
.comment-content pre { background: var(--white-color); border-color:var(--white-color); }
.pt-blog-post .pt-blog-contain blockquote p { margin-bottom: 0; }
.pt-blog-post .pt-blog-contain p:last-child { margin-bottom: 0; }
.post-password-form input { float: none; }
.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-color: var(--grey-color); background: var(--white-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; }
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment, .wp-block-latest-comments__comment { display: inline-block; width: 100%; }

/*===== Gallery =====*/
.gallery-item .gallery-caption { font-size: 14px; line-height: 22px; }
.gallery-size-thumbnail .gallery-item { margin-right: 2%; width: 18.4%; margin-bottom: 2%; display: inline-block; vertical-align: top; }
.gallery.gallery-size-thumbnail { display: inline-block; width: 100%; }
.gallery-size-thumbnail .gallery-item img { margin-bottom: 10px; }
.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; }
.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 var(--grey-color); display: inline-block; float: left; text-align: center; border-right: 0; padding: 4px; border-top: 0; color: var(--secondary-color); text-decoration: none; background: var(--white-color); }
.wp-calendar-nav .wp-calendar-nav-next { width: 50%; border: 1px solid var(--grey-color); display: inline-block; float: left; text-align: center; padding: 4px; border-top: 0; color: var(--secondary-color); text-decoration: none; background: var(--white-color); }
.wp-calendar-nav .pad { display: none; }
.wp-calendar-nav span a { color: var(--secondary-color); text-decoration: none; }
.wp-calendar-nav span a:hover { color: var(--primary-color); }

/*=====  Tags =====*/
.wp-block-tag-cloud .tag-cloud-link { font-size: 14px !important; background: var(--primary-color); margin: 0 15px 15px 0; display: inline-block; float: left; color: var(--white-color); padding: 5px 15px; border: 1px solid var(--primary-color); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.wp-block-tag-cloud .tag-cloud-link:hover { border-color: var(--dark-color); background: var(--dark-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; background: var(--grey-color); margin-left: 5px; padding: 0px; display: inline-block; color: var(--dark-color); }
.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
================================================*/

.owl-carousel .pt-blog-post .pt-blog-contain .pt-blog-title {
	font-size: 36px;
	line-height: 44px;
}

.pt-bg-dark .pt-blog-post .pt-blog-contain .pt-blog-title a {
	color: var(--white-color);
}

.pt-bg-dark .pt-blog-post .pt-blog-contain .pt-blog-title a:hover {
	color: var(--primary-color);
}

.owl-carousel .pt-blog-post .pt-blog-contain p {
	margin-bottom: 0;
}

.pt-bg-dark .pt-blog-post .pt-blog-contain p {
	color: var(--white-color);
}

.owl-carousel .pt-blog-post .pt-blog-contain .pt-post-category {
	margin-top: 30px;
}

.owl-carousel .pt-blog-post .pt-blog-contain .pt-post-category a {
	background: transparent;
	padding: 0;
	color: var(--primary-color);
}

.owl-carousel .pt-blog-post .pt-post-meta ul {
	margin-left: 2px;
}

.owl-carousel .pt-blog-post {
	margin-bottom: 0;
}

.pt-blog-post {
	margin-bottom: 45px;
	display: inline-block;
	width: 100%;
}

.pt-blog-post .pt-post-media {
	overflow: hidden;
	position: relative;
}

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

.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 0 0;
	display: inline-block;
	position: relative;
	width: 100%;
}

.pt-blog-post .pt-blog-contain .pt-blog-title+p {
	margin-top: 5px;
}

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

.pt-blog-post .pt-blog-contain .pt-post-meta+p a,
.pt-blog-post .pt-blog-contain ul li a,
.pt-blog-post .pt-blog-contain ol li a {
	color: var(--secondary-color);
}

.pt-blog-post .pt-blog-contain .pt-post-meta+p a:hover,
.pt-blog-post .pt-blog-contain ul li a:hover,
.pt-blog-post .pt-blog-contain ol li a:hover {
	color: var(--primary-color);
}

.pt-blog-post .pt-blog-contain .wp-block-archives-list li a {
	color: var(--secondary-color);
	padding-left: 15px;
	position: relative;
}

.pt-blog-post .pt-blog-contain .wp-block-categories-list.wp-block-categories li a {
	padding-left: 15px;
	position: relative;
}

.pt-blog-post .pt-blog-contain .wp-block-latest-posts__list.wp-block-latest-posts li a {

	padding-left: 15px;
	position: relative;
}

.pt-blog-post .pt-blog-contain .wp-block-page-list li.wp-block-pages-list__item a {

	padding-left: 15px;
	position: relative;
}

.pt-blog-post .pt-blog-contain .pt-post-category {
	margin-bottom: 30px;
	margin-top: -45px;
}

.pt-blog-post .pt-blog-contain .pt-post-category a {
	display: inline-block;
	background: var(--dark-color);
	color: var(--white-color);
	padding: 2px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: var(--title-fonts);
}

.pt-blog-post .pt-blog-contain .pt-post-category a+a {
	margin-bottom: 5px;
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
	font-size: 36px;
	line-height: 44px;
}

.pt-blog-post .pt-blog-contain .pt-btn-container {
	margin-top: 20px;
}

.pt-blog-post .pt-blog-contain a.pt-button.pt-button-link .pt-button-text {
	transition: all 0.5s ease;
}

.pt-blog-post .pt-post-meta ul {
	margin: 0 0 15px 0;
	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: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pt-blog-post .pt-post-meta ul li {
	position: relative;
}


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

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

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

.pt-blog-post .pt-post-meta ul li i {
	margin-right: 8px;
	color: transparent;
	-webkit-text-stroke: 2px var(--primary-color);
}

.pt-blog-post .pt-post-media .pt-post-date {
	background: var(--primary-color);
	padding: 10px 15px;
	text-transform: uppercase;
	color: var(--white-color);
	text-align: center;
	line-height: 1.3;
	position: absolute;
	right: 15px;
	top: 15px;
}

.pt-blog-post .pt-post-media .pt-post-date a {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.04em;
	font-family: var(--title-fonts);
	text-transform: uppercase;
	color: var(--white-color);
}

.pt-blog-post .pt-post-media .pt-post-date span {
	display: inline-block;
	width: 100%;
}

@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:767px) {

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

	.commentlist .pt-comment-info {
		padding: 15px;
	}

	.commentlist .pt-comment-info .reply a {
		right: 15px;
		top: 15px;
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email,
	.comment-respond .comment-form-url {
		width: 100%;
		margin-right: 0;
	}

	.commentlist .pt-comment-avatar {
		width: 90px;
	}

	.pt-blog-post .pt-blog-contain .pt-blog-title {
		font-size: 32px;
		line-height: 40px;
	}

}

@media(max-width:479px) {

	.commentlist .pt-comment-wrap {
		display: -ms-flexbox;
		display: inline-block;
		-ms-flex-align: start;
		align-items: inherit;
		width: 100%;
	}

	.commentlist .pt-comment-avatar {
		margin: 0 0 15px 0;
	}

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

}


/*================================================
Blog Sidebar
================================================*/
.widget { margin-bottom: 30px; display: inline-block; width: 100%; float: left; position: relative; padding: 30px; background: var(--grey-color); }
.widget:last-child { margin-bottom: 0; }

/*===== Widget Title =====*/
.widget .widget-title, .widget.widget_block h2 { margin-bottom: 15px; font-size: 28px; position: relative; line-height: 36px; }

/*===== SideBar - Search =====*/
.wp-block-search { position: relative; }
.wp-block-search label { display: none; }
.widget.widget_search input { color: var(--dark-color); background: var(--white-color); }
.widget.widget_search input:focus, .widget.widget_search input:hover { border: 1px solid var(--primary-color); color: var(--primary-color); }
.wp-block-search .wp-block-search__button { background: transparent; border: none; padding: 0; position: absolute; text-align: center; color: var(--secondary-color); font-size: 0px; line-height: 54px; height: 54px; width: 54px; top: 0; right: 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; letter-spacing: 0; }
.wp-block-search .wp-block-search__button:hover { color: var(--dark-color); }
.wp-block-search .wp-block-search__button:before { content: "\e610"; font-family: 'themify'; font-weight: 400; font-size: 20px; }
.search-form { position: relative; }
.search-form label { width: 100%; margin-bottom: 0; float: left; width: 100%; }
.search-submit { background: var(--primary-color); border: none; padding: 0; position: absolute; text-align: center; color: var(--white-color); line-height: 54px; height: 54px; width: 54px; top: 0; right: 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.search-submit:before { content: "\e610"; font-family: "themify"; }
.search-submit:hover { color: var(--white-color) ; background: var(--dark-color); outline: none; }

/*===== widget-menu =====*/
.widget ul { padding: 0; margin: 0; }
.widget ul li { list-style: none; margin: 0 0 10px 0; }
.widget ul li:last-child { margin-bottom: 0; }
.widget ul ul.children { padding-left: 25px; }
.widget ul li a { color: var(--secondary-color); position: relative; -ms-word-wrap: break-word; word-wrap: break-word; }
.widget ul li a:hover { color: var(--primary-color); text-decoration: none; }
.widget_calendar table tbody { color: var(--secondary-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: 600; }
.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 { caption-side: inherit; padding: 0 0 10px; color: var(--dark-color); font-weight: 500; }
.widget_calendar table#wp-calendar { width: 100%; text-align: center; margin-bottom: 0; margin-top: 0; background: var(--white-color); }
.widget_calendar .calendar_wrap 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(--white-color); color: var(--dark-color); }
.widget_calendar .calendar_wrap table th, .widget_calendar .calendar_wrap table td { padding: 8px; text-align: center; }

.wp-block-latest-comments {
padding: 0;
margin: 0;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-author {
color: var(--secondary-color);
font-weight: 400;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
color: var(--primary-color);
}

/*===== Login Form =====*/
.widget .wp-block-loginout input.input {
background: var(--white-color);
margin-bottom: 15px;
}

.widget .wp-block-loginout p {
margin-bottom: 0;
}

.widget .wp-block-loginout p.login-remember {
margin-bottom: 15px;
font-size: 14px;
}

.widget .wp-block-loginout p.login-remember #rememberme {
vertical-align: middle;
}

/*===== social links =====*/
ul.wp-block-social-links li {
margin-bottom: 0;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
padding: .25em;
}

/*===== Search common =====*/
.wp-block-search {
position: relative;
}

.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(--secondary-color);
font-size: 0px;
line-height: 54px;
height: 54px;
width: 54px;
top: 0;
right: 0;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
letter-spacing: 0;
}

.wp-block-search .wp-block-search__button:before {
content: "\e610";
font-family: 'themify';
font-weight: 400;
font-size: 20px;
}

.wp-block-search .wp-block-search__button:hover {
background: transparent;
color: var(--primary-color);
outline: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border: none;
padding: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
border: 1px solid transparent;
padding: 0 15px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
border: 1px solid var(--primary-color);
}

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

.wp-block-search .wp-block-search__button svg {
display: none;
}

/*=====  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: 20px; color: var(--dark-color); font-weight: 600; font-family: var(--title-fonts); letter-spacing: 0.04em; }
.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: 600; margin-top: 5px; display: inline-block; width: 100%; }
.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; }
.widget.widget_nav_menu ul li .sub-menu, .widget ul.menu li .sub-menu { display: block !important; padding-left: 20px; }
.widget.widget_nav_menu ul li a, .widget ul.menu li a { padding: 10px 0; display: inline-block; width: 100%; border-bottom: 1px solid var(--grey-color); }

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

/*===== SideBar - Tags =====*/
.widget_tag_cloud .tag-cloud-link { font-size: 14px !important; background: var(--primary-color); margin: 0 10px 10px 0; display: inline-block; float: left; color: var(--white-color); padding: 2px 12px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid var(--primary-color); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.widget_tag_cloud .tag-cloud-link:hover { border-color: var(--white-color); background: var(--white-color); color: var(--primary-color); }
@media(max-width:1023px) {
	.sidebar.widget-area { margin-top: 45px; }
}
/*++++++++++++++++ Updated Dummy data backend page +++++++++++*/
.wp-block-file {
margin-top: 20px;
}

.pt-blog-post .pt-blog-contain hr.wp-block-separator {
margin-bottom: 30px;
}

.pt-blog-post .pt-blog-contain .wp-block-navigation .wp-block-navigation-item {
margin-right: 15px;
}

.pt-blog-post .pt-blog-contain .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
color: var(--dark-color);
font-weight: 400;
}

.pt-blog-post .pt-blog-contain .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
color: var(--primary-color);
}

.pt-blog-post .pt-blog-contain h1.wp-block-site-title {
font-size: 32px;
line-height: 40px;
}

.pt-blog-post .pt-blog-contain .wp-block-query ul li.wp-block-post {
margin-bottom: 20px;
}

.pt-blog-post .pt-blog-contain .wp-block-post-title {
font-size: 22px;
line-height: 30px;
}

.pt-blog-post .pt-blog-contain .wp-block-query-pagination {
margin-bottom: 20px;
}

.pt-blog-post .pt-blog-contain .wp-block-query-pagination-numbers {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
padding: 0;
margin: 0;
}

.pt-blog-post .pt-blog-contain .wp-block-query-pagination .page-numbers, .pt-blog-post .pt-blog-contain .wp-block-query-pagination .wp-block-query-pagination-next {
position: relative;
display: block;
padding: 0px 15px;
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
margin: 0 5px;
color: var(--dark-color);
background-color: var(--grey-color);
transition: all 0.5s ease;
}

.pt-blog-post .pt-blog-contain .wp-block-query-pagination .page-numbers:hover, .pt-blog-post .pt-blog-contain .wp-block-query-pagination .wp-block-query-pagination-next:hover {
color: var(--white-color);
text-decoration: none;
background-color: var(--primary-color);
border-color: var(--primary-color);
z-index: 2;
}

.pt-blog-post .pt-blog-contain .wp-block-query-pagination .wp-block-query-pagination-next {
width: auto;
}

.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-blog-post .pt-blog-contain .wp-block-query-pagination .page-numbers.current, .pt-blog-post .pt-blog-contain .wp-block-query-pagination .wp-block-query-pagination-next.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;
}

.wp-block-post-terms a {
color: var(--primary-color);
font-size: 16px;
line-height: 24px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
}

.wp-block-post-navigation-link {
display: inline-block;
margin-bottom: 20px;
}

.wp-block-post-navigation-link>a {
display: inline-block;
font-family: var(--title-fonts);
font-weight: 600;
text-transform: uppercase;
line-height: 2;
font-size: 16px;
padding: 14px 30px;
border-radius: 40px;
position: relative;
width: auto;
background: var(--primary-color);
color: var(--white-color);
letter-spacing: 0.04em;
}

.wp-block-post-navigation-link>a:hover {
background: var(--dark-color);
}

.wp-block-read-more {
position: relative;
margin-bottom: 20px;
font-family: var(--title-fonts);
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.04em;
}

.wp-block-read-more:after, .wp-block-read-more:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 2px;
background-color: var(--primary-color);
transform: scaleX(0);
transform-origin: 0 0;
-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94);
-o-transition: .3s cubic-bezier(.47, .05, .50, .94);
transition: .3s cubic-bezier(.47, .05, .50, .94);
}

.wp-block-read-more:after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94) .2s;
-o-transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;
transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;
}

.wp-block-read-more:hover:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94) .2s;
-o-transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;
transition: .3s cubic-bezier(.47, .05, .50, .94) .2s;
}

.wp-block-read-more:hover:after {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: .3s cubic-bezier(.48, .05, .50, .94);
-o-transition: .3s cubic-bezier(.47, .05, .50, .94);
transition: .3s cubic-bezier(.47, .05, .50, .94);
}

.wp-block-comments .wp-block-comments-title {
font-size: 26px;
line-height: 34px;
}

.wp-block-comments .wp-block-comment-template {
margin: 0;
padding: 0;
list-style: none;
}

.wp-block-comments .wp-block-comment-template .comment {
margin-top: 15px;
margin-bottom: 0;
vertical-align: top;
padding: 0;
list-style: none;
}

.wp-block-comments .wp-block-comment-template .comment .has-small-font-size {
font-size: 16px !important;
}

.pt-blog-post .pt-blog-contain .wp-block-comment-reply-link .comment-reply-link {
font-size: 18px;
line-height: 24px;
font-family: var(--title-fonts);
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--primary-color);
}

.pt-blog-post .pt-blog-contain .wp-block-comment-edit-link a {
color: var(--primary-color);
}

.pt-blog-post .pt-blog-contain .wp-block-post-comments-form input, .pt-blog-post .pt-blog-contain .wp-block-post-comments-form textarea {
border: 1px solid var(--grey-color);
background: var(--grey-color);
}

.pt-blog-post .pt-blog-contain .wp-block-post-comments-form input:hover, .pt-blog-post .pt-blog-contain .wp-block-post-comments-form textarea:hover {
border-color: var(--primary-color);
}

.pt-blog-post .pt-blog-contain .wp-block-post-comments-form .form-submit .submit {
background: var(--primary-color);
color: var(--white-color);
border-color: var(--primary-color);
}

.pt-blog-post .pt-blog-contain .wp-block-post-comments-form .form-submit .submit:hover {
background: var(--dark-color);
border-color: var(--dark-color);
}

.pt-blog-post .pt-blog-contain .wp-block-post-comments-form p:last-child {
margin-bottom: 30px;
}



/*===== 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; }
.comment-respond .comment-reply-title a { font-weight: 600; color: var(--primary-color); font-size: 60%; 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-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-family: var(--title-fonts); font-size: 18px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.commentlist .pt-comment-info .edit-link a { font-family: var(--title-fonts); font-size: 18px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.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; }
@media(max-width:1023px) {
	.pt-comment-area .comments-title, .comment-respond .comment-reply-title { font-size: 28px; line-height: 36px; }
}

/*===== Comments Form =====*/
.comment-respond .comment-notes, .comment-respond .logged-in-as { padding: 0; margin: 0 0 30px; }
.comment-respond .comment-form-comment { margin-top: 0; margin-bottom: 30px; display: inline-block; width: 100%; float: left; }
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { float: left; width: calc(33.33% - 10px); display: inline-block;}
.comment-respond .comment-form-author, .comment-respond .comment-form-email { 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; }
@media(max-width:767px) {
	.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { width: 100%; }
}

/*===== Comments Form =====*/
ol.commentlist .pingback, ol.commentlist .trackback { margin-left: 25px; }

/*=====  =====*/
.pt-footer-recent-post { display: flex; align-items: center; margin-bottom: 30px; }
.pt-footer-recent-post:last-child { margin-bottom: 0; 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: 90px; height: 90px; }
.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 { font-family: var(--title-fonts); font-weight: 600; font-size: 18px; line-height: 26px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--primary-color); }
.pt-footer-recent-post .pt-footer-recent-post-info .pt-post-date i { margin-right: 10px; }
.pt-footer-recent-post .pt-footer-recent-post-info h6 { font-size: 24px; line-height: 32px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.pt-footer-recent-post .pt-footer-recent-post-info h6 a:hover { color: 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: 41px; margin: 0 5px; color: var(--dark-color); background-color: var(--white-color); border: 2px solid var(--grey-color);}
.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-error-block .pt-errot-text { font-size: 420px; font-family: var(--title-fonts); color: var(--primary-color); line-height: 0.8; margin-bottom: 30px; font-style: normal; text-transform: uppercase; font-weight: 600; }
@media(max-width:1023px) {
	.pt-error-block .pt-errot-text { font-size: 320px; }
}
@media(max-width:767px) {
	.pt-error-block .pt-errot-text { font-size: 200px; }
	.pt-error-block h2 { font-size: 26px; line-height: 34px; }
}
@media(max-width:479px) {
	.pt-error-block .pt-errot-text { font-size: 130px; }
}


/*================================================
Breadcrum
================================================*/
.pt-breadcrumb { background: var(--dark-color); color: var(--white-color); padding: 130px 0; position: relative; background-position: left top; background-size: cover; background-repeat: no-repeat; }
.pt-breadcrumb:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: var(--dark-color); opacity: 0; }
.pt-breadcrumb .pt-breadcrumb-title h1 { font-size: 56px; line-height: 64px; margin-bottom: 15px; color: var(--white-color); }
.pt-breadcrumb-container .breadcrumb { background: transparent; padding: 0; margin: 0; }
.pt-breadcrumb-container .breadcrumb li { list-style-type: none; margin-right: 15px; padding-left: 0; }
.pt-breadcrumb-container .breadcrumb li a>i { margin-right: 15px; }
.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"; margin-right: 15px; color: var(--white-color); float: none; }
.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; }
@media(max-width:1023px) {
	.pt-breadcrumb .pt-breadcrumb-title h1 { font-size: 52px; line-height: 60px; }
	.pt-breadcrumb-container .breadcrumb { display: inline-flex; }
	.pt-breadcrumb-img.text-right { text-align: center !important; }
}
@media(max-width:767px) {
	.pt-breadcrumb { padding: 90px 0; }
	.pt-breadcrumb .pt-breadcrumb-title h1 { font-size: 48px; line-height: 56px; }
	.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: 44px; line-height: 52px; }
}


/*================================================
Footer
================================================*/
footer#pt-footer {
    background: var(--dark-color);
    display: inline-block;
    width: 100%;
    float: left;
    color: var(--white-color);
    position: relative;
    overflow: hidden;
}

footer#pt-footer .pt-footer-top .pt-footer-top-list .container .row {
    align-items: center;
}

footer#pt-footer .pt-footer-top {
    padding: 60px 0 0;
}

footer#pt-footer .pt-footer-top .pt-footer-top-list .pt-footer-logo-discription p {
    margin-bottom: 0;
    font-family: var(--title-fonts);
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: var(--white-color);
    float: right;
}

footer#pt-footer .pt-footer-top .pt-footer-top-list {
    margin-bottom: 45px;
}

footer#pt-footer .pt-footer-top .pt-footer-top-list .row {
    align-items: center;
}

footer#pt-footer .pt-footer-top .pt-footer-top-widget {
    padding-top: 45px;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}

/*===== Footer Logo =====*/
footer#pt-footer .pt-footer-style-1 .pt-footer-logo {
    height: 80px;
    width: auto;
}

/*===== Footer copyright  =====*/
footer#pt-footer .pt-copyright-footer {
    padding: 15px 0;
    background: var(--dark-color);
    color: var(--white-color);
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}

footer#pt-footer .pt-copyright-footer .pt-copyright {
    display: inline-block;
    width: 100%;
    color: var(--white-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright a {
    color: var(--primary-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright a:hover {
    color: #0d753c;
    text-decoration: underline;
}

/*===== Footer Widget =====*/
footer#pt-footer .widget {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 45px;
}

footer#pt-footer .widget .footer-title {
    margin-bottom: 15px;
    padding: 0;
    font-size: 28px;
    position: relative;
    line-height: 36px;
    color: var(--white-color);
}

footer#pt-footer .widget .pt-subscribe .pt-subscribe-details p {
    font-size: 40px;
    line-height: 48px;
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: uppercase;

}

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

footer#pt-footer .widget ul.menu li {
    margin-bottom: 10px;
}

footer#pt-footer .widget ul.menu li:last-child {
    margin-bottom: 0;
}

footer#pt-footer .widget ul.menu li a {
    position: relative;
    border: none;
    display: inline-block;
    width: 100%;
    color: var(--white-color);
    padding: 0;
}

footer#pt-footer .widget ul.menu li a,
footer#pt-footer .pt-widget-menu .pt-service li a,
footer#pt-footer .widget ul li a {
    color: var(--white-color);
}

footer#pt-footer .widget ul.menu li,
footer#pt-footer .pt-widget-menu .pt-service li,
footer#pt-footer .widget ul li {
    color: var(--white-color);
}

footer#pt-footer .widget li span {
    position: relative;
    border: none;
    display: block;
    width: 100%;
    color: var(--white-color);
}

footer#pt-footer .tagcloud .tag-cloud-link {
    font-size: 14px !important;
    color: var(--white-color);
    background: var(--primary-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    padding: 4px 16px;
    border: 1px solid var(--primary-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    line-height: 22px;
}

footer#pt-footer .tagcloud .tag-cloud-link:hover {
    border-color: var(--white-color);
    background: var(--white-color);
    color: var(--primary-color);
}

/*===== Timming =====*/
footer#pt-footer .widget.opening-hours {
    margin-bottom: 10px;
}

footer#pt-footer .widget.opening-hours:last-child {
    margin-bottom: 0;
}

/*+++++++++++ Subscribe ++++++++++++++++*/
.pt-subscribe-from .mc4wp-form-fields {
    display: flex;
    margin-right: 45px;
}

.pt-subscribe-from .mc4wp-form-fields p {
    color: var(--white-color);
    margin-bottom: 0;
    width: 100%;
}

.pt-subscribe-from .mc4wp-form-fields p label {
    width: 100%;
}

.pt-subscribe-from .mc4wp-form-fields input {
    background: rgb(255, 255, 255, 0.2);
    border: transparent;
    color: var(--white-color);
}

.pt-subscribe-from input::placeholder {
    color: var(--white-color);
}

.pt-subscribe-from .mc4wp-form-fields input[type="submit"] {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-subscribe-from .mc4wp-form-fields input[type="submit"]:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.mc4wp-alert.mc4wp-error p {
    margin-bottom: 0px;
}

/*===== foter dummy  =====*/
footer#pt-footer .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
    color: var(--white-color);
}

footer#pt-footer label {
    color: var(--white-color);
}

footer#pt-footer .widget.widget_recent_comments #recentcomments--1 li.recentcomments span a {
    color: var(--primary-color);
}

footer#pt-footer .wp-caption p.wp-caption-text {
    color: var(--dark-color);
}

footer#pt-footer .search-form .search-submit {
    background: transparent;
    border: none;
    position: absolute;
    text-align: center;
    line-height: 54px;
    height: 54px;
    width: 54px;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    color: var(--secondary-color);
}

@media(max-width:1199px) {
    .pt-subscribe-from .mc4wp-form-fields {
        margin-right: 0;
    }
}

@media(max-width:991px) {
    footer#pt-footer .pt-footer-top .pt-footer-top-list .pt-footer-logo-discription p {
        float: left;
        margin-top: 45px;
    }
}

@media(max-width:479px) {
    .pt-subscribe-from .mc4wp-form-fields {
        display: block;
    }
}


/*================================================
isotope Portfolio
================================================*/
.pt-grid-item.visible_item,
.pt-masonry-item.visible_item {
	display: none;
}

.pt-filters .pt-filter-button-group ul {
	margin: 0 0 45px;
	padding: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.pt-filters .pt-filter-button-group ul li {
	font-family: var(--title-fonts);
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	list-style: none;
	color: var(--dark-color);
	display: inline-block;
	cursor: pointer;
	padding: 12px 20px;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pt-filters .pt-filter-button-group ul li:last-child {
	margin-right: 0;
}

.pt-filters .pt-filter-button-group ul li.active,
.pt-filters .pt-filter-button-group ul li.active:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.pt-filters .pt-filter-button-group ul li:hover {
	color: var(--dark-color);
}

.pt-grid {
	display: inline-block;
	width: 100%;
	float: left;
}

.pt-grid:after {
	content: '';
	display: block;
	clear: both;
}

.pt-col-3 {
	width: 25%;
	padding: 0 15px 30px;
}

.pt-col-6 {
	width: 50%;
	padding: 0 15px 30px;
}

.pt-col-4 {
	width: 33.33%;
	padding: 0 15px 30px;
}

.pt-grid.no-padding .pt-grid-item,
.pt-masonry.no-padding .pt-masonry-item {
	padding: 0;
}

.pt-btn-load-container {
	margin-top: 0;
	display: inline-block;
	width: 100%;
}

.pt-btn-load-container a.pt-button {
	cursor: pointer;
}

.pt-grid.style-2 .pt-portfoliobox-1 .pt-portfolio-img {
	overflow: hidden;
}

.pt-grid.style-2 .pt-portfoliobox-1 .pt-portfolio-info {
	position: relative;
	bottom: 0;
	left: 0;
	background: transparent;
	padding-left: 0;
	padding-bottom: 0;
	opacity: 1;
}

.pt-grid.style-2 .pt-portfoliobox-1 a.pt-portfolio-icon-bg {
	display: none;
}

.pt-grid.style-2 .pt-grid-item:nth-child(1) .pt-portfoliobox-1 {
	margin-top: 60px;
}

.pt-grid.style-2 .pt-col-6 {
	padding: 0 30px 45px;
	padding-bottom: 45px;
}

/*=========*/
.pt-masonry {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pt-masonry .ipt-lg-6 {
	width: 50%;
	padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-3 {
	width: 25%;
	padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-4 {
	width: 33.333%;
	padding: 0 15px 30px;
}

.pt-masonry.no-padding .ipt-lg-6,
.pt-masonry.no-padding .ipt-lg-3 {
	padding: 0;
}

.pt-masonry.no-padding .pt-portfoliobox-1,
.pt-masonry.no-padding .pt-portfoliobox-1 .pt-portfolio-img img {
	border-radius: 0;
}

/* layout 2 */

.pt-masonry .ipt-lg-4 {
	width: 33.333%;
	padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-8 {
	width: 66.666%;
	padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-12 {
	width: 100%;
	padding: 0 15px 30px;
}


@media(max-width:1365px) {
	.pt-col-3 {
		width: 33.33%;
	}

	.pt-masonry .ipt-lg-6 {
		width: 50%;
	}

	.pt-masonry .ipt-lg-3 {
		width: 33.33%;
	}

	.pt-masonry .ipt-lg-4 {
		width: 50%;
	}

	.pt-masonry .ipt-lg-8 {
		width: 50%;
	}

	.pt-filters .pt-filter-button-group ul li {
		margin-right: 10px;
	}

	.pt-col-3,
	.pt-col-4,
	.pt-masonry .ipt-lg-3 {
		width: 50%;
	}
}

@media(max-width:767px) {
	.pt-filters .pt-filter-button-group ul li {
		margin-right: 0;
		font-size: 14px;
		padding: 5px 15px;
	}

	.pt-col-6,
	.pt-col-4,
	.pt-col-3,
	.pt-masonry .ipt-lg-3,
	.pt-masonry .ipt-lg-6 {
		width: 100%;
		padding: 0 0 30px;
	}

	.pt-masonry .ipt-lg-4 {
		width: 100%;
		padding: 0 0 30px;
	}

	.pt-masonry .ipt-lg-8 {
		width: 100%;
	}

	.pt-grid.style-2 .pt-grid-item:nth-child(1) .pt-portfoliobox-1 {
		margin-top: 0;
	}

	.pt-grid.style-2 .pt-col-6 {
		padding: 0 0 30px;
	}


}

@media(max-width:479px) {
	.pt-filters .pt-filter-button-group ul li {
		margin-bottom: 15px;
	}
}

.pt-grid-item {
	float: left;
}


/* single project css */

.pt-single-post-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content: center;
	padding: 45px 30px;
	margin-bottom: 0;
	background: var(--grey-color);
}

.single-post .pt-single-post-navigation {
	margin-bottom: 40px;
}

.pt-single-post-navigation .pt-single-post-nav {
	position: relative;
	padding-left: 75px;
	display: inline-block;
	cursor: pointer;
}

.pt-single-post-navigation .pt-single-post-nav:before {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f053";
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	font-size: 20px;
	color: var(--white-color);
	background: var(--dark-color);
	text-align: center;
	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;
}

.pt-single-post-navigation .pt-single-post-nav.pt--next {
	padding-left: 0;
	padding-right: 75px;
	text-align: right;
}

.pt-single-post-navigation .pt-single-post-nav.pt--next:before {
	content: "\f054";
	right: 0;
	left: inherit;
}

.pt-single-post-navigation .pt-single-post-nav-title h4 {
	font-size: 22px;
	line-height: 30px;
}

.pt-single-post-nav-label {
	color: var(--secondary-color);
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--title-fonts);
	letter-spacing: 0.04em;
}

.pt-single-post-navigation+h2+.pt-masonry {
	margin-left: -15px;
	margin-top: 30px;
}

.pt-single-post-navigation .pt-single-post-nav:hover .pt-single-post-nav-label {
	color: var(--primary-color);
}

.pt-single-post-navigation .pt-single-post-nav:hover:before {
	background: var(--primary-color);
}



@media(max-width:767px) {

	.pt-single-post-navigation {
		padding: 45px 15px;

	}

	.pt-single-post-navigation .pt-single-post-nav-title h4 {
		font-size: 22px;
		line-height: 30px;
	}

	.pt-single-post-navigation+h2+.pt-masonry {
		margin-left: 0;
	}
}

@media(max-width:576px) {
	.pt-single-post-navigation {
		display: block;
	}

	.pt-single-post-navigation .pt-single-post-nav.pt--next {
		margin-top: 15px;
		display: block;
	}
}



/*================================================
Portfolio box
================================================*/
.pt-portfoliobox-1 {
	background: var(--white-color);
	overflow: hidden;
	position: relative;
}

.pt-portfoliobox-1 .pt-portfolio-img {
	position: relative;
	overflow: hidden;
}

.pt-portfoliobox-1 .pt-portfolio-img img {
	width: 100%;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.pt-portfoliobox-1:hover .pt-portfolio-img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pt-portfoliobox-1 .pt-portfolio-img span.pt-portfolio-tag {
	display: none;
}

.pt-portfoliobox-1 .pt-portfolio-info .pt-portfolio-style-1-tag {
	line-height: 1;
	margin-bottom: 5px;
}

.pt-portfoliobox-1 .pt-portfolio-info .pt-portfolio-style-1-tag a {
	font-family: var(--title-fonts);
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--primary-color);
}


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

.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info {
	background: var(--white-color);
	padding: 30px;
	position: absolute;
	bottom: 45px;
	left: 0;
	z-index: 1;
	-moz-transform: translate(-100%, 0px);
	-webkit-transform: translate(-100%, 0px);
	-o-transform: translate(-100%, 0px);
	-ms-transform: translate(-100%, 0px);
	transform: translate(-100%, 0px);
	-webkit-transition: transform 0.4s 0s ease-in-out;
	-moz-transition: transform 0.4s 0s ease-in-out;
	-o-transition: transform 0.4s 0s ease-in-out;
	transition: transform 0.4s 0s ease-in-out;
}

.pt-portfoliobox-1.pt-hover-slide:hover .pt-portfolio-info {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	left: 30px;
}

.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info .pt-portfolio-style-1-title a {
	color: var(--dark-color);
	font-size: 32px;
	line-height: 40px;
}

.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info h5 a:hover,
.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info .pt-portfolio-style-1-title a:hover {
	color: var(--primary-color);
}

.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-img span.pt-portfolio-tag {
	position: absolute;
	display: block;
	top: 20px;
	right: 0;
	rotate: 270deg;
	padding: 5px 10px;
	background-color: var(--primary-color);
	color: var(--white-color);
	font-family: var(--title-fonts);
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transform-origin: bottom right;
	transition: all 0.5s ease-in-out;
}

.pt-portfoliobox-1.pt-hover-slide:hover .pt-portfolio-img span.pt-portfolio-tag {
	transform: translateY(100%);
}

/*===== Portfoliobox Hover below  =====*/

.pt-portfoliobox-1.pt-hover-bellow .pt-portfolio-info {
	margin-top: 15px;
}

/*===== Portfoliobox Hover fade  =====*/
.pt-portfoliobox-1.pt-hover-fade {
	text-align: center;
}

.pt-portfoliobox-1.pt-hover-fade:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: var(--dark-color);
	z-index: 1;
	transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.pt-portfoliobox-1.pt-hover-fade:hover:before {
	opacity: 0.9;
}

.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: grid;
	align-items: center;
	justify-content: center;
	align-content: center;
	justify-items: center;
	opacity: 0;
	-moz-transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
	-o-transform: translate(0px, 30px);
	-ms-transform: translate(0px, 30px);
	transform: translate(0px, 30px);
	-webkit-transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info h5 {
	margin-bottom: 5px;
}

.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info h5 a,
.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info .pt-portfolio-style-1-title a {
	color: var(--white-color);
}

.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info .pt-portfolio-style-1-tag a {
	color: var(--primary-color);
}

.pt-portfoliobox-1.pt-hover-fade:hover .pt-portfolio-info {
	opacity: 1;
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0);
}

.pt-portfoliobox-1.pt-hover-fade .pt-e-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pt-portfoliobox-1.pt-hover-fade .pt-portfolio-info .pt-btn-container a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--primary-color);
	text-transform: uppercase;
}

@media (max-width:479px) {

	.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info {
		padding: 15px;
		margin-right: 15px;
	}

	.pt-portfoliobox-1.pt-hover-slide .pt-portfolio-info .pt-portfolio-style-1-title a {
		font-size: 28px;
		line-height: 36px;
	}

	.pt-portfoliobox-1.pt-hover-slide:hover .pt-portfolio-info {
		left: 15px;
	}
}

/*================================================
fancy box
================================================*/

.pt-fancy-box.pt-style-1 .pt-fancy-box-icon {
	margin-bottom: 10px;
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-icon i {
	font-size: 64px;
	line-height: 72px;
	transition: all 0.5s ease;
	display: inline-block;
	color: var(--primary-color);
}

.pt-fancy-box.pt-style-1 .pt-fancy-box-info .pt-fancy-box-title {
	font-size: 32px;
	line-height: 40px;
	color: var(--dark-color);
}

.pt-fancy-box.pt-style-1:hover .pt-fancy-box-icon i {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.pt-fancy-box.pt-style-1 .pt-fancybox-description {
	margin-top: 10px;
	margin-bottom: 15px;
}


/*================================================
Team
================================================*/

.pt-team-box.pt-style-1 {
	position: relative;
	overflow: hidden;
}

.pt-team-box.pt-style-1 .pt-team-img img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pt-team-box.pt-style-1 .pt-team-info {
	background: var(--grey-color);
	padding: 0 45px;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: all 0.5s ease;
}

.pt-team-box.pt-style-1:hover .pt-team-info {
	opacity: 1;
	left: 0;
}

.pt-team-box.pt-style-1 .pt-team-info .pt-member-name {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 5px;
	color: var(--dark-color);
}

.pt-team-box.pt-style-1 .pt-team-info .pt-team-designation {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--primary-color);
	font-family: var(--title-fonts);
	margin-bottom: 10px;
}

.pt-team-box.pt-style-1 .pt-team-info .pt-team-contact {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	color: var(--dark-color);
}

.pt-team-box.pt-style-1 .pt-team-info .pt-team-email {
	margin-bottom: 0;
}

.pt-team-box.pt-style-1 .pt-team-social ul {
	padding: 0;
	margin: 0;
}

.pt-team-box.pt-style-1 .pt-team-social ul li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.pt-team-box.pt-style-1 .pt-team-social ul li:last-child {
	margin: 0;
}

.pt-team-box.pt-style-1 .pt-team-social ul li a {
	font-size: 20px;
	color: var(--dark-color);
}

.pt-team-box.pt-style-1 .pt-team-social ul li a:hover {
	color: var(--primary-color);
}


.pt-team-box.pt-style-2 {
	text-align: center;
}

.pt-team-box.pt-style-2 .pt-team-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.pt-team-box.pt-style-2 .pt-team-img img {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pt-team-box.pt-style-2:hover .pt-team-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pt-team-box.pt-style-2 .pt-team-social ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	right: -45px;
	display: inline-block;
	width: 45px;
	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;
	z-index: 4;
}

.pt-team-box.pt-style-2:hover .pt-team-social ul {
	right: 30px;
}

.pt-team-box.pt-style-2 .pt-team-social ul li {
	list-style: none;
	display: inline-flex;
	margin: 0 0 5px;
}

.pt-team-box.pt-style-2 .pt-team-social ul li:last-child {
	margin: 0;
}

.pt-team-box.pt-style-2 .pt-team-social ul li a {
	background: var(--dark-color);
	color: var(--white-color);
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.pt-team-box.pt-style-2 .pt-team-social ul li a:hover {
	background: var(--primary-color);
}

.pt-team-box.pt-style-2 .pt-member-name {
	font-size: 28px;
	line-height: 36px;
	color: var(--dark-color);
}

.pt-team-box.pt-style-2 .pt-team-designation {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--primary-color);
	font-family: var(--title-fonts);
}


/*================================================
Video Popup
================================================*/
.pt-popup-video-block.pt-popup-style-1 .pt-video-icon a {
	margin: auto;
	text-decoration: none;
	color: var(--primary-color);
	font-size: 30px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: inline-block;
	background-color: var(--white-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(--primary-color);
	color: var(--white-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 {
	position: relative;
}


.mfp-wrap .mfp-close {
	padding: 0;
	top: -50px;
	right: 0;
	font-size: 32px;
	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;
}

@media (max-width:767px) {

	.pt-popup-video-block.pt-popup-style-1 .pt-video-icon a {
		width: 80px;
		height: 80px;
		line-height: 80px;

	}
}


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

.pt-testimonial-box.pt-style-1 {
	padding: 60px 75px;
	background: var(--grey-color);
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-top {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	justify-content: space-between;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-top .pt-testimonial-comment {
	font-size: 28px;
	line-height: 36px;
	font-family: var(--title-fonts);
	color: var(--dark-color);
	font-weight: 600;
	text-transform: uppercase;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-top .pt-testimonial-star {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #FFB906;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-description {
	font-size: 20px;
	line-height: 32px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-bottom .pt-testimonial-media {
	display: inline-flex;
	align-items: center;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-bottom .pt-testimonial-media img {
	width: 90px;
	border-radius: 100%;
	display: inline-block;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-bottom .pt-testimonial-media .pt-testimonial-meta {
	text-align: left;
	margin-left: 15px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-bottom .pt-testimonial-media .pt-testimonial-meta h5 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-meta span {
	color: var(--primary-color);
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 600;
	font-family: var(--title-fonts);
	text-transform: uppercase;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-bottom .pt-quote i {
	font-size: 45px;
	color: var(--primary-color);
}

.pt-testimonial-box-slider.pt-style-1 .owl-carousel .owl-nav button.owl-next {
	margin-right: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.pt-testimonial-box-slider.pt-style-1:hover .owl-carousel .owl-nav button.owl-next {
	margin-right: -28px;
	opacity: 1;
}

.pt-testimonial-box-slider.pt-style-1 .owl-carousel .owl-nav button.owl-prev {
	margin-left: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.pt-testimonial-box-slider.pt-style-1:hover .owl-carousel .owl-nav button.owl-prev {
	margin-left: -28px;
	opacity: 1;
}

.pt-testimonial-box.pt-style-2 {
	padding: 60px;
	background: var(--grey-color);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	justify-content: space-between;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-top .pt-testimonial-comment {
	font-size: 28px;
	line-height: 36px;
	font-family: var(--title-fonts);
	color: var(--dark-color);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-top .pt-testimonial-star {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #FFB906;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-top .pt-quote i {
	font-size: 45px;
	color: var(--primary-color);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-description {
	font-size: 20px;
	line-height: 32px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-bottom .pt-testimonial-media {
	display: inline-flex;
	align-items: center;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-bottom .pt-testimonial-media img {
	width: 90px;
	border-radius: 100%;
	display: inline-block;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-bottom .pt-testimonial-media .pt-testimonial-meta {
	text-align: left;
	margin-left: 15px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-bottom .pt-testimonial-media .pt-testimonial-meta h5 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-meta span {
	color: var(--primary-color);
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.04em;
	font-weight: 600;
	font-family: var(--title-fonts);
	text-transform: uppercase;
}


.pt-testimonial-box-slider.pt-style-2 .owl-carousel .owl-dots {
	position: absolute;
	right: 60px;
	bottom: 94px;
	width: auto;
}

.pt-testimonial-box-slider.pt-style-2 .owl-carousel .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid var(--secondary-color);
	background-color: transparent;
}

.pt-testimonial-box-slider.pt-style-2 .owl-carousel .owl-dots .owl-dot.active {
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
}

@media (max-width:1024px) {

	.pt-testimonial-box.pt-style-1 {
		padding: 45px;
	}

	.pt-testimonial-box.pt-style-2 {
		padding: 45px;
	}

}

@media (max-width:767px) {

	.pt-testimonial-box.pt-style-1 {
		padding: 30px;
	}

	.pt-testimonial-box.pt-style-2 {
		padding: 30px 15px;
	}

	.pt-testimonial-box.pt-style-2 .pt-testimonial-bottom .pt-testimonial-media img {
		width: 75px;
	}

	.pt-testimonial-box-slider.pt-style-1:hover .owl-carousel .owl-nav {
		display: none;
	}

}

@media(max-width: 575px) {

	.pt-testimonial-box.pt-style-1 .pt-testimonial-top {
		display: block;
		align-items: center;
	}

	.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-description {
		font-size: 16px;
	}

	.pt-testimonial-box.pt-style-1 .pt-testimonial-top .pt-testimonial-comment {
		margin-bottom: 10px;
	}

	.pt-testimonial-box.pt-style-1 .pt-testimonial-bottom .pt-testimonial-media img {
		width: 75px;
	}

	.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-description {
		font-size: 16px;
	}

}

@media(max-width: 479px) {

	.pt-testimonial-box.pt-style-1 .pt-testimonial-bottom .pt-quote {
		display: none;
	}

	.pt-testimonial-box.pt-style-1 .pt-testimonial-bottom .pt-testimonial-media .pt-testimonial-meta h5 {
		font-size: 22px;
		line-height: 30px;
	}

	.pt-testimonial-box.pt-style-1 .pt-testimonial-bottom .pt-testimonial-media img {
		width: 64px;
	}

	.pt-testimonial-box.pt-style-2 .pt-testimonial-top .pt-quote {
		display: none;
	}

	.pt-testimonial-box.pt-style-2 .pt-testimonial-bottom .pt-testimonial-media .pt-testimonial-meta h5 {
		font-size: 22px;
		line-height: 30px;
	}

}

/*================================================
Form
================================================*/
.pt-contact-form p { margin-bottom: 0; }
.pt-contact-form .wpcf7-form-control { margin-bottom: 20px; background-color: transparent; border: inherit; border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding-left: 24px; }
.pt-contact-form .wpcf7-form-control.wpcf7-submit { padding: 10px 45px; }
.pt-contact-form.pt-white-bg .wpcf7-form-control, .pt-contact-form.pt-grey-bg .wpcf7-form-control { padding-left: 40px; }
.pt-contact-form .wpcf7-form-control:focus, .pt-contact-form .wpcf7-form-control:hover { border-bottom: 1px solid var(--primary-color); }
.pt-contact-form.pt-white-bg select, .pt-contact-form.pt-white-bg textarea, .pt-contact-form.pt-white-bg select.wpcf7-form-control, .pt-contact-form.pt-white-bg input.wpcf7-form-control { background-color: var(--white-color); color: var(--dark-color); border: transparent; }
.pt-contact-form.pt-grey-bg select, .pt-contact-form.pt-grey-bg textarea, .pt-contact-form.pt-grey-bg select.wpcf7-form-control, .pt-contact-form.pt-grey-bg input.wpcf7-form-control { background-color: var(--grey-color); color: var(--dark-color); border: transparent; }
.pt-contact-form.pt-white-bg .wpcf7-form-control:hover, .pt-contact-form.pt-grey-bg .wpcf7-form-control:hover, .pt-contact-form.pt-grey-bg .wpcf7-form-control:focus, .pt-contact-form.pt-white-bg .wpcf7-form-control:focus { border: 1px solid var(--primary-color); }
.pt-contact-form textarea { height: 100px; padding-top: 10px; }
.pt-contact-form.pt-white-bg select.wpcf7-form-control::-webkit-input-placeholder { color: red; }
.pt-contact-form.pt-grey-bg .wpcf7-form-control.wpcf7-submit, .pt-contact-form.pt-white-bg .wpcf7-form-control.wpcf7-submit { background: var(--primary-color); color: var(--white-color); }
.pt-contact-form .wpcf7-form-control.wpcf7-submit { background: var(--primary-color); margin-bottom: 0; border: none; margin-top: 30px; }
.pt-contact-form input.wpcf7-form-control.wpcf7-submit:hover { background: #0D753C; color: var(--white-color); }
.pt-textarea-height .pt-contact-form textarea { height: 150px; }
.pt-input-border .pt-contact-form .wpcf7-form-control { background: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 0;  color: var(--white-color); }
.pt-input-border .pt-contact-form .wpcf7-form-control:hover, .pt-input-border .pt-contact-form .wpcf7-form-control:focus { border-color: var(--primary-color); }
.pt-input-border .pt-contact-form .wpcf7-form-control::placeholder { color: var(--white-color); }
.pt-input-border .pt-contact-form .wpcf7-form-control.wpcf7-submit { background: var(--primary-color); color: var(--dark-color); text-transform: capitalize; font-size: 18px; padding: 10px 40px;  border: none; }
.pt-input-border .pt-contact-form .wpcf7-form-control.wpcf7-submit:hover { background: var(--white-color); }
.pt-contact-form .form-group { position: relative; }
.pt-contact-form .form-group p i { position: absolute; top: 19px; left: 0; z-index: 1; }
.pt-contact-form.pt-white-bg .form-group p i, .pt-contact-form.pt-grey-bg .form-group p i { left: 15px; }

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

.pt-accordion-block .pt-accordion-box {
	margin-bottom: 24px;
	padding-bottom: 24px;
	position: relative;
	border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}

.pt-dark-bg .pt-accordion-block .pt-accordion-box {
	border-bottom: 1px solid rgb(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-right: 30px;
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details {
	margin-top: 10px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
	font-size: 26px;
	line-height: 34px;
	cursor: pointer;
	color: var(--dark-color);
}

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

.pt-accordion-block .pt-accordion-box .pt-ad-title i {
	position: absolute;
	top: 5px;
	right: 0;
	opacity: 1;
	color: var(--dark-color);
	font-size: 26px;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
	color: var(--primary-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 {
	opacity: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive {
	opacity: 1;
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details p {
	margin-bottom: 0;
	padding-right: 30px;
}


/*================================================
Pricebox
================================================*/

.pt-pricebox-style-1 {
	background: var(--grey-color);
	padding: 60px 75px;
	display: flex;
	position: relative;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
}

.pt-pricebox-style-1.active {
	background-color: var(--primary-color);
}

.pt-pricebox-style-1 .pt-price-title {
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.pt-pricebox-style-1.active .pt-price-title {
	color: var(--white-color);
}


.pt-pricebox-style-1 .pt-pricebox-left .price {
	font-size: 48px;
	line-height: 54px;
}

.pt-pricebox-style-1.active .pt-pricebox-left .price {
	color: var(--white-color);
}

.pt-pricebox-style-1 .pt-pricebox-left .pt-price-duration {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	font-family: var(--title-fonts);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 5px;
	color: var(--primary-color);
	vertical-align: super;
}

.pt-pricebox-style-1.active .pt-pricebox-left .pt-price-duration {
	color: var(--white-color);
}

.pt-pricebox-style-1 .pt-pricebox-center {
	margin: 0 45px;
}

.pt-pricebox-style-1 .pt-pricebox-center .pt-list-info {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pt-pricebox-style-1 .pt-pricebox-center.pt-list-info li {
	padding-bottom: 5px;
	font-size: 18px;
}

.pt-pricebox-style-1.active .pt-pricebox-center .pt-list-info li {
	color: var(--white-color);
}

.pt-pricebox-style-1 .pt-pricebox-center .pt-list-info li:last-child {
	margin-bottom: 0;
}

.pt-pricebox-style-1 .pt-pricebox-center .pt-list-info li i {
	color: var(--primary-color);
	margin-right: 5px;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.pt-pricebox-style-1.active .pt-pricebox-center .pt-list-info li i {
	color: var(--white-color);
}

.pt-pricebox-style-1.active .pt-pricebox-right .pt-btn-container .pt-button-block .pt-button {
	background-color: var(--white-color);
	color: var(--primary-color);
}


.pt-pricebox-style-2 {
	background: transparent;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.pt-pricebox-style-2.active {
	border: 1px solid var(--primary-color);
}

.pt-pricebox-style-2 .pt-price-detail {
	padding: 45px 60px;
}


.pt-pricebox-style-2 .pt-price-detail .pt-price-title {
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.pt-pricebox-style-2 .pt-price-detail .price {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 30px;
}

.pt-pricebox-style-2 .pt-price-detail .pt-price-duration {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	font-family: var(--title-fonts);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 5px;
	color: var(--primary-color);
	vertical-align: super;
}

.pt-pricebox-style-2 .pt-list-info {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pt-pricebox-style-2 .pt-list-info li {
	padding-bottom: 5px;
	font-size: 18px;
}

.pt-pricebox-style-2 .pt-list-info li:last-child {
	margin-bottom: 0;
}

.pt-pricebox-style-2 .pt-list-info li i {
	color: var(--primary-color);
	margin-right: 5px;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.pt-pricebox-style-2 .pt-btn-container .pt-button.pt-button-flat {
	width: 100%;
	text-align: center;
	background-color: transparent;
	color: var(--dark-color);
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}


.pt-pricebox-style-2.active .pt-btn-container .pt-button.pt-button-flat,
.pt-pricebox-style-2 .pt-btn-container .pt-button.pt-button-flat:hover,
.pt-pricebox-style-2 .pt-btn-container .pt-button.pt-button-flat:focus {
	background-color: var(--primary-color);
	color: var(--white-color);
	border-top: 1px solid var(--primary-color);
}

.pt-border-width::before {
	content: "";
	position: absolute;
	left: -3%;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 24px solid var(--primary-color);
	top: 68%;
	transform: rotate(-40deg);
}

@media(max-width:1024px) {
	.pt-pricebox-style-1 {
		padding: 45px 60px;
		display: block;
		text-align: left;
	}

	.pt-pricebox-style-1 .pt-pricebox-center {
		margin: 30px 0;
	}

	.pt-pricebox-style-2 .pt-price-detail {
		padding: 45px;
}

}

@media(max-width:767px) {
	.pt-pricebox-style-1 {
		padding: 40px 15px;
	}

	.pt-pricebox-style-2 .pt-price-detail {
		padding: 30px;
	}

}


/*================================================
OWL Carousel
================================================*/

.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	cursor: inherit;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	outline: none;
	text-align: center;
	text-indent: inherit;
	cursor: pointer;
	position: relative;
	font-size: 24px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	background: var(--primary-color);
	padding: 0 !important;
	margin: 0 5px;
	border: none;
	color: var(--white-color);
}

.owl-carousel .owl-nav button:hover {
	color: var(--white-color);
	background: #0D753C;
}

.pt-dark-bg .owl-carousel .owl-nav button:hover {
	color: var(--primary-color);
	background: #0D753C;
}


.owl-carousel .owl-nav button.owl-prev {
	margin-left: -100px;
}

.owl-carousel .owl-nav button.owl-next {
	margin-right: -100px;
}


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

.owl-carousel .owl-dots {
	margin-top: 30px;
	line-height: normal;
	position: relative;
	width: 100%;
	text-indent: inherit;
	text-align: center;
	cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
	box-shadow: none;
	outline: none;
	background: var(--grey-color);
	border: 1px solid var(--grey-color);
	display: inline-block;
	padding: 0;
	margin: 0px 5px;
	height: 15px;
	width: 15px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: var(--primary-color);
	border-color: var(--primary-color);
	opacity: 1;
}

/*================================================
Service Box
================================================*/

.pt-service-slider.pt-slider-1 {
	align-items: center;
}

.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.pt-service-slider.pt-slider-1 .slick-slider .slick-track .slick-slide {
	margin: 0;
}

.pt-service-slider.pt-slider-1 .slick-slider-thumb .slick-track .slick-slide:last-child .pt-service-box.pt-style-1 {
	margin-bottom: 0;
}

.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 .pt-service-number {
	display: inline-block;
	font-size: 40px;
	line-height: 48px;
	margin-right: 15px;
	font-family: var(--title-fonts);
	font-weight: 600;
	color: var(--dark-color);
}

.pt-service-slider.pt-slider-1 .slick-slide.slick-current .pt-service-box.pt-style-1 .pt-service-number {
	color: var(--primary-color);
}

.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 .pt-service-box-title {
	display: inline-block;
	font-size: 40px;
	line-height: 48px;
	color: var(--dark-color);
}

.pt-service-slider.pt-slider-1 .slick-slide.slick-current .pt-service-box.pt-style-1 .pt-service-box-title {
	color: var(--primary-color);
}

.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 .pt-service-icon {
	margin-left: auto;
}

.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 .pt-service-icon i {
	font-size: 56px;
	line-height: 1;
	color: var(--dark-color);
	padding-left: 15px;
}

.pt-service-slider.pt-slider-1 .slick-slide.slick-current .pt-service-box.pt-style-1 .pt-service-icon i {
	color: var(--primary-color);
}

.pt-service-slider.pt-slider-1 .slick-slider-main {
	margin-right: 40px;
}

.pt-service-slider.pt-slider-1 .slick-slider-thumb {
	margin-right: -20px;
}

.pt-service-slider.pt-slider-1 .slick-slider-thumb .slick-track {
	width: 100% !important;
	transform: inherit !important;
}

.pt-service-slider.pt-slider-1 .slick-slider-thumb .slick-track .slick-slide {
	width: 100% !important;
}

.pt-service-slider.pt-slider-1 .slick-slider-main .slick-arrow {
	display: none !important;
}

.pt-service-box.pt-style-2 {
	display: flex;
}

.pt-service-box.pt-style-2 .pt-service-box-info {
	padding-left: 45px;
}

.pt-service-box.pt-style-2 .pt-service-box-info .pt-service-box-title {
	font-size: 32px;
	line-height: 40px;
	color: var(--white-color);
	margin-bottom: 10px;
}

.pt-service-box.pt-style-2 .pt-service-box-info .pt-service-box-description {
	color: var(--white-color);
	margin-bottom: 20px;
}

.pt-service-box.pt-style-2 .pt-service-box-info .pt-service-box-list {
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--white-color);
}

.pt-service-box.pt-style-2 .pt-service-box-info .pt-service-box-list li {
	display: flex;
}

.pt-service-box.pt-style-2 .pt-service-box-info .pt-service-box-list li i {
	margin-right: 10px;
	line-height: 2;
}

.pt-service-box.pt-style-3 {
	display: flex;
	align-items: center;
	background-color: var(--grey-color);
	position: relative;
}

.pt-service-box.pt-style-3 .pt-service-box-info {
	padding: 30px;
	background-color: var(--grey-color);
	height: 100%;
	width: auto;
}

.pt-service-box.pt-style-3 .pt-service-box-info .pt-service-number {
	position: absolute;
	top: 30px;
	right: 30px;
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 72px;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    stroke: var(--primary-color);
}


.pt-service-box.pt-style-3 .pt-service-box-info .pt-service-box-icon i {
	font-size: 64px;
	line-height: 1;
	color: var(--primary-color);
	display: inline-block;
	margin-bottom: 15px;
}

.pt-service-box.pt-style-3 .pt-service-box-info .pt-service-box-title {
	font-size: 32px;
	line-height: 40px;
	color: var(--dark-color);
	margin-bottom: 5px;
}

.pt-service-box.pt-style-3 .pt-service-box-info p {
	margin-bottom: 15px;
}


.pt-service-slider.pt-slider-4 {
	align-items: center;
}

.pt-service-slider.pt-slider-4 .slick-slide .pt-service-box.pt-style-4 {
	margin-bottom: 30px;
	padding: 30px;
	background-color: var(--white-color);
	transition: all 0.5s ease-in-out;
}

.pt-service-slider.pt-slider-4 .slick-slide.slick-current .pt-service-box.pt-style-4 {
	background-color: var(--primary-color);
}

.pt-service-slider.pt-slider-4 .slick-slider .slick-track .slick-slide {
	margin: 0;
}

.pt-service-slider.pt-slider-4 .slick-slider-thumb .slick-track .slick-slide:last-child .pt-service-box.pt-style-4 {
	margin-bottom: 0;
}

.pt-service-slider.pt-slider-4 .slick-slide .pt-service-box.pt-style-4 .pt-service-box-top {
	display: flex;
	align-items: center;
}

.pt-service-slider.pt-slider-4 .slick-slide .pt-service-box.pt-style-4 .pt-service-box-title {
	display: inline-block;
	font-size: 32px;
	line-height: 40px;
	color: var(--dark-color);
}

.pt-service-slider.pt-slider-4 .slick-slide.slick-current .pt-service-box.pt-style-4 .pt-service-box-title {
	color: var(--white-color);
}

.pt-service-slider.pt-slider-4 .slick-slide .pt-service-box.pt-style-4 .pt-service-icon i {
	font-size: 56px;
	line-height: 1;
	color: var(--primary-color);
	padding-right: 15px;
}

.pt-service-slider.pt-slider-4 .slick-slide.slick-current .pt-service-box.pt-style-4 .pt-service-icon i {
	color: var(--white-color);
}

.pt-service-slider.pt-slider-4 .slick-slide .pt-service-box.pt-style-4 .pt-service-box-description {
	color: var(--white-color);
	margin-top: 15px;
	display: none;
	height: 0;
	transition: all 0.5s ease-in-out;
}

.pt-service-slider.pt-slider-4 .slick-slide.slick-current .pt-service-box.pt-style-4 .pt-service-box-description {
	display: block;
	height: 100%;
}

.pt-service-slider.pt-slider-4 .slick-slider-thumb {
	margin-right: -20px;
}

.pt-service-slider.pt-slider-4 .slick-slider-thumb .slick-track {
	width: 100% !important;
	transform: inherit !important;
}

.pt-service-slider.pt-slider-4 .slick-slider-thumb .slick-track .slick-slide {
	width: 100% !important;
}

.pt-service-slider.pt-slider-4 .slick-slider-main .slick-arrow {
	display: none !important;
}


@media(max-width:1199px) {

	.pt-service-slider.pt-slider-1 .slick-slider-main {
		margin-right: 0;
	}

	.pt-service-slider.pt-slider-1 .slick-slider-main .slick-list {
		margin-right: -20px;
	}

	.pt-service-slider.pt-slider-1 .slick-slider-thumb {
		padding-top: 30px;
	}

	.pt-service-box.pt-style-2 {
		margin-top: 30px;
	}

	.pt-service-box.pt-style-2 .pt-service-box-info {
		padding-left: 30px;
	}

	.pt-service-slider.pt-slider-4 .slick-slider-main {
		margin-right: 0;
	}

	.pt-service-slider.pt-slider-4 .slick-slider-main .slick-list {
		margin-right: -20px;
	}

	.pt-service-slider.pt-slider-4 .slick-slider-thumb {
		padding-top: 30px;
	}

}

@media(max-width:1024px) {

	.pt-service-slider.pt-slider-1 .slick-slider-main {
		padding-left: 15px;
	}

	.pt-service-slider.pt-slider-1 .slick-slider-main .slick-list {
		margin-right: -10px;
	}

	.pt-service-slider.pt-slider-1 .slick-slider-thumb {
		padding-left: 15px;
		padding-right: 15px;
	}

	.pt-service-slider.pt-slider-4 .slick-slider-main {
		padding-left: 15px;
	}

	.pt-service-slider.pt-slider-4 .slick-slider-main .slick-list {
		margin-right: -10px;
	}

	.pt-service-slider.pt-slider-4 .slick-slider-thumb {
		padding-left: 15px;
		padding-right: 15px;
	}

}


@media(max-width: 767px) {

	.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 .pt-service-number {
		font-size: 36px;
		line-height: 44px;
	}

	.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 .pt-service-box-title {
		font-size: 36px;
		line-height: 44px;
	}

	.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 .pt-service-icon i {
		font-size: 44px;
	}

	.pt-service-box.pt-style-3 .pt-service-box-info .pt-service-number {
		font-size: 64px;
		right: 15px;
	}

	.pt-service-box.pt-style-3 .pt-service-box-info {
		padding: 30px 15px;
	}

	.pt-service-box.pt-style-2 {
		display: block;
	}

	.pt-service-box.pt-style-2 .pt-service-box-info {
		padding-top: 30px;
		padding-left: 0;
	}

	.pt-service-box.pt-style-2 .pt-service-box-info .pt-service-box-title {
		font-size: 28px;
		line-height: 36px;
	}

	.pt-service-slider.pt-slider-4 .slick-slide .pt-service-box.pt-style-4 .pt-service-icon i {
		font-size: 44px;
	}

}


@media(max-width: 575px) {

	.pt-service-box.pt-style-3 {
		display: block;
	}

	.pt-service-box.pt-style-3 .pt-service-box-info {
		position: relative;
	}

	.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 .pt-service-number {
		font-size: 28px;
		line-height: 36px;
	}

	.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 .pt-service-box-title {
		font-size: 28px;
		line-height: 36px;
	}

	.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 .pt-service-icon i {
		font-size: 36px;
	}

	.pt-service-slider.pt-slider-1 .slick-slide .pt-service-box.pt-style-1 {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.pt-service-slider.pt-slider-4 .slick-slide .pt-service-box.pt-style-4 .pt-service-box-title {
		font-size: 28px;
		line-height: 36px;
	}

	.pt-service-slider.pt-slider-4 .slick-slide .pt-service-box.pt-style-4 .pt-service-icon i {
		font-size: 36px;
	}
}

@media(max-width: 479px) {


	.pt-service-box.pt-style-3 .pt-service-box-info .pt-service-box-title {
		font-size: 26px;
		line-height: 34px;
	}

	.pt-service-box.pt-style-3 .pt-service-box-info .pt-service-box-icon i {
		font-size: 56px;
	}

	.pt-service-box.pt-style-3 .pt-service-box-info .pt-service-number {
		font-size: 56px;
	}


}

/*================================================
After Before
================================================*/

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
	background: var(--primary-color);
	font-family: var(--title-fonts);
	color: var(--white-color);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	padding: 8px 12px;
}

.beer-handle {
	color: var(--white-color);
	background: var(--primary-color);
}

.beer-reveal {
	border-right: 2px solid var(--dark-color);
}

.beer-range:focus~.beer-handle {
	color: var(--white-color);
	background: var(--primary-color);
}

@media(max-width:479px) {

	.beer-reveal[data-beer-label]:after {
		top: 0;
		left: 15px;
	}

	.beer-slider[data-beer-label]:after {
		top: 0;
		right: 15px;
	}
}

/*================================================
 Timelines
================================================*/
.pt-border-line:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0;
	background: rgba(0, 0, 0, .2);
}

.pt-dot-circle:before {
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--primary-color);
	border: 2px solid var(--primary-color);
}

.pt-dot-circle.left:before {
	right: inherit;
	left: -8px;
}

@media(max-width:767px) {

	.pt-border-line:before,
	.pt-dot-circle:before {
		display: none;
	}
}

/*================================================
Advance Tab
===============================================*/

.pt-advance-horizontal-tab {
	position: relative;
}

.pt-advance-horizontal-tab.nav-tabs {
	display: block;
}

.pt-advance-horizontal-tab .nav-tabs {
	border: none;
	display: inline-block;
	width: 100%;
	margin-right: 30px;
}

.pt-advance-horizontal-tab .nav-tabs .nav-item .pt-tabs.nav-link {
	width: 100%;
	padding: 20px;
	background-color: var(--white-color);
	text-align: left;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	overflow: hidden;
	position: relative;
	z-index: 1;
	color: var(--dark-color);
	font-family: var(--title-fonts);
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
}

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

.pt-advance-horizontal-tab .nav-tabs .nav-item .pt-tabs.nav-link {
	margin-bottom: 20px;
}

.pt-advance-horizontal-tab .nav-tabs .nav-item:last-child .pt-tabs.nav-link {
	margin-bottom: 0;
}

.pt-advance-horizontal-tab .nav-tabs .pt-tabs.nav-link i {
	line-height: 50px;
	text-align: center;
	font-size: 50px;
	color: var(--primary-color);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-right: 20px;
}

.pt-advance-horizontal-tab .nav-tabs .pt-tabs.nav-link.active i {
	color: var(--white-color);
}

@media(max-width:767px) {

	.pt-advance-horizontal-tab .nav-tabs .nav-item .pt-tabs.nav-link {
		padding: 20px;
	}
}

@media(max-width:479px) {

	.pt-advance-horizontal-tab .nav-tabs .nav-item .pt-tabs.nav-link {
		font-size: 28px;
		line-height: 36px;
	}
}


/*================================================
Service Single
================================================*/
.widget .menu-service-menu-container {
	background: var(--grey-color);
	border: none;
	box-shadow: none;
}

.widget .menu-service-menu-container .menu {
	margin: 0;
	padding: 0;
}

.widget .menu-service-menu-container .menu li {
	margin: 0 0 10px;
}

.widget .menu-service-menu-container .menu li:last-child {
	margin: 0;
}

.widget .menu-service-menu-container .menu li a {
	padding: 20px;
	border: none;
	background: var(--white-color);
	display: inline-block;
	width: 100%;
	position: relative;
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--dark-color);
	letter-spacing: 0.04em;
}

.widget .menu-service-menu-container .menu li a:before {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 12px;
	right: 20px;
	left: auto;
	top: 24px;
	position: absolute;
	color: inherit;
	line-height: normal;
}

.widget .menu-service-menu-container .menu li a:hover,
.widget .menu-service-menu-container .menu li.current_page_item a {
	background: var(--primary-color);
	color: var(--white-color);
}


/*================================================
Client
================================================*/

.pt-client-box.pt-style-1 {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 30px;
}

.pt-client-box.pt-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-style-1 a:hover .pt-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%)
}

.pt-client-box.pt-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-style-1 .pt-client-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	opacity: 1;
	-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
}

.pt-client-box.pt-client-style-1 .owl-dots {
	margin-top: 45px;
}

.pt-rotate-animation img {
	animation: rotation 5s infinite linear;
}

.pt-updown-animation img {
	animation: updown 1s infinite linear;
	animation-direction: alternate;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

@keyframes updown {
	0% {
		transform: translateY(30px);
	}

	100% {
		transform: translateY(0px);
	}
}

@media(max-width: 575px) {
	.pt-rotate-animation.pt-hide img {
		display: none;
	}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Header Dummy Data
++++++++++++++++++++++++++++++++++++++++++++++++*/
.animated {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	}
	
	.fadeInDown {
	animation-name: fadeInDown;
	transition: all 0.5s ease;
	}
	
	@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	}
	
	@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	}
	
	@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
	
	}
	
	header.pt-header {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	clear: both;
	background: var(--white-color);
	z-index: 99;
	padding: 0;
	height: 90px;
	}
	
	header.pt-header .navbar {
	padding: 0;
	}
	
	header.pt-header .navbar .pt-menu-contain {
	display: inline-block;
	width: 100%;
	}
	
	header.pt-header .navbar .navbar-nav {
	float: right;
	}
	
	header.pt-header .navbar .navbar-nav li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 30px;
	color: var(--dark-color);
	line-height: 90px;
	font-family: var(--body-fonts);
	}
	
	header.pt-header .navbar .navbar-nav li:last-child {
	margin-right: 0;
	}
	
	header.pt-header .navbar .navbar-nav li a {
	color: var(--dark-color);
	font-size: 16px;
	line-height: 24px;
	}
	
	header.pt-header .navbar .navbar-nav>li>i {
	padding-left: 8px;
	color: var(--dark-color);
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	}
	
	header.pt-header .navbar .navbar-nav li a:focus, header.pt-header .navbar .navbar-nav li a:hover, header.pt-header .navbar .navbar-nav li.current-menu-item a, header.pt-header .navbar .navbar-nav li.current_page_item a, header.pt-header .navbar .navbar-nav li.current-menu-ancestor a, header.pt-header .navbar .navbar-nav li.current-menu-ancestor i {
	color: var(--primary-color);
	}
	
	/*++++++++ Sub Menu Bar ++++++++*/
	header.pt-header .navbar .navbar-nav li .sub-menu {
	display: none;
	}
	
	header.pt-header .navbar .navbar-nav li:hover .sub-menu {
	display: block;
	background: var(--white-color);
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 0;
	display: inline-block;
	width: 220px;
	z-index: 999;
	border: 1px solid var(--primary-color);
	padding: 20px 0;
	}
	
	header.pt-header .navbar .navbar-nav li .sub-menu li {
	line-height: 1.6;
	padding: 0 20px;
	margin: 0;
	display: inline-block;
	width: 100%;
	color: var(--dark-color);
	transition: all 0.5s ease;
	}
	
	header.pt-header .navbar .navbar-nav li .sub-menu li a {
	line-height: 1.6;
	text-transform: capitalize;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	color: var(--dark-color);
	font-size: 15px;
	position: relative;
	}
	
	header.pt-header .navbar .navbar-nav li .sub-menu li a:focus, header.pt-header .navbar .navbar-nav li .sub-menu li a:hover, header.pt-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a, header.pt-header .navbar .navbar-nav li .sub-menu li.current-page-parent a {
	color: var(--primary-color);
	}
	
	/*++++++++ Sub menu icon +++++++++++*/
	header.pt-header .navbar .navbar-nav li .sub-menu li i {
	position: absolute;
	top: 12px;
	right: 20px;
	margin-left: 10px;
	font-size: 12px;
	transition: all 0.5s ease;
	color: var(--dark-color);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	}
	
	/*+++++++ Navigation Sub Menu +++++++++++++*/
	header.pt-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
	display: none;
	}
	
	header.pt-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
	position: absolute;
	top: -20px;
	left: 100%;
	display: block;
	background: var(--white-color);
	display: inline-block;
	}
	
	@media(max-width:1399px) {
	header.pt-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
		left: inherit;
		right: 100%;
	}
	
	}
	
	@media(max-width:1199px) {
	header.pt-header .navbar .navbar-nav li {
		margin-right: 20px;
	}
	
	}
	
	@media screen and (max-width:4000px) and (min-width:1023px) {
	header.pt-header .navbar .navbar-nav li:hover>.sub-menu {
		display: block !important;
	}
	
	}
	
	@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 {
		display: flex;
		align-items: center;
		height: auto;
	}
	
	header.pt-header .navbar {
		padding: 15px 0;
	}
	
	header.pt-header .navbar .navbar-collapse {
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		background: #fff;
		-webkit-box-shadow: 0px 5px 15px 0px rgba(19, 35, 74, 0.1);
		-moz-box-shadow: 0px 5px 15px 0px rgba(19, 35, 74, 0.1);
		box-shadow: 0px 5px 15px 0px rgba(19, 35, 74, 0.1);
		max-height: 330px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	header.pt-header .navbar .navbar-nav {
		float: left;
		width: 100%;
		display: inline-block;
	}
	
	header.pt-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 .navbar .navbar-nav li a {
		width: 100%;
		display: inline-block;
		padding: 15px;
		border-bottom: 1px solid #eee;
	}
	
	header.pt-header .navbar .navbar-nav li i {
		margin-left: 0;
		opacity: 1;
		font-size: 12px;
		position: absolute;
		right: 0;
		margin-top: 0;
		top: 0;
		padding: 15px;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	header.pt-header .navbar .navbar-nav li:hover .sub-menu {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		background: var(--grey-color);
		box-shadow: none;
		display: inline-block;
		width: 100%;
	}
	
	header.pt-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
		background: var(--primary-color);
		color: var(--white-color);
	}
	
	header.pt-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 34px;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	header.pt-header .navbar .navbar-nav li .sub-menu li a {
		padding: 10px 30px;
	}
	
	header.pt-header .navbar .navbar-nav li>a:hover, header.pt-header .navbar .navbar-nav li:hover>a {
		background: var(--primary-color);
		color: var(--white-color);
	}
	
	header.pt-header .navbar .navbar-nav li a:focus, header.pt-header .navbar .navbar-nav li a:hover, header.pt-header .navbar .navbar-nav li.current-menu-item a, header.pt-header .navbar .navbar-nav li.current_page_item a, header.pt-header .navbar .navbar-nav li.current-menu-ancestor>a, header.pt-header .navbar .navbar-nav li.current-menu-ancestor i, header.pt-header .navbar .navbar-nav li .sub-menu li a:focus, header.pt-header .navbar .navbar-nav li .sub-menu li a:hover, header.pt-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a, header.pt-header .navbar .navbar-nav li .sub-menu li.current-page-parent>a {
		background: var(--primary-color);
		color: var(--white-color);
	}
	
	header.pt-header .navbar .navbar-nav li.current-menu-ancestor>.pt-submenu-icon, header.pt-header .navbar .navbar-nav li:hover>.pt-submenu-icon {
		color: var(--white-color);
	}
	
	header.pt-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 .navbar .navbar-nav li .sub-menu li {
		padding: 0;
	}
	
	/*======= Header Button =======*/
	header.pt-header .navbar-toggler {
		font-size: 20px;
		padding: 0;
		line-height: normal;
		float: right;
		outline: none;
		margin: 0 0 0 30px;
		width: 50px;
		height: 50px;
		color: var(--white-color);
		box-shadow: none;
		background: var(--primary-color);
		margin-left: auto;
	}
	
	header.pt-header .navbar-toggler:hover {
		color: var(--white-color);
		background: var(--dark-color);
	}
	
	}
	

/*================================================
Header 
================================================*/

.admin-bar header#pt-header {
	top: 32px;
}

/*++++++ Header Logo ++++++*/

header .navbar-brand img {
	height: 60px;
}

/*++++++ Header Style 1 ++++++*/

header.pt-header-style-1  {
	position: absolute;
	display: inline-block;
	width: 100%;
	z-index: 99;
}

header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	background: var(--dark-color);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
}

.admin-bar header.pt-header-style-1 .pt-bottom-header.pt-header-sticky  {
	top: 32px;
}

header.pt-header-style-1 .pt-bottom-header.pt-header-sticky .pt-button:hover, 
header.pt-header-style-1 .pt-bottom-header.pt-header-sticky .pt-button:focus {
	color: var(--white-color);
	background-color: #0D753C;
}

/*++++++ Header Icon ++++++*/

header.pt-header-style-1 .pt-container-wrapper .pt-header-right .pt-header-icon>ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon>ul>li {
	padding-left: 30px;
}

header.pt-header-style-1 .pt-container-wrapper .pt-header-right .pt-header-icon>ul>li:first-child {
	padding-left: 0;
}

header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li a svg {
	height: 24px;
	width: auto;
}


/*++++++ Header Style 2 ++++++*/

header.pt-header-style-2    {
	position: absolute;
	display: inline-block;
	width: 100%;
	z-index: 99;
}

#pt-header.pt-header-style-2 .pt-bottom-header {
	background-color: var(--white-color);
}

header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	background: var(--white-color);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
}

.admin-bar header.pt-header-style-2 .pt-bottom-header.pt-header-sticky  {
	top: 32px;
}

/*++++++ Header Icon ++++++*/

header.pt-header-style-2 .pt-container-wrapper .pt-header-right .pt-header-icon>ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon>ul>li {
	padding-left: 30px;
}

header.pt-header-style-2 .pt-container-wrapper .pt-header-right .pt-header-icon>ul>li:first-child {
	padding-left: 0;
}

header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li a svg {
	height: 24px;
	width: auto;
}

header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li a svg path {
	fill: var(--dark-color);
}



/*++++++ Header Style 3 ++++++*/

header.pt-header-style-3    {
	position: absolute;
	display: inline-block;
	width: 100%;
	z-index: 99;
}

#pt-header.pt-header-style-3 .pt-bottom-header {
	background-color: var(--white-color);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	background: var(--white-color);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
}

.admin-bar header.pt-header-style-3 .pt-bottom-header.pt-header-sticky  {
	top: 32px;
}

/*++++++ Header Icon ++++++*/

header.pt-header-style-3 .pt-container-wrapper .pt-header-right .pt-header-icon>ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon>ul>li {
	padding-left: 30px;
}

header.pt-header-style-3 .pt-container-wrapper .pt-header-right .pt-header-icon>ul>li:first-child {
	padding-left: 0;
}

header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li a svg {
	height: 24px;
	width: auto;
}

header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li a svg path {
	fill: var(--dark-color);
}

/*++++++ Header Style Landing ++++++*/

header.pt-header-landing   {
	position: absolute;
	display: inline-block;
	width: 100%;
	z-index: 99;
}

#pt-header.pt-header-landing .pt-bottom-header {
	background-color: var(--white-color);
}

header.pt-header-landing .pt-bottom-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	background: var(--white-color);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
}

.admin-bar header.pt-header-landing .pt-bottom-header.pt-header-sticky  {
	top: 32px;
}

#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
	font-family: var(--title-fonts);
	letter-spacing: 0.04em;
	font-weight: 600;
}

#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-landing #mega-menu-landing>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	font-family: var(--title-fonts);
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: 600;
}



#pt-header.pt-header-landing .pt-bottom-header #mega-menu-wrap-landing a.mega-menu-link {
	color: var(--dark-color);
}


/*++++++ Header Icon ++++++*/

header.pt-header-landing .pt-container-wrapper .pt-header-right .pt-header-icon>ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}


/*++++++ Header Nav ++++++*/

#pt-header .pt-bottom-header .pt-container-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*++++++ Mega Menu ++++++*/

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
	font-family: var(--title-fonts);
	letter-spacing: 0.04em;
	font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	font-family: var(--title-fonts);
	font-size: 16px;
	letter-spacing: 0.04em;
	font-weight: 600;
}

#mega-menu-wrap-primary .mega-menu-toggle {
	border-radius: 0;
	padding: 18px 8px;
	height: inherit;
}

#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky #mega-menu-wrap-primary .mega-menu-toggle {
    background: var(--white-color);
}

#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background: var(--dark-color);
}

#pt-header.pt-header-style-2 .pt-bottom-header #mega-menu-wrap-primary a.mega-menu-link {
    color: var(--dark-color);
}

#pt-header.pt-header-style-3 .pt-bottom-header #mega-menu-wrap-primary a.mega-menu-link {
    color: var(--dark-color);
}


/*+++++ Offcanvas search +++++*/

.admin-bar .pt-search-button .offcanvas {
	top: 32px;
}

.pt-search-button .offcanvas {
	padding: 45px;
	height: auto;
	bottom: inherit;
	transition: all 0.5s ease;
}

.pt-search-button .offcanvas .btn-close {
	opacity: 1;
	background: none;
	color: var(--white-color);
	font-size: 0;
	position: absolute;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
	line-height: normal;
	padding: 0;
	box-shadow: none;
	width: 54px;
	height: 54px;
	line-height: 54px;
}

.pt-search-button .offcanvas .btn-close:before {
	content: "\e646";
	font-family: "themify";
	font-size: 18px;
}

.pt-search-button .offcanvas .btn-close:after {
	content: "";
	background: var(--primary-color);
	width: 54px;
	height: 54px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
	z-index: -1;
}

.pt-search-button .offcanvas .btn-close:hover:after {
	background: var(--dark-color);
}

.pt-search-button .offcanvas .btn-close:hover {
	color: var(--white-color);
}

.pt-search-button .offcanvas .search-form {
	margin: 0 auto;
	width: 60%;
}

.pt-search-button .offcanvas .search-form .search-field {
	border: none;
	color: var(--secondary-color);
	background: var(--grey-color);
	padding-left: 30px;
}

.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-decoration,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-cancel-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.pt-search-button .offcanvas .search-form .search-field:focus {
	color: var(--dark-color);
}

.pt-search-button .offcanvas .search-form .search-submit {
	background: transparent;
	color: var(--secondary-color) !important;
}

.pt-search-button .offcanvas .search-form .search-submit:hover {
	color: var(--dark-color) !important;
}

@media(max-width:1365px) {
	#pt-header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li.pt-toggle-btn {
		display: none;
	}

	#pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li.pt-toggle-btn {
		display: none;
	}

	#pt-header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li.pt-toggle-btn {
		display: none;
	}
}

@media(max-width:1199px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
		left: inherit;
		right: 100%;
	}

	#pt-header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li.pt-btn-container {
		display: none;
	}

	#pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li.pt-btn-container {
		display: none;
	}
}

@media(max-width: 1099px) {

	header#pt-header .pt-bottom-header .pt-middle-menu {
		order: 99;
		margin-left: 30px;
	}

	header#pt-header .pt-bottom-header .pt-header-right {
		margin-left: auto;
	}

	header.pt-header-style-1 .pt-container-wrapper,
	header.pt-header-style-2 .pt-container-wrapper,
	header.pt-header-style-3 .pt-container-wrapper,
	header.pt-header-landing .pt-container-wrapper 	{
		padding: 15px 0;
		position: relative;
	}

	header.pt-header-style-1 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
		font-weight: 900;
		vertical-align: middle;
	}
}

@media(max-width: 979px) {
	header#pt-header .pt-top-header {
		display: none;
	}
}

@media(max-width: 767px) {
	header .navbar-brand img {
		height: 50px;
	}

	.pt-header-icon ul li.pt-search-button {
		display: none;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
		width: 35px;
		height: 3px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
		width: 35px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		border-radius: 0;
		padding: 10px 0px;
		height: inherit;
	}

	header#pt-header .pt-bottom-header .pt-middle-menu {
		margin-left: 15px;
	}
}

@media(max-width: 575px) {

	#pt-header.pt-header-landing .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li.pt-btn-container {
		display: none;
	}
}

@media(max-width: 949px) {
	#pt-header.pt-header-style-1 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li.pt-toggle-btn {
		display: none;
	}

	#pt-header.pt-header-style-2 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li.pt-toggle-btn {
		display: none;
	}

	#pt-header.pt-header-style-3 .pt-bottom-header .pt-container-wrapper .pt-header-right .pt-header-icon ul li.pt-toggle-btn {
		display: none;
	}
}


/*+++++++++ Header Top Bar +++++++++*/
header#pt-header .pt-top-header {
	background: var(--dark-color);
	padding: 0;
}

header#pt-header .pt-top-header .text-left .pt-header-social.text-left {
	color: var(--white-color);
	padding-top: 10px;
	display: inline-block;
}

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

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: rgba(255, 255, 255, 0.9);
	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);
	background: var(--primary-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 Sidebar
================================================*/

.pt-background-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-color);
	z-index: 100;
	opacity: 0.8;
	display: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-background-overlay {
	display: block;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pt-siderbar-open .pt-sidebar {
	right: 0;
	opacity: 1;
}


.pt-siderbar-open .pt-sidebar {
	right: 0;
	opacity: 1;
}

.admin-bar .pt-sidebar {
	top: 32px;
}

.pt-sidebar {
	width: 410px;
	background: var(--white-color);
	opacity: 0;
	display: block;
	position: fixed;
	top: 0;
	right: -100%;
	height: 100%;
	z-index: 101;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pt-sidebar .pt-close-btn .pt-close {
	position: absolute;
	left: 0;
	background: var(--primary-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--white-color);
	top: 0;
	font-size: 24px;
}

.pt-sidebar .pt-close-btn .pt-close:hover {
	background: var(--dark-color);
	color: var(--white-color);
}


.pt-sidebar-block {
	padding: 75px 30px 30px 30px;
	height: 100%;
}

.pt-sidebar-header .pt-sidebar-logo {
	height: 70px;
	margin-bottom: 45px;
}

.pt-sidebar h4.pt-sidebar-heading {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 15px;
}

.pt-sidebar h4.pt-sidebar-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}

.pt-sidebar .pt-sidebar-contact {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.pt-sidebar ul {
	margin: 0;
	padding: 0;
}

.pt-sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}

.pt-sidebar ul li a {
	color: var(--dark-color);
}

.pt-sidebar-contact li {
	display: flex;
	align-items: flex-start;
}

.pt-sidebar-contact li i {
	line-height: 2;
	color: var(--primary-color);
}

.pt-sidebar-contact li span {
	margin-left: 15px;
	flex: 1;
}

.pt-sidebar-contact ul li a {
	color: var(--secondary-color);
}

.pt-sidebar-contact ul li a:hover {
	color: var(--dark-color);
}

.pt-sidebar-social ul {
	display: inline-block;
	width: 100%;
}

.pt-sidebar-social ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

.pt-sidebar-social ul li:last-child {
	margin-right: 0;
}

.pt-sidebar-social ul li a {
	background: var(--grey-color);
	color: var(--dark-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	position: relative;
}

.pt-sidebar-social ul li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.pt-sidebar .widget {
	background: transparent;
	padding: 0;
	border: none;
}

.pt-sidebar .widget .wp-block-image {
	margin-bottom: 30px;
}

@media(max-width:1023px) {
	.pt-sidebar {
		display: none;
	}
}


/*================================================
Woocommerce
================================================*/

/*+++++ Cart Block +++++*/
.admin-bar .offcanvas-end {
	top: 32px;
}

.pt-cart-button .offcanvas {
	padding: 75px 30px;
}

.pt-cart-button .widget_shopping_cart_content {
	height: calc(100vh - 340px);
}

.admin-bar .pt-cart-button .widget_shopping_cart_content {
	height: calc(100vh - 400px);
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.pt-cart-button .offcanvas .pt-cart-header h3.modal-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}

.pt-cart-button 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-button ul.cart_list li img,
ul.product_list_widget li img {
	width: 80px;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}

.pt-cart-button ul.cart_list li a {
	display: block;
	color: var(--dark-color);
	text-decoration: none;
	font-weight: 600;
	font-family: var(--title-fonts);
	padding-right: 30px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 20px;
	list-style: 28px;
	letter-spacing: 0.04em;
}

.pt-cart-button ul.product_list_widget a.remove {
	float: right;
	right: 15px;
	top: 3px;
	left: inherit;
	font-size: 20px;
	font-weight: 900;
	position: absolute;
	padding: 0;
	line-height: 1;
	height: 1em;
	width: 1em;
	color: var(--dark-color);
	text-align: center;
	background: transparent;
	font-family: var(--body-fonts);
}

.pt-cart-button ul.product_list_widget a.remove:hover {
	color: var(--primary-color);
}

.pt-cart-button .woocommerce-mini-cart__total.total {
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: var(--title-fonts);
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 600;
	color: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
	float: right;
	color: var(--dark-color);
	font-weight: 600;
}

.pt-cart-button .woocommerce-mini-cart__buttons .button {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	background: var(--primary-color);
	color: var(--white-color);
	border-radius: 0;
	font-weight: 600;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 0.04em;

}

.pt-cart-button .woocommerce-mini-cart__buttons .button:hover {
	background: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button.checkout {
	margin-bottom: 0;
	background: none;
	border: 1px solid var(--dark-color);
	color: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button.checkout:hover {
	background: var(--dark-color);
	border-color: var(--dark-color);
	color: var(--white-color);
}

.pt-cart-button p {
	margin-bottom: 0;
}

.pt-cart-button .btn-close {
	position: absolute;
	left: 0;
	background: var(--primary-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--white-color);
	top: 0;
	font-size: 24px;
	border-radius: 0;
	padding: 0;
	opacity: 1;
}

.pt-cart-button .btn-close:hover {
	background: var(--dark-color);
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item dl.variation {
	display: none;
}

.woocommerce-checkout td.product-name dl.variation {
	display: none;
}


/*+++++ Wishlist +++++*/
.wishlist-title.wishlist-title-with-form h2:hover {
	background: transparent;
}

table.wishlist_table {
	font-size: inherit;
}

table.wishlist_table thead th {
	border: none;
}

.woocommerce .wishlist-title h2 {
	font-size: 30px;
	line-height: 38px;
}

.woocommerce table.shop_table td.product-add-to-cart a.add_to_cart {
	background: var(--dark-color);
	color: var(--white-color);
	font-size: 14px;
	padding: 10px 25px;
	text-transform: capitalize;
	min-width: 115px;
	display: inline-block !important;
}

.woocommerce table.shop_table td.product-add-to-cart a.add_to_cart:hover {
	background: var(--primary-color);
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: var(--white-color);
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
	background: var(--grey-color);
}

.wishlist_table .product-add-to-cart a.button {
	color: var(--white-color);
	background: var(--dark-color);
	padding: 0px 20px !important;
}

.wishlist_table .product-add-to-cart a.button:hover {
	background: var(--primary-color);
}

.wishlist_table .product-add-to-cart a.button:hover {
	color: var(--white-color);
}

.woocommerce table.wishlist_table td.product-thumbnail {
	text-align: center;
	width: 250px;
}

.woocommerce table.wishlist_table td.product-thumbnail a {
	display: inline-block;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
	font-size: 30px;
	line-height: 38px;
}

.entry-content .yith-wcwl-share ul li:first-child {
	margin-left: 0;
}

.entry-content .yith-wcwl-share ul li {
	margin: 0 10px;
}

.yith-wcwl-share ul li a {
	min-width: inherit;
	min-height: inherit;
	line-height: normal;
	padding: 0;
	color: var(--secondary-color);
	background: transparent !important;
}

.yith-wcwl-share ul li a:hover {
	color: var(--dark-color);
}

.yith-wcwl-share ul li a i {
	font-family: FontAwesome;
}

/*+++++ Cart +++++*/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top: none;
	color: var(--secoundary-color);
}

.woocommerce-message {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
}

.woocommerce-message::before,
.woocommerce-info::before {
	display: none;
}

.woocommerce .woocommerce-message a.button {
	border-radius: 0px;
	background: var(--dark-color);
	font-weight: 600;
	color: var(--white-color);
	float: none;
	order: 1;
	line-height: normal;
}

.woocommerce .woocommerce-message a.button:hover {
	background: var(--secondary-color);
}

.woocommerce-info {
	padding: 0;
	background: transparent;
}

.woocommerce-info a {
	color: var(--dark-color);
	text-decoration: none;
}

.woocommerce table.shop_table thead>tr {
	background: var(--grey-color);
	border-radius: 3px;
}

.woocommerce .woocommerce-notices-wrapper table.shop_table thead>tr {
	border-radius: 3px;
}

.woocommerce table.shop_table th {
	padding: 15px 30px;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	color: var(--dark-color);
	text-align: center;
	border-bottom: 1px solid var(--grey-color);
}

.woocommerce table.shop_table {
	border-radius: 0;
	border: none;
	border-collapse: collapse;
}

.woocommerce table.shop_table td {
	padding: 15px 30px;
	text-align: center;
	border-top: none;
	border-bottom: 1px solid var(--grey-color);
}

.woocommerce table.shop_table td:first-child {
	border-left: none;
}

.woocommerce table.shop_table td a.remove {
	display: inline-block;
	font-size: 28px;
	width: 25px;
	height: 25px;
	line-height: 26px;
	border-radius: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 100px;
}

.woocommerce table.shop_table td a {
	text-decoration: none;
	color: var(--white-color);
}

.woocommerce a.remove {
	color: var(--dark-color) !important;
	font-weight: 400;
}

.woocommerce a.remove:hover {
	background: var(--grey-color);
	color: var(--dark-color) !important;
}

.woocommerce table.shop_table td.product-name .variation {
	text-align: center;
}

.woocommerce table.shop_table td.product-name .variation .variation-Color {
	float: none;
	float: none;
	font-weight: 400;
	color: var(--dark-color);
}

.woocommerce table.shop_table td.product-name .variation .variation-Color+.variation-Color {
	display: inline-block;
	color: var(--secondary-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity {
	border-radius: 3px;
	background: var(--grey-color);
	border: 1px solid var(--grey-color);
	position: relative;
	margin-right: 10px;
	float: none;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.woocommerce table.shop_table td.product-quantity div.quantity:hover {
	border-color: var(--dark-color);
	color: var(--white-color);
	background: var(--dark-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity:hover input {
	color: var(--white-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity [type="button"] {
	background: none;
	color: var(--secoundary-color) !important;
	width: 40px;
	font-size: 30px;
	line-height: normal;
	padding: 0;
	padding-bottom: 5px;
	vertical-align: middle;
}

.woocommerce table.shop_table td.product-quantity div.quantity [type="button"]:hover {
	color: var(--dark-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity .plus[type="button"] {
	font-size: 20px;
}

.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;
	-webkit-appearance: none !important;
	background: transparent;
	border-radius: 0;
	float: none;
}

.woocommerce table.shop_table td.product-quantity 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 table.shop_table td.product-quantity div.quantity .pt-qty-btn i {
	font-family: "Font Awesome 5 Brands";
}

.woocommerce table.shop_table td.product-quantity div.quantity .pt-qty-btn.quantity-minus {
	right: 0;
	left: auto;
}

.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount {
	color: var(--dark-color);
	font-weight: 500;
}

.woocommerce table.shop_table td.actions {
	padding: 30px 0;
	border-bottom: none;
}

.woocommerce table.shop_table td.actions .coupon {
	width: 50%;
	display: flex;
}

.woocommerce-page #content table.cart td.actions .coupon .input-text {
	width: 70%;
	background: var(--grey-color);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left: 15px;
	margin: 0;
	border: 1px solid var(--grey-color);
}

.woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
	border: 1px solid var(--dark-color);
}

.woocommerce-page #content table.cart td.actions .coupon .button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.woocommerce-page #content table.cart td.actions .button {
	border-radius: 3px;
	height: 54px;
	line-height: 54px;
	padding: 0 30px;
	text-transform: uppercase;
}

.woocommerce-page #content table.cart td.actions .button:hover {
	background: var(--dark-color);
	color: var(--white-color);
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	margin-top: 45px;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	margin: 0;
	width: 25%;
	float: left;
	padding-top: 20px;
	font-size: 30px;
	line-height: 38px;
}

.woocommerce-cart .cart-collaterals table.shop_table {
	width: 45%;
	float: right;
	margin-bottom: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
	border-top: none;
	color: var(--secondary-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(--dark-color);
	font-weight: 500;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td strong {
	font-weight: 500;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
	width: 45%;
	float: right;
	clear: both;
	padding: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button.alt {
	text-transform: uppercase;
	margin: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 400;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: var(--dark-color);
	color: var(--white-color);
	border-radius: 0;
	font-weight: 400;
	font-size: inherit;
	padding: 0px 30px;
	text-transform: uppercase;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: var(--primary-color);
}

.woocommerce div.product form.cart div.quantity {
	border: 1px solid var(--grey-color);
	background: var(--grey-color);
	position: relative;
	margin-right: 15px;
	display: inline-block;
	height: 56px;
	transition: all 0.5s ease-in-out;
}

.woocommerce div.product form.cart div.quantity.hidden {
	display: none;
}

.woocommerce div.product form.cart table div.quantity {
	display: flex;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
	text-decoration: none;
	color: inherit;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a:hover {
	color: var(--primary-color);
}

.woocommerce div.product form.cart table.group_table {
	border: 1px solid var(--grey-color);
	margin-bottom: 30px;
	border-right: 0;
	border-left: 0;
	font-size: 14px;
	line-height: 22px;
	color: var(--dark-color);
}

.woocommerce div.product form.cart table.group_table .quantity {
	border: none;
}

.woocommerce div.product form.cart table.group_table tr {
	border-bottom: 1px solid var(--grey-color);
}

.woocommerce div.product form.cart table.group_table tr:last-child {
	border: none;
}

.woocommerce div.product form.cart table.group_table td {
	vertical-align: middle;
}

.woocommerce div.product form.cart table.group_table td {
	padding: 8px 0;
}

.woocommerce div.product form.cart table.group_table td:first-child {
	width: auto;
}


.woocommerce div.product form.cart table.group_table p.stock {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper {
	display: -webkit-box;
	display: flex;
	justify-content: center;
}

.woocommerce div.product form.cart div.quantity:hover {
	border-color: var(--dark-color);
	background: var(--dark-color);
	color: var(--white-color);
}

.woocommerce div.product form.cart div.quantity:hover input {
	color: var(--white-color);
	transition: 0.5 s ease-in-out;
}

.woocommerce div.product form.cart div.quantity [type="button"] {
	transition: none;
	background: none;
	color: var(--secoundary-color) !important;
	width: 56px;
	font-weight: 400;
	font-size: 30px;
	line-height: 56px;
	padding: 0;
	vertical-align: top;
}

.woocommerce div.product form.cart div.quantity .plus[type="button"] {
	font-size: 24px;
	line-height: 56px;
	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 {
	-webkit-appearance: none;
	padding: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	vertical-align: top;
	text-align: center;
	float: none;
	border: 0;
	outline: 0;
	-webkit-appearance: none !important;
	background: transparent;
	border-radius: 0;
}

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

@media (max-width:1199px) {
	.woocommerce-cart .cart-collaterals table.shop_table {
		width: 75%;
	}

	.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
		width: 75%;
	}
}

@media (max-width:768px) {
	.woocommerce table.shop_table td.actions .coupon {
		width: 100%;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		font-weight: 500;
		font-size: 16px;
		color: var(--dark-color);
	}

	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		margin-top: 0;
	}

	.woocommerce .cart-collaterals .cart_totals h2 {
		float: none;
		width: 100%;
	}

	.woocommerce-cart .cart-collaterals table.shop_table {
		width: 100%;
		margin-top: 30px;
	}

	.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
		width: 100%;
		margin-left: 0;
	}
}

/*+++++ Checkout +++++*/
.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 15px;
	display: block;
	width: 100%;
}

.woocommerce form.woocommerce-checkout .form-row textarea.input-text {
	height: 150px;
}

.woocommerce form.woocommerce-checkout .form-row textarea:focus,
.woocommerce form.woocommerce-checkout .form-row textarea:hover,
.woocommerce form.woocommerce-checkout .form-row input:focus,
.woocommerce form.woocommerce-checkout .form-row input:hover {
	border: 1px solid var(--primary-color);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--dark-color);
	color: var(--white-color);
	border-radius: 0;
	font-weight: 400;
	padding: 0px 30px;
	height: 50px;
	line-height: 50px;
	text-transform: capitalize;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--primary-color);
}

.woocommerce-checkout .woocommerce-additional-fields {
	display: none;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
	width: 60%;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 {
	width: 35%;
}

.grouped_form .group_table .add_to_cart_button {
	background: var(--grey-color);
	color: var(--dark-color);
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 15px;
}

.woocommerce div.product form.cart table.group_table td a.button {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

.woocommerce-checkout h3 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 32px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
	text-align: left;
	border-top: none;
	padding: 15px 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th {
	color: var(--secondary-color);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td strong {
	font-weight: 500;
	color: var(--dark-color);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
}

.woocommerce form .form-row textarea {
	padding: 20px;
	height: 8em;
}

.select2-container--default .select2-selection--single {
	border: 1px solid var(--grey-color);
	border-radius: 3px;
	height: 54px;
	padding: 0px 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}

.select2-container--default .select2-selection--single:hover {
	border: 1px solid var(--primary-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;
}

.select2-container--default.select2-container--open .select2-selection--single {
	border: 1px solid var(--dark-color);
}

.select2-container--open .select2-dropdown {
	border: 1px solid var(--dark-color);
	border-top: 0;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 15px;
	right: 15px;
}

.select2-container--default .select2-results>.select2-results__options {
	left: 0;
	display: inline-block;
	width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--dark-color);
}

.woocommerce-checkout #payment {
	background: var(--grey-color);
}

@media(max-width:991px) {
	.woocommerce .woocommerce-checkout .col2-set .col-1 {
		width: 50%;
	}

	.woocommerce .woocommerce-checkout .col2-set .col-2 {
		width: 45%;
	}
}

@media(max-width:767px) {
	.woocommerce .woocommerce-checkout .col2-set .col-1 {
		width: 100%;
	}

	.woocommerce .woocommerce-checkout .col2-set .col-2 {
		width: 100%;
	}

	#order_review_heading {
		margin-top: 30px;
	}
}


/*+++++ Order Received +++++*/
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
	margin-bottom: 45px;
}

.woocommerce ul.order_details li {
	text-transform: capitalize;
	font-size: 16px;
}

.woocommerce ul.order_details li strong {
	font-size: 16px;
	color: var(--dark-color);
	font-size: 20px;
	font-weight: 400;
	margin-top: 5px;
}

.woocommerce-order h2 {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 38px;
}

.woocommerce table.shop_table.woocommerce-table th,
.woocommerce table.shop_table.woocommerce-table td {
	text-align: left;
}

.woocommerce ul.order_details {
	background: var(--grey-color);
	padding: 30px;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot th {
	border-top: none;
	font-weight: 500;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot td {
	border-top: none;
}

.woocommerce .woocommerce-customer-details address {
	padding: 30px;
}


.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
	font-weight: 400;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-weight: 400;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
	color: var(--dark-color);
}

.product_meta .sku_wrapper span.sku {
	color: var(--secondary-color);
	margin-left: 5px;
	font-weight: 400;
	font-family: var(--body-font);

}

.woocommerce div.product .product_meta>span {
	display: block;
	color: var(--dark-color);
	font-weight: 500;
}

.product_meta .sku_wrapper a,
.product_meta .posted_in a,
.product_meta .tagged_as a {
	color: var(--secondary-color);
	font-family: var(--body-font);
	font-weight: 400;
	text-transform: capitalize;
	margin-left: 5px;
}

.woocommerce ul.products li.product .price del {
	opacity: 1;
}


.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	font-weight: 400;
}

.woocommerce ul.products li.product .price ins span.woocommerce-Price-amount.amount {
	font-weight: 400;
	text-decoration: none;
	color: var(--primary-color);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}


.woocommerce div.product .pt-single-product-share {
	display: flex;
	align-items: center;
}

.woocommerce div.product .pt-single-product-share .pt-share-name {
	color: var(--dark-color);
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
}

.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(--dark-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: var(--grey-color);
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
	transition: 0.5 s 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: 30%
}


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

.woocommerce select:focus,
.woocommerce .form-row select:hover {
	border: 1px solid var(--primary-color);
}

label {
	color: var(--dark-color);
}

@media(max-width: 1024px) {

	.woocommerce ul.products li.product .pt-product-item .pt-product-img-inner .pt-product-content {
		position: absolute;
		bottom: 0;
		width: 100%;
		opacity: 1;
	}

	.woocommerce ul.products li.product .pt-product-item .pt-product-img-inner .pt-product-content a {
		transform: translateY(0px) !important;
	}

}

.woocommerce-shop.woocommerce nav.woocommerce-pagination {
	margin-bottom: 80px;
}

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

.pt-moving-scroll .pt-moving-scroll-list {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	clear: both;
}

.pt-moving-scroll li {
	width: 30vw;
	box-sizing: border-box;
	list-style: none;
}

.pt-moving-scroll li img {
	height: auto;
	margin: 0px;
	color: var(-);
}

