/*
Template: Intexure - Interior Design And Architecture WordPress Theme
Author: peacefulqode.co.in
Version: 1.2
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 Sidebar
==> Blog
==> Pagination
==> Error
==> Header
==> Breadcrumb
==> Footer
==> Section Title
==> Porfolio
==> isotope Portfolio
==> Video Popup
==> Counter
==> Process Step
==> Team
==> Testimonial
==> Table
==> OWL Carousel
==> Pricebox
==> Circle Progress
==> Client
==> Fancy Box
==> Progressbar
==> Sidebar Menu
==> Timelines
==> From
==> FAQ
======================================
[ End table content ]
======================================*/


/*================================================
Moz Selection
================================================*/
:root {
	--primary-color: #d3a945;
	--dark-color: #202125;
	--secondary-color: #e5e5e5;
	--grey-color: #232428;
	--white-color: #ffffff;
	--body-fonts: 'Plus Jakarta Sans', sans-serif;
	--title-fonts: 'Plus Jakarta Sans', 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(--dark-color);
	font-family: var(--body-fonts);
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	color: var(--secondary-color);
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-fonts);
	color: var(--white-color);
	font-style: normal;
	text-transform: capitalize;
	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;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
	color: var(--primary-color);
	outline: none;
	text-decoration: none !important;
}

p {
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

pre {
	background: var(--dark-color);
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

hr {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 0px;
}

b,
strong {
	font-weight: 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: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
	margin-bottom: 30px;
}

table td,
table th {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 8px;
	text-align: center;
}

/*===== Input Textarea =====*/
input,
input.form-control {
	background: var(--grey-color);
	border-radius: 0;
	border: 1px solid var(--grey-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--secondary-color);
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
	outline: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
	border-color: var(--primary-color);
	outline: none;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	float: none;
	margin-right: 5px;
}

textarea {
	background: var(--grey-color);
	margin-bottom: 30px;
	border: 1px solid var(--grey-color);
	color: var(--secondary-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
	float: left;
	padding: 10px 15px;
	outline: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--white-color);
}

/*===== Select =====*/
select,
select.form-control {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--grey-color);
	color: var(--secondary-color);
	width: 100%;
	float: left;
	padding: 0 30px 0 15px;
	height: 51px;
	line-height: 48px;
	outline: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
	background-repeat: no-repeat;
	background-position: right 16px bottom 50%;
	background-size: 20px 20px;
}

/*===== Container =====*/
.container,
.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1300px;
}

.content-area .site-main {
	padding: 130px 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	float: left;
}

/*================================================
Loading
================================================*/
#pt-loading {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: var(--grey-color);
}

#pt-loading img {
	height: 60px;
}

/*================================================
Back to Top
================================================*/
#back-to-top .top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	margin: 0px;
	color: var(--white-color);
	background: var(--primary-color);
	z-index: 999;
	font-size: 28px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

#back-to-top .top:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
	background: var(--secondary-color);
}

#back-to-top .top:hover::before {
	opacity: 1;
	color: var(--dark-color);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

#back-to-top .top i {
	color: var(--white-color);
}

#back-to-top:hover .top i {
	color: var(--dark-color);
	position: relative;
	z-index: 9;
}

/*================================================
WordPress Core
================================================*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 15px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: var(--grey-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
	max-width: 96%;
	padding: 5px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
}

.wp-block-gallery figcaption.blocks-gallery-caption {
	margin-bottom: 10px;
}

.bypostauthor {
	display: block;
}

.wp-caption-text {
	font-size: 14px;
	margin: 4px 0 0;
	line-height: normal;
}

/*===== Text meant only for screen readers =====*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 0px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: var(--grey-color);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 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: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	background: var(--primary-color);
	font-family: var(--title-fonts);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	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: var(--secondary-color);
	color: var(--dark-color);
}

.pt-button {
	position: relative;
	width: auto;
	background: var(--primary-color);
	color: var(--white-color);
	letter-spacing: 0.1em;
	font-family: var(--title-fonts);
	font-size: 14px;
	font-weight: 600;
	padding: 15px 30px;
	text-transform: uppercase;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	overflow: hidden;
}

.pt-button .pt-button-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.pt-button span {
	z-index: 9;
	position: relative;
	margin-right: 10px;
}

.pt-button:hover,
.pt-button:focus {
	color: var(--dark-color);
	background: var(--secondary-color);
}

.pt-button:hover .pt-button-block i {
	position: relative;
	color: var(--dark-color);
	z-index: 1;
}

.pt-button .pt-button-block i {
	transition: all 0.5s ease;
	position: relative;
	color: var(--white-color);
}

.pt-button.pt-button-flat:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
	background: var(--secondary-color);
}

.pt-button.pt-button-flat:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.pt-button.pt-button-flat:hover {
	color: var(--dark-color);
}

/*===== Button link =====*/
.pt-button.pt-button-link {
	padding: 0;
	background: transparent;
	color: var(--primary-color);
}

.pt-button.pt-button-link i {
	color: var(--primary-color);
	z-index: 9;
}

.pt-button.pt-button-link:hover {
	color: var(--secondary-color);
	background: transparent;
}

.pt-button.pt-button-link:hover i {
	color: var(--secondary-color);
	z-index: 9;
}

/*===== Button outline =====*/
.pt-button.pt-button-outline {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--secondary-color);
}

.pt-button.pt-button-outline i {
	color: var(--secondary-color);
}

.pt-button.pt-button-outline:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.pt-button.pt-button-outline:hover i {
	color: var(--primary-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;
	border-radius: 0;
}

.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
	background: var(--secondary-color);
	color: var(--dark-color) !important;
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border-color: rgba(255, 255, 255, 0.1);
	color: var(--white-color) !important;
}

.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover {
	background: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color) !important;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-button {
	margin-bottom: 30px;
}

.wp-block-cover.has-background-dim {
	color: var(--white-color);
}

blockquote {
	background: var(--dark-color);
	padding: 15px 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	border-left: 5px solid var(--primary-color);
	margin-bottom: 30px;
}

blockquote cite {
	font-family: var(--title-fonts);
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic;
}

blockquote strong {
	font-family: var(--title-fonts);
	color: var(--primary-color);
	font-style: italic;
	font-weight: 600;
}

.pt-blog-post .pt-blog-contain blockquote p {
	margin-bottom: 0;
}

.pt-blog-post .pt-blog-contain p:last-child {
	margin-bottom: 0;
}

.pt-blog-post .wp-container-1.wp-block-group.has-background,
.pt-blog-post .wp-block-media-text {
	background-color: var(--dark-color) !important;
}

.post-password-form input {
	float: none;
}

.pt-blog-post .pt-blog-contain table td,
.pt-blog-post .pt-blog-contain table th,
.pt-comment-area table td,
.pt-comment-area table th {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--dark-color);
}

.pt-comment-area {
	display: inline-block;
	width: 100%;
}

.pt-blog-contain .wp-block-archives,
.pt-blog-contain .wp-block-archives-dropdown,
.pt-blog-contain .wp-block-categories,
.pt-blog-contain .wp-block-latest-posts,
.pt-blog-contain .wp-block-tag-cloud,
.pt-blog-contain .wp-block-search {
	margin: 0 0 30px;
	padding: 0;
	display: inline-block;
	width: 100%;
	float: left;
}

.pt-blog-contain .wp-block-archives li {
	list-style-type: none;
}

.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;
	border-width: 1px;
}

.wp-calendar-table caption {
	padding: 0 0 15px;
	color: var(--dark-color);
	text-align: center;
	caption-side: top;
}

.wp-calendar-nav .wp-calendar-nav-prev {
	width: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: inline-block;
	float: left;
	text-align: center;
	border-right: 0;
	padding: 4px;
	border-top: 0;
	color: var(--secondary-color);
	text-decoration: none;
	background: var(--dark-color);
}

.wp-calendar-nav .wp-calendar-nav-next {
	width: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: inline-block;
	float: left;
	text-align: center;
	padding: 4px;
	border-top: 0;
	color: var(--secondary-color);
	text-decoration: none;
	background: var(--dark-color);
}

.wp-calendar-nav .pad {
	display: none;
}

.wp-calendar-nav span a {
	color: var(--white-color);
	text-decoration: none;
}

.wp-calendar-nav span a:hover {
	color: var(--primary-color);
}

/*=====  Tags =====*/
.wp-block-tag-cloud .tag-cloud-link {
	font-size: 14px !important;
	background: transparent;
	margin: 0 10px 10px 0;
	display: inline-block;
	float: left;
	color: var(--white-color);
	padding: 6px 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wp-block-tag-cloud .tag-cloud-link:hover {
	border-color: var(--primary-color);
	background: transparent;
	color: var(--white-color);
}

/*=====  Blog Page Link =====*/
.page-links {
	margin: 15px 0 10px;
	clear: both;
}

.pt-blog-contain .page-links a,
.page-links>span.page-number,
.page-links a,
.page-links .post-page-numbers {
	border: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 5px;
	padding: 0px;
	display: inline-block;
	color: var(--white-color);
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-blog-contain .page-links a:hover,
.page-links .post-page-numbers.current {
	text-decoration: none;
	border-color: transparent;
	background: var(--primary-color);
	color: var(--white-color);
}

.pt-blog-contain .page-links>span.page-number,
.page-links>span.page-number {
	background: var(--primary-color);
	color: var(--white-color);
}

article.hentry .pt-blog-contain .page-links a:hover {
	color: #fff;
}

.wp-block-table.is-style-stripes td {
	border-color: #eaeaea;
}

.wp-block-table td,
.wp-block-table th {
	text-align: left;
}

.wp-block-latest-posts.is-grid.has-dates {
	margin: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
	background-color: var(--grey-color);
}

article.hentry.format-audio .pt-post-media p:nth-child(-n+2) {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 30px;
}

article.hentry.format-audio .pt-post-media p {
	margin-bottom: 0;
	padding-left: 30px;
}

article.hentry.format-audio .pt-post-media p {
	margin-bottom: 0;
	padding-left: 30px;
}

article.hentry.format-video .pt-post-media p {
	margin-bottom: 0;
}

article.hentry.format-video .pt-post-media {
	text-align: center;
}

article.hentry.format-audio .pt-post-media embed,
article.hentry.format-video .pt-post-media iframe {
	width: 100%;
}

/*================================================
Blog Sidebar
================================================*/
.widget {
	margin-bottom: 45px;
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--grey-color);
}

.widget:last-child {
	margin-bottom: 0;
}

/*===== Widget Title =====*/
.widget .widget-title,
.widget.widget_block h2 {
	margin-bottom: 15px;
	padding: 0 0 15px;
	font-size: 22px;
	position: relative;
	line-height: 30px;
}

/*===== SideBar - Search =====*/
.widget.widget_search {
	background: var(--dark-color);
}

.widget.widget_search .widget-title {
	display: none;
}

.widget.widget_search .wp-block-search {
	position: relative;
}

.widget.widget_search .wp-block-search label {
	display: none;
}

.wp-block-search .wp-block-search__button {
	background: transparent;
	border: none;
	padding: 0;
	position: absolute;
	text-align: center;
	color: var(--white-color) !important;
	font-size: 0px;
	line-height: 54px;
	height: 54px;
	width: 54px;
	top: 0;
	right: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.wp-block-search .wp-block-search__button:before {
	content: "\e610";
	font-family: 'themify';
	font-weight: 400;
	font-size: 20px;
}

.wp-block-search .wp-block-search__button:hover {
	color: var(--primary-color) !important;
	background: transparent;
	outline: none;
}

.search-form {
	position: relative;
}

.search-form label {
	width: 100%;
	margin-bottom: 0;
	float: left;
	width: 100%;
}

.widget.widget_search .search-form .search-field,
.widget.widget_search .wp-block-search__input {
	background: var(--grey-color);
	border-color: rgba(255, 255, 255, 0.1);
}

.widget.widget_search .wp-block-search__input:hover,
.widget.widget_search .wp-block-search__input:focus {
	border-color: var(--primary-color);
}

.search-submit {
	background: transparent;
	border: none;
	padding: 0;
	font-size: 20px;
	position: absolute;
	text-align: center;
	color: var(--white-color) !important;
	line-height: 54px;
	height: 54px;
	width: 54px;
	top: 0;
	right: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.search-submit:before {
	content: "\e610";
	font-family: 'themify';
	font-weight: 400;
}

.search-submit:hover {
	color: var(--primary-color) !important;
	background: transparent;
	outline: none;
	border: none;
}

/*===== widget-menu =====*/
.widget ul {
	padding: 0;
	margin: 0;
}

.widget ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

.widget ul ul.children {
	padding-left: 25px;
}

.widget ul li a {
	padding: 0 0 0 15px;
	color: var(--secondary-color);
	position: relative;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget ul li a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.widget ul.wp-block-latest-posts__list li>a:before,
.widget ul.wp-block-archives-list li>a:before,
.widget ul.wp-block-categories-list li>a:before,
.widget.widget_archive ul li>a:before,
.widget.widget_categories ul li>a:before,
.widget.widget_pages ul li>a:before,
.widget.widget_meta ul li>a:before,
.widget.widget_recent_entries ul li>a:before,
.widget.widget_nav_menu ul li>a:before,
.widget .wp-block-page-list li>a:before {
	position: absolute;
	content: '\f054';
	left: 0;
	font-size: 10px;
	top: 5px;
	color: inherit;
	font-family: "Font Awesome 5 Free";
	line-height: normal;
	font-weight: 900;
	color: var(--primary-color);
}

/*===== SideBar - Recent Comments =====*/
.widget.widget_recent_comments #recentcomments li.recentcomments span a,
.widget.widget_recent_comments #recentcomments--1 li.recentcomments span a {
	color: var(--secondary-color);
	font-weight: 400;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a:before {
	display: none;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a {
	color: var(--primary-color);
	padding-left: 0;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a:hover {
	color: var(--primary-color);
	text-decoration: underline !important;
	padding-left: 0;
}

/*=====  SideBar Calendar  =====*/
.widget_calendar table caption {
	padding: 0 0 10px;
	color: var(--white-color);
}

.widget_calendar table#wp-calendar {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	background: var(--dark-color);
}

.widget_calendar .calendar_wrap td#today {
	background: var(--primary-color);
	color: var(--white-color);
}

.wp-calendar-table td#today{
	background: var(--primary-color);
	color: var(--white-color);}



.widget_calendar .calendar_wrap td#today a {
	color: var(--white-color);
}

.widget_calendar .calendar_wrap table th {
	background: var(--dark-color);
	color: var(--white-color);
	font-weight: 400;
}

.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table td {
	padding: 8px;
	text-align: center;
}

.wp-block-calendar table th,
.wp-block-calendar tbody td,
.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table tbody td {
	padding: 8px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.wp-block-calendar a {
	text-decoration: none;
}

/*===== widget_categories  =====*/
.widget_categories ul>li:last-child {
	margin-bottom: 0;
}

/*=====  SideBar Categories List  =====*/
.widget_categories ul li,
.widget_archive ul li {
	font-weight: 400;
	color: var(--primary-color);
}

.widget_categories ul li a,
.widget_archive ul li a {
	font-weight: 400;
	color: var(--secondary-color);
}

/*=====  Meta - widget RSS =====*/
.widget.widget_rss ul li {
	margin-bottom: 30px;
}

.widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}

.widget.widget_rss ul li a {
	padding-left: 0;
	font-size: 16px;
	color: var(--secondary-color);
	font-weight: 600;
	font-family: var(--title-fonts);
}

.widget.widget_rss ul li a:hover {
	color: var(--primary-color);
}

.widget.widget_rss ul li a:before {
	display: none;
}

.widget.widget_rss ul li cite {
	font-weight: 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;
	margin-bottom: 10px;
}

.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
	display: block !important;
	padding-left: 20px;
}

/*=====  SideBar - widget Recent Entries =====*/
.widget_recent_entries ul li .post-date {
	font-weight: 600;
	color: var(--dark-color);
}

/*===== SideBar - Tags =====*/
.widget_tag_cloud .tag-cloud-link {
	font-size: 14px !important;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 10px 10px 0;
	display: inline-block;
	float: left;
	color: var(--white-color);
	padding: 6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.widget_tag_cloud .tag-cloud-link:hover {
	border-color: var(--primary-color);
	background: transparent;
	color: var(--white-color);
}

@media(max-width:1023px) {
	.sidebar.widget-area {
		margin-top: 45px;
	}
}

/*===== blog sliderbar recent post =====*/
.pt-foote-recent-post {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 15px;
}

.pt-foote-recent-post:last-child {
	margin-bottom: 0;
	border: none;
	padding: 0;
}

.pt-foote-recent-post .pt-foote-recent-post-media {
	margin-right: 15px;
}

.pt-foote-recent-post .pt-foote-recent-post-media img {
	width: 80px;
	height: 80px;
}

.pt-foote-recent-post .pt-foote-recent-post-info {
	flex: 1;
	align-self: center;
}

.pt-foote-recent-post .pt-foote-recent-post-info .pt-post-date {
	font-family: var(--title-fonts);
	font-weight: 400;
	color: var(--primary-color);
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 a:hover {
	color: var(--primary-color);
}

/*===== Comments Box =====*/
.comment-respond {
	margin-top: 0;
	display: inline-block;
	width: 100%;
}

.pt-comment-area .comments-title,
.comment-respond .comment-reply-title {
	padding-top: 30px;
	position: relative;
	margin: 0;
	padding-bottom: 0;
	font-size: 22px;
}

.comment-respond .comment-reply-title small {
	font-size: 14px;
}

.comment-respond .comment-reply-title a {
	font-weight: 600;
	color: var(--primary-color);
	font-size: 100%;
	margin-left: 30px;
}

.comment-respond .comment-reply-title a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist .comment {
	margin-top: 30px;
	margin-bottom: 0;
	vertical-align: top;
	padding: 0;
	list-style: none;
}

.commentlist .pt-comment-info {
	padding: 30px;
	border: 1px solid var(--grey-color);
	position: relative;
	background: var(--grey-color);
}

.commentlist ol.children {
	padding-left: 60px;
}

.commentlist .pt-comment-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.commentlist .pt-comment-avatar {
	padding-right: 15px;
}

.commentlist .pt-comment-avatar img {
	width: 80px;
}

.commentlist .pt-comment-box {
	position: relative;
	display: inline-block;
	width: 100%;
}

.commentlist .pt-comment-box .title:hover {
	text-decoration: none;
	color: var(--primary-color);
}

.commentlist .comment-content p {
	margin: 0;
}

.commentlist .pt-comment-info .reply a {
	position: absolute;
	right: 30px;
	top: 30px;
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
}

.commentlist .pt-comment-info .reply a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.no-comments,
.comment-awaiting-moderation {
	font-style: italic;
	margin: 15px 0;
}

/*===== Comments Form =====*/
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	padding: 0;
	margin: 0 0 30px;
}

.comment-respond .comment-form-comment {
	margin-top: 0;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	float: left;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	float: left;
	width: 32.6%;
	display: inline-block;
	margin: 0 15px 30px 0;
}

.comment-respond .comment-form-url {
	margin-right: 0;
}

.comment-respond .form-submit {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	float: left;
}

.commentlist .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	width: 32.6%;
	float: left;
}

.pt-comment-area ol.commentlist ol.children .comment-form-email,
.pt-comment-area ol.commentlist ol.children .comment-form-url {
	width: 31.1%;
}


/*===== Comments Form =====*/
ol.commentlist .pingback,
ol.commentlist .trackback {
	margin-left: 25px;
}

/*================================================
Blog
================================================*/
.single-post .pt-blog-post {
	margin-bottom: 0;
}

.pt-blog-post {
	margin-bottom: 30px;
	background: transparent;
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-blog-post .pt-post-media {
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

.pt-blog-post .pt-post-media img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
}

.pt-blog-post:hover .pt-post-media img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pt-blog-post .pt-post-media .pt-post-date {
	font-weight: 500;
	font-family: var(--title-fonts);
	background: var(--primary-color);
	padding: 5px 15px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 14px;
	color: var(--white-color);
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
}

.pt-blog-post .pt-post-media .pt-post-date a {
	color: var(--white-color);
}

.pt-blog-post .pt-blog-contain {
	padding: 30px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.pt-blog .owl-carousel .pt-blog-post .pt-blog-contain .pt-blog-title {
	font-size: 24px;
	line-height: 32px;
	color: var(--white-color);
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
	font-size: 28px;
	line-height: 36px;
	margin: 0 0 10px;
	color: var(--white-color);
}

.pt-blog .pt-blog-post .pt-btn-container {
	padding: 30px;
}

.pt-blog-post .pt-post-meta ul {
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
}

.pt-blog-post .pt-post-meta ul li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 15px;
	align-self: center !important;
	font-family: var(--title-fonts);
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--secondary-color);
	letter-spacing: 0.2em;
}

.pt-blog-post .pt-post-meta ul li+li {
	position: relative;
	padding-left: 15px;
}

.pt-blog-post .pt-post-meta ul li+li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 70%;
	background: rgba(255, 255, 255, 0.1);
}

.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);
	text-decoration: none;
}

.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: 10px;
	color: var(--primary-color);
}

.pt-light-bg .pt-blog-post {
	background: var(--white-color);
}

.pt-blog.pt-blog-col-1 .pt-blog-post .pt-btn-container,
.pt-blog.pt-blog-col-2 .pt-blog-post .pt-btn-container,
.pt-blog.pt-blog-col-3 .pt-blog-post .pt-btn-container {
	padding: 30px 0 0;
}

.pt-blog-col-2 .pt-blog-post .pt-blog-contain .pt-blog-title {
	font-size: 28px;
	line-height: 36px;
}

.pt-blog-col-3 .pt-blog-post .pt-blog-contain .pt-blog-title {
	font-size: 22px;
	line-height: 30px;
}

@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:979px) {
	.pt-blog-post .pt-post-meta ul {
		display: inline-block !important;
	}
}

@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% !important;
		margin-right: 0;
	}

	.commentlist .pt-comment-avatar {
		width: 90px;
	}
}

@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 {
		padding: 15px;
	}

	.pt-blog-post .pt-post-meta ul {
		display: inline-block !important;
		margin: 0;
	}

	.pt-blog-post .pt-post-meta ul li {
		font-size: 12px;
		margin-bottom: 5px;
	}
}

/*================================================
Pagination
================================================*/
.pt-pagination {
	margin-top: 15px;
}

.pt-pagination .page-numbers {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pt-pagination .page-numbers li:first-child .page-numbers {
	margin-left: 0;
}

.pt-pagination .page-numbers li .page-numbers {
	position: relative;
	display: block;
	padding: 0px 15px;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	margin: 0 5px;
	color: var(--secondary-color);
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-pagination .page-numbers li .page-numbers:hover {
	color: var(--white-color);
	text-decoration: none;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:focus {
	box-shadow: none;
	outline: 0;
	z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.pt-pagination .page-numbers li .page-numbers.current {
	color: var(--white-color);
	background: var(--primary-color);
	border-color: var(--primary-color);
	z-index: 1;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
	width: auto;
}

@media(max-width:767px) {

	.pt-pagination .page-numbers li .next.page-numbers,
	.pt-pagination .page-numbers li .prev.page-numbers {
		width: auto;
		display: none;
	}
}

/*================================================
Error
================================================*/
.pt-error-block {
	text-align: center;
}

.pt-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;
	}
}

/*================================================
Header
================================================*/
.animated {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

header#pt-header {
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
	background: var(--dark-color);
	z-index: 99;
}

header#pt-header.pt-header-default{ position: absolute; width: 100%; }

header#pt-header.pt-header-default .pt-bottom-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

/*===== Header Top Bar =====*/
header#pt-header .pt-top-header {
	background: var(--dark-color);
	padding: 0;
	font-size: 14px;
}

header#pt-header .pt-top-header .pt-header-contact.text-right ul {
	float: right;
}

header#pt-header .pt-top-header .pt-header-contact ul {
	margin: 0;
	padding: 0;
}

header#pt-header .pt-top-header .pt-header-contact ul li {
	list-style: none;
	display: inline-block;
	color: var(--white-color);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 20px;
	float: left;
}

header#pt-header .pt-top-header .pt-header-contact ul li:last-child {
	margin-right: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-contact ul li i {
	margin-right: 10px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a {
	color: var(--white-color);
}

header#pt-header .pt-top-header .pt-header-contact ul li a:hover {
	color: var(--white-color);
	background: transparent;
}

header#pt-header .pt-top-header .text-right .pt-header-social ul,
header#pt-header .pt-top-header .pt-header-social.text-right ul {
	float: right;
}

header#pt-header .pt-top-header .pt-header-social ul {
	margin: 0;
	padding: 0;
}

header#pt-header .pt-top-header .pt-header-social ul li {
	list-style: none;
	display: inline-block;
	float: left;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-social ul li a {
	color: var(--white-color);
	padding: 10px 20px;
	display: inline-block;
}

header#pt-header .pt-top-header ul li a:hover {
	color: var(--white-color);
	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);
}

/*===== Top header style 1 =====*/
header#pt-header .pt-top-header.top-style-1 .pt-top-right {
	display: inline-flex;
	align-items: center;
}

header#pt-header .pt-top-header.top-style-1 .pt-top-right.text-right {
	float: right;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-time {
	margin-right: 30px;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-time ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-time ul li i {
	margin-right: 10px;
}

header#pt-header .pt-top-headertop-style-1 .text-right .pt-header-contact {
	float: right;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-contact ul li {
	border: none;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li {
	border: none;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li {
	margin-right: 30px;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li:last-child {
	margin-right: 0;
}

header#pt-header .pt-top-header.top-style-1 .pt-header-social ul li a {
	color: var(--white-color);
	background: transparent;
	padding: 10px 0;
	display: inline-block;
}

header#pt-header .pt-top-header.top-style-1 ul li a:hover {
	color: var(--primary-color);
}

/*===== Logo =====*/
header#pt-header .pt-bottom-header .navbar .navbar-brand {
	line-height: 90px;
}

header#pt-header .pt-bottom-header .navbar .navbar-brand img {
	height: 45px;
}

/*===== Header Navbar Bar =====*/


header#pt-header .pt-bottom-header {
	min-height: 90px;
}

header#pt-header .pt-bottom-header .navbar {
	padding: 0;
}

header#pt-header .pt-bottom-header .navbar .pt-menu-contain {
	display: inline-block;
	width: 100%;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav {
	float: right;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 30px;
	color: var(--white-color);
	line-height: 90px;
	font-weight: 400;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:last-child {
	margin-right: 0;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
	color: var(--white-color);
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor a {
	color: var(--primary-color);
}


/*===== Sub Menu Bar =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu {
	display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
	display: block;
	background: var(--dark-color);
	position: absolute;
	top: 90px;
	left: 0;
	padding-left: 0;
	display: inline-block;
	width: 265px;
	z-index: 999;
	padding: 0;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li {
	line-height: 2;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	color: var(--white-color);
	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;

}

header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
	margin-left: 10px;
	font-size: 12px;
	color: var(--white-color);
	opacity: 0.5;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
	line-height: 2;
	text-transform: capitalize;
	padding: 10px 30px;
	display: inline-block;
	width: 100%;
	color: var(--white-color);
	font-size: 14px;
	position: relative;
	overflow: hidden;
	float: left;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent>a {
	color: var(--primary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:before {
	content: '';
	position: absolute;
	top: calc(50% - 0px);
	height: 1px;
	width: 15px;
	background: var(--primary-color);
	border-radius: 0;
	left: 0;
	opacity: 0;
	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-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover:before,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a:before,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent>a:before {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent {
	padding: 0 30px;
}

@media screen and (max-width:4000px) and (min-width:1023px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu {
		display: block !important;
	}
}

/*===== Navigation Sub Menu =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
	display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
	position: absolute;
	top: 0px;
	left: 100%;
	display: block;
	background: var(--dark-color);
	padding-left: 0;
	display: inline-block;
	width: 265px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
	opacity: 1;
	position: absolute;
	top: 12px;
	right: 15px;
	line-height: 2;
	font-size: 12px;
	color: var(--secondary-color);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pt-submenu-icon {
	color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover {
	color: var(--primary-color);
}


header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {

	transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pt-submenu-icon,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children.current-menu-parent>.pt-submenu-icon {
	color: var(--primary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children.current-menu-parent>a {
	color: var(--primary-color);
}


/*===== Navigation search =====*/
header#pt-header .pt-menu-search-block {
	position: relative;
	margin: 0 0 0 30px;
}

header#pt-header .pt-menu-search-block a {
	color: var(--secondary-color);
	font-size: 22px;
	width: 22px;
	display: inline-block;
}

header#pt-header .pt-search-form {
	position: absolute;
	top: 70px;
	right: -30px;
	width: 350px;
	padding: 15px;
	z-index: 999;
	display: none;
	background: var(--grey-color);
	-webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header .pt-button:hover .pt-button-line-left {
	width: calc(15px - 1px);
}

header#pt-header.pt-header-style-2 .pt-search-form {
	top: 100%;
	margin-top: 1px;
	background: var(--dark-color);
}


/*===== Header Default =====*/
header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	background: var(--dark-color);
}

header#pt-header.pt-header-default .pt-bottom-header .pt-header-info-box {
	display: flex;
	align-items: center;
}

/*==========*/
header#pt-header.pt-header-default .pt-btn-container {
	margin: 0 0 0 30px;
}

header#pt-header.pt-header-default .pt-btn-container .pt-button {
	background: var(--primary-color);
}

header#pt-header.pt-header-default .pt-btn-container .pt-button:hover {
	background: var(--secondary-color);
}

header#pt-header.pt-header-default .pt-toggle-btn {
	padding: 0;
	margin: 0 0 0 30px;
}

header#pt-header.pt-header-default .pt-toggle-btn a {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 38px;
	background: var(--primary-color);
	color: #fff;
	line-height: 52px;
	width: 52px;
	height: 52px;
	text-align: center;
}

header#pt-header.pt-header-default .pt-menu-search-block {
	margin: 0 0 0 30px;
}

/*===== Header style 1 =====*/
header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	background: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
	border-right: 1px solid rgb(255, 255, 255, 0.1);
	padding-right: 60px;
	padding-top: 0;
	padding-bottom: 0;
}

header#pt-header.pt-header-style-1 {
	display: block;
	position: absolute;
	width: 100%;
	background: transparent;
}

header#pt-header.pt-header-style-1 .topbar-right ul.pt-top-social {
	float: right;
}

header#pt-header.pt-header-style-1 .no-gutters>.col,
header#pt-header.pt-header-style-1 .no-gutters>[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

header#pt-header.pt-header-style-1 .no-gutters {
	margin-right: 0;
	margin-left: 0;
}

header#pt-header.pt-header-style-1 .pt-top-header,
header#pt-header.pt-header-style-1 .pt-bottom-header {
	padding: 0 45px;
}

header#pt-header.pt-header-style-1 .pt-bottom-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav {
	justify-content: center;
	float: none;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li i {
	color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-bottom-header .pt-header-info-box {
	display: flex;
	align-items: center;
}

header#pt-header.pt-header-style-1 .pt-menu-search-block a {
	color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn {
	margin-left: 30px;
}

header#pt-header.pt-header-style-1 .pt-toggle-btn {
	color: #fff;
	cursor: pointer;
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a span:before,
header#pt-header.pt-header-style-1 .pt-toggle-btn a span:after {
	transform-origin: 50% 0%;
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	background: transparent;
	color: inherit;
	font-size: 0;
	transition: 0.35s;
	background: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	transition: all 0.8s ease;
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: var(--primary-color);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
	;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a:hover:before {
	opacity: 1;
	transform: scale(1);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a:hover span {
	background: var(--secondary-color);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a:hover span:before,
header#pt-header.pt-header-style-1 .pt-toggle-btn a:hover span:after {
	background: var(--secondary-color);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a span {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 2px;
	background: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a span:before,
header#pt-header.pt-header-style-1 .pt-toggle-btn a span:after {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 2px;
	content: "";
	background: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a span:before {
	transform: translateY(-6px);
}

header#pt-header.pt-header-style-1 .pt-toggle-btn a span:after {
	transform: translateY(6px);
}

@media(max-width:1100px) {
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 8px;
	}

	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li a {
		font-size: 14px;
	}

	header#pt-header.pt-header-style-1 .pt-menu-search-block {
		margin: 0 0 0 15px;
	}

	header#pt-header.pt-header-style-1 .pt-btn-container {
		margin-left: 15px;
	}

	header#pt-header.pt-header-style-1 .pt-toggle-btn {
		margin-left: 15px;
	}
}

@media(max-width:1023px) {

	header#pt-header.pt-header-style-1 .pt-top-header,
	header#pt-header.pt-header-style-1 .pt-bottom-header {
		padding: 0 15px;
	}

	header#pt-header.pt-header-style-1 .pt-header-info-box {
		margin-left: auto;
	}

	header#pt-header.pt-header-style-1 .pt-toggle-btn {
		display: none;
	}

	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li a {
		color: var(--white-color);
	}

	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
		color: var(--white-color);
	}


	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li>a:hover,
	header#qwords-header .qwords-bottom-header .navbar .navbar-nav li:hover>a {
		color: var(--white-color);
	}

	header#pt-header.pt-header-style-1 .pt-top-header,
	header#pt-header.pt-header-style-2 .pt-top-header.top-style-1 {
		display: none;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li:hover,
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item,
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent {
		padding: 0;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a,
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent a {
		margin-left: 30px;
	}


}

@media(max-width:767px) {
	header#pt-header.pt-header-style-1 {
		background: var(--dark-color);
	}

	header#pt-header.pt-header-style-1 .pt-btn-container {
		display: none;
	}
}

/*===== Header style 2 =====*/
header#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	background: var(--dark-color);
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand {
	border-right: 1px solid rgb(255, 255, 255, 0.1);
	padding-right: 60px;
	margin-right: 90px;
	padding-top: 0;
	padding-bottom: 0;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand img {
	margin-top: -8px;
}

header#pt-header.pt-header-style-2 {
	display: block;
	position: absolute;
	width: 100%;
	background: var(--dark-color);
}

header#pt-header.pt-header-style-2 .topbar-right ul.pt-top-social {
	float: right;
}

header#pt-header.pt-header-style-2 .no-gutters>.col,
header#pt-header.pt-header-style-2 .no-gutters>[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

header#pt-header.pt-header-style-2 .no-gutters {
	margin-right: 0;
	margin-left: 0;
}

header#pt-header.pt-header-style-2 .pt-top-header,
header#pt-header.pt-header-style-2 .pt-bottom-header {
	padding: 0 45px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav {
	justify-content: start;
	float: left;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li i {
	color: var(--white-color);
}

header#pt-header.pt-header-style-2 .pt-bottom-header .pt-header-info-box {
	display: flex;
	align-items: center;
	line-height: 90px;
}

header#pt-header.pt-header-style-2 .pt-menu-search-block a {
	color: var(--white-color);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn {
	margin-left: 30px;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn {
	color: #fff;
	cursor: pointer;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a span:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a span:after {
	transform-origin: 50% 0%;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	background: transparent;
	color: inherit;
	font-size: 0;
	transition: 0.35s;
	background: var(--white-color);
	border: 1px solid var(--white-color);
	transition: all 0.8s ease;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: var(--primary-color);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:hover:before {
	opacity: 1;
	transform: scale(1);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:hover span {
	background: var(--white-color);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:hover span:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a:hover span:after {
	background: var(--white-color);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a span {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 2px;
	background: var(--dark-color);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a span:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a span:after {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 2px;
	content: "";
	background: var(--dark-color);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a span:before {
	transform: translateY(-6px);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a span:after {
	transform: translateY(6px);
}

@media(max-width:1100px) {
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand {
		padding-right: 30px;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 8px;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li a {
		font-size: 14px;
	}

	header#pt-header.pt-header-style-2 .pt-menu-search-block {
		margin: 0 0 0 15px;
	}

	header#pt-header.pt-header-style-2 .pt-btn-container {
		margin-left: 15px;
	}

	header#pt-header.pt-header-style-2 .pt-toggle-btn {
		margin-left: 15px;
	}
}

@media(max-width:1023px) {

	header#pt-header.pt-header-style-2 .pt-top-header,
	header#pt-header.pt-header-style-2 .pt-bottom-header {
		padding: 0 15px;
	}

	header#pt-header.pt-header-style-2 .pt-header-info-box {
		margin-left: auto;
		line-height: 60px;
	}

	header#pt-header.pt-header-style-2 .pt-toggle-btn {
		display: none;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li a {
		color: var(--white-color);
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
		color: var(--white-color);
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li i {
		color: var(--dark-color);
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li>a:hover,
	header#qwords-header .qwords-bottom-header .navbar .navbar-nav li:hover>a {
		color: var(--white-color);
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand {
		margin-right: 0px;
	}


}

@media(max-width:767px) {
	header#pt-header.pt-header-style-2 .pt-top-header {
		display: none;
	}

	header#pt-header.pt-header-style-2 .pt-btn-container {
		display: none;
	}

	header#pt-header.pt-header-style-2 {
		background: var(--dark-color);
	}
}


/*===== Header Style-3 =====*/

header#pt-header.pt-header-style-3 {
	display: block;
	position: absolute;
	width: 100%;
	background: transparent;
}

header#pt-header.pt-header-style-3 .pt-top-header {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav {
	float: none;
	justify-content: center;
}

header#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	background: var(--dark-color);
}


/*===== Header Style-4 =====*/
header#pt-header.pt-header-style-4 {
	display: block;
	position: absolute;
	width: 100%;
	background: rgba(35, 36, 40, 0.8);
}

header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box {
	display: flex;
	align-items: center;
}

header#pt-header.pt-header-style-4 .pt-bottom-header {
	padding: 0 45px;
}

header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-brand {
	border-right: 1px solid rgb(255, 255, 255, 0.1);
	padding-right: 60px;
	margin-right: 90px;
	padding-top: 0;
	padding-bottom: 0;
}

header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-nav {
	justify-content: start;
	float: none;
}


header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box .pt-header-info-box-content {
	display: flex;
	padding: 0 30px;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box .pt-header-info-box-content .info-icon i {
	font-size: 34px;
	color: var(--primary-color);
}

header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box .pt-header-info-box-content .info-icon-content {
	padding-left: 15px;
}

header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box .pt-header-info-box-content .info-icon-content h4 {
	font-size: 18px;

	line-height: 24px;
}

header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box .pt-header-info-box-content .info-icon-content a {
	color: var(--white-color);
}

header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box .pt-header-info-box-content .info-icon-content a:hover {
	color: var(--primary-color);
}

header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box .pt-header-info-box-content p {
	margin-bottom: 0;
	font-size: 14px;
}

header#pt-header.pt-header-style-4 .pt-bottom-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	background: var(--dark-color);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header.pt-header-style-4 .pt-search-form {
	top: 65px;
}


/*===== Header Style-5 =====*/


header#pt-header.pt-header-style-5 { position: absolute;width: 100%; }

header#pt-header.pt-header-style-5 .pt-header-top-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

header#pt-header.pt-header-style-5 .pt-header-top-wrapper .navbar-brand img {
	height: 50px;
}

header#pt-header.pt-header-style-5 .pt-header-top-wrapper h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

header#pt-header.pt-header-style-5 .pt-header-top-wrapper p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

header#pt-header.pt-header-style-5 .pt-header-top-wrapper .pt-right-info {
	text-align: right;
}

header#pt-header.pt-header-style-5 .pt-header-top-wrapper .pt-right-info a {
	color: var(--secondary-color);
}

header#pt-header.pt-header-style-5 .pt-header-top-wrapper .pt-right-info a:hover {
	color: var(--primary-color);
}

header#pt-header.pt-header-style-5 .pt-bottom-header .pt-bottom-bg {
	background: var(--grey-color);
}

header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-brand {
	display: none;
}

header#pt-header.pt-header-style-5 .pt-toggle-btn a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	font-size: 0;
}

header#pt-header.pt-header-style-5 .pt-toggle-btn a span {
	position: absolute;
	top: 50%;
	margin-top: 0;
	left: 50%;
	margin-left: -14px;
	width: 24px;
	height: 2px;
	background: var(--white-color);
}

header#pt-header.pt-header-style-5 .pt-toggle-btn a span:before,
header#pt-header.pt-header-style-5 .pt-toggle-btn a span:after {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 2px;
	content: "";
	background: var(--white-color);
}

header#pt-header.pt-header-style-5 .pt-toggle-btn a span:before {
	transform: translateY(-8px);
}

header#pt-header.pt-header-style-5 .pt-toggle-btn a span:after {
	transform: translateY(8px);
}

.pt-sidebar.right {
	right: inherit;
	left: -100%;
}

.pt-sidebar.right .pt-close-btn .pt-close {

	left: 100%;

}

.pt-siderbar-open .pt-sidebar.right {
	left: 0;
	opacity: 1;
}

header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-nav {
	float: none;
	justify-content: center;
}

header#pt-header.pt-header-style-5 .pt-bottom-header .pt-header-info-box {
	display: flex;
	align-items: center;
}

header#pt-header.pt-header-style-5 .pt-bottom-header.pt-header-sticky .pt-top-bg {
	display: none;
}

header#pt-header.pt-header-style-5 .pt-bottom-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	background: var(--dark-color);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header.pt-header-style-5 .pt-search-form {
	top: 67px;
	background: var(--dark-color);
}

header#pt-header.pt-header-style-5 .pt-header-info-box .dropdown-menu-mini-cart {
	top: 100%;
}


/*===== Header Style-1 =====*/
.admin-bar header#pt-header.pt-header-sticky {
	top: 32px;
}

.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
	top: 32px;
}

@media(max-width:767px) {

	.admin-bar header#pt-header.pt-header-sticky,
	.admin-bar header#pt-header {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-1 {
		top: 46px;
	}

	.admin-bar header#pt-header.pt-header-style-2 {
		top: 46px;
	}
	.admin-bar header#pt-header.pt-header-style-4 {
		top: 46px;
	}
   	.admin-bar header#pt-header.pt-header-style-5 {
		top: 46px;
	}

}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {

	.admin-bar header#pt-header.pt-header-sticky,
	.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
		top: 46px;
	}
}

@media(max-width:1599px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 20px;
	}
}

@media(max-width:1399px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 20px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
		left: inherit;
		right: 100%;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-brand {
		padding-right: 50px;
		margin-right: 50px;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 10px;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box .pt-header-info-box-content {
		padding: 0 15px;
	}

}

@media(max-width:1365px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		font-size: 14px;
		margin-right: 10px;
	}

	header#pt-header .pt-top-header .pt-header-social ul li a {
		font-size: 12px;
		padding: 10px 15px;
	}

	header#pt-header .pt-top-header .pt-header-contact ul li {
		font-size: 12px;
		padding: 10px 15px;
	}

	header#pt-header .pt-top-header .pt-header-time ul li {
		font-size: 12px;
		padding: 10px 15px;
	}

	header#pt-header.pt-header-default .pt-btn-container {
		margin: 0 0 0 15px;
	}

	header#pt-header.pt-header-default .pt-toggle-btn {
		margin: 0 0 0 15px;
	}

	header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 20px;
	}

	header#pt-header.pt-header-style-5 .pt-bottom-header .pt-bottom-bg {
		padding: 0 15px;
	}

}

@media(max-width:1199px) {


	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 8px;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box .pt-header-info-box-content+.pt-header-info-box-content {
		display: none;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-brand {
		padding-right: 30px;
		margin-right: 30px;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 15px;
	}


}

@media(max-width:1099px) {
	header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box .pt-header-info-box-content {
		display: none;
	}

}


@media(max-width:1023px) {

	/*===== Button Toggler =====*/
	.navbar-expand-lg .navbar-toggler {
		display: block;
	}

	.navbar-expand-lg .navbar-collapse.collapse:not(.show) {
		display: none !important;
	}

	header#pt-header .pt-bottom-header .navbar-toggler {
		font-size: 20px;
		padding: 10px 13px;
		line-height: normal;
		float: right;
		outline: none;
		margin: 0 0 0 15px;
		border-radius: 0;
		background: var(--primary-color);
		color: var(--white-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-collapse {
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		background: var(--dark-color);
		-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
		-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
		box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
		max-height: 330px;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-brand {
		line-height: 60px;
	}

	header#pt-header .pt-bottom-header {
		min-height: 60px;
	}

	header#pt-header .pt-search-form {
		top: 53px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav {
		float: left;
		width: 100%;
		display: inline-block;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		float: left;
		width: 100%;
		display: inline-block;
		line-height: normal;
		position: relative;
		font-size: 16px;
		position: relative;
		background: var(--dark-color);

	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li {
		background: var(--dark-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
		width: 100%;
		display: inline-block;
		padding: 15px;
		background: var(--dark-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
		margin-left: 0;
		opacity: 1;
		font-size: 12px;
		position: absolute;
		right: 0;
		margin-top: 0;
		top: 0;
		padding: 22px;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
		position: relative;
		top: 0;
		left: 0;
		padding-left: 0;
		box-shadow: none;
		display: inline-block;
		width: 100%;
		background: var(--dark-color);
	}


	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
		opacity: 1;
		position: absolute;
		top: 0;
		right: 0;
		line-height: 2;
		font-size: 12px;
		padding: 12px 30px;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
		padding: 10px 30px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li>a:hover,
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a {
		background: var(--primary-color);
		color: var(--white-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
		background: var(--primary-color);
		color: var(--white-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>.pt-submenu-icon,
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.pt-submenu-icon {
		color: var(--white-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
		position: relative;
		top: 0;
		left: 0;
		background: var(--dark-color);
		display: inline-block;
		width: 100%;
		float: left;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li>a {
		background: var(--dark-color);
		color: var(--secondary-color);
	}


	header#pt-header .pt-top-header .pt-header-contact ul li {
		padding: 10px 10px;
	}

	header#pt-header.pt-header-default .pt-menu-search-block {
		margin-left: auto !important;
	}

	header#pt-header.pt-header-default .pt-toggle-btn {
		display: none;
	}

	header#pt-header .pt-bottom-header .navbar-toggler:focus {
		box-shadow: none;
	}

	header#pt-header.pt-header-style-1 .pt-shop-btn .pt-cart>a {
		line-height: 60px;
	}

	header#pt-header.pt-header-default .pt-header-info-box {
		margin-left: auto;
	}

	header#pt-header.pt-header-style-3 .pt-header-info-box {
		margin-left: auto;
	}

	header#pt-header.pt-header-style-3 .pt-header-info-box a.pt-button {
		padding: 12px 30px;
	}

	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar-toggler {
		padding: 14px 18px;
		background: var(--white-color);
		color: var(--dark-color);
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header {
		padding: 0 15px;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-brand img {
		margin-top: -8px;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .pt-header-info-box {
		margin-left: auto;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-brand {
		padding-top: 5px;
		padding-bottom: 5px;
	}


	header#pt-header.pt-header-style-5 .pt-bottom-header .pt-header-info-box {
		margin-left: auto;
	}

	header#pt-header.pt-header-style-5 .pt-bottom-header .pt-header-info-box .pt-shop-btn {
		margin-right: 20px;
	}

	header#pt-header.pt-header-style-5 .pt-bottom-header .pt-top-bg {
		display: none;
	}

	header#pt-header.pt-header-style-5 .pt-toggle-btn {
		display: none;
	}

	header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-brand {
		display: inline-block;
	}


}

@media(max-width:767px) {

	header#pt-header.pt-header-default .pt-top-header,
	header#pt-header.pt-header-default .pt-btn-container {
		display: none !important;
	}


	.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
		top: 32px;
	}

	.admin-bar header#pt-header.pt-header-style-3 {
		top: 46px;
	}

	.admin-bar header#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
		top: 32px;
	}

	.admin-bar header#pt-header.pt-header-style-4 .pt-bottom-header.pt-header-sticky {
		top: 32px;
	}

	.admin-bar header#pt-header.pt-header-style-5 .pt-bottom-header.pt-header-sticky {
		top: 32px;
	}


	header#pt-header.pt-header-style-3 {
		background: var(--dark-color);
	}

	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-brand img {
		margin-top: -5px;
	}

	header#pt-header.pt-header-style-3 .pt-top-header {
		display: none;
	}

	header#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-brand img {
		margin-top: -8px;
	}

	header#pt-header.pt-header-style-5 .pt-bottom-header .pt-header-info-box .pt-shop-btn {
		margin-right: 10px;
		margin-left: 20px;
	}


}


@media(max-width:575px) {
	header#pt-header .pt-search-form {
		right: 0;
		width: 220px;
		padding: 5px;
	}

	header#pt-header.pt-header-style-3 .pt-header-info-box .pt-btn-container {
		display: none;
	}


}


@media(max-width:479px) {
	header#pt-header .pt-bottom-header .navbar .navbar-brand img {
		height: 40px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-brand {
		margin-right: 0px;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-brand {
		padding-right: 15px;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-brand {
		padding-right: 15px;
		margin-right: 15px;
	}

	header#pt-header.pt-header-style-4 .pt-menu-search-block {
		margin: 0;
	}

	header#pt-header.pt-header-style-4 .pt-bottom-header .navbar .navbar-brand img {
		height: 35px;
	}

	header#pt-header.pt-header-style-5 .pt-search-form {
		top: 57px;
	}

	header#pt-header.pt-header-style-5 .pt-menu-search-block {
		margin-left: 0;
	}


}


.admin-bar header#pt-header.pt-header-sticky {
	top: 32px;
}

.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
	top: 32px;
}

.admin-bar header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
	top: 32px;
}

.admin-bar header#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
	top: 32px;
}

.admin-bar header#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
	top: 32px;
}

.admin-bar header#pt-header.pt-header-style-4 .pt-bottom-header.pt-header-sticky {
	top: 32px;
}

.admin-bar header#pt-header.pt-header-style-5 .pt-bottom-header.pt-header-sticky {
	top: 32px;
}

@media(max-width:600px) {
	.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-4 .pt-bottom-header.pt-header-sticky {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-5 .pt-bottom-header.pt-header-sticky {
		top: 0;
	}
}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {
	.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
		top: 46px !important;
	}

	.admin-bar header#pt-header.pt-header-style-1 .pt-bottom-header.pt-header-sticky {
		top: 46px !important;
	}

	.admin-bar header#pt-header.pt-header-style-2 .pt-bottom-header.pt-header-sticky {
		top: 46px !important;
	}

	.admin-bar header#pt-header.pt-header-style-3 .pt-bottom-header.pt-header-sticky {
		top: 46px !important;
	}

	.admin-bar header#pt-header.pt-header-style-4 .pt-bottom-header.pt-header-sticky {
		top: 46px !important;
	}

	.admin-bar header#pt-header.pt-header-style-5 .pt-bottom-header.pt-header-sticky {
		top: 46px !important;
	}
}

@media(max-width:320px) {
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
		padding-right: 20px;
	}

}


/*================================================
Breadcrum
================================================*/
.pt-breadcrumb {
	background: var(--grey-color);
	color: var(--white-color);
	padding: 160px 0;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

.pt-breadcrumb:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--grey-color);
	opacity: 0.8;
}

.pt-breadcrumb-container {
	text-align: center;
	padding-top: 15px;
}

.pt-breadcrumb nav {
	position: relative;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 15px;
	text-align: center;
}

.pt-breadcrumb-container .breadcrumb {

	padding: 0;
	margin: 0;
	justify-content: center;
	display: inline-flex;
}

.pt-breadcrumb-container .breadcrumb li {
	list-style-type: none;

	padding-left: 0;
	padding: 10px 8px;
	text-transform: capitalize;
	background: rgba(255, 255, 255, 0.1);
}

.pt-breadcrumb-container .breadcrumb li:first-child {
	padding-left: 20px;
}

.pt-breadcrumb-container .breadcrumb li:last-child {
	padding-right: 20px;
}

.pt-breadcrumb-container .breadcrumb li a i {
	margin-right: 10px;
}

.pt-breadcrumb-container .breadcrumb li.active {
	color: var(--primary-color);
	margin-right: 0;
}

.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: 14px;
	color: var(--white-color);
	font-family: "Ionicons";
	padding-right: 14px;
	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 {
		text-align: center;
		padding: 90px 0;
	}

	.pt-breadcrumb .pt-breadcrumb-title h1 {
		font-size: 42px;
		line-height: 50px;
		text-align: center;
	}

	.pt-breadcrumb-container .breadcrumb {
		display: inline-flex;
	}

	.pt-breadcrumb-img.text-right {
		text-align: center !important;
	}
}

@media(max-width:767px) {
	.pt-breadcrumb {
		padding: 60px 0;
	}

	.pt-breadcrumb .pt-breadcrumb-title h1 {
		font-size: 34px;
		line-height: 42px;
	}

	.pt-breadcrumb-container .breadcrumb li,
	.pt-breadcrumb-container .breadcrumb li i {
		font-size: 14px;
	}


	.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {

		font-size: 12px;
	}
}

@media(max-width:479px) {
	.pt-breadcrumb .pt-breadcrumb-title h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.pt-breadcrumb-container .breadcrumb li {
		padding: 10px 4px;
	}

	.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
		padding-right: 8px;
	}

	.pt-breadcrumb-container .breadcrumb li:first-child {
		padding-left: 12px;
	}

	.pt-breadcrumb-container .breadcrumb li:last-child {
		padding-right: 12px;
	}


}

/*================================================
Footer
================================================*/
footer#pt-footer {
	background: var(--grey-color);
	display: inline-block;
	width: 100%;
	float: left;
}

footer#pt-footer .pt-footer-top {
	padding: 60px 0 15px;
}

footer#pt-footer .pt-copyright-footer {
	padding: 30px 0;
	background: var(--grey-color);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer#pt-footer .pt-copyright-footer .pt-copyright {
	text-align: left;
	display: inline-block;
}

footer#pt-footer .pt-copyright-footer .pt-copyright a {
	color: var(--white-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

footer#pt-footer .pt-copyright-footer span.pt-privacy-policy a,
.pt-copyright-footer span.pt-site-credits a {
	margin-left: 30px;
	text-transform: capitalize;
	color: var(--white-color);
}

footer#pt-footer .pt-copyright-footer span.pt-privacy-policy a:hover,
.pt-copyright-footer span.pt-site-credits a:hover {
	color: var(--primary-color);
}

/*===== 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: 26px;
	position: relative;
	line-height: 34px;
}

footer#pt-footer .widget.widget-port-1 {
	margin: 0 45px 45px 90px;
	width: 66%;
}

footer#pt-footer .widget ul li a:hover {
	color: var(--primary-color);
}

footer#pt-footer table td,
footer#pt-footer table th {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

footer#pt-footer .calendar_wrap table caption {
	padding: 0 0 10px;
	font-weight: 500;
}

footer#pt-footer .calendar_wrap td#today {
	background: var(--primary-color);
	color: var(--white-color);
}

footer#pt-footer .calendar_wrap td#today a {
	color: var(--white-color);
}

footer#pt-footer ul li a.rsswidget {
	padding-left: 0;
	font-size: 16px;
	color: var(--secondary-color);
	font-weight: 600;
	font-family: var(--title-fonts);
}

footer#pt-footer ul li .rss-date {
	font-size: 14px;
	color: var(--primary-color);
	line-height: 1;
	float: left;
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

footer#pt-footer ul li cite {
	font-weight: 600;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}

footer#pt-footer .widget.widget_rss ul li cite {
	color: var(--white-color);
}

footer#pt-footer .search-form {
	position: relative;
}

footer#pt-footer .search-form .search-submit {
	background: transparent;
	border: none;
	position: absolute;
	text-align: center;
	line-height: 51px;
	height: 51px;
	width: 51px;
	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;
}

footer#pt-footer .search-form .search-submit:before {
	content: "\e610";
	font-family: 'themify';
	font-weight: 400;
	font-size: 20px;
}

footer#pt-footer .search-form .search-submit:hover {
	color: var(--primary-color);
}

footer#pt-footer .search-form input {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.1);
}

footer#pt-footer .search-form input:hover,
footer#pt-footer .search-form input:focus {

	border-color: var(--primary-color);
}

footer#pt-footer .tagcloud .tag-cloud-link {
	font-size: 14px !important;
	color: var(--white-color);
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 10px 10px 0;
	display: inline-block;
	float: left;
	padding: 6px 12px;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

footer#pt-footer .tagcloud .tag-cloud-link:hover {
	border-color: var(--primary-color);
	background: transparent;
	color: var(--white-color);
}

footer#pt-footer .widget ul.menu li a,
footer#pt-footer .pt-widget-menu .pt-service li a {
	position: relative;
	border: none;
	padding: 5px 0 5px 15px;
	display: inline-block;
	width: 100%;
}

footer#pt-footer .widget ul.menu li a:hover,
footer#pt-footer .pt-widget-menu .pt-service li a:hover {
	color: var(--primary-color);
}

footer#pt-footer .widget ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	display: inline-block;
	background: var(--primary-color);
	margin: auto 0;
}

footer#pt-footer .widget #recentcomments--1 .recentcomments a:before,
footer#pt-footer .widget ul li .rsswidget:before,
footer#pt-footer .pt-footer-social ul li a:before {
	display: none;
}

footer#pt-footer .widget ul.wp-block-social-links li a:before {
	display: none;
}

footer#pt-footer .widget ul.wp-block-rss.wp-block-rss li a:before {
	display: none;
}

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next {
	background: var(--dark-color);
}

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev a,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next a {}

footer#pt-footer .wp-caption p.wp-caption-text {
	color: var(--dark-color);
}

footer#pt-footer .pt-widget-menu .pt-service li a:before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	display: inline-block;
	background: var(--primary-color);
	margin: 0;
}

footer#pt-footer .widget #recentcomments--1 li.recentcomments span a {
	color: var(--primary-color);
}

footer#pt-footer .widget #recentcomments--1 .recentcomments a {
	padding: 0;
}

footer#pt-footer .pt-footer-top-logo {
	padding: 45px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


footer#pt-footer .pt-footer-logo {
	height: 60px;
	width: auto;
}

footer#pt-footer .pt-footer-call {
	text-align: right;
}

footer#pt-footer .pt-footer-top-logo .pt-footer-call a {
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--white-color);
	display: inline-block;
}

footer#pt-footer .pt-footer-top-logo .pt-footer-call i {
	font-size: 22px;
	margin: 0px 8px 0 0;
	vertical-align: middle;
}

footer#pt-footer .pt-footer-top .widget p {
	margin-bottom: 0px;
	text-transform: capitalize;
}

footer#pt-footer .widget ul.pt-contact li a:before {
	display: none;
}

footer#pt-footer .widget ul.pt-contact li a {
	padding: 0;
}

@media(max-width: 767px) {
	footer#pt-footer .pt-footer-logo {
		height: 45px;
		width: auto;
	}

	footer#pt-footer .pt-copyright-footer .pt-copyright {
		display: block;
		text-align: center;
		font-size: 14px;
		margin-bottom: 15px;
	}
}

/*===== Subscribe =====*/
.pt-subscribe {
	display: inline-block;
	width: 100%;
	color: var(--white-color);
	position: relative;
	z-index: 10;
}

.pt-subscribe .pt-subscribe-description {
	margin: 20px 0;
}

.pt-subscribe-from input::placeholder {
	color: var(--white-color);
}

.pt-subscribe-from input.form-control {
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--white-color);
	background: transparent;
	padding: 0;
	text-transform: capitalize;
	margin-bottom: 0;
}

.pt-subscribe-from input.form-control:hover,
.pt-subscribe-from input.form-control:focus {
	border-color: var(--primary-color);
	box-shadow: none;
}

.pt-subscribe-from input.form-control::-webkit-input-placeholder {
	color: var(--white-color);
}

.pt-subscribe-from input.submit {
	background: transparent;
	font-size: 0;
	padding: 0;
	width: 54px;
	height: 54px;
	position: absolute;
	right: 0;
	z-index: 9;
}

.pt-subscribe-from .mc4wp-form-fields {
	display: flex;
	position: relative;
	margin-top: 15px;
}

.pt-subscribe-from .mc4wp-form-fields i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul {
	margin: 0;
	padding: 0;
	float: right;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li:last-child {
	margin-right: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li a {
	color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li a:hover {
	color: var(--primary-color);
}

@media(max-width:1023px) {


	.pt-footer-top-logo {
		overflow: hidden;
	}
}


@media(max-width:767px) {
	footer#pt-footer .pt-copyright-footer {
		text-align: center;
	}

	footer#pt-footer .pt-footer-style-1 .pt-footer-social ul {
		margin-top: 15px;
		float: none;
	}

	footer#pt-footer .widget.widget-port-1 {
		width: 100%;
		margin: 0 0 45px 0;
	}
}

@media(max-width:575px) {
	footer#pt-footer .pt-footer-call {
		text-align: left;
		margin-top: 30px;
	}
}

@media(max-width: 397px) {
	

	footer#pt-footer .pt-footer-top-logo .pt-footer-call a {
		padding: 10PX;
		font-size: 14px;
	}

	footer#pt-footer .pt-footer-top-logo .pt-footer-call i {
		font-size: 14px;
	}
}

/*================================================
Section Title
================================================*/
.pt-section-title.pt-section-title-style-1.text-center {
	padding: 0 15em;
	margin-bottom: 60px;
}

.pt-section-title.pt-section-title-style-1.text-center .pt-section-sub-title {
	padding-right: 45px;
}

.pt-section-title.pt-section-title-style-1.text-center .pt-section-sub-title:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	border-bottom: 1px solid var(--primary-color);
}

.pt-section-title.pt-section-title-style-1 .pt-section-sub-title {
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	display: inline-block;
	position: relative;
	padding-left: 45px;
}

.pt-section-title.pt-section-title-style-1 .pt-section-sub-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	border-bottom: 1px solid var(--primary-color);
}

.pt-section-title.pt-section-title-style-1 .pt-section-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	z-index: 9;
	color: var(--white-color);
	padding: 0;
	margin: 0 0;
	position: relative;
	display: block;
	text-transform: capitalize;
}

.pt-section-title.pt-section-title-style-1 .pt-section-description {
	z-index: 9;
	position: relative;
	margin: 15px 0 0;
}

@media(max-width:1199px) {
	.pt-section-title.pt-section-title-style-1.text-center {
		padding: 0;
	}
}

@media(max-width:1023px) {
	.pt-section-title.pt-section-title-style-1 .pt-section-title {
		font-size: 44px;
		line-height: 52px;
	}
}

@media(max-width:767px) {
	.pt-section-title.pt-section-title-style-1 .pt-section-title {
		font-size: 36px;
		line-height: 44px;
	}

	.pt-section-title.pt-section-title-style-1.text-center {
		margin-bottom: 30px;
	}
}

@media(max-width:479px) {
	.pt-section-title.pt-section-title-style-1 .pt-section-title {
		font-size: 28px;
		line-height: 36px;
	}
}

/*================================================
Portfolio
================================================*/
.pt-portfoliobox-1 {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-portfoliobox-1 .pt-portfolio-block .pt-portfolio-img {
	position: relative;
	overflow: hidden;
	margin: 30px;
}

.pt-portfoliobox-1 .pt-portfolio-block .pt-portfolio-img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pt-portfoliobox-1 .pt-portfolio-block:hover .pt-portfolio-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pt-portfoliobox-1 .pt-portfolio-info {
	padding: 20px 30px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pt-portfoliobox-1 a.pt-portfolio-icon-bg {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	color: var(--white-color);
	background: var(--primary-color);
	position: relative;
}

.pt-portfoliobox-1 .pt-portfolio-icon-bg:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
	background: var(--secondary-color);
}

.pt-portfoliobox-1 .pt-portfolio-icon-bg:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.pt-portfoliobox-1 .pt-portfolio-icon i {
	color: var(--secondary-color);
}

.pt-portfoliobox-1 .pt-portfolio-icon-bg:hover .pt-portfolio-icon i {
	color: var(--dark-color);
	z-index: 2;
	position: relative;
}

.pt-portfoliobox-1 .pt-portfolio-content span {
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 0.1em;
}

.pt-portfoliobox-1 .pt-portfolio-content .pt-portfolio-title {
	font-size: 22px;
	line-height: 30px;
}

.pt-portfoliobox-2 {
	overflow: hidden;
	position: relative;
}

.pt-portfoliobox-2 .pt-portfolio-info {
	background: var(--dark-color);
	padding: 30px;
	position: absolute;
	bottom: 20px;
	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-2:hover .pt-portfolio-info {
	-moz-transform: translate(20px, 0px);
	-webkit-transform: translate(20px, 0px);
	-o-transform: translate(20px, 0px);
	-ms-transform: translate(20px, 0px);
	transform: translate(20px, 0px);
}

.pt-portfoliobox-2 .pt-portfolio-content .pt-portfolio-title {
	font-size: 22px;
	line-height: 30px;
}

.pt-portfoliobox-2 .pt-portfolio-content span {
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 0.1em;
}

/*================================================
isotope Portfolio
================================================*/
.pt-masonry .pt-portfoliobox-1 {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-masonry .pt-portfoliobox-1 .pt-portfolio-content .pt-portfolio-title {
	font-size: 20px;
	line-height: 28px;
}

.pt-masonry .pt-portfoliobox-1 .pt-portfolio-content span {
	font-size: 12px;
	line-height: 20px;
}

.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);
	text-transform: capitalize;
	list-style: none;
	color: var(--white-color);
	display: inline-block;
	cursor: pointer;
	padding: 10px 30px;
	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;
	font-weight: 300;
}

.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(--primary-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-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;
}

@media(max-width:1365px) {
	.pt-col-3 {
		width: 33.33%;
	}

	.pt-masonry .ipt-lg-6 {
		width: 66.66%;
	}

	.pt-masonry .ipt-lg-3 {
		width: 33.33%;
	}

	.pt-masonry .ipt-lg-4 {
		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;
	}
}

@media(max-width:479px) {
	.pt-filters .pt-filter-button-group ul li {
		margin-bottom: 15px;
	}
}

.pt-grid-item {
	float: left;
}

.pt-grid-item.visible_item,
.pt-masonry-item.visible_item {
	display: none;
}

.pt-grid .pt-portfoliobox-1 {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

/*====portfolio single=====*/
.pt-portfolio-info-box {
	display: inline-block;
	width: 100%;
}

.pt-porfolio-info-header h5 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 0;
}

.pt-porfolio-info .pt-info-list {
	margin: 0;
	padding: 0;
}

.pt-porfolio-info .pt-info-list li {
	list-style: none;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: inline-block;
	width: 100%;
}

.pt-porfolio-info .pt-info-list li:last-child {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.pt-porfolio-info .pt-info-list li h5 {
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
}

.pt-porfolio-info .pt-info-list li span {
	float: right;
	color: var(--text-color);
}

.Projects-dts .pt-portfolio-block .pt-portfolio-info {
	padding-bottom: 0;
}

@media(max-width:1099px) {
	.pt-porfolio-info .pt-info-list li h5 {
		font-size: 18px;
		line-height: 26px;
	}
}

@media(max-width:1023px) {
	.pt-porfolio-info-header h5 {
		font-size: 36px;
		line-height: 44px;
	}
}

@media(max-width:767px) {
	.pt-porfolio-info-header h5 {
		font-size: 32px;
		line-height: 40px;
	}
}

/*================================================
Video Popup
================================================*/
.pt-popup-video-block.pt-popup-style-1 .pt-video-icon {
	text-align: center;
}

.pt-popup-video-block.pt-popup-style-1 .pt-video-icon a {
	margin: auto;
	text-decoration: none;
	color: var(--white-color);
	font-size: 28px;
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	border: 2px solid transparent;
}

.pt-popup-video-block.pt-popup-style-1 .pt-video-icon a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid var(--white-color);
	border-radius: 100%;
	transition: all 0.5s ease-in-out;
}

.pt-popup-video-block.pt-popup-style-1 .pt-video-icon a:hover:before {
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: -5px;
	left: -5px;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

.pt-popup-video-block.pt-popup-style-1:hover .pt-video-icon a i {
	color: var(--secondary-color);
	position: relative;
	z-index: 9;
}

.pt-popup-video-block {
	width: 30%;
	position: relative;
	margin: 0 auto;
	height: 260px;
}

.pt-popup-video-block.pt-popup-style-1 .pt-video-icon {
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	font-size: 14px;
	text-transform: uppercase;
	transform: translateY(-50%) translateX(-50%);
}

.mfp-wrap .mfp-close {
	padding: 0;
	top: -50px;
	right: 0;
	font-size: 26px;
	opacity: 1;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--white-color);
	background-color: var(--primary-color);
	position: absolute;
	letter-spacing: 0;
	font-weight: 400;
}

.mfp-wrap .mfp-close:hover {
	background: var(--primary-color);
}

.mfp-wrap .mfp-close:focus {
	outline: none;
}

.pt-popup-video-block .pt-video-icon {
	text-align: center;
}

.pt-popup-video-block.pt-popup-style-2 .pt-video-icon a {
	margin: auto;
	text-decoration: none;
	color: var(--white-color);
	font-size: 22px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: inline-block;
	background-color: var(--primary-color);
	border-radius: 100%;
	border: 2px solid transparent;
}

.pt-popup-video-block.pt-popup-style-2 .pt-video-icon a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid var(--primary-color);
	border-radius: 100%;
	transition: all 0.5s ease-in-out;
}

.pt-popup-video-block.pt-popup-style-2 .pt-video-icon a:hover:before {
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: -5px;
	left: -5px;
	border-color: var(--primary-color);
}

.pt-popup-video-block.pt-popup-style-2 .pt-video-icon a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.pt-popup-video-block.pt-popup-style-2 {
	width: 30%;
	position: relative;
	margin: 0 auto;
	height: 260px;
}

.pt-popup-video-block.pt-popup-style-2 .pt-video-icon {
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	font-size: 14px;
	text-transform: uppercase;
	transform: translateY(-50%) translateX(-50%);
}

/*================================================
Counter
================================================*/
.pt-counter.pt-counter-style-1 {
	padding: 0px 45px;
}

.pt-counter-style-1 .pt-counter-info {
	display: flex;
	align-items: center;
}

.pt-counter-style-1 .pt-counter-info h5.timer {
	font-size: 48px;
	line-height: 54px;
	display: inline-block;
	font-weight: 600;
	color: var(--white-color);
}

.pt-counter-style-1 .pt-counter-info .pt-counter-prefix {
	font-size: 48px;
	line-height: 54px;
	font-family: var(--title-fonts);
	font-weight: 600;
	color: var(--white-color);
}

.pt-counter-style-1 .pt-counter-description {
	margin-bottom: 0;
	text-align: left;
	text-transform: capitalize;
}

.pt-counter.pt-counter-style-1 .pt-counter-num-prefix {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}

.pt-counter-style-2 .pt-counter-info h5.timer {
	font-size: 48px;
	line-height: 54px;
	display: inline-block;
	font-weight: 600;
	color: var(--primary-color);
}

.pt-counter-style-2 .pt-counter-info .pt-counter-prefix {
	font-size: 48px;
	line-height: 54px;
	font-family: var(--title-fonts);
	font-weight: 600;
	color: var(--primary-color);
}

.pt-counter-style-2 .pt-counter-info .pt-counter-title {
	font-size: 22px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.pt-counter-style-2 .pt-counter-info .pt-counter-description {
	margin-bottom: 0;
}

.pt-counter.pt-counter-style-3 .pt-counter-contain .pt-counter-media i {
	font-size: 80px;
	line-height: 88px;
	color: var(--primary-color);
}

.pt-counter.pt-counter-style-3 .pt-counter-num-prefix {
	display: flex;
	justify-content: center;
	align-content: flex-start;
}

.pt-counter.pt-counter-style-3 .pt-counter-contain .pt-counter-info .timer {
	font-size: 48px;
	line-height: 54px;


}

.pt-counter.pt-counter-style-3 .pt-counter-contain .pt-counter-info .pt-counter-prefix {
	color: var(--primary-color);
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-left: 5px;
	margin-top: -15px;
	text-transform: capitalize;
}

.pt-counter.pt-counter-style-3 .pt-counter-contain .pt-counter-info h5.pt-counter-title {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 5px;
}

.pt-counter.pt-counter-style-3 .pt-counter-media {
	margin-bottom: 30px;
}

@media(max-width: 360px) {
	.pt-counter-style-1 .pt-counter-info h5.timer {
		font-size: 36px;
		line-height: 44px;
	}

	.pt-counter.pt-counter-style-1 {
		padding: 0 30px;
	}
}

/*================================================
Process Step
================================================*/
.pt-process-step.pt-process-style-1 {
	padding: 60px 45px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.5s ease-in-out;
}

.pt-process-style-1 .pt-process-media {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 60px;
}

.pt-process-style-1 .pt-process-media .pt-process-icon i {
	font-size: 80px;
	line-height: 88px;
	color: var(--primary-color);
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.pt-process-style-1:hover .pt-process-media .pt-process-icon i {
	transform: rotateY(180deg);
}

.pt-process-style-1 .pt-process-media .pt-process-number {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: var(--grey-color);
	border-radius: 50%;
	font-size: 24px;
	color: var(--secondary-color);
	font-weight: 400;
	font-family: var(--title-fonts);
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
}

.pt-process-style-1:hover .pt-process-media .pt-process-number {
	background: var(--primary-color);
}

.pt-process-style-1 .pt-process-title {
	font-size: 28px;
	line-height: 36px;
}

.pt-process-style-1 .pt-process-description p {
	margin-bottom: 0px;
	margin-top: 30px;
}


.pt-process-step.pt-process-style-2 .pt-process-media {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}

.pt-process-step.pt-process-style-2 .pt-process-media .pt-process-img img {
	border-radius: 100%;
	width: 150px;
}

.pt-process-step.pt-process-style-2 .pt-process-media .pt-process-img {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	padding: 20px;
}

.pt-process-step.pt-process-style-2 .pt-process-media .pt-process-number {
	position: absolute;
	top: 20px;
	left: -5px;
	border-radius: 100%;
	background: var(--primary-color);
	font-size: 16px;
	color: var(--white-color);
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 600;
}

.pt-process-step.pt-process-style-2 .pt-process-description p {
	margin-bottom: 0;
}

.pt-process-step.pt-process-style-3 {
	padding: 30px 30px 40px 30px;
	background: rgba(32, 33, 37, 0.8);
}

.pt-process-step.pt-process-style-3 .pt-process-number {
	font-size: 24px;
	line-height: 32px;
	color: var(--primary-color);
	font-weight: 600;
}

.pt-process-step.pt-process-style-3 .pt-process-title {
	margin: 15px 0 10px 0;
}

.pt-process-step.pt-process-style-3 .pt-process-description p {
	margin: 0;
}

.pt-process-step.pt-process-style-3.active {
	background: var(--primary-color);
}

.pt-process-step.pt-process-style-3.active .pt-process-number {
	color: var(--white-color);
}

.pt-process-step.pt-process-style-3.active .pt-process-title {
	color: var(--white-color);
}

.pt-process-step.pt-process-style-3.active .pt-process-description p {
	color: var(--white-color);
}

@media(max-width:1024px) {
	.pt-step2-arrow .elementor-background-overlay {
		background-image: unset !important;
	}
}


/* after -before */

.pt-before-after .beer-reveal {
	border-right: 2px solid var(--white-color);
}

.beer-handle {
	background: var(--primary-color);
	color: var(--white-color);
	border-radius: 0;
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
	display: none;
}

.beer-range:focus~.beer-handle {
	background: rgba(211, 169, 69, 0.85);

}


/*================================================
Service Box
================================================*/

.pt-service-box.pt-service-box-style-1-slider .pt-service-box.pt-service-box-style-1 {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 60px 45px;
}

.pt-service-box.pt-service-box-style-1 {
	padding: 60px;
	position: relative;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.pt-service-box.pt-service-box-style-1:hover {
	background: var(--primary-color);
}

.pt-service-box.pt-service-box-style-1 .pt-service-box-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.pt-service-box.pt-service-box-style-1 .pt-service-box-content .pt-service-box-icon i {
	font-size: 80px;
	line-height: 88px;
	color: var(--primary-color);
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-service-box-style-1:hover .pt-service-box-content .pt-service-box-icon i {
	transform: rotateY(180deg);
	color: var(--white-color);
	position: relative;
	z-index: 2;
}

.pt-service-box.pt-service-box-style-1 .pt-service-box-label {
	background: var(--grey-color);
	padding: 5px 15px;
	color: var(--secondary-color);
	text-transform: capitalize;
	transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-service-box-style-1 .pt-service-box-title {
	padding: 15px 0;
	font-size: 28px;
	line-height: 36px;
	z-index: 1;
	position: relative;
}

.pt-service-box.pt-service-box-style-1 .pt-service-box-description {
	margin-bottom: 0;
	z-index: 1;
	position: relative;
}

.pt-service-box.pt-service-box-style-1:hover .pt-service-box-description {
	color: var(--white-color);
}

.pt-service-box.pt-service-box-style-1:hover .pt-service-box-label {
	background: var(--white-color);
	color: var(--dark-color);
	z-index: 1;
}

.pt-service-box.pt-service-box-style-2-slider .owl-carousel .owl-stage {
	margin-bottom: 30px;
}

.pt-service-box.pt-service-box-style-2-slider .owl-carousel .owl-dots {
	margin-top: 0;
}

.pt-service-left-dot .pt-service-box.pt-service-box-style-2-slider .owl-carousel .owl-dots {
	text-align: left;
}

.pt-service-box.pt-service-box-style-2 {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 30px;
}

.pt-service-box.pt-service-box-style-2 .pt-service-box-title {
	margin-bottom: 15px;
}

.pt-service-box.pt-service-box-style-2 .pt-btn-container {
	margin-bottom: 30px;
	margin-top: -15px;
}

.pt-service-box.pt-service-box-style-2 .pt-service-box-img {
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

.pt-service-box.pt-service-box-style-2 .pt-service-box-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
}

.pt-service-box.pt-service-box-style-2:hover .pt-service-box-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pt-service-box.pt-service-box-style-3 {
	transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-service-box-style-3 .pt-service-box-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--white-color);
	transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-service-box-style-3:hover .pt-service-box-content {
	border-bottom: 1px solid var(--primary-color);
}

.pt-service-box.pt-service-box-style-3 .pt-service-box-title {
	font-size: 22px;
	line-height: 28px;
}

.pt-service-box.pt-service-box-style-3:hover .pt-service-box-title {
	color: var(--primary-color);
}

.pt-service-box.pt-service-box-style-3 a .pt-service-box-icon i {
	color: var(--white-color);
	display: inline-block;
}

.pt-service-box.pt-service-box-style-3:hover a .pt-service-box-icon i {
	color: var(--primary-color);
	z-index: 9;
}

.pt-service-box.pt-service-box-style-3 .pt-service-box-info {
	visibility: hidden;
	opacity: 0;
	padding: 20px;
	background: var(--primary-color);
	transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-service-box-style-3:hover .pt-service-box-info {
	visibility: visible;
	opacity: 1;
}

.pt-service-box.pt-service-box-style-3 .pt-service-box-description {
	margin-bottom: 0;
}

.pt-service-box.pt-service-box-style-4 {
	padding: 60px;
	position: relative;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.pt-service-box.pt-service-box-style-4 .pt-service-box-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.pt-service-box.pt-service-box-style-4 .pt-service-box-content .pt-service-box-icon i {
	font-size: 80px;
	line-height: 88px;
	color: var(--primary-color);
	display: inline-block;
	transition: all 0.5s ease-in-out;
}


.pt-service-box.pt-service-box-style-4 .pt-service-box-label {

	color: transparent;
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	font-size: 52px;
	line-height: 60px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 0.5px;
	letter-spacing: 0.1em;
	transition: all 0.5s ease-in-out;
}

.pt-service-box.pt-service-box-style-4 .pt-service-box-title {
	padding: 15px 0;
	font-size: 28px;
	line-height: 36px;

}

.pt-service-box.pt-service-box-style-4 .pt-service-box-description {
	margin-bottom: 0;
}

.pt-service-box.pt-service-box-style-4 .pt-service-box-hoverbg {
	position: absolute;
	width: 35%;
	bottom: 0;
	right: -15px;
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pt-service-box.pt-service-box-style-4:hover .pt-service-box-hoverbg {
	opacity: 0.5;
	right: 0;
}


.pt-service-box.pt-service-box-style-5 {
	position: relative;
	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;
	overflow: hidden;
}

.pt-service-box.pt-service-box-style-5 .pt-service-box-img img {
	width: 100%;
}

.pt-service-box.pt-service-box-style-5 .pt-service-box-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#0a1d1d1d', GradientType=0);
	/* IE6-9 */
	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-service-box.pt-service-box-style-5 .pt-service-box-info {
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	margin: 0px;
	z-index: 9;
	transform: translateY(calc(170px + 1em));
	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-service-box.pt-service-box-style-5 .pt-service-box-info .pt-service-box-icon {
	margin-bottom: 20px;
}

.pt-service-box.pt-service-box-style-5 .pt-service-box-info .pt-service-box-icon i {
	font-size: 40px;
	display: inline-block;
	text-align: center;
	background: var(--primary-color);
	color: var(--white-color);
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 900px;
}

.pt-service-box.pt-service-box-style-5 .pt-service-box-info p {
	margin-bottom: 20px;
	margin-top: 5px;
	color: var(--white-color);
	opacity: 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;
}

.pt-service-box.pt-service-box-style-5 .pt-service-box-info .pt-button {
	opacity: 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;
}

.pt-service-box.pt-service-box-style-5:hover .pt-service-box-info {
	transform: translateY(0);
}

.pt-service-box.pt-service-box-style-5:hover .pt-service-box-info p,
.pt-service-box.pt-service-box-style-5:hover .pt-service-box-info .pt-button {
	opacity: 1;
}

.pt-service-box.pt-service-box-style-5:hover .pt-service-box-img:before {
	background: var(--dark-color);
}


@media(max-width: 1499px) {
	.pt-service-box.pt-service-box-style-4 {
		padding: 45px;
	}

	.pt-service-box.pt-service-box-style-4 .pt-service-box-label {
		font-size: 40px;
		line-height: 48px;
	}

	.pt-service-box.pt-service-box-style-4 .pt-service-box-content .pt-service-box-icon i {
		font-size: 64px;
		line-height: 72px;
	}
}

@media(max-width: 1399px) {
	.pt-service-box.pt-service-box-style-4 .pt-service-box-label {
		font-size: 36px;
		line-height: 44px;
	}
}


@media(max-width: 1279px) {
	.pt-service-box.pt-service-box-style-3 .pt-service-box-info {
		display: none;
	}

	.pt-service-box.pt-service-box-style-4 {
		padding: 30px;
	}

	.pt-service-box.pt-service-box-style-4 .pt-service-box-label {
		font-size: 32px;
		line-height: 36px;
	}
}

@media(max-width:1024px) {
	.pt-service-box.pt-service-box-style-5 .pt-service-box-info {
		transform: translateY(calc(150px));
	}


}

@media(max-width: 767px) {
	.pt-service-box.pt-service-box-style-3 .pt-service-box-title {
		font-size: 16px;
		line-height: 24px;
	}

	.pt-service-box.pt-service-box-style-3 {
		margin-bottom: 5px;
	}

	.pt-service-box.pt-service-box-style-3 .pt-service-box-content {
		padding-bottom: 5px;
	}

	.pt-service-box.pt-service-box-style-4 {
		padding: 30px;
	}

	.pt-service-box.pt-service-box-style-5 .pt-service-box-img:before {
		display: none;
	}

	.pt-service-box.pt-service-box-style-5 .pt-service-box-info {
		transform: translateY(calc(0px + 0px));
		position: relative;
		background: var(--dark-color);
	}

	.pt-service-box.pt-service-box-style-5 .pt-service-box-info p,
	.pt-service-box.pt-service-box-style-5 .pt-service-box-info .pt-button {
		opacity: 1;
	}
}

@media(max-width: 1099px) {
	.pt-service-left-dot .pt-service-box.pt-service-box-style-2-slider .owl-carousel .owl-dots {
		text-align: center;
	}
}

@media(max-width: 480px) {
	.pt-service-box.pt-service-box-style-1 {
		padding: 45px;
	}

	.pt-service-box.pt-service-box-style-3 .pt-service-box-title {
		font-size: 14px;
		line-height: 22px;
	}

	.pt-service-box.pt-service-box-style-3 .pt-service-box-content {
		padding-bottom: 3px;
	}

	.pt-service-box.pt-service-box-style-3 a .pt-service-box-icon i {
		font-size: 14px;
		line-height: 22px;
	}

	.pt-service-box.pt-service-box-style-4 .pt-service-box-title {
		font-size: 24px;
		line-height: 32px;
	}

	.pt-service-box.pt-service-box-style-4 .pt-service-box-label {
		font-size: 24px;
		line-height: 36px;
	}
}


@media(max-width: 360px) {
	.pt-service-box.pt-service-box-style-1 {
		padding: 30px;
	}

	.pt-service-box.pt-service-box-style-5 .pt-service-box-info .pt-service-title {
		font-size: 24px;
		line-height: 32px;
	}
}


/*================================================
Team
================================================*/
.pt-team-box.pt-style-1 {
	position: relative;
	overflow: hidden;
}

.pt-team-box.pt-style-1 .pt-team-img img {
	width: 100%;
}

.pt-team-box.pt-style-1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: var(--primary-color);
	transition: all 0.5s ease-in-out;
}

.pt-team-box.pt-style-1:hover:before {
	top: 0;
	visibility: visible;
	opacity: 0.9;
}

.pt-team-box.pt-style-1 .pt-team-info {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 50%;
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}

.pt-team-box.pt-style-1:hover .pt-team-info {
	opacity: 1;
	visibility: visible;
}

.pt-team-box.pt-style-1 .pt-team-info .pt-member-name {
	color: var(--white-color);
}

.pt-team-box.pt-style-1 .pt-team-info .pt-member-name a:hover {
	color: var(--secondary-color);
}

.pt-team-box.pt-style-1 .pt-team-info .pt-team-designation {
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: var(--white-color);
	font-family: var(--title-fonts);
	margin-bottom: 15px;
}

.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;
}

.pt-team-box.pt-style-1 .pt-team-social ul li {
	margin-right: 15px;
}

.pt-team-box.pt-style-1 .pt-team-social ul li:last-child {
	margin-right: 0;
}

.pt-team-box.pt-style-1 .pt-team-social ul li a {
	color: var(--white-color);
	text-align: center;
	transition: all 0.5s ease-in-out;
	display: inline-block;
}

.pt-team-box.pt-style-1 .pt-team-social ul li a:hover {
	color: var(--dark-color);
	transform: translateY(-5px);
}

.pt-team-block.pt-team-style-1 .pt-team-icon {
	text-align: center;
}

.pt-team-block.pt-team-style-1 .pt-team-icon a {
	margin: auto;
	text-decoration: none;
	color: var(--white-color);
	font-size: 14px;
	letter-spacing: 0.1em;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	border: 2px solid transparent;
}

.pt-team-block.pt-team-style-1 .pt-team-icon a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid var(--white-color);
	border-radius: 100%;
	transition: all 0.5s ease;
}

.pt-team-block.pt-team-style-1 .pt-team-icon a:hover:before {
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: -5px;
	left: -5px;
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: var(--secondary-color);
}

.pt-team-block.pt-team-style-1 .pt-team-icon a:hover {
	color: var(--white-color);
}

.pt-team-block.pt-team-style-1 .pt-team-icon a:hover span.pt-button-text,
.pt-team-block.pt-team-style-1 .pt-team-icon a:hover .pt-team-button-icon i {
	z-index: 2;
	position: relative;
	color: var(--white-color);
}

.pt-team-block.pt-team-style-1  {
	width: 30%;
	position: relative;
	margin: 0 auto;
	height: 260px;
}

.pt-team-block.pt-team-style-1 .pt-team-icon {
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	font-size: 14px;
	text-transform: uppercase;
	transform: translateY(-50%) translateX(-50%);
}

.pt-team-block.pt-team-style-1 .pt-team-button-icon {
	display: inline-block;
	margin-left: 10px;
	transition: all 0.5s ease;
}


/*====Team 2=====*/

.pt-team-box.pt-style-2.pt-team-img {
	position: relative;
	overflow: hidden;
}

.pt-team-box.pt-style-2 .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-2 .pt-team-social ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 60px;
	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;
	opacity: 0;
}

.pt-team-box.pt-style-2 .pt-team-info .pt-team-share-icon:hover .pt-team-social ul {
	opacity: 1;
}

.pt-team-box.pt-style-2 .pt-team-social ul li {
	list-style: none;
	display: inline-flex;
	margin: 0 0 15px;
}

.pt-team-box.pt-style-2 .pt-team-social ul li a {
	background: var(--grey-color);
	color: var(--white-color);
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-team-box.pt-style-2 .pt-team-social ul li a:hover {
	background: var(--primary-color);
}

.pt-team-box.pt-style-2 .pt-team-social ul li a i {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.pt-team-box.pt-style-2 .pt-team-info {
	background: var(--dark-color);
	padding: 15px 20px;
	margin: 0px;
	position: absolute;
	bottom: -100px;
	width: 90%;
	margin: 0 5%;
	transition: all 0.5s ease;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.pt-team-box.pt-style-2:hover .pt-team-info {
	bottom: 30px;
}

.pt-team-box.pt-style-2 .pt-team-info h5 {
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	color: var(--white-color);
}

.pt-team-box.pt-style-2 .pt-team-info h5 a {
	color: var(--white-color);
}

.pt-team-box.pt-style-2 .pt-team-info .pt-team-designation {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: var(--primary-color);
	font-family: var(--title-fonts);
}

.pt-team-box.pt-style-2 .pt-team-info .pt-team-share-icon {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	position: relative;
	cursor: pointer;
}


/*====Team 3=====*/
.pt-team-box.pt-style-3 {
	position: relative;
	overflow: hidden;
}

.pt-team-box.pt-style-3 .pt-team-img img {
	width: 100%;
}



.pt-team-box.pt-style-3 .pt-team-info {
	text-align: center;
	padding-top: 30px;
}

.pt-team-box.pt-style-3 .pt-team-info .pt-team-designation {
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: var(--primary-color);
	font-family: var(--title-fonts);
	margin-bottom: 10px;

}

.pt-team-box.pt-style-3 .pt-team-social ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pt-team-box.pt-style-3 .pt-team-social ul li {
	margin-right: 15px;
	display: inline-block;
}

.pt-team-box.pt-style-3 .pt-team-social ul li:last-child {
	margin-right: 0;
}

.pt-team-box.pt-style-3 .pt-team-social ul li a {
	color: var(--white-color);
	text-align: center;
	transition: all 0.5s ease-in-out;
	display: inline-block;
}

.pt-team-box.pt-style-3 .pt-team-social ul li a:hover {
	color: var(--primary-color);
	transform: translateY(-5px);

}



/*================================================
OWL Carousel
===============================================*/
.owl-carousel .owl-nav {
	position: relative;
	cursor: pointer;
	z-index: 99;
	margin-top: 45px;
	text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
	outline: none;
	text-align: center;
	text-indent: inherit;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	line-height: 1;
	padding: 20px 25px !important;
	margin: 0 10px;
	background: var(--secondary-color);
	color: var(--white-color);
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next {
	outline: none;
	text-align: center;
	text-indent: inherit;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	line-height: 1;
	padding: 20px 25px !important;
	margin: 0 10px;
	background: var(--primary-color);
	color: var(--white-color);
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-nav button:hover {
	background: var(--secondary-color);
}

/*===== Dots =====*/
.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: rgba(255, 255, 255, 0.1);
	opacity: 1;
	display: inline-block;
	padding: 0;
	margin: 0px 8px;
	height: 8px;
	width: 8px;
	border: none;
	cursor: pointer;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
	background: var(--primary-color);
	opacity: 1;
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
}

.owl-carousel .owl-dots .owl-dot.active {
	background: var(--primary-color);
	opacity: 1;
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
}

/*================================================
Testimonial
================================================*/
.pt-testimonial-box.pt-style-1 {
	background: transparent;
	padding: 60px 45px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media {
	display: flex;
	position: relative;
	align-items: center;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-img {
	margin-right: 30px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-img img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.pt-testimonial-box.pt-style-1 .pt-testmonial-title {
	font-size: 22px;
	line-height: 30px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-meta span {
	color: var(--primary-color);
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	font-family: var(--title-fonts);
	text-transform: uppercase;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-signimg {
	width: 80px;
	margin-left: 30px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-description {
	text-transform: capitalize;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

/*===== Testimonial style 2 =====*/
.pt-testimonial-box.pt-style-2 {
	background: transparent;
	padding: 60px 30px;
	display: flex;
	position: relative;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.owl-item.active.center .pt-testimonial-box.pt-style-2:before {
	width: 1px;
	content: "";
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: 0px;
	display: inline-block;
}

.owl-item.active.center .pt-testimonial-box.pt-style-2:after {
	width: 1px;
	content: "";
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: 0;
	display: inline-block;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media {
	padding-right: 15px;
	position: relative;
	text-align: center;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-img {
	margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-2 .pt-testmonial-title {
	font-size: 20px;
	line-height: 28px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-img img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
}

.pt-testimonial-box.pt-style-1 .pt-testmonial-title {
	font-size: 22px;
	line-height: 30px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-meta span {
	color: var(--primary-color);
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	font-family: var(--title-fonts);
	text-transform: uppercase;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-icon i {
	color: transparent;
	font-size: 36px;
	line-height: 44px;
	-webkit-text-stroke: 1px var(--primary-color);
}

.pt-head-testimonial-title {
	margin-right: 45px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-description {
	margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-detail {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-star i {
	color: var(--primary-color);
	margin-right: 5px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content {
	width: 70%;
	padding-left: 45px;
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content:before {
	content: '';
	position: absolute;
	border-width: 10px;
	top: 25%;
	border-color: transparent rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) transparent;
	left: -20px;
	border-style: solid;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content:after {
	content: "";
	top: calc(25% + 1px);
	border-color: transparent #232428 #232428 transparent;
	border-width: calc(10px - 1px);
	position: absolute;
	left: -4.5%;
	width: 0;
	height: 0;
	border-style: solid;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media {
	display: flex;
	position: relative;
	align-items: center;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img {
	margin-right: 15px;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.pt-testimonial-box.pt-style-3 .pt-testmonial-title {
	font-size: 22px;
	line-height: 30px;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-meta span {
	color: var(--primary-color);
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	font-family: var(--title-fonts);
	text-transform: uppercase;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-content {
	display: flex;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-content .pt-testimonial-icon {
	margin-right: 30px;
	margin-left: 5px;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-content .pt-testimonial-icon i {
	color: transparent;
	font-size: 40px;
	line-height: 48px;
	-webkit-text-stroke: 1px var(--primary-color);
}

.pt-testimonial-3-dot .owl-dots {
	margin-top: -20px;
	text-align: right;
}


.pt-testimonial-box.pt-style-4 {
	padding: 45px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-media {
	display: flex;
	position: relative;
	align-items: center;
	padding-top: 30px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-media .pt-testimonial-img {
	margin-right: 15px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-media .pt-testimonial-img img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.pt-testimonial-box.pt-style-4 .pt-testmonial-title {
	font-size: 22px;
	line-height: 30px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-media .pt-testimonial-meta span {
	color: var(--primary-color);
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	font-family: var(--title-fonts);
	text-transform: uppercase;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-detail {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-content .pt-testimonial-icon {
	margin-right: 30px;
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-content .pt-testimonial-icon i {
	color: transparent;
	font-size: 40px;
	line-height: 48px;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

.pt-testimonial-box.pt-style-4 .pt-head-testimonial-title {
	margin-right: 45px;
	color: var(--primary-color);
}

.pt-testimonial-box.pt-style-4 .pt-testimonial-content:after {
	content: '';
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	height: 1px;
	position: absolute;
	left: 0;
}

.pt-testimonial-box-slider.pt-style-5 .owl-carousel .owl-stage-outer {
	padding: 5px;
}

.pt-testimonial-box-slider.pt-style-5 .owl-carousel .owl-stage-outer .owl-item {
	margin-left: -1px;
}

.pt-testimonial-box-slider.pt-style-5 .owl-carousel .pt-testimonial-box.pt-style-5 {
	margin: 2px;
}


.pt-testimonial-box.pt-style-5 {
	padding: 45px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-content .pt-testimonial-icon i {
	color: var(--primary-color);
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 20px;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-media {
	display: flex;
	position: relative;
	align-items: center;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-media .pt-testimonial-img {
	margin-right: 15px;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-media .pt-testimonial-img img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.pt-testimonial-box.pt-style-5 .pt-testmonial-title {
	font-size: 22px;
	line-height: 30px;
}

.pt-testimonial-box.pt-style-5 .pt-testimonial-media .pt-testimonial-meta span {
	color: var(--primary-color);
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	font-family: var(--title-fonts);
	text-transform: uppercase;
}

/* Testimonial style 6 */

.pt-testimonial-name-down .pt-testimonial-box.pt-style-5 .pt-testmonial-title {
	margin-top: 15px;
}

.pt-testimonial-name-down .pt-testimonial-box.pt-style-5 .pt-testimonial-media .pt-testimonial-img {
	margin-right: 0;
}

.pt-testimonial-name-down .pt-testimonial-box.pt-style-5 .pt-testimonial-media .pt-testimonial-img img {
	margin: 0 auto;
}



.pt-testimonial-name-down .pt-testimonial-box.pt-style-5 .pt-testimonial-media {
	display: block;
}







@media(max-width: 1279px) {
	.pt-testimonial-box.pt-style-2 .pt-testimonial-content:after {
		left: -5.3%;
	}
}

@media(max-width:1199px) {
	.pt-testimonial-box.pt-style-2 {
		padding: 60px 20px;
	}

	.pt-testimonial-box.pt-style-2 .pt-testmonial-title {
		font-size: 16px;
		line-height: 24px;
	}

	.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-meta span {
		font-size: 12px;
		line-height: 20px;
	}

	.pt-testimonial-box.pt-style-2 .pt-testimonial-content {
		width: 68%;
		padding-left: 30px;
	}

	.pt-head-testimonial-title {
		margin-right: 30px;
		font-size: 18px;
	}

	.pt-testimonial-box.pt-style-2 .pt-testimonial-content:after {
		left: -4.5%;
	}
}

@media(max-width:1099px) {
	.pt-testimonial-box.pt-style-2 .pt-testimonial-content:after {
		left: -5.8%;
	}
}

@media(max-width:999px) {
	.pt-testimonial-box.pt-style-1 {
		padding: 60px 30px;
	}

	.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-img {
		margin-right: 20px;
	}

	.pt-testimonial-box.pt-style-1 .pt-testmonial-title {
		font-size: 18px;
		line-height: 26px;
	}

	.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-meta span {
		font-size: 12px;
		line-height: 20px;
	}

	.pt-testimonial-box.pt-style-1 .pt-testimonial-signimg {
		margin-left: 20px;
	}

	.pt-testimonial-box.pt-style-2 {
		padding: 60px 20px;
	}
}

@media(max-width: 979px) {
	.pt-testimonial-box.pt-style-2 .pt-testimonial-content:after {
		left: -5.8%;
	}
}

@media(max-width:797px) {
	.pt-testimonial-box.pt-style-2 .pt-testimonial-content:after {
		left: -3.8%;
	}

	.pt-testimonial-box.pt-style-1 {
		padding: 45px 15px;
	}
}

@media(max-width:767px) {
	.pt-testimonial.pt-testimonial-style-1 .owl-carousel .owl-nav {
		display: none;
	}
}

@media(max-width:480px) {
	.pt-testimonial-box.pt-style-3 {
		padding: 45px 15px;
	}

	.pt-testimonial-box.pt-style-3 .pt-testimonial-content .pt-testimonial-icon {
		margin-right: 15px;
	}

	.pt-testimonial-box.pt-style-3 .pt-testimonial-content .pt-testimonial-icon i {
		color: var(--primary-color);
		font-size: 24px;
		line-height: 32px;
	}

	.pt-testimonial-box.pt-style-3 .pt-testimonial-media {
		margin-left: 30px;
	}

	.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img img {
		width: 65px;
		height: 65px;
	}

	.pt-testimonial-box.pt-style-3 .pt-testmonial-title {
		font-size: 16px;
		line-height: 24px;
	}

	.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-meta span {
		font-size: 12px;
		line-height: 20px;
	}
}

@media(max-width:479px) {
	.pt-testimonial-box.pt-style-2 .pt-testimonial-content:after {
		left: -6.7%;
	}

	.pt-testimonial-box.pt-style-1 {
		padding: 45px 0;
	}
}

@media(max-width:397px) {
	.pt-testimonial-box.pt-style-2 {
		display: block;
	}

	.pt-testimonial-box.pt-style-2 .pt-testimonial-content:before,
	.pt-testimonial-box.pt-style-2 .pt-testimonial-content:after {
		display: none;
	}

	.pt-testimonial-box.pt-style-2 .pt-testimonial-content {
		border-left: none;
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}

	.pt-testimonial-box.pt-style-2 {
		padding: 30px 15px;
	}

	.pt-testimonial-box.pt-style-2 .pt-testimonial-detail {
		margin-bottom: 10px;
	}
}

/*================================================
Table
===============================================*/
.pt-comparison-table table {
	border: none;
	width: 100%;
	text-transform: capitalize;
}

.pt-comparison-table table tr,
table th {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 8px;
	text-align: center;
}

.pt-comparison-table .table th,
.pt-comparison-table .table td {
	padding: 15px 15px;
	border: none;
}

.pt-comparison-table .table-striped tbody tr {
	background: var(--grey-color);
}

.pt-comparison-table .table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: unset;
}


@media(max-width:767px) {
	.pt-comparison-table table {
		width: 815px;
	}

}

/*================================================
Pricebox
===============================================*/

.pt-pricebox-style-1 {
	padding-bottom: 45px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-pricebox-style-1 .pt-price-detail {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 30px;
	position: relative;
	font-family: var(--title-fonts);
}

.pt-pricebox-style-1.active .pt-price-detail {
	background: var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
}

.pt-pricebox-style-1.active .pt-price-detail .price,
.pt-pricebox-style-1.active .pt-price-detail .pt-price-duration {
	color: var(--white-color);
}

.pt-pricebox-style-1 .pt-price-detail .pt-price-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	color: var(--white-color);
	font-family: var(--title-fonts);
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

.pt-pricebox-style-1 .pt-price-detail .pricing-description {
	margin-bottom: 0;
}

.pt-pricebox-style-1 .pt-price-media i {
	font-size: 80px;
	line-height: 88px;
	color: var(--white-color);
	opacity: 0.1;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.pt-pricebox-style-1.active .pt-price-media i {
	opacity: 0.3;
}

.pt-pricebox-style-1 .pt-price-detail .price {
	font-size: 48px;
	line-height: 56px;
	display: inline-block;
	color: var(--primary-color);
}

.pt-pricebox-style-1 .pt-price-detail .pt-price-duration {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-weight: 600;
	display: inline-block;
	color: var(--primary-color);
	text-transform: capitalize;
}

.pt-pricebox-style-1 .pt-list-info {
	margin: 0;
	padding: 30px;
}

.pt-pricebox-style-1 .pt-list-info li {
	list-style: none;
	line-height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pt-pricebox-style-1 .pt-list-info li i {
	margin-left: 30px;
	color: var(--primary-color);
}

.pt-pricebox-style-2 {

	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 45px;
	background: var(--grey-color);
}


.pt-pricebox-style-2 .pt-price-detail .pt-price-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	color: var(--white-color);
	font-family: var(--title-fonts);
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

.pt-pricebox-style-2 .pt-price-detail .pricing-description {
	margin-bottom: 0;

}

.pt-pricebox-style-2 .pt-price-media i {
	font-size: 80px;
	line-height: 88px;
	color: var(--white-color);
	opacity: 0.1;
	position: absolute;
	right: 30px;
	bottom: 30px;
}


.pt-pricebox-style-2 .pt-price-detail .price {
	font-size: 48px;
	line-height: 56px;
	display: inline-block;
	color: var(--primary-color);
}

.pt-pricebox-style-2 .pt-price-detail .pt-price-duration {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-weight: 600;
	display: inline-block;
	color: var(--primary-color);
	text-transform: capitalize;
}

.pt-pricebox-style-2 .pt-list-info {
	margin: 0;
	padding: 30px 0;
}

.pt-pricebox-style-2 .pt-list-info li {
	list-style: none;
	line-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pt-pricebox-style-2 .pt-list-info li i {
	margin-right: 15px;
	color: var(--primary-color);
}

@media(max-width:767px) {
	.pt-pricebox-style-1 .pt-price-detail .price {
		font-size: 48px;
	}
}

/* style 3 */

.pt-price-border .pt-pricebox-style-2{  border: 1px solid var(--dark-color); }

/*================================================
Circle Progress
================================================*/
.pt-circle-progress .pt-circle-progress-style-1 {
	position: relative;
}

.pt-circle-progress-style-1 .pt-circle-progress-bar {
	position: relative;
	display: inline-block;
	justify-content: center;
}

.pt-circle-progress-style-1 .pt-progress-count {
	color: var(--secondaryy-color);
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	font-family: var(--title-fonts);
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pt-circle-progress-style-1 .pt-progress-details {
	margin-top: 20px;
}

.pt-circle-progress-style-1 .pt-progress-details h5 {
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 32px;
	font-family: var(--title-fonts);
}

/*================================================
Client
================================================*/
.pt-client-box-slider.pt-client-style-1 .pt-client-box.pt-client-style-1 {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 60px 0px;
}

.pt-client-box.pt-client-style-1>a {
	position: relative;
	display: block;
	overflow: hidden;
}

.pt-client-box.pt-client-style-1 .pt-client-img {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
	opacity: 0.8;
}

.pt-client-box.pt-client-style-1 a:hover .pt-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.pt-client-box.pt-client-style-1 a:hover .pt-client-hover-img {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pt-client-box.pt-client-style-1 .pt-client-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
}


.pt-client-box.pt-client-style-1 .pt-client-grid>a {
	position: relative;
	display: block;
	overflow: hidden;
}

.pt-client-grid .pt-client-img {
	position: relative;
	opacity: 0.5;
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
}

.pt-client-grid a:hover .pt-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.pt-client-grid .pt-client-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
}

.pt-client-grid a:hover .pt-client-hover-img {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pt-client-full-border .pt-client-box-slider.pt-client-style-1 .pt-client-box.pt-client-style-1 {
	border: none;
	padding: 45px 0px;
}

@media(max-width:1023px) {
	.side-cover {
		position: relative;
	}

	.side-cover:before {
		content: "";
		position: absolute;
		top: 0;
		left: 99%;
		width: 30%;
		height: 100%;
		display: inline-block;
		background: var(--primary-color);
	}
}

/*================================================
Fancybox
================================================*/
.pt-fancy-box.pt-fancybox-style-1 {
	padding: 45px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.5s ease-in-out;
}

.pt-fancy-box.pt-fancybox-style-1:hover {
	background: var(--primary-color);
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-box-media {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out;
}

.pt-fancy-box.pt-fancybox-style-1:hover .pt-fancy-box-media {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 1;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-box-media-content {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-box-media-content .pt-fancy-box-icon {
	margin-right: 30px;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-box-media-content .pt-fancy-box-icon i {
	font-size: 80px;
	line-height: 88px;
	color: var(--primary-color);
	display: inline-block;
	transition: all 0.5s ease-in-out;
	position: relative;
	z-index: 1;
}

.pt-fancy-box.pt-fancybox-style-1:hover .pt-fancy-box-media-content .pt-fancy-box-icon i {
	transform: rotateY(180deg);
	color: var(--secondary-color);
	position: relative;
	z-index: 1;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-box-title {
	font-size: 22px;
	line-height: 30px;
	color: var(--secondary-color);
	position: relative;
	z-index: 1;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-box-description {
	position: relative;
	z-index: 1;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancybox-info .pt-fancy-list-box {
	margin: 0;
	padding: 0;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancybox-info li {
	list-style: none;
	padding: 0;
	text-align: left;
	margin: 10px 0px 0 0px;
	z-index: 1;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancybox-info li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	list-style: none;
	margin: 0;
	z-index: 1;
	position: relative;
	color: var(--secondary-color);
	transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out;
}

.pt-fancy-box.pt-fancybox-style-1 .pt-fancybox-info li a i {
	padding-right: 8px;
	color: var(--primary-color);
	transition: color 0.5s ease-in-out;
}

.pt-fancy-box.pt-fancybox-style-1:hover .pt-fancybox-info li a i {
	color: var(--secondary-color);
}


.pt-fancy-box.pt-fancybox-style-2 {
	padding: 45px;
	transition: all 0.5s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	position: relative;

}

.pt-fancy-box.pt-fancybox-style-2 .pt-fancy-box-title {
	margin-top: 30px;
	margin-bottom: 15px;

}

.pt-fancy-box.pt-fancybox-style-2 .pt-fancy-box-icon {
	position: relative;
	display: inline-block;
}

.pt-fancy-box.pt-fancybox-style-2 .pt-fancy-box-icon:before {
	position: absolute;
	content: "";
	left: 0;
	top: -10px;
	background: var(--primary-color);
	opacity: 0.1;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	transition: all 0.5s ease;
}

.pt-fancy-box.pt-fancybox-style-2:hover .pt-fancy-box-icon:before {
	left: -15px;
}

.pt-fancy-box.pt-fancybox-style-2 .pt-fancy-box-icon i {
	font-size: 76px;
	line-height: 76px;
	position: relative;

	transition: all 0.5s ease;
	display: inline-block;
	color: var(--primary-color);
}

.pt-fancy-box.pt-fancybox-style-2 .pt-fancybox-description {
	position: relative;
	margin-bottom: 15px;
	margin-top: 15px;

}

.pt-fancy-box.pt-fancybox-style-2 .pt-button.pt-button-link,
.pt-fancy-box.pt-fancybox-style-2 .pt-button.pt-button-link i {
	color: var(--white-color);
}

.pt-fancy-box.pt-fancybox-style-2 .pt-button.pt-button-link:hover,
.pt-fancy-box.pt-fancybox-style-2 .pt-button.pt-button-link:hover i {
	color: var(--primary-color);
}

@media(max-width: 1199px) {
	.pt-fancy-box.pt-fancybox-style-1 {
		padding: 30px 20px;
	}

	.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-box-media-content .pt-fancy-box-icon i {
		font-size: 60px;
		line-height: 68px;
	}

	.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-box-title {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-box-title {
		font-size: 24px;
		line-height: 30px;
	}

	.pt-fancy-box.pt-fancybox-style-1 .pt-fancy-media i {
		font-size: 72px;
		line-height: 80px;
	}
}

.pt-fancy-box.pt-fancybox-style-1.active {
	background: var(--primary-color);
}

.pt-fancy-box.pt-fancybox-style-1.active .pt-fancy-box-media-content .pt-fancy-box-icon i {
	color: var(--white-color);
}

.pt-fancy-box.pt-fancybox-style-1.active .pt-fancy-box-media {
	border-bottom: 1px solid var(--secondary-color);
}

.pt-fancy-box.pt-fancybox-style-1.active .pt-fancybox-info li a i {
	color: var(--white-color);
}

.pt-fancy-box.pt-fancybox-style-1.active:hover {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-fancy-box.pt-fancybox-style-1.active:hover .pt-fancy-box-media-content .pt-fancy-box-icon i {
	color: var(--primary-color);
}

/*================================================
Progressbar
================================================*/

.pt-progressbar-style-1 .pt-progressbar-content {
	padding-bottom: 20px;
	display: inline-block;
	float: left;
	width: 100%;
}

.pt-progressbar-style-1 .pt-progressbar-content .sonny_progressbar {
	margin-bottom: 0;
}

.pt-progressbar-style-1 .pt-progressbar-content .bar-container {
	height: 5px;
}

.pt-progressbar-style-1 .pt-progressbar-content:last-child {
	margin-bottom: 0;
}

.pt-progressbar-style-1 .progress-title {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: var(--title-fonts);
	color: var(--dark-color);
	font-weight: 600;
}

.pt-progressbar-style-1 .progress-value {
	color: var(--secondary-color);
	margin: 0;
	float: right;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.pt-progressbar-style-1 .pt-progress-bar {
	display: inline-block;
	width: 100%;
	padding: 0;
	background: rgba(255, 255, 255, 0.1);
	float: left;
	margin-top: 8px;
}

.pt-progressbar-style-1 .pt-progress-bar span {
	display: inline-block;
	background: var(--secondary-color);
	float: left;
}

.pt-progressbar-box .pt-progressbar-content .pt-progress-bar span {
	height: 5px;
	line-height: 5px;
	background: rgba(255, 255, 255, 0.1);
}

/*================================================
Sidebar Menu
================================================*/

.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-sidebar {
	width: 410px;
	background: var(--dark-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;
	right: 100%;
	background: var(--primary-color);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: var(--white-color);
	top: 90px;
	font-size: 20px;
}

.pt-sidebar-block {
	padding: 60px 30px 30px 30px;
	height: 100%;
}

.pt-sidebar-header .pt-sidebar-logo {
	margin-bottom: 15px;
	height: 60px;
}

.pt-sidebar h5,
.pt-sidebar h4,
.pt-sidebar .widget h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}

.pt-sidebar .widget h2 {
	margin-top: 45px;
}

.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(--secondary-color);
}

.pt-sidebars .wp-block-gallery figcaption.blocks-gallery-caption {
	margin-bottom: 0;
	color: var(--dark-color);
	text-transform: capitalize;
	text-align: left;
}

.pt-sidebars figure.wp-block-gallery.has-nested-images {
	margin-bottom: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .3);
}


.pt-sidebar-contact {
	margin-top: 0px;
	display: inline-block;
	width: 100%;
}

.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-social ul {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.pt-sidebar-social ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: 30px;
}

.pt-sidebar-social ul li:last-child {
	margin-right: 0;
}

.pt-sidebar-social ul li a {
	color: #fff;
	display: inline-block;
}

.pt-sidebar-social ul li a:hover {
	color: var(--primary-color);
}

.pt-sidebar .widget {
	background: transparent;
	padding: 0;
	border: none;
	margin-bottom: 0;
}

@media(max-width:991px) {
	.pt-sidebar {
		display: none;
	}
}


/*===== banner  =====*/

.rs-title-font,
.rs-subtitle-font {
	font-family: var(--title-fonts) !important;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.pt-button.pt-button-flat.pt-btn-font {
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.pt-button.pt-button-flat.pt-btn-font i {
	transition: all 0.2s ease;
	position: relative;
	color: var(--secondary-color);
}

.pt-button.pt-button-flat.pt-btn-font:hover i {
	display: inline-block;
	color: var(--dark-color);
	position: relative;
	z-index: 2;
}

.pt-button.pt-button-flat.pt-btn-font.pt-btn-bg-white i {
	transition: all 0.2s ease;
	color: var(--dark-color);
	position: relative;
}

.pt-button.pt-button-flat.pt-btn-font.pt-btn-bg-white:hover i {
	display: inline-block;
	color: var(--secondary-color);
	position: relative;
	z-index: 9;
}

.pt-button.pt-button-flat.pt-btn-font.pt-btn-bg-white:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
	background: var(--primary-color);
	z-index: 2;
}

.pt-button.pt-button-flat.pt-btn-font.pt-btn-bg-white:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

#rev_slider_16_1 .tp-leftarrow.tparrows.metis {
	background: var(--dark-color) !important;
}

#rev_slider_16_1_wrapper #rev_slider_16_1 .tp-leftarrow.tparrows.metis,
#rev_slider_13_1_wrapper #rev_slider_13_1 .tp-leftarrow.tparrows.metis {
	background: var(--dark-color) !important;
}


@media(max-width:767px) {
	.home-1-banner {
		padding-top: 50px !important;
	}
}

@media(max-width:479px) {
	.home-1-banner {
		padding-top: 0 !important;
	}
}

/*================================================
Timelines
================================================*/
.pt-timelines .cntl-icon {
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 20px;
	background: var(--dark-color);
	border-color: var(--primary-color);
	line-height: 70px;
}

.pt-timelines .cntl-bar {
	box-shadow: none;
	background: var(--primary-color);
	width: 5px;
	border-radius: 5px;
}

.pt-timelines .cntl-bar-fill {
	background: var(--primary-color);
}

.pt-timelines .cntl-content {
	padding: 30px;
	background: var(--grey-color);
	border-color: var(--primary-color);
	border-radius: 0;
}

.pt-timelines .cntl-content p {
	margin-bottom: 0;
}

.pt-timelines .cntl-content h4 {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
}

.pt-timelines .cntl-image {
	padding: 0;
}

@media(max-width:767px) {
	.pt-timelines .cntl-bar {
		display: none;
	}

	.pt-timelines .cntl-state {
		padding-top: 35px;
		text-align: center;
	}

	.pt-timelines .cntl-content {
		padding-top: 65px;
	}

	.pt-timelines .cntl-content,
	.cntl-image {
		width: 100%;
		float: none;
	}

	.pt-timelines .cntl-state:nth-child(2n+2) .cntl-content {
		float: none;
	}

	.pt-timelines .cntl-image {
		margin-top: 30px;
	}
}

@media(max-width: 360px) {
	.pt-timelines .cntl-content h4 {
		font-size: 22px;
		line-height: 30px;
	}
}

/*================================================
Form
================================================*/
.pt-appointmentform .wpcf7-form-control-wrap input,
.pt-appointmentform .wpcf7-form-control-wrap select,
.pt-appointmentform textarea {
	background: transparent;
	border: 1px solid rgb(255 255 255 / 10%);
	;
	margin-bottom: 20px;
	color: var(--white-color);
}

.pt-appointmentform textarea {
	height: 130px;
}

.pt-appointmentform .wpcf7-form-control-wrap input::placeholder,
.pt-appointmentform textarea::placeholder {
	color: var(--white-color);
}

/* single page book appointment */
.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator {
	color: var(--white-color);
	filter: invert(1);
	cursor: pointer;
}

.pt-appointment input {
	margin-bottom: 30px;
}

.pt-appointment textarea {
	height: 150px;
	color: var(--secondary-color);
}

.pt-appointment p {
	margin: 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	margin-bottom: 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	background: var(--secondary-color);
	color: var(--dark-color);
}

.pt-appointment label {
	display: block;
}

.pt-appointment select.wpcf7-form-control.wpcf7-select {
	margin-bottom: 30px;
	background-color: var(--grey-color);
	color: var(--secondary-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-appointment select.wpcf7-form-control.wpcf7-select option {
	background: transparent;
	color: var(--secondary-color);
}

/*contect form */
.pt-contactform input {
	margin-bottom: 30px;
}

.pt-contactform textarea {
	height: 130px;
	margin-bottom: 30px;
}

.pt-contactform [type="submit"] {
	margin-bottom: 0;
}

/*================================================
Contect-box
================================================*/

.pt-contect-box.pt-style-1 .pt-contect-box-inner {
	padding: 0 30px 30px;
	background: var(--dark-color);
}

.pt-contect-box.pt-style-1 .pt-contect-box-icon {
	display: inline-block;
	width: 70px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	background: var(--primary-color);
	position: relative;
	margin-bottom: 15px;
}

.pt-contect-box.pt-style-1 .pt-contect-box-icon i {
	font-size: 36px;
	color: var(--secondary-color);
}

.pt-contect-box.pt-style-1 .pt-contect-box-description {
	margin-bottom: 0;
}

.pt-contect-box.pt-style-1 .pt-contect-box-icon:before {
	content: "";
	position: absolute;
	top: -18px;
	left: 70px;
	border-width: 0 13px 18px 0;
	border-style: solid;
	border-color: var(--primary-color);
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	display: block;
	transition: all .4s;
	opacity: 0.5;
}

.pt-contect-box.pt-style-1 .pt-contect-box-icon:after {
	position: absolute;
	content: "";
	right: 0;
	height: 16px;
	width: 100%;
	top: -17px;
	z-index: 1;
	transition: all .5s;
	background-color: var(--primary-color);
	transform: scale(1, 1.2);
}

.pt-contect-box.pt-style-1 .pt-contect-box-righticon {
	position: absolute;
	right: 30px;
	top: 30px;
	transition: all 0.5s ease;
}

.pt-contect-box.pt-style-1 .pt-contect-box-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

.pt-contect-box.pt-style-1 .pt-contect-box-info {
	padding-top: 30px;
}

.pt-contect-box.pt-style-1 .pt-contect-box-righticon i {
	font-size: 48px;
	line-height: 56px;
	color: var(--secondary-color);
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.pt-contect-box.pt-style-1:hover .pt-contect-box-righticon i {
	transform: rotateY(180deg);
	color: var(--primary-color);
}



.pt-contect-box.pt-style-2 .pt-contect-box-inner {
	padding: 30px;
	background: var(--dark-color);
	display: flex;
}

.pt-contect-box.pt-style-2 .pt-contect-box-icon {
	display: inline-block;
	width: 70px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	text-align: center;
	margin-right: 5px;
}

.pt-contect-box.pt-style-2 .pt-contect-box-icon i {
	font-size: 44px;
	line-height: 52px;
	color: var(--secondary-color);
}

.pt-contect-box.pt-style-2 .pt-contect-box-title {
	font-size: 20px;
	line-height: 28px;
}

.pt-contect-box.pt-style-2 .pt-contect-box-description {
	margin-bottom: 0;
}

.pt-primary-bg .pt-contect-box.pt-style-2 .pt-contect-box-inner {
	background: var(--primary-color);
}

.pt-grey-bg .pt-contect-box.pt-style-2 .pt-contect-box-inner {
	background: var(--grey-color);
}

.pt-primary-bg .pt-contect-box.pt-style-2 .pt-contect-box-icon {
	margin-right: 15px;
}

@media(max-width: 1679px) {

	.pt-contect-box.pt-style-2 .pt-contect-box-inner {
		padding: 30px 15px;
	}
}


@media (min-width: 1499px) and (max-width:1599px) {
	.pt-contect-box.pt-style-2 .pt-contect-box-title {
		font-size: 18px;
		line-height: 26px;
	}

	.pt-contect-box.pt-style-2 .pt-contect-box-description {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (min-width: 1365px) and (max-width:1499px) {

	.pt-contect-box.pt-style-2 .pt-contect-box-icon {
		width: 60px;
	}
}

@media (min-width: 1099px) and (max-width:1365px) {
	.pt-contect-box.pt-style-2 .pt-contect-box-icon {
		width: 50px;
	}

	.pt-contect-box.pt-style-2 .pt-contect-box-icon i {
		font-size: 36px;
		line-height: 44px;
	}
}


@media (min-width: 1024px) and (max-width:1099px) {
	.pt-contect-box.pt-style-2 .pt-contect-box-inner {
		flex-wrap: wrap;
	}

	.pt-contect-box.pt-style-2 .pt-contect-box-description {
		font-size: 12px;
		line-height: 20px;
	}
}







/*================================================
FAQ
================================================*/

.pt-accordion-block .pt-accordion-box {
	margin-bottom: 30px;
	position: relative;
}

.pt-accordion-block .pt-accordion-box:last-child {
	margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 30px;
	cursor: pointer;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
	font-size: 18px;
	line-height: 26px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i {
	position: absolute;
	top: 20px;
	right: 30px;
	opacity: 1;
	color: var(--white-color);
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i.inactive {
	opacity: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
	position: absolute;
	top: 20px;
	right: 30px;
	opacity: 0;
	color: var(--dark-color);
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive {
	opacity: 1;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
	color: var(--white-color);
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details {
	padding: 15px 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 0;
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details p {
	margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title {
	background: var(--primary-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title .ad-title-text {
	color: var(--white-color);
}


.pt-accordion-light .pt-accordion-block .pt-accordion-box .pt-ad-title,
.pt-accordion-light .pt-accordion-block .pt-accordion-box .pt-accordion-details {
	background: rgba(255, 255, 255, 0.1);
}

.pt-accordion-light .pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title {
	background: var(--primary-color);
}


@media(max-width:767px) {

	.pt-accordion-block .pt-accordion-box .pt-ad-title,
	.pt-accordion-block .pt-accordion-box .pt-accordion-details {
		padding: 15px;
	}
}

@media(max-width:480px) {
	.pt-accordion-block .pt-accordion-box .pt-ad-title {
		padding: 15px 30px 15px 15px;
	}

	.pt-accordion-block .pt-accordion-box .pt-ad-title i,
	.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
		right: 20px;
	}
}


.pt-image-box.pt-style-1 .pt-image-box-img {
	position: relative;
	overflow: hidden;
}

.pt-image-box.pt-style-1 .pt-image-box-img img {
	width: 100%;
}

.pt-image-box.pt-style-1 .pt-image-box-img:before {
	content: "";
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}

.pt-image-box.pt-style-1:hover .pt-image-box-img:before,
.pt-image-box.pt-style-1.active .pt-image-box-img:before {
	top: 0;
	opacity: 1;
}

.pt-image-box.pt-style-1 .pt-image-box-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	font-size: 20px;
	opacity: 0;
	transition: all 0.5s ease;
}

.pt-image-box.pt-style-1:hover .pt-image-box-title,
.pt-image-box.pt-style-1.active .pt-image-box-title {
	opacity: 1;
}

@media(max-width:767px) {
	.pt-image-box.pt-style-1 .pt-image-box-title {
		font-size: 28px;
		line-height: 34px;
	}
}

@media(max-width:479px) {
	.pt-image-box.pt-style-1 .pt-image-box-title {
		font-size: 22px;
		line-height: 30px;
	}
}


/*===== Woocommerce =====*/
.woocommerce div.product form.cart div.quantity:hover {
	border: 1px solid var(--primary-color);


}

.woocommerce div.product form.cart div.quantity:hover input {
	color: var(--white-color);
	transition: all 0.5s ease-in-out;
}

.woocommerce div.product form.cart div.quantity {

	color: var(--white-color);
	position: relative;
	margin-right: 15px;
	display: inline-block;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.5s ease-in-out;
}

.woocommerce div.product form.cart div.quantity.hidden {
	display: none;
}

.woocommerce div.product form.cart div.quantity [type="button"] {
	transition: none;
	background: none;
	color: var(--secoundary-color) !important;
	width: 40px;
	font-weight: 400;
	font-size: 30px;
	line-height: 46px;
	padding: 0;
	padding-bottom: 5px;
	vertical-align: middle;

}

.woocommerce div.product form.cart div.quantity .plus[type="button"] {
	font-size: 20px;
	line-height: 46px;
	color: var(--secoundary-color) !important;
}

.woocommerce div.product form.cart div.quantity [type="button"]:hover {
	color: var(--dark-color);
}

.woocommerce div.product form.cart div.quantity .input-text {
	padding: 0;
	color: var(--white-color);
	width: 40px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	float: none;
	border: 0;
	outline: 0;
	background: transparent;
	border-radius: 0;
}

.woocommerce div.product form.cart div.quantity input.input-text::-webkit-outer-spin-button,
.woocommerce div.product form.cart div.quantity input.input-text::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn {
	position: absolute;
	left: 0;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn i {
	font-family: "Font Awesome 5 Brands";
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn.quantity-minus {
	right: 0;
	left: auto;
}

.woocommerce div.product .pt-single-product-share {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.woocommerce div.product .pt-single-product-share .pt-share-name {
	color: var(--secondary-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(--secondary-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
	transition: all 0.5s ease-in-out;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a i:hover {
	color: var(--white-color);
}

.select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
	top: 50%;
}

.woocommerce form.woocommerce-checkout .form-row select:focus,
.woocommerce form.woocommerce-checkout .form-row select:hover,
.woocommerce form.woocommerce-checkout .form-row select.form-control:focus,
.woocommerce form.woocommerce-checkout .form-row select.form-control:hover {
	border: 1px solid var(--primary-color);
}

label {
	color: var(--secondary-color);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
	color: var(--secondary-color) ;
}

.woocommerce div.product .product_meta>span {
	display: block;
	color: var(--primary-color);
    font-weight: 500;
}

.product_meta .sku_wrapper span.sku {
	color: var(--secondary-color);
	margin-left: 5px;
	font-weight: 400;
	font-family: var(--body-font);
}

.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-cart .cart-collaterals .cart_totals table.shop_table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
	color: var(--secondary-color);
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
	color: var(--secondary-color);
	font-weight: 600;
	border-top: none;
}

.woocommerce table.shop_table td.product-quantity div.quantity {
	border-radius: 0px;
	background: transparent;
	color: var(--secondary-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	margin-right: 0px;
	float: none;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.woocommerce table.shop_table td.product-quantity div.quantity:hover {
	border: 1px solid var(--primary-color);
	color: var(--secondary-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity:hover [type="button"],
.woocommerce table.shop_table td.product-quantity div.quantity:hover .input-text {
	color: var(--white-color);
}


.woocommerce table.shop_table td.product-quantity div.quantity .input-text {
	-webkit-appearance: none;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0;
	outline: 0;
	color: var(--dark-color);
	background: transparent;
	border-radius: 0;
	float: none;
}

.woocommerce table.shop_table td.product-quantity div.quantity input.input-text::-webkit-outer-spin-button,
.woocommerce table.shop_table td.product-quantity div.quantity input.input-text::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.woocommerce table.shop_table td.product-quantity div.quantity .plus[type="button"] {
	font-size: 20px;
}

.woocommerce table.shop_table td.product-quantity div.quantity [type="button"] {
	background: none;
	color: var(--secondary-color);
	width: 40px;
	font-size: 30px;
	line-height: normal;
	padding: 0;
	padding-bottom: 5px;
	vertical-align: middle;
	font-weight: 400;
}

.woocommerce table.shop_table td.product-quantity div.quantity .input-text {
	color: var(--secondary-color);
}

.woocommerce div.product form.cart .variations label {
	color: var(--secondary-color);
}

.select2-container--default .select2-dropdown {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--dark-color);
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a {
	position: relative;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a:before {
	content: '\e611';
	font-family: 'themify';
	font-size: 18px;
	color: var(--primary-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: rgb(32, 33, 37, 0.5);
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a:hover::before {
	opacity: 1;
}


/*+++++ SideBar - Recent Comments +++++*/
.wp-block-latest-comments {
	padding: 0;
	margin: 0;
}

.wp-block-latest-comments li,
#recentcomments li {
	padding-left: 0;
	position: relative;
	line-height: 2;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-author,
#recentcomments li .comment-author-link a {
	color: var(--white-color);
	padding: 0;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link,
#recentcomments li a {
	color: var(--primary-color);
	padding: 0;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-author:hover,
.wp-block-latest-comments li .wp-block-latest-comments__comment-link:hover,
#recentcomments li a:hover {
	color: var(--primary-color);
	text-decoration: underline !important;
}

/*===== New monster widget  =====*/
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search__input {
	font-size: 16px;
	padding: 0 15px;
	height: 52px;
	line-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:hover,
.wp-block-search__input:hover {
	border-color: var(--primary-color);
}

.wp-block-calendar table {
	background: transparent;
}

.wp-block-calendar table th {
	background: transparent;
	font-weight: 400;
	color: var(--white-color);
	padding: 8px;
}

.wp-block-calendar a {
	text-decoration: none;
}

ul.wp-block-social-links li {
	margin-bottom: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: none;
	padding: 0;
}

.wp-block-search .wp-block-search__button svg {
	display: none;
}

.widget .wp-block-loginout a:hover {
	color: var(--white-color);
}

.widget .wp-block-loginout input.input {
	margin-bottom: 15px;
}

.widget .wp-block-loginout .login-remember {
	margin-bottom: 15px;
}

.widget .wp-block-loginout .login-remember #rememberme {
	display: inline-block;
	vertical-align: middle;
}

.widget .wp-block-loginout .login-remember label {
	font-size: 14px;
}

.widget #menu-service-menu li {
	margin: 0 0 10px 0;
}

.widget #menu-service-menu li:last-child {
	margin-bottom: 0;
}

.widget #menu-service-menu li a {
	position: relative;
	color: var(--white-color);
	background-color: var(--dark-color);
	padding: 16px 24px;
	border: none;
	display: block;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	font-size: 16px;
	font-family: var(--title-fonts);
}

.widget #menu-service-menu li.current_page_item a {
	background: var(--primary-color);
	color: var(--white-color);
}

.widget #menu-service-menu.menu li>a:before {
	position: absolute;
	content: "\f125";
	font-family: "Ionicons";
	font-size: 12px;
	right: 24px;
	left: auto;
	top: 24px;
	color: inherit;
	line-height: normal;
	font-weight: 500;
}

.woocommerce-shop nav.woocommerce-breadcrumb{ display:none; }

.woocommerce div.product div.images .flex-control-thumbs{ margin-left: -10px; }

.woocommerce div.product form.cart .group_table td:first-child {
	width: unset;
}

.woocommerce div.product form.cart table div.quantity input::-webkit-input-placeholder {
	color: var(--white-color);
	transition: all 0.5s ease-in-out;

}

.woocommerce div.product form.cart table div.quantity:hover input::-webkit-input-placeholder {
	color: var(--white-color);
}

.woocommerce div.product form.cart div.quantity button:focus {
	outline: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-bottom: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	padding-left: 10px;
	padding-top: 10px;
}

.woocommerce div.product.product-type-grouped div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	padding: 0;
}

.woocommerce .woocommerce-breadcrumb {
	display: inline-block;
	color: var(--white-color);
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--white-color);
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--primary-color);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}


.product-type-grouped .woocommerce-product-details__short-description p{ margin-bottom: 15px; }
.woocommerce div.product form.cart table.group_table td{ vertical-align: middle; }
.woocommerce div.product form.cart .group_table tr:last-child td {
    padding-bottom: 30px;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon{ margin-bottom: 20px;}


.woocommerce div.product form.cart table.group_table .quantity{ display: flex; justify-content: center; width: 128px; }
.woocommerce div.product form.cart table.group_table td{ padding: 8px 0; }






@media(max-width: 480px){
	
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, 
.woocommerce-page #content table.cart td.actions .coupon .button, 
.woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button, 
.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input { width: 100%; }

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{ width: 100%; margin: 0 0 10px  0 !important; }



}





/*================================================
Background images
===============================================*/
.pt_background_list_wrapper {
position: relative;
width: 100%;
overflow: hidden;
display: flex;
}
.pt_background_list_column {
min-height: 100vh
}
.pt_background_list_wrapper .pt_background_list_column {
min-height: 650px;
padding: 45px 30px;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
position: relative;
z-index: 2;
border-right: 1px solid rgba(255, 255, 255, 0.1);
background: rgba(32, 33, 37, 0.4);
}
.pt_background_list_wrapper .pt_background_list_column.hover {
opacity: 1;
background: rgba(32, 33, 37, 0.8);
}
.pt_background_list_wrapper .pt_background_list_column.last {
border-right: 0
}
.pt_background_list_wrapper .pt_background_list_column .pt_background_list_title span {
position: relative;
color: var(--white-color);
padding: 0;
margin: 0 0 5px;
display: inline-block;
font-size: 14px;
line-height: 22px;
font-family: var(--title-fonts);
text-transform: uppercase;
letter-spacing: .1em;
}
.pt_background_list_wrapper .pt_background_list_column .pt_background_list_title .title {
 color: var(--white-color);
 margin-bottom: 30px;
}
.pt_background_list_wrapper .pt_background_list_column .pt_background_list_link {

opacity: 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;
}


.pt_background_list_wrapper .pt_background_list_column  .pt_background_list_info {
    position: absolute;
    bottom: 30px;
    transform: translateY(60px);
    transition: all 0.5s ease-in-out;
}


.pt_background_list_wrapper .pt_background_list_column:hover  .pt_background_list_info { transform: translateY(0px); }

.pt_background_list_wrapper .pt_background_list_column.hover .pt_background_list_link {
opacity: 1;
left: 30px;
}
.pt_background_list_wrapper .pt_background_list_overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 0;
overflow: hidden;
opacity: 0.5;
}
.pt_background_list_wrapper .pt_background_list_overlay {
visibility: hidden;
opacity: 0;
transition: all 1s
}
.pt_background_list_wrapper .pt_background_list_overlay.hover {
opacity: 1;
visibility: visible;
-ms-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.pt_background_list_wrapper .pt_background_list_overlay img {
width: 100% !important;
height: 100% !important;
object-fit: cover
}
.pt_background_list_wrapper .pt_background_list_column:hover .pt_background_list_overlay,
.pt_background_list_wrapper .pt_background_list_column.hover .pt_background_list_overlay {
max-height: 100%;
opacity: 1;
overflow: visible
}
@media(max-width:1023px) {
.pt_background_list_wrapper .pt_background_list_column {
	padding: 30px 15px;
}

.pt_background_list_wrapper .pt_background_list_column.hover .pt_background_list_link {
	opacity: 1;
	left: 15px;
}
}
@media(max-width:1023px) {
.pt_background_list_wrapper {
	display: block;
}
.pt_background_list_wrapper .pt_background_list_column {
	padding: 90px 15px 95px;
	flex: 0 0 100%;
	max-width: 100%;
	min-height: auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-right: none;
}
}



/*================================================
intro
================================================*/

.intro-features figure.elementor-image-box-img img {
	width: 60px;
}


.intro-features figure.elementor-image-box-img {
	width: 120px !important;
	height: 120px;
	line-height: 120px;
	background: #28292B;
	border-radius: 900px;

}
.pt-home-layout .pt-image-box-img {
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pt-home-layout .pt-image-box-img img {

	transition: all 0.5s ease;
	width: 100%;

}

.pt-home-layout .pt-image-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pt-home-layout .pt-btn-container {
	position: absolute;
	bottom: -100px;
	text-align: center;
	transition: all 0.5s ease;
	width: 100%;
	z-index: 2;
}

.pt-home-layout .pt-image-box-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: var(--dark-color);
	transition: all 0.5s ease;
	opacity: 0;
	z-index: 1;
}

.pt-home-layout .pt-image-box-img:hover:before {
	opacity: 0.4;
}

.pt-home-layout .pt-image-box-img:hover .pt-btn-container {
	bottom: 30px;
}

.pt-home-layout .pt-section-title {
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	margin-top: 20px;
}



