/* End Mixin  */
/*--------------------------------------------------------------
Grid Reset
----------------------------------------------------------------*/
/*--------------------------------------------------------------
Carousel Reset
----------------------------------------------------------------*/
/* Header Default */
/*--------------------------------------------------------------
BLOG GRID
----------------------------------------------------------------
1. Case Logo
2. Case Text Editor
3. Case Image
4. Case Heading
5. Case Links
6. Case Icons
7. Case Call Phone
8. Case MailChimp
9. Case Button Video
10. Case Language Switch
11. Case Tabs
12. Case Banner Box
13. Case Progressbar
14. Case Partner Carousel
15. Case Counter
16. Case Pricing
17. Case Recent News
18. Case Contact Form
19. Case Social Icon
20. Case Contact Info
21. Case Showcase
22. Case Image Carousel
23. Case Breadcrumb
24. Case List
25. Case Video Player
26. Case Info Box
27. Case Search Form
28. Case Contact Box
29. Case Accordion
30. Case Icon Box
31. Case Post Lists
33. Case Client Logo
36. Case File Download
// sr7-nphr sr7-npvc
--------------------------------------------------------------*/
/* Loading */
/*--------------------------------------------------------------
BLOG STYLE
----------------------------------------------------------------
# Blog Grid
# Blog Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Service Style
----------------------------------------------------------------
# Service Grid
# Service Carousel
# Service List
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Portfolio Style
----------------------------------------------------------------
# Portfolio Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
BLOG STYLE
----------------------------------------------------------------
# Blog Grid
# Blog Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
TESTIMONIALS GRID
----------------------------------------------------------------
# Testimonial Grid
# Testimonial Carousel
--------------------------------------------------------------*/
@keyframes banner-hover {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.elementor .elementor-hidden-tablet {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
		display: none !important;
	}
}
@keyframes pxl_scale2 {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}
	100% {
		transform: scale(3.2);
		opacity: 0;
	}
}
@-webkit-keyframes pxl_scale2 {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}
	100% {
		transform: scale(3.2);
		opacity: 0;
	}
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}
@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(var, 0, 0, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(var, 0, 0, 0);
		box-shadow: 0 0 0 10px rgba(var, 0, 0, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
	}
}
@-ms-keyframes pxl_spin {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}
@-moz-keyframes pxl_spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes pxl_spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes pxl_spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes pxl-cubeGridScaleDelay2 {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0.5, 0.5, 1);
		transform: scale3D(0.5, 0.5, 1);
	}
}
@keyframes pxl-cubeGridScaleDelay2 {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0.5, 0.5, 1);
		transform: scale3D(0.5, 0.5, 1);
	}
}
.pxl-image-spin img {
	animation: pxl_spin 12s linear infinite;
}
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(0.6, 0.6);
	}
	50% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0.6, 0.6);
	}
}
@keyframes zoom-in-zoom-out2 {
	0% {
		transform: scale(0.8, 0.8);
	}
	50% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0.8, 0.8);
	}
}
.pxl-image-zoom2 {
	animation: zoom-in-zoom-out 3000ms linear infinite;
}
@-ms-keyframes pxl_spin_reverse {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(-360deg);
	}
}
@-moz-keyframes pxl_spin_reverse {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(-360deg);
	}
}
@-webkit-keyframes pxl_spin_reverse {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes pxl_spin_reverse {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}
.pxl-image-spin-reverse img {
	animation: pxl_spin_reverse 12s linear infinite;
}
@keyframes pxl_bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	60% {
		-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}
.pxl-image-bounce {
	animation: pxl_bounce 1s ease-out infinite;
	-webkit-animation: pxl_bounce 1s ease-out infinite;
}
@keyframes pxl_zigzag {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	60% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
}
@keyframes pxl_right_left {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateX(40px);
	}
	50% {
		transform: translateX(0px);
	}
	75% {
		transform: translateX(-40px);
	}
	100% {
		transform: translateX(0px);
	}
}
.slide-right-to-left {
	animation: pxl_right_left 12s ease-out infinite;
	-webkit-animation: pxl_right_left 12s ease-out infinite;
}
.slide-left-to-right {
	animation: pxl_left_right 12s ease-out infinite;
	-webkit-animation: pxl_left_right 12s ease-out infinite;
}
@keyframes pxl_bottom_top_small {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateY(10px);
	}
	50% {
		transform: translateY(0px);
	}
	75% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes pxl_float_two {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-20px);
	}
}
.slide-up-down {
	animation: pxl_float_two 1.2s ease infinite alternate;
}
@keyframes pxl_effect1 {
	0% {
		transform: translate(0px, 0px);
	}
	20% {
		transform: translate(40px, -5px);
	}
	40% {
		transform: translate(60px, 40px);
	}
	60% {
		transform: translate(40px, 60px);
	}
	80% {
		transform: translate(-40px, 60px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
.slide-effect1 {
	animation: pxl_effect1 12s ease-out infinite;
	-webkit-animation: pxl_effect1 12s ease-out infinite;
}
@keyframes pxl_top_bottom {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateY(-40px);
	}
	50% {
		transform: translateY(0px);
	}
	75% {
		transform: translateY(40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.slide-top-to-bottom {
	animation: pxl_top_bottom 12s ease-out infinite;
	-webkit-animation: pxl_top_bottom 12s ease-out infinite;
}
@-webkit-keyframes img_circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes img_circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@-webkit-keyframes pxl_animation_round {
	from {
		transform: rotate(0deg) translateX(20px) rotate(0deg);
	}
	to {
		transform: rotate(360deg) translateX(20px) rotate(-360deg);
	}
}
@-moz-keyframes pxl_animation_round {
	from {
		transform: rotate(0deg) translateX(20px) rotate(0deg);
	}
	to {
		transform: rotate(360deg) translateX(20px) rotate(-360deg);
	}
}
@-o-keyframes pxl_animation_round {
	from {
		transform: rotate(0deg) translateX(20px) rotate(0deg);
	}
	to {
		transform: rotate(360deg) translateX(20px) rotate(-360deg);
	}
}
@keyframes pxl_animation_round {
	from {
		transform: rotate(0deg) translateX(20px) rotate(0deg);
	}
	to {
		transform: rotate(360deg) translateX(20px) rotate(-360deg);
	}
}
.pxl-animation-round {
	animation: pxl_animation_round 4s infinite linear;
	-webkit-animation: pxl_animation_round 4s infinite linear;
}
@keyframes pxl_pulse_border {
	0% {
		transform: scale(1);
		opacity: 0.67;
	}
	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}
@-webkit-keyframes pxl_pulse_border {
	0% {
		transform: scale(1);
		opacity: 0.67;
	}
	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes pxl_left_right {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
.pxl-tabs .pxl-tab--title {
	display: inline-flex;
	cursor: pointer;
	-webkit-transition: all 250ms linear 0ms;
	-khtml-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-ms-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
	position: relative;
}
.pxl-tabs .pxl-tab--content {
	display: none;
	width: 100%;
}
.pxl-tabs .elementor-section.elementor-section-stretched {
	width: auto !important;
	left: 0 !important;
}
.pxl-tabs .pxl-tabs--elementor > .elementor {
	margin: 0 -15px;
}
.pxl-tabs.tab-effect-fade .pxl-tab--content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100% !important;
	display: block !important;
	opacity: 0 !important;
	visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: translateY(30px);
}
.pxl-tabs.tab-effect-fade .pxl-tab--content.active {
	position: static;
	opacity: 1 !important;
	visibility: visible;
	transform: translateY(0px);
}
.pxl-tabs.tab-effect-fade .pxl-tabs--content {
	position: relative;
}
.pxl-counter .pxl--counter-number {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.pxl-counterslide {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-flex;
	vertical-align: middle;
	*vertical-align: auto;
	position: relative;
}
.pxl-counterslide .pxl-counterslide-inside {
	display: inline-flex;
}
.pxl-counterslide .pxl-counterslide-digit-spacer {
	visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-digit, .pxl-counterslide .pxl-counterslide-digit-spacer {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-flex;
	vertical-align: middle;
	*vertical-align: auto;
	position: relative;
}
.pxl-counterslide .pxl-counterslide-digit-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.pxl-counterslide .pxl-counterslide-ribbon {
	display: block;
}
.pxl-counterslide .pxl-counterslide-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.pxl-counterslide .pxl-counterslide-value.pxl-counterslide-last-value {
	position: absolute;
}
.pxl-counterslide.pxl-counterslide-animating-up .pxl-counterslide-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.pxl-counterslide.pxl-counterslide-animating-up.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down .pxl-counterslide-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.pxl--progressbar {
	-webkit-transition: width 1.4s ease;
	-khtml-transition: width 1.4s ease;
	-moz-transition: width 1.4s ease;
	-ms-transition: width 1.4s ease;
	-o-transition: width 1.4s ease;
	transition: width 1.4s ease;
	width: 0;
}
.pxl--progressbar.vertical {
	-webkit-transition: height 1.4s ease;
	-khtml-transition: height 1.4s ease;
	-moz-transition: height 1.4s ease;
	-ms-transition: height 1.4s ease;
	-o-transition: height 1.4s ease;
	transition: height 1.4s ease;
	height: 0;
}
.pxl-video-player1 .pxl-overlay-color {
	z-index: 88;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pxl-video-player1 .pxl-video--holder + .btn-video-wrap {
	position: absolute;
	z-index: 99;
	text-align: center;
}
.pxl-video-player1 .pxl-video--holder + .btn-video-wrap.p-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pxl-video-player1 .pxl-video--imagebg {
	position: relative;
	overflow: hidden;
}
.pxl-video-player1 .pxl-video--imagebg .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -60px;
}
.pxl-grid .pxl-grid-masonry {
	position: relative;
}
.pxl-grid .grid-sizer {
	z-index: -1;
}
.pxl-grid .pxl-load-more {
	text-align: center;
	padding: 0 15px;
}
@media screen and (min-width: 1201px) {
	.pxl-grid .col-xl-pxl5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.pxl-grid .col-lg-66-pxl {
		-ms-flex: 0 0 66.47445%;
		flex: 0 0 66.47445%;
		max-width: 66.47445%;
	}
}
@media screen and (min-width: 1201px) {
	.pxl-grid .col-xl-66-pxl {
		-ms-flex: 0 0 66.47445%;
		flex: 0 0 66.47445%;
		max-width: 66.47445%;
	}
}
.pxl-grid .pxl-post--featured, .pxl-post-carousel .pxl-post--featured, .pxl-post-modern .pxl-post--featured, .pxl-swiper-slider .pxl-post--featured {
	position: relative;
}
.pxl-grid .pxl-post--link, .pxl-post-carousel .pxl-post--link, .pxl-post-modern .pxl-post--link, .pxl-swiper-slider .pxl-post--link {
	z-index: 99;
}
.pxl-grid .pxl-post--image img, .pxl-post-carousel .pxl-post--image img, .pxl-post-modern .pxl-post--image img, .pxl-swiper-slider .pxl-post--image img, .pxl-grid .pxl-post--featured img, .pxl-post-carousel .pxl-post--featured img, .pxl-post-modern .pxl-post--featured img, .pxl-swiper-slider .pxl-post--featured img {
	width: 100%;
}
.pxl-grid .pxl-post--title a, .pxl-post-carousel .pxl-post--title a, .pxl-post-modern .pxl-post--title a, .pxl-swiper-slider .pxl-post--title a {
	color: inherit;
}
.pxl-grid .pxl-post--title a:hover, .pxl-post-carousel .pxl-post--title a:hover, .pxl-post-modern .pxl-post--title a:hover, .pxl-swiper-slider .pxl-post--title a:hover {
	color: inherit;
}
.pxl-grid .pxl-post--category, .pxl-post-carousel .pxl-post--category, .pxl-post-modern .pxl-post--category, .pxl-swiper-slider .pxl-post--category {
	position: relative;
}
.pxl-grid .pxl-post--category.link-none:before, .pxl-post-carousel .pxl-post--category.link-none:before, .pxl-post-modern .pxl-post--category.link-none:before, .pxl-swiper-slider .pxl-post--category.link-none:before, .pxl-grid .pxl-post--category.deactive-click:before, .pxl-post-carousel .pxl-post--category.deactive-click:before, .pxl-post-modern .pxl-post--category.deactive-click:before, .pxl-swiper-slider .pxl-post--category.deactive-click:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.pxl-grid .pxl-post--category a, .pxl-post-carousel .pxl-post--category a, .pxl-post-modern .pxl-post--category a, .pxl-swiper-slider .pxl-post--category a {
	color: inherit;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry, .pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry, .pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry, .pxl-swiper-slider.pxl-grid-nogap .pxl-grid-masonry {
	margin: 0 !important;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item, .pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item, .pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item, .pxl-swiper-slider.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item {
	padding: 0 !important;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner, .pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner, .pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner, .pxl-swiper-slider.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner {
	margin-bottom: 0;
}
.elementor-editor-active .grid-sizer {
	display: none;
}
.pxl-load-more .pxl-load-icon {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border-color: transparent #fff transparent #fff;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	animation: pxl_spin 0.6s infinite linear;
	-webkit-animation: pxl_spin 0.6s infinite linear;
	box-sizing: border-box;
	z-index: 2;
	margin-top: -10px;
	opacity: 0;
}
.pxl-load-more .pxl-loadmore-text {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-load-more.loading .pxl-load-icon {
	opacity: 1;
}
.pxl-load-more.loading .pxl-loadmore-text {
	opacity: 0;
}
.pxl-grid-filter {
	margin-bottom: 53px;
	border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 1260px) {
	.pxl-grid-filter {
		margin-left: 60px;
		margin-right: 60px;
	}
}
.pxl-grid-filter .filter-label {
	font-size: 16px;
	color: #969696;
	margin: 10px 17px 10px 17px;
}
.pxl-grid-filter .filter-item {
	font-size: 17px;
	line-height: 32px;
	margin: 0 17px;
	color: var(--secondary-color);
	font-weight: 500;
}
@media screen and (min-width: 1260px) {
	.pxl-grid-filter .filter-item {
		line-height: 60px;
	}
}
.pxl-grid-filter .filter-item:before {
	margin: auto;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: absolute;
	width: 0;
	height: 3px;
	background-color: var(--fourth-color);
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
}
.pxl-grid-filter .filter-item.active {
	color: var(--secondary-color);
}
.pxl-grid-filter .filter-item.active:before {
	width: 100%;
}
.pxl-grid-filter .filter-item {
	cursor: pointer;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: relative;
}
.pxl-grid-filter .pxl--filter-inner {
	display: inline-flex;
	flex-wrap: wrap;
}
.pxl-swiper-arrow-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.pxl-swiper-arrow-wrap .pxl-swiper-arrow {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	cursor: pointer;
	/* Swiper Arrow Style */
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow {
	width: 65px;
	height: 65px;
	color: #cdcdcd;
	border-radius: 65px;
	border: 2px solid #cdcdcd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	margin: 0 7px;
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 7px;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow svg {
	height: 26px;
	fill: #000;
}
.pxl-swiper-arrow-wrap.style-3 {
	margin-top: 0;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow i {
	line-height: 1;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow + .pxl-swiper-arrow {
	margin-left: 20px;
}
.pxl-swiper-slider {
	position: relative;
}
.pxl-swiper-slider.pxl-swiper-arrow-show .pxl-swiper-arrow {
	opacity: 1;
	visibility: visible;
}
.pxl-swiper-slider.arrows-middle {
	position: relative;
	overflow: visible;
}
.pxl-swiper-slider.arrows-middle .pxl-carousel-inner {
	overflow: hidden;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow {
	z-index: 22;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	border-radius: 55px;
	margin-left: 0;
	margin-right: 0;
	box-shadow: -12px 12px 36px 0 rgba(0, 0, 0, 0.12);
	background-color: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.28);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1400px) {
	.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow {
		opacity: 0;
	}
}
@media screen and (max-width: 1280px) {
	.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow {
		width: 40px;
		height: 50px;
	}
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow i {
	color: var(--secondary-color);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	line-height: 1;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow svg {
	max-height: 25px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow svg path {
	fill: var(--primary-color);
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow:hover {
	box-shadow: -12px 12px 36px 0 rgba(0, 0, 0, 0.22);
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow:hover i {
	color: var(--primary-color);
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow:hover svg path {
	fill: var(--primary-color);
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-prev {
	left: -26px;
}
@media screen and (max-width: 1400px) {
	.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-prev {
		left: -15px;
	}
}
@media screen and (max-width: 1280px) {
	.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-prev {
		left: 0;
		border-radius: 0 40px 40px 0;
	}
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-prev svg {
	transform: translateX(-12px);
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-prev:hover i {
	-webkit-animation: pxl_left_right 0.5s forwards;
	-khtml-animation: pxl_left_right 0.5s forwards;
	-moz-animation: pxl_left_right 0.5s forwards;
	-ms-animation: pxl_left_right 0.5s forwards;
	-o-animation: pxl_left_right 0.5s forwards;
	animation: pxl_left_right 0.5s forwards;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-prev:hover svg {
	transform: translateX(-16px);
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-next {
	right: -26px;
}
@media screen and (max-width: 1400px) {
	.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-next {
		right: 0px;
	}
}
@media screen and (max-width: 1280px) {
	.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-next {
		right: -15px;
		border-radius: 40px 0 0 40px;
	}
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-next svg {
	transform: translateX(12px);
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-next:hover i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-next:hover svg {
	transform: translateX(16px);
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap {
	margin-top: 0;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border-color: transparent;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow i, .pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow svg {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow i {
	font-size: 20px;
	color: #fff;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow svg path {
	fill: #fff;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow:hover {
	background-color: transparent;
	border-color: transparent;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow:hover i {
	color: var(--primary-color);
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow:hover svg path {
	fill: var(--primary-color);
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-prev {
	left: -5px;
}
.pxl-swiper-slider.arrows-middle .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-next {
	right: -5px;
}
@media screen and (max-width: 1400px) {
	.pxl-swiper-slider.arrows-middle:hover .pxl-swiper-arrow {
		opacity: 1;
	}
}
.pxl-swiper-slider.arrows-hidden .pxl-swiper-arrow-wrap {
	display: none;
	opacity: 0;
}
.pxl-element-slider {
	/* Feature Carousel*/
}
.pxl-element-slider .pxl-swiper-arrow {
	font-size: 13px;
}
.pxl-element-slider.arrows-bottom .pxl-swiper-arrow, .pxl-element-slider.arrows-top .pxl-swiper-arrow, .pxl-element-slider.arrows-bottom-inner-left .pxl-swiper-arrow, .pxl-element-slider.arrows-bottom-inner-right .pxl-swiper-arrow {
	width: 53px;
	height: 53px;
	background-color: var(--fourth-color);
	border: none;
	text-align: center;
	color: #576903;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1200px) {
	.pxl-element-slider.arrows-bottom .pxl-swiper-arrow, .pxl-element-slider.arrows-top .pxl-swiper-arrow, .pxl-element-slider.arrows-bottom-inner-left .pxl-swiper-arrow, .pxl-element-slider.arrows-bottom-inner-right .pxl-swiper-arrow {
		width: 40px;
		height: 40px;
	}
}
.pxl-element-slider.arrows-bottom .pxl-swiper-arrow:hover, .pxl-element-slider.arrows-top .pxl-swiper-arrow:hover, .pxl-element-slider.arrows-bottom-inner-left .pxl-swiper-arrow:hover, .pxl-element-slider.arrows-bottom-inner-right .pxl-swiper-arrow:hover {
	background-color: var(--secondary-color);
	color: var(--primary-color);
}
.pxl-element-slider.arrows-top .pxl-swiper-arrow-wrap {
	margin-bottom: 20px;
}
.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow-wrap, .pxl-element-slider.arrows-middle-right .pxl-swiper-arrow-wrap {
	margin-top: 0;
}
@media screen and (min-width: 576px) {
	.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow-wrap, .pxl-element-slider.arrows-middle-right .pxl-swiper-arrow-wrap {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 22;
		flex-direction: column;
	}
}
.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow, .pxl-element-slider.arrows-middle-right .pxl-swiper-arrow {
	width: 53px;
	height: 153px;
	background-color: #f8f8f8;
	border: none;
	text-align: center;
	color: var(--secondary-color);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1200px) {
	.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow, .pxl-element-slider.arrows-middle-right .pxl-swiper-arrow {
		width: 40px;
		height: 60px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow, .pxl-element-slider.arrows-middle-right .pxl-swiper-arrow {
		width: 50%;
		background-color: var(--sixth-color);
		color: #fff;
	}
}
.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow:hover, .pxl-element-slider.arrows-middle-right .pxl-swiper-arrow:hover {
	background-color: var(--fourth-color);
	color: var(--secondary-color);
}
.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow + .pxl-swiper-arrow, .pxl-element-slider.arrows-middle-right .pxl-swiper-arrow + .pxl-swiper-arrow {
	margin-left: 0;
}
@media screen and (max-width: 575px) {
	.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow + .pxl-swiper-arrow, .pxl-element-slider.arrows-middle-right .pxl-swiper-arrow + .pxl-swiper-arrow {
		background-color: var(--fourth-color);
		color: var(--secondary-color);
	}
}
@media screen and (min-width: 576px) {
	.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow + .pxl-swiper-arrow, .pxl-element-slider.arrows-middle-right .pxl-swiper-arrow + .pxl-swiper-arrow {
		margin-top: 10px;
	}
}
@media screen and (min-width: 992px) {
	.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow-wrap {
		top: 55%;
		left: 75px;
	}
}
@media screen and (max-width: 1400px) {
	.pxl-element-slider.arrows-middle-left .pxl-swiper-arrow-wrap {
		left: 15px;
	}
}
@media screen and (min-width: 1400px) {
	.pxl-element-slider.arrows-middle-right .pxl-swiper-arrow-wrap {
		right: 150px;
	}
}
@media screen and (max-width: 1400px) {
	.pxl-element-slider.arrows-middle-right .pxl-swiper-arrow-wrap {
		right: 15px;
	}
}
.pxl-element-slider.arrows-middle .pxl-swiper-arrow-wrap {
	margin-top: 0;
}
.pxl-element-slider.arrows-middle .pxl-swiper-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 22;
	width: 53px;
	height: 153px;
	background-color: #fff;
	border: none;
	text-align: center;
	color: var(--secondary-color);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1200px) {
	.pxl-element-slider.arrows-middle .pxl-swiper-arrow {
		width: 40px;
		height: 60px;
	}
}
.pxl-element-slider.arrows-middle .pxl-swiper-arrow:hover {
	background-color: var(--fourth-color);
	color: var(--secondary-color);
}
.pxl-element-slider.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-next {
	right: 70px;
}
@media screen and (max-width: 1200px) {
	.pxl-element-slider.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-next {
		right: 20px;
	}
}
.pxl-element-slider.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	left: 70px;
}
@media screen and (max-width: 1200px) {
	.pxl-element-slider.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-prev {
		left: 20px;
	}
}
.pxl-element-slider.arrows-bottom .pxl-swiper-arrow-wrap {
	margin-top: 35px;
}
.pxl-element-slider.arrows-bottom-inner-left, .pxl-element-slider.arrows-bottom-inner-right {
	position: relative;
}
.pxl-element-slider.arrows-bottom-inner-left .pxl-swiper-arrow i:before, .pxl-element-slider.arrows-bottom-inner-right .pxl-swiper-arrow i:before {
	font-family: "Flaticon";
}
@media screen and (max-width: 1200px) {
	.pxl-element-slider.arrows-bottom-inner-left .pxl-swiper-arrow, .pxl-element-slider.arrows-bottom-inner-right .pxl-swiper-arrow {
		width: 40px;
		height: 40px;
	}
}
.pxl-element-slider.arrows-bottom-inner-left .pxl-swiper-arrow + .pxl-swiper-arrow, .pxl-element-slider.arrows-bottom-inner-right .pxl-swiper-arrow + .pxl-swiper-arrow {
	margin-left: 8px;
}
.pxl-element-slider.arrows-bottom-inner-left .pxl-swiper-arrow.pxl-swiper-arrow-next i:before, .pxl-element-slider.arrows-bottom-inner-right .pxl-swiper-arrow.pxl-swiper-arrow-next i:before {
	content: "\f149";
}
.pxl-element-slider.arrows-bottom-inner-left .pxl-swiper-arrow.pxl-swiper-arrow-prev i:before, .pxl-element-slider.arrows-bottom-inner-right .pxl-swiper-arrow.pxl-swiper-arrow-prev i:before {
	content: "\f148";
}
.pxl-element-slider.arrows-bottom-inner-left .pxl-swiper-arrow-wrap, .pxl-element-slider.arrows-bottom-inner-right .pxl-swiper-arrow-wrap {
	display: inline-flex;
	position: absolute;
	z-index: 2;
	bottom: 22px;
}
.pxl-element-slider.arrows-bottom-inner-left .pxl-swiper-arrow-wrap {
	left: 25px;
}
.pxl-element-slider.arrows-bottom-inner-right .pxl-swiper-arrow-wrap {
	right: 25px;
}
.pxl-element-slider.dotted-middle-right .pxl-swiper-dots, .pxl-element-slider.dotted-middle-left .pxl-swiper-dots {
	display: flex;
}
@media screen and (min-width: 1201px) {
	.pxl-element-slider.dotted-middle-right .pxl-swiper-dots, .pxl-element-slider.dotted-middle-left .pxl-swiper-dots {
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		position: absolute;
		right: 100px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 22;
		background-color: rgba(255, 255, 255, 0.2);
		flex-direction: column;
	}
	.pxl-element-slider.dotted-middle-right .pxl-swiper-dots.style-4, .pxl-element-slider.dotted-middle-left .pxl-swiper-dots.style-4 {
		margin: 0;
	}
}
@media screen and (max-width: 1200px) {
	.pxl-element-slider.dotted-middle-right .pxl-swiper-dots, .pxl-element-slider.dotted-middle-left .pxl-swiper-dots {
		background-color: rgba(var(--primary-color-rgb),0.3);
	}
}
.pxl-element-slider.dotted-middle-right .pxl-swiper-dots .pxl-swiper-pagination-bullet, .pxl-element-slider.dotted-middle-left .pxl-swiper-dots .pxl-swiper-pagination-bullet {
	width: auto;
	width: 6px;
	height: 6px;
}
@media screen and (min-width: 1201px) {
	.pxl-element-slider.dotted-middle-right .pxl-swiper-dots .pxl-swiper-pagination-bullet, .pxl-element-slider.dotted-middle-left .pxl-swiper-dots .pxl-swiper-pagination-bullet {
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		width: 4px;
		height: 72px;
		background-color: transparent;
	}
	.pxl-element-slider.dotted-middle-right .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active, .pxl-element-slider.dotted-middle-left .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
	}
}
@media screen and (max-width: 1200px) {
	.pxl-element-slider.dotted-middle-right .pxl-swiper-dots .pxl-swiper-pagination-bullet, .pxl-element-slider.dotted-middle-left .pxl-swiper-dots .pxl-swiper-pagination-bullet {
		width: auto;
		flex-grow: 1;
	}
	.pxl-element-slider.dotted-middle-right .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active, .pxl-element-slider.dotted-middle-left .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: var(--primary-color);
	}
}
.pxl-element-slider .pxl-section-bg-parallax {
	opacity: 0.2;
	transition: opacity 0.4s ease-in-out, transform 1s ease 0.4s;
	-webkit-transform: scale(1.4);
	-khtml-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.pxl-element-slider .pxl-slider--inner {
	transition: opacity 0.2s ease-in-out, transform 0.5s ease 0.1s;
	background-color: #000;
}
.pxl-element-slider .pxl-swiper-slide.swiper-slide-active .pxl-slider--inner {
	opacity: 1;
	transition: opacity 0.2s ease-in-out, transform 0.5s ease 0.1s;
}
.pxl-element-slider .pxl-swiper-slide.swiper-slide-active .pxl-section-bg-parallax {
	opacity: 1;
	transition: opacity 0.4s ease-in-out, transform 1s ease 0.4s;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl-feature-slide.arrows-bottom .pxl-swiper-arrow, .pxl-feature-slide.arrows-top .pxl-swiper-arrow, .pxl-feature-slide.arrows-bottom-inner-left .pxl-swiper-arrow, .pxl-feature-slide.arrows-bottom-inner-right .pxl-swiper-arrow {
	width: 53px;
	height: 53px;
	background-color: var(--fourth-color);
	border: none;
	text-align: center;
	color: #576903;
	font-size: 20px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide.arrows-bottom .pxl-swiper-arrow, .pxl-feature-slide.arrows-top .pxl-swiper-arrow, .pxl-feature-slide.arrows-bottom-inner-left .pxl-swiper-arrow, .pxl-feature-slide.arrows-bottom-inner-right .pxl-swiper-arrow {
		width: 40px;
		height: 40px;
	}
}
.pxl-feature-slide.arrows-bottom .pxl-swiper-arrow:hover, .pxl-feature-slide.arrows-top .pxl-swiper-arrow:hover, .pxl-feature-slide.arrows-bottom-inner-left .pxl-swiper-arrow:hover, .pxl-feature-slide.arrows-bottom-inner-right .pxl-swiper-arrow:hover {
	background-color: var(--fourth-color);
	color: var(--secondary-color);
}
.pxl-feature-slide.arrows-top .pxl-swiper-arrow-wrap {
	margin-bottom: 20px;
}
.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow-wrap, .pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow-wrap {
	margin-top: 0;
}
@media screen and (min-width: 576px) {
	.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow-wrap, .pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow-wrap {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 22;
		flex-direction: column;
	}
}
.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow, .pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow {
	width: 53px;
	height: 153px;
	background-color: #f8f8f8;
	border: none;
	text-align: center;
	color: var(--secondary-color);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow, .pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow {
		width: 40px;
		height: 60px;
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow, .pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow {
		width: 50%;
		background-color: var(--sixth-color);
		color: #fff;
	}
}
.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow:hover, .pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow:hover {
	background-color: var(--fourth-color);
	color: var(--secondary-color);
}
.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow + .pxl-swiper-arrow, .pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow + .pxl-swiper-arrow {
	margin-left: 0;
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow + .pxl-swiper-arrow, .pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow + .pxl-swiper-arrow {
		background-color: var(--fourth-color);
		color: var(--secondary-color);
	}
}
@media screen and (min-width: 576px) {
	.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow + .pxl-swiper-arrow, .pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow + .pxl-swiper-arrow {
		margin-top: 10px;
	}
}
@media screen and (min-width: 992px) {
	.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow-wrap {
		top: 60%;
		left: 75px;
	}
}
@media screen and (max-width: 1400px) {
	.pxl-feature-slide.arrows-middle-left .pxl-swiper-arrow-wrap {
		left: 15px;
	}
}
@media screen and (min-width: 1400px) {
	.pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow-wrap {
		right: 150px;
	}
}
@media screen and (max-width: 1400px) {
	.pxl-feature-slide.arrows-middle-right .pxl-swiper-arrow-wrap {
		right: 15px;
	}
}
.pxl-feature-slide.arrows-middle .pxl-swiper-arrow-wrap {
	margin-top: 0;
}
.pxl-feature-slide.arrows-middle .pxl-swiper-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 22;
	width: 53px;
	height: 153px;
	background-color: #fff;
	border: none;
	text-align: center;
	color: var(--secondary-color);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide.arrows-middle .pxl-swiper-arrow {
		width: 40px;
		height: 60px;
		font-size: 20px;
	}
}
.pxl-feature-slide.arrows-middle .pxl-swiper-arrow:hover {
	background-color: var(--fourth-color);
	color: var(--secondary-color);
}
.pxl-feature-slide.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-next {
	right: 70px;
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-next {
		right: 20px;
	}
}
.pxl-feature-slide.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	left: 70px;
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-prev {
		left: 20px;
	}
}
.pxl-feature-slide.arrows-bottom .pxl-swiper-arrow-wrap {
	margin-top: 35px;
}
.pxl-feature-slide.arrows-bottom-inner-left, .pxl-feature-slide.arrows-bottom-inner-right {
	position: relative;
}
.pxl-feature-slide.arrows-bottom-inner-left .pxl-swiper-arrow i:before, .pxl-feature-slide.arrows-bottom-inner-right .pxl-swiper-arrow i:before {
	font-family: "Flaticon";
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide.arrows-bottom-inner-left .pxl-swiper-arrow, .pxl-feature-slide.arrows-bottom-inner-right .pxl-swiper-arrow {
		width: 40px;
		height: 40px;
	}
}
.pxl-feature-slide.arrows-bottom-inner-left .pxl-swiper-arrow + .pxl-swiper-arrow, .pxl-feature-slide.arrows-bottom-inner-right .pxl-swiper-arrow + .pxl-swiper-arrow {
	margin-left: 8px;
}
.pxl-feature-slide.arrows-bottom-inner-left .pxl-swiper-arrow.pxl-swiper-arrow-next i:before, .pxl-feature-slide.arrows-bottom-inner-right .pxl-swiper-arrow.pxl-swiper-arrow-next i:before {
	content: "\f149";
}
.pxl-feature-slide.arrows-bottom-inner-left .pxl-swiper-arrow.pxl-swiper-arrow-prev i:before, .pxl-feature-slide.arrows-bottom-inner-right .pxl-swiper-arrow.pxl-swiper-arrow-prev i:before {
	content: "\f148";
}
.pxl-feature-slide.arrows-bottom-inner-left .pxl-swiper-arrow-wrap, .pxl-feature-slide.arrows-bottom-inner-right .pxl-swiper-arrow-wrap {
	display: inline-flex;
	position: absolute;
	z-index: 2;
	bottom: 22px;
}
.pxl-feature-slide.arrows-bottom-inner-left .pxl-swiper-arrow-wrap {
	left: 25px;
}
.pxl-feature-slide.arrows-bottom-inner-right .pxl-swiper-arrow-wrap {
	right: 25px;
}
.pxl-feature-slide .pxl-swiper-dots .pxl-swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 18px;
	border: 2px solid #fff;
	margin: 5px;
	cursor: pointer;
}
.pxl-feature-slide .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
}
.pxl-feature-slide .pxl-swiper-container {
	margin-left: 0;
	margin-right: 0;
}
.pxl-feature-slide .pxl-swiper-slide {
	padding-left: 0;
	padding-right: 0;
}
.pxl-feature-slide .pxl-swiper-slide.swiper-slide-active .pxl-item-body {
	opacity: 1;
	transform: translateY(0) scaleY(1);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.pxl-feature-slide .pxl-swiper-slide.swiper-slide-active .pxl-item--inner {
	opacity: 1;
	transition: opacity 0.2s ease-in-out, transform 0.5s ease 0.1s;
}
.pxl-feature-slide .pxl-swiper-slide.swiper-slide-active .bg-feature-image {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
	opacity: 1;
	transition: opacity 0.4s ease-in-out, transform 1s ease 0.4s;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl-feature-slide .pxl-swiper-slide.swiper-slide-active .pxl-item--label {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
	-webkit-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.pxl-feature-slide .pxl-swiper-slide.swiper-slide-active .pxl-item--title {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	-webkit-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.pxl-feature-slide .pxl-swiper-slide.swiper-slide-active .pxl-item--desc {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.pxl-feature-slide .pxl-swiper-slide.swiper-slide-active .btn {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.pxl-feature-slide .pxl-swiper-slide.swiper-slide-active .pxl-item-meta * {
	opacity: 1;
}
.pxl-feature-slide1 .bg-feature-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0.2;
	transition: opacity 0.4s ease-in-out, transform 1s ease 0.4s;
	-webkit-transform: scale(1.4);
	-khtml-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.pxl-feature-slide1 .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.pxl-feature-slide1 .pxl-item--title {
	font-size: 55px;
	line-height: 1;
	font-weight: bold;
	margin: 0 auto 30px;
	color: var(--secondary-color);
	max-width: 520px;
	-webkit-transform: translateY(-25px);
	-khtml-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	transform: translateY(-25px);
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide1 .pxl-item--title {
		font-size: 45px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide1 .pxl-item--title {
		font-size: 35px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide1 .pxl-item--title {
		font-size: 28px;
	}
}
.pxl-feature-slide1 .pxl-item--title cite {
	color: var(--primary-color);
	font-style: normal;
}
.pxl-feature-slide1 .pxl-divider {
	border-bottom: 1px solid var(--secondary-color);
	margin-bottom: 35px;
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide1 .pxl-divider {
		margin-bottom: 25px;
	}
}
.pxl-feature-slide1 .pxl-item--desc {
	font-size: 17px;
	color: var(--secondary-color);
	line-height: 28px;
	-webkit-transform: translateY(-15px);
	-khtml-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
	margin-bottom: 65px;
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide1 .pxl-item--desc {
		margin-bottom: 25px;
		font-size: 15px;
	}
}
.pxl-feature-slide1 .pxl-item--label {
	margin-bottom: 35px;
	font-size: 17px;
	font-weight: 600;
	color: var(--secondary-color);
	-webkit-transform: translateY(-35px);
	-khtml-transform: translateY(-35px);
	-moz-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	-o-transform: translateY(-35px);
	transform: translateY(-35px);
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide1 .pxl-item--label {
		font-size: 15px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide1 .pxl-item--label {
		margin-bottom: 20px;
	}
}
.pxl-feature-slide1 .btn {
	line-height: 75px;
	background-color: #fff;
	color: var(--secondary-color);
	-webkit-transform: translateY(-5px);
	-khtml-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	min-width: 50%;
	flex-grow: 1;
	padding: 0 35px;
	display: inline-flex;
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide1 .btn {
		font-size: 12px;
		padding: 0 15px;
	}
}
.pxl-feature-slide1 .btn .pxl--btn-text {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	text-align: center;
	transform: translateX(15px);
}
.pxl-feature-slide1 .btn .pxl--btn-icon {
	font-size: 25px;
	opacity: 0;
}
.pxl-feature-slide1 .btn:hover, .pxl-feature-slide1 .btn:focus {
	background-color: #fff;
	color: var(--secondary-color);
}
.pxl-feature-slide1 .btn:hover .pxl--btn-text, .pxl-feature-slide1 .btn:focus .pxl--btn-text {
	transform: translateX(0px);
}
@media screen and (min-width: 576px) {
	.pxl-feature-slide1 .btn:hover .pxl--btn-text, .pxl-feature-slide1 .btn:focus .pxl--btn-text {
		flex-grow: 1;
		text-align: left;
	}
}
.pxl-feature-slide1 .btn:hover .pxl--btn-icon, .pxl-feature-slide1 .btn:focus .pxl--btn-icon {
	opacity: 1;
	font-size: 25px;
}
.pxl-feature-slide1 .btn + .btn {
	border-left: 2px solid #ddd;
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide1 .btn {
		flex-grow: 1;
	}
	.pxl-feature-slide1 .btn + .btn {
		border-left: none;
		background-color: #f8f8f8;
	}
}
.pxl-feature-slide1 .pxl-wrapper-button {
	display: flex;
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide1 .pxl-wrapper-button {
		flex-wrap: wrap;
	}
}
.pxl-feature-slide1 .icon-svg {
	text-align: center;
}
.pxl-feature-slide1 .icon-svg svg {
	max-height: 60px;
	-webkit-transform: rotate(125deg);
	-khtml-transform: rotate(125deg);
	-moz-transform: rotate(125deg);
	-ms-transform: rotate(125deg);
	-o-transform: rotate(125deg);
	transform: rotate(125deg);
	max-width: 60px;
}
.pxl-feature-slide1 .pxl-item-meta {
	padding: 70px 50px 40px;
	display: flex;
	flex-direction: column;
	background-color: var(--fourth-color);
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide1 .pxl-item-meta {
		padding: 45px 15px 25px;
	}
}
.pxl-feature-slide1 .pxl-item-meta * {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}
.pxl-feature-slide1 .pxl-item-body {
	opacity: 0;
	text-align: center;
	max-width: 640px;
	transform: translateY(20%) scaleY(0.5);
	-webkit-transition: all 500ms linear 0ms;
	-khtml-transition: all 500ms linear 0ms;
	-moz-transition: all 500ms linear 0ms;
	-ms-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide1 .pxl-item-body {
		transform: translateY(20%) scaleY(1);
		max-width: 100%;
	}
}
.pxl-feature-slide1 .pxl-item--inner {
	z-index: 1;
	position: relative;
	padding: 70px 30px 0px 150px;
	overflow: hidden;
	transition: opacity 0.2s ease-in-out, transform 0.5s ease 0.1s;
	background-color: #000;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: end;
}
@media screen and (max-width: 1400px) {
	.pxl-feature-slide1 .pxl-item--inner {
		padding-left: 100px;
	}
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide1 .pxl-item--inner {
		padding: 70px 15px 0px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide1 .pxl-item--inner {
		padding: 35px 15px;
		display: flex;
		align-items: center;
	}
}
.pxl-feature-slide2 {
	position: relative;
}
.pxl-feature-slide2 .bg-feature-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0.2;
	transition: opacity 0.4s ease-in-out, transform 1s ease 0.4s;
	-webkit-transform: scale(1.4);
	-khtml-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.pxl-feature-slide2 .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.pxl-feature-slide2 .pxl-item--title {
	font-size: 55px;
	line-height: 1.182;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
	max-width: 620px;
	-webkit-transform: translateY(-35px);
	-khtml-transform: translateY(-35px);
	-moz-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	-o-transform: translateY(-35px);
	transform: translateY(-35px);
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide2 .pxl-item--title {
		font-size: 45px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide2 .pxl-item--title {
		font-size: 35px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide2 .pxl-item--title {
		font-size: 28px;
	}
}
.pxl-feature-slide2 .pxl-item--title cite {
	color: var(--primary-color);
	font-style: normal;
}
.pxl-feature-slide2 .pxl-item--desc {
	font-size: 17px;
	color: #fff;
	line-height: 28px;
	-webkit-transform: translateY(-25px);
	-khtml-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	transform: translateY(-25px);
	margin-bottom: 45px;
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide2 .pxl-item--desc {
		margin-bottom: 25px;
		font-size: 15px;
	}
}
.pxl-feature-slide2 .btn {
	line-height: 55px;
	background-color: #fff;
	color: var(--secondary-color);
	-webkit-transform: translateY(-10px);
	-khtml-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 0 35px;
	display: inline-flex;
	margin-right: 25px;
}
@media screen and (min-width: 768px) {
	.pxl-feature-slide2 .btn {
		min-width: 50%;
		flex-grow: 1;
	}
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide2 .btn {
		margin-bottom: 15px;
		font-size: 12px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide2 .btn {
		padding: 0 15px;
	}
}
.pxl-feature-slide2 .btn .pxl--btn-text {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	text-align: left;
	flex-grow: 1;
}
.pxl-feature-slide2 .btn .pxl--btn-icon {
	font-size: 25px;
}
.pxl-feature-slide2 .btn .pxl--btn-icon i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-feature-slide2 .btn:hover, .pxl-feature-slide2 .btn:focus {
	background-color: var(--fourth-color);
	color: var(--secondary-color);
}
.pxl-feature-slide2 .btn:hover .pxl--btn-icon i, .pxl-feature-slide2 .btn:focus .pxl--btn-icon i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide2 .btn {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.pxl-feature-slide2 .btn + .btn {
		background-color: #f8f8f8;
	}
}
.pxl-feature-slide2 .pxl-wrapper-button {
	display: flex;
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide2 .pxl-wrapper-button {
		flex-wrap: wrap;
	}
}
.pxl-feature-slide2 .pxl-item-meta {
	display: flex;
	flex-direction: column;
	margin-top: 45px;
	margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
	.pxl-feature-slide2 .pxl-item-meta {
		margin-top: 0;
	}
}
.pxl-feature-slide2 .pxl-item-meta * {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}
.pxl-feature-slide2 .pxl-item-body {
	opacity: 0;
	max-width: 640px;
	transform: translateY(20%) scaleY(0.5);
	-webkit-transition: all 500ms linear 0ms;
	-khtml-transition: all 500ms linear 0ms;
	-moz-transition: all 500ms linear 0ms;
	-ms-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
	/* Banner Box CSS*/
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide2 .pxl-item-body {
		transform: translateY(20%) scaleY(1);
		max-width: 100%;
	}
}
.pxl-feature-slide2 .box-image-second {
	text-align: right;
	margin-top: -100px;
	position: relative;
	z-index: -1;
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide2 .box-image-second {
		margin-top: -45px;
	}
}
@media screen and (min-width: 1400px) {
	.pxl-feature-slide2 .box-image-second {
		margin-top: -150px;
	}
}
.pxl-feature-slide2 .box-image-second img {
	max-height: 240px;
	width: auto;
}
@media screen and (max-width: 1600px) {
	.pxl-feature-slide2 .box-image-second img {
		max-height: 180px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide2 .box-image-second img {
		max-height: 120px;
	}
}
.pxl-feature-slide2 .pxl-iconbox--content {
	position: relative;
	padding: 60px 0 0 50px;
	z-index: 1;
}
@media screen and (max-width: 1600px) {
	.pxl-feature-slide2 .pxl-iconbox--content {
		padding: 60px 0 0 50px;
	}
}
@media screen and (max-width: 991px) {
	.pxl-feature-slide2 .pxl-iconbox--content {
		padding: 60px 0 0 25px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide2 .pxl-iconbox--content {
		padding: 60px 0 0 15px;
	}
}
.pxl-feature-slide2 .el-item--title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 35px;
	padding: 0 15px 0 0;
}
@media screen and (min-width: 1400px) {
	.pxl-feature-slide2 .el-item--title {
		max-width: 390px;
	}
}
@media screen and (max-width: 1600px) {
	.pxl-feature-slide2 .el-item--title {
		font-size: 30px;
	}
}
.pxl-feature-slide2 .el-readmore {
	width: 76px;
	height: 76px;
	padding: 0;
	background-color: var(--fifth-color);
	color: #fff;
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide2 .el-readmore {
		width: 55px;
		height: 55px;
	}
}
.pxl-feature-slide2 .el-readmore i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-feature-slide2 .el-readmore:hover {
	background-color: var(--secondary-color);
	color: var(--primary-color);
}
.pxl-feature-slide2 .el-readmore:hover i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-feature-slide2 .pxl-banner-slider {
	overflow: hidden;
}
@media screen and (min-width: 1400px) {
	.pxl-feature-slide2 .pxl-banner-slider {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
	}
}
@media screen and (min-width: 1601px) {
	.pxl-feature-slide2 .pxl-banner-slider {
		min-width: 680px;
	}
}
.pxl-feature-slide2 .pxl-item--inner {
	z-index: 1;
	position: relative;
	padding: 270px 30px 170px 220px;
	overflow: hidden;
	transition: opacity 0.2s ease-in-out, transform 0.5s ease 0.1s;
	background-color: #000;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: end;
}
@media screen and (max-width: 1400px) {
	.pxl-feature-slide2 .pxl-item--inner {
		padding-left: 100px;
	}
}
@media screen and (max-width: 1200px) {
	.pxl-feature-slide2 .pxl-item--inner {
		padding: 70px 15px 70px 80px;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	.pxl-feature-slide2 .pxl-item--inner {
		padding: 55px 15px 55px 70px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-feature-slide2 .pxl-item--inner {
		padding: 55px 15px;
	}
}
.pxl-feature-slide2 .pxl-carousel-inner {
	position: relative;
}
.pxl-swiper-container {
	margin: 0 -15px;
	position: relative;
	overflow: hidden;
}
.pxl-swiper-container.swiper-fade .pxl-swiper-slide {
	opacity: 0 !important;
}
.pxl-swiper-container.swiper-fade .pxl-swiper-slide.swiper-slide-active {
	opacity: 1 !important;
	z-index: 1;
}
.pxl-swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.pxl-swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: auto;
	height: 100%;
	position: relative;
	padding: 0 15px;
}
.pxl-navigation-carousel {
	display: inline-flex;
	margin: 0 -10px;
}
.pxl-swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.pxl-swiper-pagination .pxl-swiper-current-slide, .pxl-swiper-pagination .pxl-swiper-total-slides {
	font-size: 18px;
	font-weight: 700;
	color: #cccabf;
	margin: 0 14px;
}
.pxl-swiper-pagination .pxl-swiper-current-slide:before, .pxl-swiper-pagination .pxl-swiper-total-slides:before {
	content: '0';
}
.pxl-swiper-pagination .pxl-swiper-current-slide {
	color: #0a1316;
}
.pxl-swiper-boxshadow .pxl-carousel-inner {
	margin: 0 -30px;
}
.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
	padding: 0 30px;
}
.pxl-swiper-boxshadow .pxl-swiper-slide {
	-webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
	opacity: 0;
}
@media screen and (max-width: 1200px) {
	.pxl-swiper-boxshadow .pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
		margin-left: 45px;
		margin-right: 45px;
	}
}
.pxl-swiper-nogap .pxl-swiper-container {
	margin: 0;
}
.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
	padding: 0;
}
.pxl-swiper-thumbs {
	overflow: hidden;
	padding: 0 15px;
}
.pxl-swiper-thumbs .swiper-slide {
	cursor: pointer;
	padding: 0 15px;
}
.swiper-container-vertical {
	height: 300px;
}
.swiper-container-vertical .pxl-swiper-wrapper, .swiper-container-vertical .swiper-wrapper {
	flex-direction: column;
}
.swiper-container-vertical .pxl-swiper-slide, .swiper-container-vertical .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
[data-slider-mode="fade"] .swiper-slide-active {
	z-index: 9;
}
.swiper-creative .pxl-swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
	transition-property: transform;
}
.swiper-3d .pxl-swiper-wrapper {
	transform-style: preserve-3d;
	transform: translate3d(0px, 0, 0);
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .pxl-swiper-slide {
	transform-style: preserve-3d;
}
.pxl--hide-arrow .pxl-swiper-arrow-wrap {
	opacity: 0 !important;
	visibility: hidden !important;
	position: absolute;
}
.swiper-vertical {
	touch-action: pan-x;
}
.swiper-vertical > .pxl-swiper-wrapper {
	flex-direction: column;
}
.swiper-vertical.swiper-backface-hidden .pxl-swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto !important;
}
.swiper-filter-active .non-swiper-slide {
	display: none;
}
.swiper-filter-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.swiper-filter-wrap .filter-item {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px 24px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.swiper-filter-wrap .filter-item:before {
	content: '';
	width: 11px;
	height: 41px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	border-radius: 11px;
	background-color: #f4f4f4;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scaleY(0);
	-khtml-transform: translate(-50%, -50%) scaleY(0);
	-moz-transform: translate(-50%, -50%) scaleY(0);
	-ms-transform: translate(-50%, -50%) scaleY(0);
	-o-transform: translate(-50%, -50%) scaleY(0);
	transform: translate(-50%, -50%) scaleY(0);
	opacity: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: -1;
}
.swiper-filter-wrap .filter-item span {
	color: #010927;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-filter-wrap .filter-item.active {
	color: var(--primary-color);
}
.swiper-filter-wrap .filter-item.active:before {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scaleY(1);
	-khtml-transform: translate(-50%, -50%) scaleY(1);
	-moz-transform: translate(-50%, -50%) scaleY(1);
	-ms-transform: translate(-50%, -50%) scaleY(1);
	-o-transform: translate(-50%, -50%) scaleY(1);
	transform: translate(-50%, -50%) scaleY(1);
}
.pxl-swiper-slider .pxl-post--image img, .pxl-swiper-slider .pxl-post--featured img {
	width: 100%;
}
.pxl-swiper-slider .pxl-post--title a, .pxl-swiper-slider .pxl-post--category a {
	color: inherit;
}
.pxl-swiper-slider .pxl-post--title a:hover, .pxl-swiper-slider .pxl-post--category a:hover {
	color: inherit;
}
.pxl-swiper-fraction-first, .pxl-swiper-fraction-last {
	font-size: 20px;
	font-weight: 700;
	color: #040505;
	margin: 0 16px;
	display: inline-flex;
}
.pxl-swiper-dots.pxl-swiper-pagination-bullets span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-swiper-dots.pxl-swiper-pagination-progressbar {
	height: 1px;
	background-color: rgba(70, 74, 79, 0.12);
	width: 100%;
	position: relative;
	margin-top: 68px;
	/* Swiper Dots Style */
}
.pxl-swiper-dots.pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	height: 3px;
	background-color: var(--fourth-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	transform-origin: left top;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
	margin-top: 35px;
	text-align: center;
	display: flex;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	position: relative;
	background-color: transparent;
	margin: 2px;
	z-index: 1;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	border-radius: 25px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	border: 1px solid transparent;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	z-index: -2;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet span {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: rgba(var(--third-color-rgb),0.5);
	transition: all 0.3s ease-in-out;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active span {
	background-position: 0%;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	border-color: var(--primary-color);
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets {
	margin: 35px 10px 0 10px;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	background-color: transparent;
	z-index: 1;
	display: inline-flex;
	margin: 4px;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet span {
	width: 10px;
	height: 10px;
	background-color: var(--third-color);
	transition: all 0.3s ease-in-out;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active span {
	background-color: var(--primary-color);
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before, .pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 1;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets {
	margin: 35px 10px 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	position: relative;
	background-color: #dedede;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	margin: 0 6px;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
	box-shadow: 0 0 0 2px var(--primary-color);
}
html {
	box-sizing: border-box;
}
body {
	background-color: #fff;
	font-size: 18px;
	line-height: 1.625;
	color: #474450;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-weight: normal;
	letter-spacing: 0;
	font-family: "Inter", sans-serif;
	margin: 0;
	padding: 0;
}
body.body-overflow {
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	body.body-visible-sm {
		overflow: visible;
	}
}
a {
	-webkit-transition: all 130ms linear 0ms;
	-khtml-transition: all 130ms linear 0ms;
	-moz-transition: all 130ms linear 0ms;
	-ms-transition: all 130ms linear 0ms;
	-o-transition: all 130ms linear 0ms;
	transition: all 130ms linear 0ms;
	color: var(--link-color);
}
a:before, a:after {
	-webkit-transition: inherit;
	-khtml-transition: inherit;
	-moz-transition: inherit;
	-ms-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
a:hover {
	color: var(--link-color-hover);
}
a:active {
	color: var(--link-color-active);
}
a, a:hover, a:focus, a:before, a:after {
	outline: none;
	text-decoration: none;
}
.ft-secondary, blockquote:not(.pxl-blockquote) cite, .widget_recent_comments ul, .widget_recent_comments ol, .widget_rss .rsswidget, .widget_block .wp-block-search__label, .widget_block .wp-block-group__inner-container > h2, .widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments, .pxl-wg-categories .pxl-category--inner span, .pxl-contact-info-widget .pxl-phone--number, .pxl-call-phone1.style-1 .pxl-item--number, .pxl-call-phone1.style-2 .pxl-item--number, .pxl-mailchimp-l1.style-box [type="email"], .pxl-mailchimp-l1.style-box2 [type="email"], .pxl-contact-form .pxl-form--label, .pxl-button-video1 .slider-video-title, .pxl-progressbar-1.style-3 .pxl--holder, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total, .woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .button, .woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .wc-forward, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
	font-family: "Fira Sans", sans-serif;
}
.ft-heading, .layout-post-list-1 .list-item.format-standard .pxl-item--readmore a, .layout-post-list-1 .list-item.format-video .pxl-item--readmore a, .layout-post-list-1 .list-item.format-audio .pxl-item--readmore a, .layout-post-list-2 .list-item.format-standard .pxl-item--readmore a, .layout-post-list-2 .list-item.format-video .pxl-item--readmore a, .layout-post-list-2 .list-item.format-audio .pxl-item--readmore a, .pxl-heading .pxl-item--title, .pxl-heading .pxl-item--subtitle, .pxl-meta-box1 .btn-phone, .pxl-pricing1 .pxl-pricing--price, .pxl-pricing1 .btn-prc, .pxl-counter4 .pxl-counter--title, .pxl-counter4 .pxl-counter--subtitle, .pxl-tabs1 .pxl-tab--title, .pxl-process-list .pxl-number span, .pxl-progressbar-1.style-1 .pxl--holder, .woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button, .woocommerce #pxl-sidebar-area .widget_shopping_cart .woocommerce-mini-cart__buttons, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled], .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a, .single-product .woocommerce-social-share label, .single-product #pxl-content-area div.product form.cart label, .single-product > div.product form.cart label, .single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button:before, .single-product > div.product .entry-summary .single_add_to_cart_button:before, .single-product #pxl-content-area div.product .entry-summary .added_to_cart, .single-product > div.product .entry-summary .added_to_cart, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .pxl-blog-grid-layout1 .pxl-post--date .date-day, .pxl-post-carousel1 .pxl-post--date .date-day, .pxl-blog-grid-layout1 .pxl-post--button .btn .pxl--btn-text, .pxl-post-carousel1 .pxl-post--button .btn .pxl--btn-text, .pxl-service-list1.style-default li, .pxl-blog-grid-layout1 .pxl-post--date .date-day, .pxl-post-carousel1 .pxl-post--date .date-day, .pxl-blog-grid-layout1 .pxl-post--button .btn .pxl--btn-text, .pxl-post-carousel1 .pxl-post--button .btn .pxl--btn-text, .btn, .pxl-icon-box3 .btn-readmore, .pxl-imagebox-carousel .el--subtitle, .pxl-imagebox-carousel .item-number {
	font-family: "Oxanium", serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Oxanium", serif;
	color: var(--secondary-color);
	font-weight: 700;
	margin: 0 0 15px;
	clear: both;
	line-height: 1.36;
}
h1, .h1 {
	font-size: 52px;
}
h2, .h2 {
	font-size: 48px;
}
h3, .h3 {
	font-size: 32px;
}
h4, .h4 {
	font-size: 28px;
}
h5, .h5 {
	font-size: 24px;
	line-height: 1.4545;
}
h6, .h6 {
	font-size: 18px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}
p {
	margin: 0 0 15px;
}
table {
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin: 0 0 32px;
	width: 100%;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
table th {
	color: #000;
}
caption, td {
	font-weight: normal;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 13px 8px;
}
th {
	font-weight: 600;
	border-top: 1px solid #ededed;
	padding: 10px;
	border-right: 1px solid #ededed;
}
td {
	border-top: 1px solid #ededed;
	padding: 10px;
	border-right: 1px solid #ededed;
}
dl {
	margin: 0 0 0 25px;
}
dl dt {
	font-weight: normal;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
dl dd {
	line-height: normal;
	margin-bottom: 20px;
}
dl dd a {
	color: #000;
}
dl dd a:hover {
	color: var(--primary-color);
}
code, kbd {
	background-color: transparent;
	border-radius: 4px;
	color: inherit;
	font-size: 100%;
	padding: 2px 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
ins {
	color: #fff;
	border: none;
	padding: 2px;
	text-decoration: none;
	background-color: var(--primary-color);
}
pre {
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
ol {
	list-style: outside none decimal;
	margin-bottom: 32px;
}
ul {
	padding: 0;
	margin: 0 0 32px;
}
ul li {
	list-style-position: inside;
}
dl + h2 + ul {
	padding-left: 35px;
}
dl + h2 + ul ul {
	padding-left: 35px;
}
dl + h2 + ul ul li {
	list-style: outside;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
	font-size: 0.875em;
	font-style: italic;
}
.gallery-caption {
	opacity: 1;
	margin-top: 10px;
}
.wp-block-group.has-background {
	padding: 40px;
	margin-bottom: 30px;
}
.wp-caption-text {
	text-align: center;
}
.alignleft, .alignright, .aligncenter {
	margin-top: 15px;
	margin-bottom: 32px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 35px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sticky {
	display: block;
}
.screen-reader-text {
	display: none;
}
.bypostauthor {
	display: block;
}
blockquote:not(.pxl-blockquote) {
	padding: 28px 30px;
	font-size: 22px;
	line-height: 1.5;
	color: var(--secondary-color);
	position: relative;
	font-weight: 400;
	margin: 30px 0 26px;
	z-index: 1;
	background-color: #f8f9fa;
	border-left: 5px solid var(--primary-color);
	border-radius: 10px;
	overflow: hidden;
}
blockquote:not(.pxl-blockquote):before {
	content: '';
	background-color: var(--primary-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	blockquote:not(.pxl-blockquote) {
		padding-left: 20px;
		padding-right: 20px;
	}
}
blockquote:not(.pxl-blockquote) cite {
	position: relative;
	padding-left: 76px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	margin-top: 15px;
	display: inline-block;
}
blockquote:not(.pxl-blockquote) cite:before {
	content: '';
	width: 65px;
	height: 2px;
	background-color: var(--primary-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
blockquote:not(.pxl-blockquote) .pxl-blockquote-icon {
	line-height: 1;
	font-size: 56px;
	position: absolute;
	top: 10px;
	left: 18px;
	transform: scale(-1);
	opacity: 0.47;
}
blockquote:not(.pxl-blockquote) p {
	margin-bottom: 0 !important;
}
blockquote:not(.pxl-blockquote).wp-block-quote p {
	margin-bottom: 16px !important;
}
blockquote:not(.pxl-blockquote).wp-block-quote cite br {
	display: none;
}
blockquote:not(.pxl-blockquote).wp-block-quote.has-text-align-right:before {
	left: auto;
	right: 0;
}
.wp-block-button {
	margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
	padding-left: 32px;
	padding-right: 32px;
	background-color: var(--secondary-color);
	font-size: 16px;
	font-weight: 700;
}
.wp-block-button .wp-block-button__link:not([href]) {
	color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.wp-block-button .wp-block-button__link:hover:not([href]) {
	color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	color: var(--primary-color);
	height: auto;
	width: auto;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.wp-block-button.aligncenter {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.has-background-dim {
	color: #fff;
	margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
	float: left;
}
.wp-block-gallery .blocks-gallery-caption {
	margin-bottom: 22px;
}
.wp-block-gallery.alignleft {
	margin-right: 30px;
}
.wp-block-gallery.alignright {
	margin-left: 30px;
}
#tslOverlay {
	background-color: transparent !important;
	z-index: 999999 !important;
	/* Recoleta Font */
}
@font-face {
	font-family: 'Kenyan Coffee';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/kenyan/kenyan-coffee.woff') format('woff');
}
.ft-kenyan, .pxl-item--archive .pxl-item--title, .pxl--author-info .entry-author-meta .author-name, .pxl--post-footer > div .pxl-label, .widget .widget-title, .pxl-widget-title, .wp-block-heading, .widget_pxl_recent_posts .pxl-item--title, .comments-title, .comment-reply-title, .comment-form button.btn-submit, .pxl-showcase3 .pxl-item--title, .btn-text-custom .pxl-contact-form .wpcf7-submit, .pxl-text-slip1 .pxl-item--text, .pxl-banner3 .pxl-box-counter, .pxl-banner-carousel1 .box-discounter, .pxl-banner-carousel1 .box-discounter .pxl-title-discounter, .pxl-banner-carousel1 .pxl-box-meta .pxl-item--title, .pxl-banner-carousel1 .pxl-box-meta .btn-readmore, .pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-title-small, .pxl-work-process .pxl-item--title, .woocommerce span.onsale, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-product--title, .single-product section.related h2, .single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title, .single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button, .single-product > div.product .entry-summary .single_add_to_cart_button, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit input[type="submit"], .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit input[type="submit"], .pxl-recent-post1 .pxl-post--date, .pxl-service-grid-layout1 .pxl-post--title, .pxl-service-carousel1 .pxl-post--title, .pxl-portfolio-carousel2 .pxl-post--title, .pxl-portfolio-grid-layout1 .pxl-post--title, .pxl-recent-post1 .pxl-post--date, .pxl-icon-box5 .pxl-item--title, .pxl-testimonial-carousel2 .pxl-item--title, .pxl-testimonial-grid1 .pxl-item--title {
	font-family: 'Kenyan Coffee';
	/*   font-weight: 400; */
	letter-spacing: 0.01em;
}
.ft-kenyan2, .pxl-mailchimp-l1.btn-ft-kenyan [type="submit"] {
	font-family: 'Kenyan Coffee' !important;
	font-weight: 400;
}
@media screen and (min-width: 1400px) {
	.col-xxl-3 {
		width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
#pxl-wapper {
	overflow: clip;
}
@media screen and (min-width: 1201px) {
	#pxl-wapper .container {
		max-width: 1320px;
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	#pxl-wapper {
		overflow-x: hidden;
	}
	#pxl-wapper .container {
		max-width: 100%;
	}
}
#pxl-wapper .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	#pxl-wapper #pxl-sidebar-area {
		margin-top: 60px;
	}
}
@media screen and (min-width: 992px) {
	#pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
		flex-direction: row-reverse;
	}
	#pxl-wapper .pxl-has-sidebar.pxl-sidebar-left .pxl-sidebar-area {
		padding-left: 0;
	}
	#pxl-wapper .pxl-has-sidebar.pxl-sidebar-left .pxl-content-area {
		padding-right: 0;
	}
	#pxl-wapper .pxl-has-sidebar.pxl-sidebar-right .pxl-content-area {
		padding-left: 0;
	}
	#pxl-wapper .pxl-has-sidebar.pxl-sidebar-right .pxl-sidebar-area {
		padding-right: 0;
	}
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section > .elementor-container.elementor-column-gap-extended {
	margin: 0 -15px;
	left: calc(50% + 15px);
	transform: translate(-50%, 0);
	position: relative;
}
@media screen and (max-width: 1200px) {
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section.pxl-inner-section-maxwidth > .elementor-container {
	max-width: 1320px !important;
	margin: auto;
}
#pxl-main {
	padding: 120px 0;
}
@media screen and (max-width: 1200px) {
	#pxl-main {
		overflow-x: clip;
		padding: 80px 0;
	}
}
@media screen and (max-width: 1200px) {
	#pxl-main > .elementor-container {
		padding: 0 15px;
	}
}
@media screen and (min-width: 1201px) {
	#pxl-main {
		margin: 0 auto;
	}
	#pxl-main > .elementor-container > .row {
		margin-left: 0;
		margin-right: 0;
	}
}
.elementor-page:not(.single-post):not(.single-product) #pxl-main {
	padding: 110px 0;
}
.elementor-page.single-product .woocommerce-Tabs-panel > .elementor {
	margin: 0 -15px;
}
@media screen and (min-width: 1201px) {
	body:not(.elementor-editor-active) .pxl-row-scroll-fixed > .elementor-container {
		align-items: flex-start;
		justify-content: space-between;
	}
	body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
		position: sticky;
	}
}
@media screen and (max-width: 1200px) {
	body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
		top: 0 !important;
	}
}
body.elementor-editor-active .pxl-row-scroll-fixed .pxl-column-sticky {
	top: 0 !important;
}
body.elementor-editor-active .elementor-widget:not(:last-child) {
	margin-block-end: 0;
}
.elementor-page:not(.single-post):not(.single-product) #pxl-content-area.col-12, .elementor-page:not(.single-post):not(.single-product) #pxl-footer-elementor .row > .col-12 {
	padding: 0;
	min-height: 0px;
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.elementor-page:not(.single) #pxl-content-area.col-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.single-post .pxl-item--excerpt > .elementor {
	margin: 0 -15px;
}
.pxl-bg-color-full {
	z-index: 1;
}
.pxl-bg-color-full .pxl-section-overlay-color {
	z-index: -1;
	content: '';
	background-color: #070f01;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-bg-color-skew {
	z-index: 1;
}
.pxl-bg-color-skew .pxl-section-overlay-color {
	z-index: -1;
	content: '';
	background-color: #080808;
	position: absolute;
	top: 0;
	left: 6px;
	right: 6px;
	bottom: 0;
	transform: skewX(-12deg);
	max-width: 1160px;
	margin: auto;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}
#pxl-page-title-elementor {
	background-color: #fff;
}
@media screen and (max-width: 1200px) {
	#pxl-page-title-elementor {
		overflow: hidden;
	}
}
#pxl-page-title-default {
	background-color: #f5f6f6;
	padding: 150px 0;
}
@media screen and (max-width: 767px) {
	#pxl-page-title-default {
		padding: 90px 0;
	}
}
#pxl-page-title-default .row {
	align-items: center;
}
#pxl-page-title-default .pxl-page-title {
	margin: 0;
}
@media screen and (max-width: 1200px) {
	#pxl-page-title-default .pxl-page-title {
		font-size: 48px;
	}
}
@media screen and (max-width: 767px) {
	#pxl-page-title-default .pxl-page-title {
		font-size: 42px;
		text-align: center;
	}
}
#pxl-page-title-default .pxl-page-title + .pxl-breadcrumb {
	margin-top: 20px;
}
#pxl-page-title-default .ptitle-col-right {
	justify-content: flex-end;
	display: inline-flex;
}
@media screen and (max-width: 767px) {
	#pxl-page-title-default .ptitle-col-right {
		justify-content: center;
	}
}
#pxl-page-title-default .pxl-breadcrumb li:last-child {
	color: var(--primary-color);
}
#pxl-footer-default {
	padding: 44px 0;
	background-color: var(--secondary-color);
	font-size: 16px;
	text-align: center;
	color: #fff;
}
#pxl-footer-default a {
	color: inherit;
}
#pxl-footer-default a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}
.pxl-scroll-top {
	width: 46px;
	height: 46px;
	position: fixed;
	bottom: 20px;
	right: 40px;
	line-height: 46px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	z-index: 9999;
	color: #fff;
	text-align: center;
	font-size: 28px;
	opacity: 0;
	visibility: hidden;
	box-shadow: inset 0 0 0 2px #d4d4d4;
}
@media screen and (max-width: 991px) {
	.pxl-scroll-top {
		right: 25px;
	}
}
.pxl-scroll-top:before {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	z-index: -1;
	background-color: #01062e;
	border-radius: 100%;
}
.pxl-scroll-top .pxl-scroll-progress-circle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.pxl-scroll-top .pxl-scroll-progress-circle path {
	fill: none;
	stroke: var(--primary-color);
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.pxl-scroll-top.pxl-on {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 991px) {
	.pxl-scroll-top.pxl-on {
		bottom: 25px;
	}
}
.pxl-scroll-top:hover, .pxl-scroll-top:focus {
	color: #fff;
}
@keyframes pxl_scroll_top_effect {
	0% {
		transform: translateX(3px);
	}
	100% {
		transform: translateX(-3px);
	}
}
@keyframes pxl_scroll_bottom_effect {
	0% {
		transform: translateY(-3px);
	}
	100% {
		transform: translateY(3px);
	}
}
@media screen and (max-width: 1024px) {
	.section-bg-bl-lg {
		background-position: left bottom !important;
	}
}
#pxl-footer-elementor .pxl-footer-hide {
	display: none !important;
}
#pxl-footer-elementor .footer-elementor-inner > .container {
	max-width: 100%;
}
#pxl-footer-elementor .footer-elementor-inner > .container > .row > .col-12 {
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 767px) {
	#pxl-footer-elementor {
		overflow-x: clip;
	}
}
.pxl-footer-fixed #pxl-footer-elementor {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 1200px) {
	.pxl-footer-fixed #pxl-footer-elementor {
		position: static;
		overflow: hidden;
	}
}
.pxl-footer-fixed #pxl-header-elementor, .pxl-footer-fixed #pxl-page-title-elementor {
	background-color: #fff;
}
.pxl-footer-fixed #pxl-main {
	background-color: #fff;
}
@media screen and (max-width: 1200px) {
	.pxl-footer-fixed #pxl-main {
		margin-bottom: 0 !important;
	}
}
.elementor-editor-active #pxl-header-default, .elementor-editor-active #pxl-header-elementor, .elementor-editor-active #pxl-page-title-default, .elementor-editor-active #pxl-footer-elementor, .elementor-editor-active .pxl-menu-primary .sub-menu, .elementor-editor-active .pxl-menu-primary .children, .elementor-editor-active #pxl-page-title-elementor {
	display: none;
}
.elementor-editor-active.single-footer #pxl-main, .elementor-editor-active.single-header #pxl-main {
	max-width: 1200px;
	padding: 0 15px;
	margin: auto;
}
.elementor-editor-active.single-pxl-template {
	background-color: rgba(0, 0, 0, 0.1);
}
.elementor-editor-active .elementor-inner-section > .elementor-element-overlay > .elementor-editor-element-settings {
	margin-left: 84px;
}
.elementor-editor-active .elementor-inner-section .elementor-column .elementor-editor-element-settings {
	margin-left: 12px;
}
.elementor-editor-active .elementor-section-wrap.ui-sortable {
	margin-top: 30px;
}
body img.mfp-img {
	padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.85;
	background-color: #000;
}
body .mfp-bottom-bar {
	margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-content {
	max-width: 1170px;
	position: static;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close {
	padding: 0;
	right: 0;
	text-align: center;
	top: -36px;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.12);
	cursor: pointer;
	opacity: 1;
	font-size: 0px;
	border: 9px solid transparent;
	position: absolute;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #fff;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
body .mfp-wrap .mfp-container .mfp-iframe-scaler {
	position: relative;
	overflow: visible;
}
body .mfp-wrap .mfp-container .mfp-arrow {
	background-color: var(--primary-color);
	width: 60px;
	height: 120px;
	opacity: 1;
	position: absolute;
}
body .mfp-wrap .mfp-container .mfp-arrow:before, body .mfp-wrap .mfp-container .mfp-arrow:after {
	border: none;
}
body .mfp-wrap .mfp-container .mfp-arrow:before {
	font-family: "Caseicon";
	font-size: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: normal;
	position: absolute;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	left: 50%;
	width: auto;
	height: auto;
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
	content: "\f136";
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
	content: "\f14d";
}
@media screen and (min-width: 1201px) {
	body .mfp-wrap .mfp-container {
		padding: 0 120px;
	}
}
@media screen and (min-width: 992px) {
	body.blog .pxl-content-wrap.no-sidebar .pxl-content-area, body.archive:not(.post-type-archive):not(.tax-product_cat):not(.tax-product_tag) .pxl-content-wrap.no-sidebar .pxl-content-area {
		max-width: 860px;
		margin-left: auto;
		margin-right: auto;
	}
}
.pxl-row-divider-active {
	z-index: 1;
}
.pxl-row-divider-active > .elementor-container {
	z-index: 2;
}
.pxl-row-divider-active .pxl-row-angle {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100px;
}
.pxl-row-divider-wave-animation-top .pxl-row-angle {
	top: -1px;
	-webkit-transform: scaleY(-1);
	-khtml-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	height: 150px;
}
.pxl-row-divider-wave-animation-bottom .pxl-row-angle {
	bottom: -1px;
	height: 150px;
}
.pxl-row-divider-angle-top .pxl-row-angle {
	top: -1px;
	-webkit-transform: scaleX(-1) scaleY(-1);
	-khtml-transform: scaleX(-1) scaleY(-1);
	-moz-transform: scaleX(-1) scaleY(-1);
	-ms-transform: scaleX(-1) scaleY(-1);
	-o-transform: scaleX(-1) scaleY(-1);
	transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-right .pxl-row-angle {
	top: -1px;
	-webkit-transform: scaleX(1) scaleY(-1);
	-khtml-transform: scaleX(1) scaleY(-1);
	-moz-transform: scaleX(1) scaleY(-1);
	-ms-transform: scaleX(1) scaleY(-1);
	-o-transform: scaleX(1) scaleY(-1);
	transform: scaleX(1) scaleY(-1);
}
.pxl-row-divider-angle-bottom .pxl-row-angle {
	bottom: -1px;
}
.pxl-row-divider-angle-bottom-left .pxl-row-angle {
	bottom: -1px;
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
	top: -1px;
	-webkit-transform: scaleX(-1) scaleY(-1);
	-khtml-transform: scaleX(-1) scaleY(-1);
	-moz-transform: scaleX(-1) scaleY(-1);
	-ms-transform: scaleX(-1) scaleY(-1);
	-o-transform: scaleX(-1) scaleY(-1);
	transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-bottom {
	bottom: -1px;
}
.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-top {
	top: -1px;
	-webkit-transform: scaleX(1) scaleY(-1);
	-khtml-transform: scaleX(1) scaleY(-1);
	-moz-transform: scaleX(1) scaleY(-1);
	-ms-transform: scaleX(1) scaleY(-1);
	-o-transform: scaleX(1) scaleY(-1);
	transform: scaleX(1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-bottom {
	bottom: -1px;
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.pxl-row-divider-curved-top .pxl-row-angle {
	top: -1px;
}
.pxl-row-divider-curved-top .pxl-row-angle path {
	fill-rule: evenodd;
}
.pxl-row-divider-curved-bottom .pxl-row-angle {
	bottom: -1px;
	-webkit-transform: scaleY(-1);
	-khtml-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
.pxl-row-divider-curved-bottom .pxl-row-angle path {
	fill-rule: evenodd;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 1490px;
	margin: 0 auto;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical > div {
	background-color: #303233;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line1 {
	left: 0;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line2 {
	left: 20%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line3 {
	left: 40%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line4 {
	left: 60%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line5 {
	left: 80%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line6 {
	right: 0;
}
.pxl-row-divider-rounded-top:before, .pxl-row-divider-rounded-top:after {
	content: '';
	position: absolute;
	height: 53px;
	background-color: #fff;
	top: -53px;
	width: 50%;
}
@media screen and (max-width: 767px) {
	.pxl-row-divider-rounded-top:before, .pxl-row-divider-rounded-top:after {
		top: -30px;
		height: 30px;
	}
}
.pxl-row-divider-rounded-top:before {
	left: 0;
	border-radius: 28px 53px 0 0;
}
@media screen and (max-width: 767px) {
	.pxl-row-divider-rounded-top:before {
		border-radius: 15px 30px 0 0;
	}
}
.pxl-row-divider-rounded-top:after {
	right: 0;
	border-radius: 53px 28px 0 0;
}
@media screen and (max-width: 767px) {
	.pxl-row-divider-rounded-top:after {
		border-radius: 30px 15px 0 0;
	}
}
.pxl-curved-arrow {
	position: absolute;
	height: 48px;
	z-index: 99;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-khtml-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.pxl-curved-arrow.pxl-curved-arrow-top {
	top: -48px;
}
.pxl-curved-arrow.pxl-curved-arrow-bottom {
	bottom: -48px;
	transform: translate(-50%, 0) scaleY(-1);
}
.pxl-curved-arrow-inner-top, .pxl-curved-arrow-inner-bottom {
	height: 48px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-khtml-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.pxl-curved-arrow-inner-top {
	top: 0;
	transform: translate(-50%, 0) scaleY(-1);
}
.pxl-curved-arrow-inner-bottom {
	bottom: 0;
}
.pxl-divider-border {
	position: absolute;
	top: 62px;
	left: 70px;
	right: 70px;
	bottom: 52px;
}
@media screen and (max-width: 1200px) {
	.pxl-divider-border {
		left: 15px;
		right: 15px;
	}
}
.pxl-divider-border .pxl-divider-border-top, .pxl-divider-border .pxl-divider-border-bottom {
	background-color: #fff;
	height: 12px;
	position: absolute;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.pxl-divider-border .pxl-divider-border-top, .pxl-divider-border .pxl-divider-border-bottom {
		height: 8px;
	}
}
.pxl-divider-border .pxl-divider-border-top:before, .pxl-divider-border .pxl-divider-border-bottom:before, .pxl-divider-border .pxl-divider-border-top:after, .pxl-divider-border .pxl-divider-border-bottom:after {
	content: '';
	height: 94px;
	background-color: #fff;
	width: 12px;
	position: absolute;
}
@media screen and (max-width: 767px) {
	.pxl-divider-border .pxl-divider-border-top:before, .pxl-divider-border .pxl-divider-border-bottom:before, .pxl-divider-border .pxl-divider-border-top:after, .pxl-divider-border .pxl-divider-border-bottom:after {
		width: 8px;
	}
}
.pxl-divider-border .pxl-divider-border-top:before, .pxl-divider-border .pxl-divider-border-bottom:before {
	left: 0;
}
.pxl-divider-border .pxl-divider-border-top:after, .pxl-divider-border .pxl-divider-border-bottom:after {
	right: 0;
}
.pxl-divider-border .pxl-divider-border-top {
	top: 0;
}
.pxl-divider-border .pxl-divider-border-top:before, .pxl-divider-border .pxl-divider-border-top:after {
	top: 0;
}
.pxl-divider-border .pxl-divider-border-bottom {
	bottom: 0;
}
.pxl-divider-border .pxl-divider-border-bottom:before, .pxl-divider-border .pxl-divider-border-bottom:after {
	bottom: 0;
}
.pxl-row-divider-top, .pxl-row-divider-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}
.pxl-row-divider-top {
	top: -2px;
}
.pxl-row-divider-bottom {
	bottom: -2px;
}
.pxl-row-particles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
@keyframes pxl_loader_digital1 {
	0% {
		left: 20%;
	}
	50% {
		left: 50%;
	}
	100% {
		left: 20%;
	}
}
@keyframes pxl_loader_digital2 {
	0% {
		left: 80%;
	}
	50% {
		left: 50%;
	}
	100% {
		left: 80%;
	}
}
@keyframes pxl_folding {
	0%, 10% {
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}
@keyframes pxl_loader_prixClipFix {
	0% {
		clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
	}
	25% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
	}
	50% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
	}
	75% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	}
	100% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
	}
}
@keyframes pxl_loader_anim {
	0% {
		box-shadow: 20px -10px, 40px 10px, 60px 0px;
	}
	25% {
		box-shadow: 20px 0px, 40px 0px, 60px 10px;
	}
	50% {
		box-shadow: 20px 10px, 40px -10px, 60px 0px;
	}
	75% {
		box-shadow: 20px 0px, 40px 0px, 60px -10px;
	}
	100% {
		box-shadow: 20px -10px, 40px 10px, 60px 0px;
	}
}
@keyframes pxl_loaderFlash {
	0% {
		background-color: rgba(3, 84, 227, 0.28);
		box-shadow: 32px 0 rgba(3, 84, 227, 0.28), -32px 0 var(--primary-color);
	}
	50% {
		background-color: var(--primary-color);
		box-shadow: 32px 0 rgba(3, 84, 227, 0.28), -32px 0 rgba(3, 84, 227, 0.28);
	}
	100% {
		background-color: rgba(3, 84, 227, 0.28);
		box-shadow: 32px 0 var(--primary-color), -32px 0 rgba(3, 84, 227, 0.28);
	}
}
@keyframes pxl_animloader {
	50% {
		transform: scale(1) translate(-50%, -50%);
	}
}
@keyframes pxl_loader_photography {
	0% {
		left: 0;
		transform: translateX(-100%);
	}
	100% {
		left: 100%;
		transform: translateX(0%);
	}
}
@-webkit-keyframes pxl_site_loading {
	0% {
		-webkit-transform: translate(0) scaleX(0);
		transform: translate(0) scaleX(0);
	}
	30% {
		-webkit-transform: translate(0) scaleX(1);
		transform: translate(0) scaleX(1);
	}
	100%, 80% {
		-webkit-transform: translate(100%) scaleX(0);
		transform: translate(100%) scaleX(0);
	}
}
@keyframes pxl_site_loading {
	0% {
		-webkit-transform: translate(0) scaleX(0);
		transform: translate(0) scaleX(0);
	}
	30% {
		-webkit-transform: translate(0) scaleX(1);
		transform: translate(0) scaleX(1);
	}
	100%, 80% {
		-webkit-transform: translate(100%) scaleX(0);
		transform: translate(100%) scaleX(0);
	}
}
@-webkit-keyframes pxl_reveal {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	80% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@keyframes pxl_reveal {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	80% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@keyframes pxl_loader_rotate1 {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}
@keyframes pxl_loader_rotate2 {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}
@keyframes pxl_loader_rotate3 {
	/*  Site Loader */
	/*  Mouse Move Animation */
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
.pxl-cursor {
	visibility: hidden;
	position: fixed;
	pointer-events: none;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	pointer-events: none;
	top: 0;
	left: 0;
}
.pxl-cursor .pxl-cursor-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower {
	position: absolute;
	background-color: transparent;
	border: 1px solid var(--primary-color);
	opacity: 1;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	-webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: var(--secondary-color);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 6px;
}
.pxl-cursor .pxl-cursor--label {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 15px;
	transform: scale(0);
	will-change: transform, opacity;
	-webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--drap {
	line-height: 87px;
	text-align: center;
	width: 87px;
	height: 87px;
	background-color: var(--secondary-color);
	font-size: 0px;
	-webkit-border-radius: 87px;
	-khtml-border-radius: 87px;
	-moz-border-radius: 87px;
	-ms-border-radius: 87px;
	-o-border-radius: 87px;
	border-radius: 87px;
	-webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0);
	will-change: transform, opacity;
	color: #fff;
}
.pxl-cursor .pxl-cursor--drap:before, .pxl-cursor .pxl-cursor--drap:after {
	content: "\f10b";
	font-family: "Caseicon";
	font-size: 10px;
	display: inline-flex;
}
.pxl-cursor .pxl-cursor--drap:before {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.pxl-cursor .pxl-cursor--drap:after {
	margin-left: 10px;
}
.pxl-cursor .pxl-cursor--icon {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	transform: scale(0);
	will-change: transform, opacity;
	-webkit-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-khtml-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor.is-enabled {
	visibility: visible;
}
.pxl-cursor.is-hidden .pxl-cursor-wrapper {
	transform: scale(0) !important;
}
.pxl-cursor.is-mouse-down .pxl-cursor-wrapper {
	transform: scale(0.8);
}
.pxl-cursor.is-active .pxl-cursor--follower {
	background-color: rgba(var(--primary-color-rgb),0.25);
	-webkit-transform: scale(3);
	-khtml-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
	border: none;
}
.pxl-cursor.is-active .pxl-cursor--follower:before {
	display: none;
}
.pxl-cursor.is-active.has-label .pxl-cursor--follower {
	background-color: var(--secondary-color);
	opacity: 1;
}
.pxl-cursor.is-active.has-drap .pxl-cursor--drap {
	transform: scale(1);
}
.pxl-cursor.is-active.has-label .pxl-cursor--label {
	transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-right .pxl-cursor--follower {
	background-color: black;
	opacity: 0.8;
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon {
	transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
	content: "\f10e";
	font-family: "Caseicon";
	font-size: 24px;
	color: #fff;
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon {
	transform: scale(1);
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
	content: "\f142";
	font-family: "Caseicon";
	font-size: 22px;
	color: #fff;
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon {
	transform: scale(1);
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon:before {
	content: "\f142";
	font-family: "Caseicon";
	font-size: 22px;
	color: #fff;
	transform: scaleX(-1);
}
.pxl-cursor.is-active.has-remove {
	opacity: 0;
}
.pxl-cursor.is-active-section .pxl-cursor--follower {
	opacity: 0;
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.pxl-cursor.drap-style1 .pxl-cursor--drap {
	background-color: #fff;
	height: 135px;
	width: 135px;
	line-height: 135px;
	color: #000;
}
.pxl-cursor.drap-style1 .pxl-cursor--drap:before, .pxl-cursor.drap-style1 .pxl-cursor--drap:after {
	font-size: 12px;
}
.elementor-editor-active.page-template-default {
	/* Cookie Policy */
}
.elementor-editor-active.page-template-default #pxl-content-area {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.elementor-editor-active.page-template-default #pxl-sidebar-area {
	display: none;
}
.pxl-cookie-policy {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 570px;
	background-color: #fff;
	-webkit-border-radius: 57px;
	-khtml-border-radius: 57px;
	-moz-border-radius: 57px;
	-ms-border-radius: 57px;
	-o-border-radius: 57px;
	border-radius: 57px;
	padding: 17px 58px 17px 24px;
	-webkit-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
	-khtml-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
	-moz-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
	-ms-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
	-o-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
	box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
	font-size: 15px;
	color: #111013;
	z-index: 9999;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
	visibility: hidden;
	/* PXL Popup */
}
@media screen and (max-width: 767px) {
	.pxl-cookie-policy {
		max-width: 290px;
		padding-left: 25px;
		padding-right: 25px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		display: none;
	}
}
.pxl-cookie-policy a {
	font-weight: 700;
	text-decoration: underline;
	color: inherit;
	text-underline-offset: 2px;
	margin: 0 4px;
	white-space: nowrap;
}
.pxl-cookie-policy a:hover {
	text-decoration: none;
	color: var(--primary-color);
}
.pxl-cookie-policy .pxl-item--icon {
	min-width: 20px;
}
.pxl-cookie-policy .pxl-item--icon img {
	max-height: 20px;
}
.pxl-cookie-policy .pxl-item--close {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-width: 12px;
}
.pxl-cookie-policy .pxl-item--close:before, .pxl-cookie-policy .pxl-item--close:after {
	height: 1px;
}
@media screen and (max-width: 767px) {
	.pxl-cookie-policy .pxl-item--close {
		top: 10px;
		-webkit-transform: translate(0, 0%);
		-khtml-transform: translate(0, 0%);
		-moz-transform: translate(0, 0%);
		-ms-transform: translate(0, 0%);
		-o-transform: translate(0, 0%);
		transform: translate(0, 0%);
	}
}
.pxl-cookie-policy.pxl-active {
	opacity: 1;
	visibility: visible;
	bottom: 40px;
}
.pxl-cookie-policy.pxl-hidden {
	opacity: 0;
	visibility: hidden;
	bottom: 30px;
}
.pxl-popup--close.style2 {
	border: none;
	width: 24px;
	height: 24px;
	background-color: transparent;
}
.pxl-popup--close.style2:before, .pxl-popup--close.style2:after {
	background-color: #878787;
}
.pxl-popup {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.43);
	z-index: 99991;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/* Section Overlay Image */
}
.pxl-popup .pxl-popup--content {
	width: 100%;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-popup .pxl-popup--close {
	border-width: 8px;
}
.pxl-popup .pxl-popup--close:before, .pxl-popup .pxl-popup--close:after {
	background-color: #a7a7a7;
}
.pxl-popup .pxl-popup--close:hover:before, .pxl-popup .pxl-popup--close:hover:after {
	background-color: #111;
}
.pxl-popup.pxl-effect-zoom .pxl-popup--content {
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.pxl-popup.pxl-effect-fade-slide .pxl-popup--content {
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(14deg);
	-khtml-transform: translateY(-20px) perspective(600px) rotateX(14deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(14deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(14deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(14deg);
	transform: translateY(-20px) perspective(600px) rotateX(14deg);
}
.pxl-popup.pxl-active {
	opacity: 1;
	visibility: visible;
}
.pxl-popup.pxl-active.pxl-effect-zoom .pxl-popup--content {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl-popup.pxl-active.pxl-effect-fade-slide .pxl-popup--content {
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-khtml-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}
.pxl-section-overlay-image {
	/* End Section Overlay Image */
}
.pxl-section-overlay-image .pxl-overlay--image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}
.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageLeft {
	right: auto;
}
.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageRight {
	right: 0;
	left: auto;
}
.pxl-section-overlay-image .pxl-overlay--image .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
	right: 140px;
	left: 46%;
}
@media screen and (max-width: 1024px) {
	.pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
		display: none;
	}
}
.pxl-section-effect-images {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.pxl-section-effect-images .pxl-item--image {
	position: absolute;
}
body.rtl {
	/* Start Page Popup */
}
body.rtl .pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
	content: "\f111";
}
body.rtl .pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
	content: "\f110";
}
body.rtl .pxl-cookie-policy {
	padding-left: 58px;
	padding-right: 24px;
}
@media screen and (max-width: 767px) {
	body.rtl .pxl-cookie-policy {
		padding-left: 25px;
		padding-right: 25px;
	}
}
body.rtl .pxl-cookie-policy .pxl-item--close {
	right: auto;
	left: 10px;
}
.pxl-page-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	padding: 60px 0;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.85);
	-khtml-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}
.pxl-page-popup.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl-page-popup .pxl-popup--conent {
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 80vh;
}
.pxl-page-popup .pxl-popup--close {
	position: absolute;
	top: 30px;
	right: 30px;
}
.pxl-page-popup .pxl-popup--close .pxl-close {
	border-width: 0px;
}
@media screen and (max-width: 1400px) {
	.pxl-page-popup .pxl-popup--close {
		top: 20px;
		right: 20px;
	}
	.pxl-page-popup .pxl-popup--close .pxl-close {
		border-width: 3px;
	}
}
.admin-bar .pxl-page-popup {
	top: 32px;
	/* End Page Popup */
	/* Waves Animation */
}
@media screen and (max-width: 782px) {
	.admin-bar .pxl-page-popup {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	.admin-bar .pxl-page-popup {
		top: 0;
	}
}
.pxl-section-waves1 {
	position: absolute;
	width: 100%;
	height: 140px;
	bottom: 0px;
}
@media screen and (max-width: 767px) {
	.pxl-section-waves1 {
		height: 80px;
	}
}
.pxl-wave-parallax > use {
	animation: pxl-move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
	fill: #ebeef6;
}
.pxl-wave-parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
	opacity: 0.5;
}
.pxl-wave-parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
	opacity: 0.4;
}
.pxl-wave-parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
	opacity: 0.3;
}
.pxl-wave-parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
@keyframes pxl-move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}
	100% {
		transform: translate3d(85px, 0, 0);
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	body:not(.elementor-editor-active) .elementor .elementor-hidden-tablet {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		display: block !important;
		text-indent: -99999px;
	}
}
@media screen and (max-width: 767px) {
	/* Section Parallax */  body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	display: block !important;
	text-indent: -99999px;
}
}
.pxl-section-bg-parallax, .pxl-column-bg-parallax {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay {
	z-index: 2;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay + .pxl-section-bg-parallax, body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay .pxl-column-bg-parallax {
	z-index: 1;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow.elementor-top-section > .elementor-container {
	z-index: 3;
}
.elementor-column.pxl-column-overflow-hidden-yes {
	overflow: hidden !important;
}
.pxl-zoom-point-true {
	z-index: 1;
}
.pxl-zoom-point-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pxl-zoom-point {
	width: 240px;
	height: 240px;
	position: absolute;
	z-index: -1;
	right: 0;
	top: -240px;
	margin: auto;
	left: 0;
}
.pxl-zoom-point .pxl-item--overlay {
	width: 100%;
	height: 100%;
	background-color: #151a25;
	z-index: -1;
	-webkit-border-radius: 240px;
	-khtml-border-radius: 240px;
	-moz-border-radius: 240px;
	-ms-border-radius: 240px;
	-o-border-radius: 240px;
	border-radius: 240px;
	-webkit-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
	-khtml-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
	-moz-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
	-ms-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
	-o-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
	transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
}
@keyframes pxl_bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.pxl-loader {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	transition: all 1s ease;
}
.pxl-loader.is-loaded {
	transform: translateY(-100%);
}
.pxl-loader.style-1 .pxl-loader-spinner {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 70px;
	text-align: center;
}
.pxl-loader.style-1 .pxl-loader-spinner > div {
	width: 18px;
	height: 18px;
	background-color: var(--primary-color);
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: pxl_bouncedelay 1.4s infinite ease-in-out both;
	animation: pxl_bouncedelay 1.4s infinite ease-in-out both;
}
.pxl-loader.style-1 .pxl-loader-spinner .pxl-loader-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.pxl-loader.style-1 .pxl-loader-spinner .pxl-loader-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.pxl-loader.style-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--dark-color);
}
.pxl-loader.style-2 .pxl-gears {
	width: 225px;
	height: 186px;
	text-align: center;
	position: relative;
	margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
	.pxl-loader.style-2 .pxl-gears {
		margin-bottom: 0;
		width: 200px;
		height: 200px;
	}
}
.pxl-loader.style-2 .pxl-gears .small {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-khtml-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pxl-loader.style-2 .pxl-gears .spin-big {
	position: absolute;
	top: 43px;
	left: 50%;
	width: 55px;
	height: 55px;
	-webkit-transform: translateX(-50%);
	-khtml-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pxl-loader.style-2 .pxl-gears .spin-big img {
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	animation: pxl_spin 2s infinite linear;
	-webkit-animation: pxl_spin 2s infinite linear;
}
.pxl-loader.style-2 .pxl-gears .spin-small {
	position: absolute;
	top: 38px;
}
.pxl-loader.style-2 .pxl-gears .spin-small img {
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	animation: pxl_spin 0.6s infinite linear;
	-webkit-animation: pxl_spin 0.6s infinite linear;
}
.pxl-loader.style-2 .pxl-gears .spin-small.spin-small1 {
	left: 67px;
}
.pxl-loader.style-2 .pxl-gears .spin-small.spin-small2 {
	right: 67px;
}
.pxl-loader.style-2 .loader-car {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.pxl-loader.style-2 .logo-loader {
	text-align: center;
}
.pxl-loader.style-2 .logo-loader img {
	max-height: 70px;
}
.elementor > .pin-spacer {
	width: 100% !important;
}
.elementor > .pin-spacer > .elementor-section {
	max-width: 100% !important;
	width: 100% !important;
	left: 0 !important;
}
.elementor-editor-active #pxl-loadding {
	display: none !important;
}
.elementor-editor-active .pin-spacer > .elementor-element {
	position: static !important;
	height: auto !important;
	max-height: 100% !important;
}
.pxl-section-fix-bottom {
	z-index: 999;
}
.scroll-top-active > .elementor-section {
	top: 0 !important;
	left: 0 !important;
	position: relative !important;
}
@media screen and (max-width: 1260px) {
	.pxl-section-fix-bottom .pxl-section-overlay-color {
		left: 0 !important;
		right: 0 !important;
	}
}
@media screen and (max-width: 1400px) {
	body:not(.elementor-editor-active) .pxl-hide-sr-lg {
		display: none !important;
	}
}
@media screen and (max-width: 1200px) {
	body:not(.elementor-editor-active) .pxl-hide-sr-md {
		display: none !important;
	}
}
@media screen and (max-width: 1200px) {
	.elementor-section .elementor-container {
		flex-wrap: wrap;
	}
}
.loader-dark #pxl-loadding {
	background-color: #000;
}
.loader-dark #pxl-loadding .pxl-loader-spinner > div {
	background-color: #fff;
}
.pxl-col-align-start > .elementor-widget-wrap {
	justify-content: flex-start;
}
.pxl-col-align-start .elementor-inner-section > .elementor-container {
	margin-left: 0;
}
.pxl-col-align-center > .elementor-widget-wrap {
	justify-content: center;
}
.pxl-col-align-end > .elementor-widget-wrap {
	justify-content: flex-end;
}
.pxl-col-align-end .elementor-inner-section > .elementor-container {
	margin-right: 0;
}
body.rtl .pxl-hidden-panel-popup {
	right: auto;
	left: 0;
}
body.rtl .pxl-hidden-panel-popup.pxl-pos-right {
	margin-right: 0;
	margin-left: -30px;
}
body.rtl .pxl-hidden-panel-popup.pxl-pos-right .pxl-popup--conent {
	right: auto;
	left: 0;
	transform: translateX(-100%);
}
body.rtl .pxl-hidden-panel-popup.active.pxl-pos-right .pxl-popup--conent {
	transform: translateX(0%);
}
body.rtl .pxl-scroll-top {
	right: auto;
	left: 40px;
}
body.rtl .pxl-page-popup .pxl-popup--close {
	right: auto;
	left: 30px;
}
.pxl-overlay-shake {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.pxl-overlay-shake .pxl-overlay--color {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	border-radius: 100%;
	background: #fff;
	transform: translate(-50%, -50%);
	transition: width 0.7s, padding-top 0.7s;
	top: 55px;
	left: 35px;
}
.pxl-overlay-shake:hover .pxl-overlay--color {
	width: calc(100% * 4) !important;
	padding-top: calc(100% * 4);
}
.pxl-box-hover1 .pxl-item--inner {
	position: relative;
	z-index: 1;
}
.pxl-box-hover1 .pxl-item--inner:before, .pxl-box-hover1 .pxl-item--inner:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: var(--primary-color);
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.pxl-box-hover1 .pxl-item--inner:before {
	left: 0;
	right: 0;
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	z-index: -1;
}
.pxl-box-hover1 .pxl-item--inner:after {
	opacity: 0.3;
	left: 25px;
	right: 25px;
	z-index: -2;
	height: 16px;
	top: 100%;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	transform: scaleY(0);
	transform-origin: top center;
}
.pxl-box-hover1 .pxl-item--inner:hover:before {
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-khtml-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.pxl-box-hover1 .pxl-item--inner:hover:after {
	transform: scaleY(1);
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}
.hover-imge-effect1 {
	position: relative;
	overflow: hidden;
}
.hover-imge-effect1 a {
	display: block;
}
.hover-imge-effect1 a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover-imge-effect2 {
	position: relative;
	overflow: hidden;
}
.hover-imge-effect2 img {
	-webkit-transition: all 0.5s ease;
	-khtml-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: scale(1.01, 1.01);
}
.hover-imge-effect2-up {
	position: relative;
	overflow: hidden;
}
.hover-imge-effect2-up img {
	-webkit-transition: all 0.6s;
	-khtml-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.hover-imge-effect3 {
	position: relative;
	overflow: hidden;
}
.hover-imge-effect3 img {
	-webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-khtml-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.hover-imge-effect4 {
	position: relative;
	overflow: hidden;
}
.hover-imge-effect4 .hover-item {
	width: 50%;
	height: 50%;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	opacity: 0;
}
.hover-imge-effect4 .hover-item.hover-item1 {
	top: 0;
	left: 0;
}
.hover-imge-effect4 .hover-item.hover-item2 {
	top: 0;
	left: 50%;
}
.hover-imge-effect4 .hover-item.hover-item3 {
	left: 50%;
	top: 50%;
}
.hover-imge-effect4 .hover-item.hover-item4 {
	left: 0;
	top: 50%;
}
.pxl-post--inner:hover .hover-imge-effect1 a:before, .pxl-item--inner:hover .hover-imge-effect1 a:before {
	-webkit-animation: img_circle 0.65s;
	animation: img_circle 0.65s;
}
.pxl-post--inner:hover .hover-imge-effect2 img, .pxl-item--inner:hover .hover-imge-effect2 img {
	-webkit-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07);
}
.pxl-post--inner:hover .hover-imge-effect3 img, .pxl-item--inner:hover .hover-imge-effect3 img {
	-webkit-transform: scale(1.06);
	-khtml-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item1, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item1 {
	left: 50%;
	top: 0;
	opacity: 1;
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item2, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item2 {
	left: 50%;
	top: 50%;
	opacity: 1;
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item3, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item3 {
	left: 0%;
	top: 50%;
	opacity: 1;
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item4, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item4 {
	left: 0%;
	top: 0%;
	opacity: 1;
}
.pxl-flipbox {
	position: relative;
	perspective: 1200px;
}
.pxl-flipbox .pxl-flipbox--front, .pxl-flipbox .pxl-flipbox--back {
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.pxl-flipbox .pxl-flipbox--back {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(180deg) translateZ(1px);
	z-index: 99;
}
.pxl-flipbox .pxl-flipbox--wrap {
	position: relative;
	transition-property: box-shadow, transform;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transform-style: preserve-3d;
}
.pxl-flipbox:hover .pxl-flipbox--wrap {
	transform: rotateY(180deg);
	transform-origin: 50% 50%;
}
body.rtl .pxl-box-hover1 .pxl-item--inner:before {
	transform-origin: left center;
	-webkit-transform-origin: left center;
}
body.rtl .pxl-box-hover1 .pxl-item--inner:hover:before {
	transform-origin: right center;
	-webkit-transform-origin: right center;
}
.z-index-1 {
	z-index: 1;
}
.pxl-transition {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-icon-reverse {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.pxl-icon-middle {
	position: relative;
}
.pxl-icon-middle > * {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pxl-image-effect2 {
	animation: pxl_bottom_top_small 3s ease-out infinite;
	-webkit-animation: pxl_bottom_top_small 3s ease-out infinite;
}
.pxl-hidden {
	display: none;
}
.color-white {
	color: #fff;
}
.btn-flex {
	display: inline-flex;
	align-items: center;
}
.btn-flex i {
	display: inline-flex;
}
.btn-flex-center, .pxl-language-switcher1 ul .pxl-item--image, .pxl-language-switcher1 .current--item .pxl-item--image, .pxl-contact-form .wpcf7-submit .pxl--btn-icon, .pxl-accordion1.style-2 .pxl-icon--action, .pxl-accordion1.style-3 .pxl-icon--action, .pxl-tabs-select .icon-wrapper, .pxl-portfolio-grid-layout2 .btn-popup {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pxl-fl-middle, .pxl-feature-slide2 .el-readmore, .single-post .pxl-content-wrap.no-sidebar .inner-pxl-item--meta, .widget_search .search-submit, .pxl-showcase3.item-normarl .pxl-item-links .btn, .woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.button i, .pxl-service-grid-layout2 .item-number, .pxl-service-carousel2 .item-number, .pxl-recent-service1 .btn-icon--right, .pxl-recent-service2 .pxl-item--image .btn--icon-plus, .pxl-recent-service2 .pxl-item--title .pxl-item--icon, .pxl-service-list1.style-box li i, .pxl-metabox-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.pxl-inline-flex {
	display: inline-flex;
	align-items: center;
}
.field-dflex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pxl-dflex-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.d-inline-block {
	display: inline-block;
}
.pxl-d-flex {
	display: inline-flex;
}
.pxl-flex-grow {
	flex-grow: 1;
}
.pxl-flex, .pxl-getintouch1 .pxl-getintouch-inner {
	display: flex;
	flex-wrap: wrap;
}
.pxl-flex-nograp {
	display: flex;
}
@media screen and (max-width: 767px) {
	.pxl-flex-nograp {
		flex-wrap: wrap;
	}
}
.pxl-flex-top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.pxl-flex-middle, .pxl-item--archive.pxl-item--standard .btn-icon-box, .pxl-item--archive.pxl-item--standard .btn-icon-box .pxl--btn-icon, .pxl-counter4 .wp-box-image, .pxl-counter4 .pxl-counter-inner, .pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-arrow {
	display: flex;
	align-items: center;
}
.pxl-flex-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.pxl-flex-center, .pxl-hidden-panel-button.style-2, .pxl-post--navigation .pxl-navigation--icon, .pxl-pricing1 .prc-icon, .pxl-tabs3 .pxl-icon, .pxl-process-list .pxl-number span, .pxl-getintouch1 .pxl-item--icon, .pxl-getintouch2 .pxl-item--icon, .pxl-getintouch4 .pxl-item--icon, .pxl-blog-grid-layout1 .pxl-post--featured a.post-button-video, .pxl-post-carousel1 .pxl-post--featured a.post-button-video, .pxl-blog-grid-layout2 .pxl-post--featured a.post-button-video, .pxl-post-carousel2 .pxl-post--featured a.post-button-video, .pxl-blog-grid-layout1 .pxl-post--featured a.post-button-video, .pxl-post-carousel1 .pxl-post--featured a.post-button-video, .pxl-blog-grid-layout2 .pxl-post--featured a.post-button-video, .pxl-post-carousel2 .pxl-post--featured a.post-button-video, .pxl-icon-box1 .pxl-item--icon, .pxl-icon-box4 .pxl-item--icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pxl-text-nowrap {
	white-space: nowrap;
}
.pxl-imgfilter-wrap {
	overflow: hidden;
}
.pxl-imgfilter-wrap .pxl-item--imgfilter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	filter: blur(8px);
}
.pxl-imgfilter-wrap .pxl-item--imgfilter:before {
	background-color: rgba(253, 253, 251, 0.1);
}
.pxl--hover-slideup {
	-webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-khtml-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.pxl--hover-slideup:hover {
	-webkit-transform: translateY(-5px);
	-khtml-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pxl--effect-slide:after {
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl--effect-slide:hover:after {
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-khtml-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.pxl-text-center {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.pxl-text-center .pxl-link-page1 .pxl-item--inner {
		justify-content: center;
	}
}
.pxl-text-left {
	text-align: left;
}
.pxl-text-right {
	text-align: right;
}
.overlow-hidden .elementor-widget-container {
	overflow: hidden;
}
.pxl-img--mask {
	width: 100px;
	height: 100px;
	position: relative;
}
.pxl-img--mask .pxl--mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-ms-mask-position: center center;
	-o-mask-position: center center;
	mask-position: center center;
	mask-size: cover;
	-webkit-mask-size: cover;
}
.text-primary {
	color: var(--primary-color);
}
.text-secondary {
	color: var(--secondary-color);
}
.pxl-icon--plus {
	height: 10px;
	width: 10px;
	position: relative;
	cursor: pointer;
}
.pxl-icon--plus:before, .pxl-icon--plus:after {
	content: '';
	background-color: #122a00;
	position: absolute;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--plus:before {
	width: 10px;
	height: 2px;
	top: 4px;
	left: 0;
}
.pxl-icon--plus:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: 0;
}
.pxl-icon--plus.pxl-icon--gradient {
	display: inline-block;
	width: 18px;
	height: 18px;
	z-index: 1;
	border-radius: 18px;
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
	background-size: 200% 100%;
	background-position: -100%;
	transition: all 0.3s ease-in-out;
}
.pxl-icon--plus.pxl-icon--gradient span {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #fff;
	border-radius: 18px;
	z-index: -1;
}
.pxl-icon--plus.pxl-icon--gradient:before, .pxl-icon--plus.pxl-icon--gradient:after {
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
	background-size: 200% 100%;
	background-position: -100%;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}
.pxl-icon--plus.pxl-icon--gradient:before {
	width: 8px;
	top: 8px;
	left: 5px;
}
.pxl-icon--plus.pxl-icon--gradient:after {
	height: 8px;
	left: 8px;
	top: 5px;
}
.pxl-icon--minus {
	height: 10px;
	width: 10px;
	position: relative;
	cursor: pointer;
}
.pxl-icon--minus:before {
	content: '';
	background-color: #122a00;
	position: absolute;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--minus:before {
	width: 10px;
	height: 2px;
	top: 4px;
	left: 0;
}
.pxl-inline-flex {
	display: inline-flex;
	align-items: center;
}
.pxl-widget-flex > .elementor-widget-container > div {
	display: flex;
}
.el-empty:empty, .pxl-empty:empty {
	display: none !important;
}
.pxl-spill, .pxl-grid .pxl-post--link, .pxl-post-carousel .pxl-post--link, .pxl-post-modern .pxl-post--link, .pxl-swiper-slider .pxl-post--link, .pxl-imgfilter-wrap .pxl-item--imgfilter:before, .pxl-gallery .pxl--item-inner.video-active:before, .pxl-wg-categories .pxl-category--inner:before, .pxl-wg-categories .pxl-category--inner a, .pxl-wg-categories .pxl-category--inner .pxl-category--img, .pxl-contact-info-widget:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pxl-skew {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--primary-color);
	transform: skew(-9deg);
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pxl-icon--middle {
	position: relative;
}
.pxl-icon--middle * {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pxl-item--flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pxl-item--flexnw {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.pxl-mask, .pxl-meta-box1:before, .pxl-meta-box1 .pxl-item--inner, .pxl-banner2 .pxl-main--image, .pxl-banner-carousel1 .box-background-image, .pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-item-wrap-thumb, .pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-item--thumb, .pxl-banner-carousel1 .pxl-wrapper-content:before, .pxl-work-process .pxl-item--feature, .woocommerce span.onsale, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail a, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart a, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woosw-btn, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart a, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail a, .single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail a, .single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart a, .single-product section.related ul.products li.product .woocommerce-product-inner .woosw-btn, .single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart a, .single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail a, .pxl--mask-woo, .pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .onsale, .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .onsale, .pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a, .pxl-product-grid.layout-1 .woocommerce-product-inner .woosw-btn, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woosw-btn, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a, .pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-recent-post1 .pxl-item--image, .pxl-service-grid-layout1 .pxl-post--inner, .pxl-service-carousel1 .pxl-post--inner, .pxl-portfolio-carousel2 .pxl-post--inner.item-mask, .pxl-portfolio-grid-layout1 .pxl-post--inner.item-mask, .pxl-recent-post1 .pxl-item--image, .pxl-team-grid2 .pxl-item--image, .pxl-team-carousel2 .pxl-item--image, .pxl-testimonial-carousel2 .icon-qouter, .pxl-testimonial-carousel2 .pxl-item--inner, .pxl-testimonial-carousel2 .pxl-item--inner:before, .pxl-testimonial-grid1 .pxl-item--inner:before {
	-webkit-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-ms-mask-position: center top;
	-o-mask-position: center top;
	-webkit-mask-size: 100% 100%;
	-ms-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
.color-inherit {
	color: inherit;
}
.color-inherit:hover {
	color: inherit;
}
.color-primary {
	color: var(--primary-color);
	fill: var(--primary-color);
}
.color-secondary {
	color: var(--secondary-color);
	fill: var(--secondary-color);
}
.text-gradient, .swiper-filter-wrap .filter-item.active span, blockquote:not(.pxl-blockquote) cite, .pxl--author-info .pxl-user-social li a:hover, .pxl-contact-info-widget .pxl-item--icon i, .pxl-text-editor.highlight-gradient .pxl-text--highlight, .pxl-link .pxl-type-gradient .pxl-link--icon i, .pxl-contact-form .pxl-form--label span, .pxl-tabs2 .pxl-tabs--title .pxl-title--text, .pxl-star-wrap.color-gradient .pxl-item--5-star i, .pxl-star-wrap.color-gradient .pxl-item--4-star i:nth-child(1), .pxl-star-wrap.color-gradient .pxl-item--4-star i:nth-child(2), .pxl-star-wrap.color-gradient .pxl-item--4-star i:nth-child(3), .pxl-star-wrap.color-gradient .pxl-item--4-star i:nth-child(4), .pxl-star-wrap.color-gradient .pxl-item--3-star i:nth-child(1), .pxl-star-wrap.color-gradient .pxl-item--3-star i:nth-child(2), .pxl-star-wrap.color-gradient .pxl-item--3-star i:nth-child(3), .pxl-star-wrap.color-gradient .pxl-item--2-star i:nth-child(1), .pxl-star-wrap.color-gradient .pxl-item--2-star i:nth-child(2), .pxl-star-wrap.color-gradient .pxl-item--1-star i:nth-child(1) {
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
	background-color: transparent;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
.text-gradient-move {
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #000 50%);
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #000 50%);
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #000 50%);
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #000 50%);
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #000 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: -100%;
	transition: all 0.3s ease-in-out;
}
.text-gradient-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-to)), to(var(--gradient-color-from)));
	background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
	background-image: -moz-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
	background-image: -ms-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
	background-image: -o-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
	background-image: linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-to)', endColorStr='var(--gradient-color-from)');
	background-color: transparent;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
.text-gradient-bottom, .pxl-heading .highlight-text-gradient .pxl-title--highlight {
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
	background-color: transparent;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
.pxl-icon-color-gradient i {
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
	background-color: transparent;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
.text-gradient-bg {
	background-color: transparent;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
.rm-text-gradient {
	text-fill-color: inherit;
	-webkit-text-fill-color: inherit;
	background-image: none;
}
.bg-gradient, .pxl-contact-info-widget .pxl-item--icon, .before-divider3 {
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.bg-gradient-rv {
	background-color: var(--gradient-color-to);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-to)), to(var(--gradient-color-from)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
	background-image: -o-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
	background-image: linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-to)', endColorStr='var(--gradient-color-from)', gradientType='1');
}
.bg-gradient-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.bg-gradient-top, .pxl-feature-slide2 .pxl-banner-slider {
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.bg-background-radial {
	background: -moz-radial-gradient(center, ellipse cover, var(--gradient-color-from) var(--gradient-color-to), #000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(var(--gradient-color-to), var(--gradient-color-from)), color-stop(100%, #000));
	background: -webkit-radial-gradient(center, ellipse cover, var(--gradient-color-from) var(--gradient-color-to), #000 100%);
	background: -o-radial-gradient(center, ellipse cover, var(--gradient-color-from) var(--gradient-color-to), #000 100%);
	background: -ms-radial-gradient(center, ellipse cover, var(--gradient-color-from) var(--gradient-color-to), #000 100%);
	background: radial-gradient(ellipse at center, var(--gradient-color-from) var(--gradient-color-to), #000 100%);
}
.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pxl-close {
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	border: 6px solid transparent;
	color: #777;
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.pxl-close:before, .pxl-close:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #1b1b1b;
}
.pxl-close:before {
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pxl-close:after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pxl-close:hover:before, .pxl-close:hover:after {
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.pxl-left {
	float: left;
}
.pxl-right {
	float: right;
}
.pxl-hide {
	display: none;
}
@media screen and (min-width: 1201px) {
	.pxl-hide-xl {
		display: none !important;
	}
}
@media screen and (max-width: 1200px) {
	.pxl-hide-lg {
		display: none !important;
	}
}
@media screen and (max-width: 1260px) {
	.pxl-hide-lg2 {
		display: none !important;
	}
}
.pxl-sz-10 {
	font-size: 10px;
}
.pxl-sz-11 {
	font-size: 11px;
}
.pxl-sz-12 {
	font-size: 12px;
}
.pxl-sz-13 {
	font-size: 13px;
}
.pxl-sz-14 {
	font-size: 14px;
}
.pxl-sz-15 {
	font-size: 15px;
}
.pxl-sz-16 {
	font-size: 16px;
}
.pxl-sz-17 {
	font-size: 17px;
}
.pxl-sz-18 {
	font-size: 18px;
}
.pxl-sz-19 {
	font-size: 19px;
}
.pxl-sz-20 {
	font-size: 20px;
}
.pxl-sz-21 {
	font-size: 21px;
}
.pxl-sz-22 {
	font-size: 22px;
}
.pxl-sz-23 {
	font-size: 23px;
}
.pxl-sz-24 {
	font-size: 24px;
}
.pxl-sz-25 {
	font-size: 25px;
}
#pxl-header-default {
	position: relative;
	z-index: 999;
	background-color: #fff;
}
#pxl-header-default .row {
	align-items: center;
}
@media screen and (min-width: 1201px) {
	#pxl-header-default .row > div {
		padding: 0 15px;
	}
}
#pxl-header-default .container {
	max-width: 1775px;
}
#pxl-header-default .pxl-header-branding {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
#pxl-header-default .pxl-header-branding a {
	display: inline-flex;
}
#pxl-header-default .pxl-header-branding img {
	height: 46px;
	max-width: inherit;
}
#pxl-header-default #pxl-nav-mobile {
	display: none;
}
.pxl-hidden-panel-button {
	/* Header Elementor */
}
.pxl-hidden-panel-button.style-1 {
	width: 30px;
	height: 25px;
	cursor: pointer;
	position: relative;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-line {
	height: 2px;
	display: block;
	line-height: 1;
	position: absolute;
	background-color: var(--secondary-color);
	transition: all 0.2s ease-in-out;
	width: 100%;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-line.pxl-icon-line1 {
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(0deg);
	-khtml-transform: translateX(-50%) rotate(0deg);
	-moz-transform: translateX(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) rotate(0deg);
	-o-transform: translateX(-50%) rotate(0deg);
	transform: translateX(-50%) rotate(0deg);
}
.pxl-hidden-panel-button.style-1 .pxl-icon-line.pxl-icon-line2 {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pxl-hidden-panel-button.style-1 .pxl-icon-line.pxl-icon-line3 {
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(0deg);
	-khtml-transform: translateX(-50%) rotate(0deg);
	-moz-transform: translateX(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) rotate(0deg);
	-o-transform: translateX(-50%) rotate(0deg);
	transform: translateX(-50%) rotate(0deg);
}
.pxl-hidden-panel-button.style-1.cliked .pxl-icon-line.pxl-icon-line1 {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-khtml-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.pxl-hidden-panel-button.style-1.cliked .pxl-icon-line.pxl-icon-line2 {
	opacity: 0;
	display: none;
}
.pxl-hidden-panel-button.style-1.cliked .pxl-icon-line.pxl-icon-line3 {
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-khtml-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.pxl-hidden-panel-button.style-2 {
	width: 45px;
	height: 45px;
	background-color: transparent;
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	overflow: hidden;
	flex-direction: column;
}
.pxl-hidden-panel-button.style-2 .pxl-icon-line {
	height: 2px;
	background-color: var(--fourth-color);
	width: 26px;
	transform-origin: 50% 50%;
	opacity: 1;
	-webkit-transition: transform ease 0.25s;
	-khtml-transition: transform ease 0.25s;
	-moz-transition: transform ease 0.25s;
	-ms-transition: transform ease 0.25s;
	-o-transition: transform ease 0.25s;
	transition: transform ease 0.25s;
	display: block;
}
.pxl-hidden-panel-button.style-2 .pxl-icon-line.pxl-icon-line1 {
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.pxl-hidden-panel-button.style-2 .pxl-icon-line.pxl-icon-line2 {
	margin-top: 6px;
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.pxl-hidden-panel-button.style-2 .pxl-icon-line.pxl-icon-line3 {
	margin-top: 6px;
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.pxl-hidden-panel-button.style-2.cliked .pxl-icon-line.pxl-icon-line1 {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-khtml-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin-top: 1px;
}
.pxl-hidden-panel-button.style-2.cliked .pxl-icon-line.pxl-icon-line2 {
	opacity: 1;
	margin: 0;
	-webkit-transform: translateX(200%) rotate(0deg);
	-khtml-transform: translateX(200%) rotate(0deg);
	-moz-transform: translateX(200%) rotate(0deg);
	-ms-transform: translateX(200%) rotate(0deg);
	-o-transform: translateX(200%) rotate(0deg);
	transform: translateX(200%) rotate(0deg);
}
.pxl-hidden-panel-button.style-2.cliked .pxl-icon-line.pxl-icon-line3 {
	margin: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-khtml-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-top: -1px;
}
.pxl-hidden-panel-button.style-3 {
	width: 31px;
	height: 31px;
	cursor: pointer;
	position: relative;
}
.pxl-hidden-panel-button.style-3 .pxl-icon-line {
	display: inline-flex;
	justify-content: space-between;
	line-height: 1;
	position: absolute;
	transition: all 0.2s ease-in-out;
	width: 100%;
	height: 5px;
	left: 0;
}
.pxl-hidden-panel-button.style-3 .pxl-icon-line i {
	-webkit-transition: transform ease 0.25s;
	-khtml-transition: transform ease 0.25s;
	-moz-transition: transform ease 0.25s;
	-ms-transition: transform ease 0.25s;
	-o-transition: transform ease 0.25s;
	transition: transform ease 0.25s;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 5px;
}
.pxl-hidden-panel-button.style-3 .pxl-icon-line.pxl-icon-line1 {
	top: 0px;
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.pxl-hidden-panel-button.style-3 .pxl-icon-line.pxl-icon-line1 i {
	color: rgba(255, 255, 255, 0.1);
}
.pxl-hidden-panel-button.style-3 .pxl-icon-line.pxl-icon-line2 {
	top: 12px;
}
.pxl-hidden-panel-button.style-3 .pxl-icon-line.pxl-icon-line2 i {
	color: var(--primary-color);
}
.pxl-hidden-panel-button.style-3 .pxl-icon-line.pxl-icon-line2 i.icofont-plus {
	font-size: 6px;
	color: #fff;
}
.pxl-hidden-panel-button.style-3 .pxl-icon-line.pxl-icon-line3 {
	bottom: 0px;
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	color: rgba(255, 255, 255, 0.1);
}
.pxl-hidden-panel-button.style-3.cliked, .pxl-hidden-panel-button.style-3:hover {
	border-color: var(--primary-color);
}
.pxl-hidden-panel-button.style-3.cliked .pxl-icon-line i, .pxl-hidden-panel-button.style-3:hover .pxl-icon-line i {
	color: var(--primary-color);
}
.pxl-hidden-panel-button.style-3.cliked .pxl-icon-line.pxl-icon-line1, .pxl-hidden-panel-button.style-3:hover .pxl-icon-line.pxl-icon-line1 {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pxl-hidden-panel-button.style-3.cliked .pxl-icon-line.pxl-icon-line2, .pxl-hidden-panel-button.style-3:hover .pxl-icon-line.pxl-icon-line2 {
	opacity: 0;
	display: none;
}
.pxl-hidden-panel-button.style-3.cliked .pxl-icon-line.pxl-icon-line3, .pxl-hidden-panel-button.style-3:hover .pxl-icon-line.pxl-icon-line3 {
	top: 50%;
	bottom: auto;
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pxl-hidden-panel-button.style-4 {
	width: 25px;
	height: 21px;
	cursor: pointer;
	position: relative;
}
.pxl-hidden-panel-button.style-4 .pxl-icon-line {
	height: 3px;
	display: block;
	line-height: 1;
	position: absolute;
	background-color: var(--primary-color);
	transition: all 0.2s ease-in-out;
	width: 100%;
}
.pxl-hidden-panel-button.style-4 .pxl-icon-line.pxl-icon-line1 {
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(0deg);
	-khtml-transform: translateX(-50%) rotate(0deg);
	-moz-transform: translateX(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) rotate(0deg);
	-o-transform: translateX(-50%) rotate(0deg);
	transform: translateX(-50%) rotate(0deg);
}
.pxl-hidden-panel-button.style-4 .pxl-icon-line.pxl-icon-line2 {
	top: 50%;
	left: 0;
	width: 80%;
	transform: translate(0, -50%);
}
.pxl-hidden-panel-button.style-4 .pxl-icon-line.pxl-icon-line3 {
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(0deg);
	-khtml-transform: translateX(-50%) rotate(0deg);
	-moz-transform: translateX(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) rotate(0deg);
	-o-transform: translateX(-50%) rotate(0deg);
	transform: translateX(-50%) rotate(0deg);
}
.pxl-hidden-panel-button.style-4.cliked .pxl-icon-line.pxl-icon-line1 {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-khtml-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.pxl-hidden-panel-button.style-4.cliked .pxl-icon-line.pxl-icon-line2 {
	opacity: 0;
	display: none;
}
.pxl-hidden-panel-button.style-4.cliked .pxl-icon-line.pxl-icon-line3 {
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-khtml-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 1201px) {
	#pxl-header-elementor {
		min-height: 0px !important;
		position: relative;
		z-index: 1001;
	}
	#pxl-header-elementor .col-12 {
		min-height: 0px;
	}
}
#pxl-header-elementor #pxl-header-mobile {
	display: none;
}
#pxl-header-elementor .pxl-header-elementor-main {
	position: relative;
	z-index: 999;
}
#pxl-header-elementor .pxl-header-elementor-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-transform: translateY(-120%);
	-khtml-transform: translateY(-120%);
	-moz-transform: translateY(-120%);
	-ms-transform: translateY(-120%);
	-o-transform: translateY(-120%);
	transform: translateY(-120%);
	-webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	visibility: hidden;
}
#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
}
#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed .pxl-logo-nav {
	-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
	-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
	-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
	-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
	-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
	box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
#pxl-header-elementor .px-header--transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}
#pxl-header-elementor .elementor-element .elementor-container, #pxl-header-elementor .elementor-inner-section, #pxl-header-elementor .elementor-widget:not(.elementor-absolute), #pxl-header-elementor .elementor-widget-wrap, #pxl-header-elementor .elementor-column, #pxl-header-elementor .elementor-column-wrap {
	position: static;
}
.pxl-header-mobile-elementor {
	opacity: 0;
	width: 100%;
	/* Header Menu */
}
.pxl-header-mobile-elementor.px-header--transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}
@media screen and (min-width: 1201px) {
	#pxl-header-default .pxl-menu-primary > li.menu-item-has-children > a span:after {
		content: "\f150";
		font-family: Caseicon;
		font-size: 10px;
		margin-left: 6px;
		font-weight: 400;
		-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	#pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
		transform: scaleY(-1);
	}
	.pxl-menu-primary {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.pxl-menu-primary.pxl-primary-menu-not-set > li > a {
		line-height: 83px;
	}
	.pxl-menu-primary ul {
		list-style: none;
		margin: 0;
	}
	.pxl-menu-primary li {
		position: relative;
		color: var(--secondary-color);
	}
	.pxl-menu-primary li a {
		font-size: 15px;
		color: rgba(255, 255, 255, 0.76);
		position: relative;
		font-weight: 400;
	}
	.pxl-menu-primary > li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 14px;
	}
	.pxl-menu-primary > li > a {
		line-height: 83px;
		font-size: 16px;
		font-weight: 400;
		display: inline-block;
		color: var(--secondary-color);
	}
	.pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #000;
		margin-top: 30px;
		margin-bottom: 0;
		min-width: 245px;
		z-index: 99;
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
		-khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
		-moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
		-ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
		-o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
		box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		transform-origin: 0 0 0;
		-webkit-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		text-align: left;
		padding: 0 1px;
	}
	.pxl-menu-primary .sub-menu li, .pxl-menu-primary .children li {
		white-space: nowrap;
	}
	.pxl-menu-primary .sub-menu li + li, .pxl-menu-primary .children li + li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
		padding: 12px 22px;
		display: block;
		color: #fff;
	}
	.pxl-menu-primary .sub-menu li > a:hover, .pxl-menu-primary .children li > a:hover, .pxl-menu-primary .sub-menu li.current_page_item > a, .pxl-menu-primary .children li.current_page_item > a, .pxl-menu-primary .sub-menu li.current-menu-item > a, .pxl-menu-primary .children li.current-menu-item > a, .pxl-menu-primary .sub-menu li.current_page_ancestor > a, .pxl-menu-primary .children li.current_page_ancestor > a, .pxl-menu-primary .sub-menu li.current-menu-ancestor > a, .pxl-menu-primary .children li.current-menu-ancestor > a {
		background-color: #FC5220;
		color: #fff;
	}

	.pxl-menu-primary .sub-menu li:last-child > a, .pxl-menu-primary .children li:last-child > a {
		border-bottom: none;
	}
	.pxl-menu-primary .sub-menu.pxl-sub-reverse, .pxl-menu-primary .children.pxl-sub-reverse {
		left: auto;
		right: 0;
	}
	.pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
		content: "\f136";
		right: auto;
		left: 0;
	}
	.pxl-menu-primary .sub-menu .sub-menu, .pxl-menu-primary .children .sub-menu, .pxl-menu-primary .sub-menu .children, .pxl-menu-primary .children .children {
		top: 0;
		left: 100%;
	}
	.pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .pxl-menu-primary .children .children.pxl-sub-reverse {
		left: auto;
		right: 100%;
	}
	.pxl-menu-primary .sub-menu.pxl-mega-menu, .pxl-menu-primary .children.pxl-mega-menu {
		box-shadow: none;
	}
	.pxl-menu-primary li:hover > .sub-menu, .pxl-menu-primary li:hover > .children {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	.pxl-menu-primary .sub-menu li:hover > .sub-menu {
		margin-top: -1px;
	}
	.pxl-menu-primary .pxl-megamenu {
		position: static;
	}
	.pxl-menu-primary .pxl-megamenu > .sub-menu {
		padding: 0px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		background-color: transparent;
	}
	.pxl-menu-primary .pxl-megamenu .pxl-link li {
		padding: 0;
		margin-bottom: 0;
	}
	.pxl-menu-toggle {
		display: none;
	}
}
@media (min-width: 1320px) {
	.pxl-menu-primary .pxl-megamenu > .sub-menu {
		min-width: 1320px;
	}
}
@media (min-width: 1201px) and (max-width: 1320px) {
	/* Header Tablet/Mobile */  .pxl-menu-primary .pxl-megamenu > .sub-menu {
	min-width: 1200px;
}
}
@media screen and (max-width: 1200px) {
	#pxl-header-default, #pxl-header-elementor {
		position: relative;
		background-color: #fff;
	}
	#pxl-header-default .pxl-header-main, #pxl-header-elementor .pxl-header-main {
		position: relative;
	}
	#pxl-header-default .pxl-header-branding, #pxl-header-elementor .pxl-header-branding {
		margin: 15px;
		min-height: 50px;
		align-items: center;
		display: flex;
	}
	#pxl-header-default .pxl-header-branding img, #pxl-header-elementor .pxl-header-branding img {
		height: 40px;
	}
	#pxl-header-default #pxl-nav-mobile, #pxl-header-elementor #pxl-nav-mobile {
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translate(0, -50%);
		-khtml-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item, #pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
		margin-left: 10px;
	}
	.pxl-header-menu-backdrop {
		z-index: 998;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0;
		visibility: hidden;
	}
	.pxl-header-menu {
		position: fixed;
		height: 100vh;
		width: 300px;
		top: 0;
		left: 0;
		bottom: 0;
		margin: 0;
		overflow: hidden;
		z-index: 999;
		-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-transform: translateX(-100%);
		-khtml-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: hidden;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
		-khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
		-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
		-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
		background-color: #fff;
		overflow-y: scroll;
	}
	.pxl-header-menu.active {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0%);
		-khtml-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	.pxl-header-menu.active + .pxl-header-menu-backdrop {
		opacity: 1;
		visibility: visible;
	}
	.pxl-header-menu-scroll {
		padding: 40px 25px;
	}
	.pxl-menu-toggle {
		position: absolute;
		top: 10px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		right: 0px;
		width: 28px;
		cursor: pointer;
		font-size: 10px;
		-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
		color: #1b1b1b;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		background-color: rgba(0, 0, 0, 0.03);
	}
	.pxl-menu-toggle:before {
		content: "\f150";
		font-family: "Caseicon";
	}
	.pxl-menu-toggle.active:before {
		content: "\f13d";
	}
	.pxl-menu-primary {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.pxl-menu-primary li.menu-item, .pxl-menu-primary li.pxl-item--link {
		position: relative;
	}
	.pxl-menu-primary li.menu-item > a, .pxl-menu-primary li.pxl-item--link > a {
		display: block;
		line-height: 46px;
		color: #000;
		font-size: 15px;
		font-weight: 700;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}
	.pxl-menu-primary li.menu-item > a:hover, .pxl-menu-primary li.pxl-item--link > a:hover, .pxl-menu-primary li.menu-item > a.current, .pxl-menu-primary li.pxl-item--link > a.current, .pxl-menu-primary li.menu-item.current_page_item > a, .pxl-menu-primary li.pxl-item--link.current_page_item > a, .pxl-menu-primary li.menu-item.current-menu-item > a, .pxl-menu-primary li.pxl-item--link.current-menu-item > a, .pxl-menu-primary li.menu-item.current_page_ancestor > a, .pxl-menu-primary li.pxl-item--link.current_page_ancestor > a, .pxl-menu-primary li.menu-item.current-menu-ancestor > a, .pxl-menu-primary li.pxl-item--link.current-menu-ancestor > a {
		color: var(--primary-color);
	}
	.pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
		position: relative;
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
		font-weight: 500;
		padding-left: 14px;
	}
	.pxl-menu-primary > li > .sub-menu > li > .sub-menu > li a {
		padding-left: 28px;
	}
	.pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor {
		margin-top: 20px;
	}
	.pxl-menu-primary .pxl-megamenu .e-con-inner > .elementor-element {
		flex-direction: column !important;
	}
	.pxl-menu-primary .pxl-megamenu .pxl-link li {
		margin: 0;
	}
	.pxl-menu-primary .pxl-megamenu .pxl-heading {
		padding-left: 14px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
		margin-bottom: 0 !important;
		font-size: 14px !important;
		border-bottom: none !important;
	}
	.pxl-menu-primary .pxl-megamenu .elementor-widget-heading > .elementor-widget-container {
		margin-bottom: 0 !important;
		border-bottom: none !important;
	}
	.pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
		flex-wrap: wrap;
	}
	.pxl-logo-mobile {
		margin-bottom: 35px;
	}
	.pxl-logo-mobile img {
		height: 42px;
	}
	.pxl-logo-mobile .pxl-logo--light {
		display: none;
	}
	.pxl-header-mobile-search {
		margin-bottom: 20px;
	}
	.pxl-header-mobile-search form {
		position: relative;
	}
	.pxl-header-mobile-search .search-field {
		height: 44px;
		border: none;
		padding: 0 22px;
		background-color: #f8f8f8;
	}
	.pxl-header-mobile-search .search-submit {
		position: absolute;
		top: 0;
		right: 5px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		line-height: 44px;
		padding: 0;
		width: 44px;
		height: 44px;
		line-height: 44px;
		background: none;
		color: #000;
		border: none;
	}
	.pxl-header-mobile-search .search-submit:hover, .pxl-header-mobile-search .search-submit:focus {
		color: var(--primary-color);
		background-color: transparent;
	}
	.pxl-menu-close {
		background-color: rgba(0, 0, 0, 0.03);
		position: absolute;
		top: 0;
		right: 0;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}
	#pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
		display: none;
	}
	#pxl-header-elementor #pxl-header-mobile {
		display: block;
		position: relative;
		z-index: 999;
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark {
		background-color: var(--fifth-color);
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-logo-mobile .pxl-logo--dark {
		display: none;
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-logo-mobile .pxl-logo--light {
		display: block;
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark.pxl-header-mobile-fixed {
		background-color: var(--fifth-color);
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button .pxl-icon-line:after, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button .pxl-icon-line:before {
		background-color: #fff;
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-menu {
		background-color: #000;
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field {
		background-color: rgba(255, 255, 255, 0.12);
		border-color: rgba(255, 255, 255, 0.12);
		color: rgba(255, 255, 255, 0.67);
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field:focus {
		color: #fff;
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-submit {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li a {
		color: rgba(255, 255, 255, 0.8);
		border-color: rgba(255, 255, 255, 0.08);
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li > a:hover, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li > a.current, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_item > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-item > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_ancestor > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-ancestor > a {
		color: #fff;
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close {
		background-color: rgba(255, 255, 255, 0.12);
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:before, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:after {
		background-color: #fff;
	}
	#pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-toggle {
		background-color: rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.8);
	}
	#pxl-header-elementor #pxl-header-mobile .pxl-header-sticky {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
	}
	#pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed .pxl-header-sticky {
		visibility: visible;
		opacity: 1;
		-webkit-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
		-khtml-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
		-moz-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
		-ms-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
		-o-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
		animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
	}
}
.pxl-header-fixed .box-shadow-sticky {
	-webkit-box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	-khtml-box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	-moz-box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	-ms-box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	-o-box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
}
@media screen and (max-width: 767px) {
	/* Hidden Panel */  .pxl-header-menu {
	width: calc(100% - 30px);
}
	.pxl-header-menu-scroll {
		padding: 40px 20px;
	}
}
.pxl-hidden-panel-popup {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	height: 100vh;
	width: 100%;
	visibility: hidden;
}
@media screen and (max-width: 1200px) {
	.pxl-hidden-panel-popup {
		display: none;
	}
}
.pxl-hidden-panel-popup .pxl-popup--overlay {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.76);
	backdrop-filter: blur(10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-khtml-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-moz-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-ms-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	cursor: url(../img/pointer.png), auto;
}
.pxl-hidden-panel-popup .elementor > .elementor-section {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
}
.pxl-hidden-panel-popup .pxl-popup--conent {
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
	background-color: #fff;
}
.pxl-hidden-panel-popup.pxl-pos-top .pxl-popup--conent {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-khtml-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-moz-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-ms-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.pxl-hidden-panel-popup.pxl-pos-right .pxl-popup--conent {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 470px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateX(100%);
	-khtml-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	overflow-y: scroll;
	overflow-x: hidden;
	margin-right: -30px;
}
.pxl-hidden-panel-popup.pxl-pos-left .pxl-popup--conent {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 470px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateX(100%);
	-khtml-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	padding: 60px 0;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: -30px;
}
.pxl-hidden-panel-popup.active {
	visibility: visible;
}
.pxl-hidden-panel-popup.active .pxl-popup--conent {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	transition-delay: 0s !important;
}
.pxl-hidden-panel-popup.active .pxl-popup--overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s !important;
}
.pxl-hidden-panel-popup.active .pxl-search-form .pxl-searchform-divider {
	webkit-animation-name: PXLfadeInMove;
	animation-name: PXLfadeInMove;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.pxl-hidden-panel-popup:not(.active) .pxl-search-form .pxl-searchform-divider {
	webkit-animation-name: PXLfadeOutMove;
	animation-name: PXLfadeOutMove;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
}
.pxl-anchor-divider {
	overflow: hidden;
	width: 30px;
	height: 21px;
	cursor: pointer;
	position: relative;
}
.pxl-anchor-divider .pxl-icon-line {
	height: 3px;
	position: absolute;
	right: 0;
	border-radius: 3px;
}
.pxl-anchor-divider .pxl-icon-line:before, .pxl-anchor-divider .pxl-icon-line:after {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 1;
	width: 100%;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.pxl-anchor-divider .pxl-icon-line:before {
	-webkit-transform: translate3d(100%, 0, 0);
	-khtml-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.pxl-anchor-divider .pxl-icon-line:after {
	-webkit-transform: translate3d(0, 0, 0);
	-khtml-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
	top: 0;
	width: 22px;
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
	top: 50%;
	width: 25px;
	transform: translate(0, -50%);
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
	bottom: 0;
	width: 100%;
}
.pxl-anchor-button {
	cursor: pointer;
	/* Search Popup */
}
.pxl-anchor-button.style-2 {
	height: 46px;
	width: 46px;
	border-radius: 46px;
	border: 2px solid rgba(207, 207, 207, 0.45);
	background-color: rgba(83, 82, 84, 0.45);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider {
	height: 16px;
	width: 25px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line {
	height: 2px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:before, .pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:after {
	background-color: #fff;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
	width: 19px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
	top: 7px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
	width: 14px;
}
.pxl-anchor-button .pxl-anchor-theme-style1 {
	position: relative;
	width: 29px;
	height: 26px;
	cursor: pointer;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span {
	position: absolute;
	width: 13px;
	height: 12px;
	border: 2px solid #141515;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(1) {
	top: 0;
	left: 0;
	border-radius: 13px 0 0 0;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(2) {
	top: 0;
	right: 0;
	border-radius: 0 13px 0 0;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(3) {
	bottom: 0;
	right: 0;
	border-radius: 0 0 13px 0;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(4) {
	bottom: 0;
	left: 0;
	border-radius: 0 0 0 13px;
}
.pxl-anchor-button .pxl-anchor-theme-style1:hover span {
	border-color: var(--primary-color);
}
.pxl-anchor-button.type-icon {
	display: inline-flex;
	align-items: center;
	color: #2c2c2b;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-anchor-button.type-icon:hover {
	color: var(--primary-color);
}
.pxl-anchor-button.type-icon label {
	font-size: 19px;
	font-weight: 600;
	cursor: pointer;
}
.pxl-anchor-button.type-icon i {
	font-size: 20px;
}
#pxl-search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
}
#pxl-search-popup .pxl-item--close {
	background-color: ;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	margin-left: 25px;
	position: relative;
}
#pxl-search-popup .pxl-item--close:before, #pxl-search-popup .pxl-item--close:after {
	background-color: #000;
}
#pxl-search-popup .pxl-item--conent {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 320px;
	background-color: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#pxl-search-popup .pxl-item--conent form {
	max-width: 720px;
	width: 100%;
	position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
	#pxl-search-popup .pxl-item--conent form {
		max-width: 450px;
	}
}
#pxl-search-popup .pxl-item--conent form .search-field {
	background-color: #fff;
	height: 70px;
	padding: 0 120px 0 20px;
	color: rgba(0, 0, 0, 0.48);
	font-size: 1rem;
	border: 1px solid #d9d1cb;
	color: #3c3b3b;
}
#pxl-search-popup .pxl-item--conent form .search-submit {
	position: absolute;
	top: 50%;
	right: -1px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 70px;
	line-height: 70px;
	text-align: right;
	border: none;
	background: none;
	font-size: 20px;
	padding: 0 30px;
	z-index: 99;
	cursor: pointer;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	background-color: var(--primary-color);
}
#pxl-search-popup .pxl-item--conent form .search-submit i {
	line-height: 1;
}
#pxl-search-popup.active {
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.8);
}
#pxl-search-popup.active .pxl-item--overlay {
	opacity: 1;
	visibility: visible;
}
#pxl-search-popup.active .pxl-item--conent {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.pxl-group-grapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pxl-group-grapper .pxl-anchor-item {
	margin-right: 15px;
	cursor: pointer;
}
@media screen and (min-width: 1400px) {
	.pxl-group-grapper .pxl-anchor-item {
		margin-right: 20px;
	}
}
.pxl-group-grapper .pxl-anchor-item:last-child {
	margin-right: 0;
}
.pxl-group-grapper .pxl-anchor-item.pxl-cart-sidebar-button {
	margin-right: 30px;
}
@media screen and (min-width: 1400px) {
	.pxl-group-grapper .pxl-anchor-item.pxl-cart-sidebar-button {
		margin-right: 30px;
	}
}
.pxl-group-grapper .pxl-anchor-item.pxl-cart-sidebar-button i {
	margin-left: 10px;
}
.pxl-group-grapper .pxl-anchor-item.pxl-cart-sidebar-button .pxl_cart_counter {
	background-color: var(--primary-color);
	padding: 0px 6px;
	font-size: 12px;
	color: var(--secondary-color);
	border-radius: 50%;
	position: relative;
	min-width: 20px;
	text-align: center;
	left: -7px;
	top: -10px;
}
.pxl-group-grapper .pxl-anchor-item.pxl-button a {
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 1400px) {
	.pxl-group-grapper .pxl-anchor-item.pxl-button a {
		padding: 0 30px;
	}
}
.pxl-group-grapper .pxl-anchor-item.pxl-phone {
	display: flex;
	align-items: center;
}
.pxl-group-grapper .pxl-anchor-item.pxl-phone .pxl-icon-phone {
	width: 45px;
	height: 45px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--primary-color);
	border-radius: 50%;
}
.pxl-group-grapper .pxl-anchor-item.pxl-phone .pxl-icon-phone i {
	-webkit-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pxl-group-grapper .pxl-anchor-item.pxl-phone .pxl-icon-phone a {
	color: var(--primary-color);
}
.pxl-group-grapper .pxl-anchor-item.pxl-phone .pxl-icon-phone + .pxl-phone-meta {
	margin-left: 15px;
}
@media screen and (max-width: 1400px) {
	.pxl-group-grapper .pxl-anchor-item.pxl-phone .pxl-phone-meta {
		display: none;
	}
}
.pxl-group-grapper .pxl-anchor-item.pxl-phone .pxl-phone-meta label {
	font-size: 14px;
	color: var(--primary-color);
}
.pxl-group-grapper .pxl-anchor-item.pxl-phone .pxl-phone-meta .pxl-phone-text {
	font-size: 18px;
	color: #0e2b3d;
	font-family: 'Inter', sans-serif;
}
.pxl-group-grapper .pxl-anchor-item.pxl-phone .pxl-phone-meta .pxl-phone-text a {
	color: inherit;
}
.pxl-group-grapper .pxl-anchor-item.pxl-phone .pxl-phone-meta .pxl-phone-text a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}
.pxl-group-grapper .pxl-anchor-item.pxl-phone:hover .pxl-icon-phone i {
	-webkit-animation: shakeThatBooty 0.6s linear 1;
	-khtml-animation: shakeThatBooty 0.6s linear 1;
	-moz-animation: shakeThatBooty 0.6s linear 1;
	-ms-animation: shakeThatBooty 0.6s linear 1;
	-o-animation: shakeThatBooty 0.6s linear 1;
	animation: shakeThatBooty 0.6s linear 1;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:before, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line1:before, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line1:before {
	-webkit-transform: translate3d(0, 0, 0);
	-khtml-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
	-khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
	-moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
	-ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
	-o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:after, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line1:after, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line1:after {
	-webkit-transform: translate3d(-36px, 0, 0);
	-khtml-transform: translate3d(-36px, 0, 0);
	-moz-transform: translate3d(-36px, 0, 0);
	-ms-transform: translate3d(-36px, 0, 0);
	-o-transform: translate3d(-36px, 0, 0);
	transform: translate3d(-36px, 0, 0);
	opacity: 0;
	-webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:before, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line2:before, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line2:before {
	-webkit-transform: translate3d(0, 0, 0);
	-khtml-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
	-khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
	-moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
	-ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
	-o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:after, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line2:after, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line2:after {
	-webkit-transform: translate3d(-36px, 0, 0);
	-khtml-transform: translate3d(-36px, 0, 0);
	-moz-transform: translate3d(-36px, 0, 0);
	-ms-transform: translate3d(-36px, 0, 0);
	-o-transform: translate3d(-36px, 0, 0);
	transform: translate3d(-36px, 0, 0);
	opacity: 0;
	-webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
	-khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
	-moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
	-ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:before, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line3:before, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line3:before {
	-webkit-transform: translate3d(0, 0, 0);
	-khtml-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
	-khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
	-moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
	-ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
	-o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:after, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line3:after, .pxl-menu-hidden-sidebar .pxl-menu-button:hover .pxl-icon-line.pxl-icon-line3:after {
	-webkit-transform: translate3d(-36px, 0, 0);
	-khtml-transform: translate3d(-36px, 0, 0);
	-moz-transform: translate3d(-36px, 0, 0);
	-ms-transform: translate3d(-36px, 0, 0);
	-o-transform: translate3d(-36px, 0, 0);
	transform: translate3d(-36px, 0, 0);
	opacity: 0;
	-webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
	-khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
	-moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
	-ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}
.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar .pxl-hidden-panel-popup {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar .pxl-hidden-panel-popup {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar .pxl-hidden-panel-popup {
		top: 0;
	}
}
.admin-bar .pxl-header-menu {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .pxl-header-menu {
		top: 46px;
	}
}
@-moz-keyframes PXL_Header_SlideDown {
	0% {
		margin-top: -150px;
	}
	100% {
		margin-top: 0;
	}
}
@-ms-keyframes PXL_Header_SlideDown {
	0% {
		margin-top: -150px;
	}
	100% {
		margin-top: 0;
	}
}
@-webkit-keyframes PXL_Header_SlideDown {
	0% {
		margin-top: -150px;
	}
	100% {
		margin-top: 0;
	}
}
@keyframes PXL_Header_SlideDown {
	/* Header Left Sidebar */
	0% {
		margin-top: -150px;
	}
	100% {
		margin-top: 0;
	}
}
.px-header--left_sidebar.px-header-sidebar-style1, .px-header--left_sidebar.px-header--left_shadow {
	-webkit-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
	-khtml-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
	-moz-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
	-ms-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
	-o-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
	box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
}
.px-header--left_sidebar.px-header-sidebar-style2 {
	overflow: hidden;
}
.px-header--left_sidebar.px-header-sidebar-style2 .pxl-header-content {
	overflow-y: scroll;
	height: 100vh;
	width: calc(100% + 60px);
	margin: 0 -30px;
}
@media screen and (max-width: 1260px) {
	.bd-px-header--left_sidebar:not(.elementor-editor-active) .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1130px;
	}
}
@media screen and (min-width: 1201px) {
	.bd-px-header--left_sidebar .pxl-content-wrap.no-sidebar {
		margin-left: 0;
		margin-right: 0;
	}
	.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-header-elementor .px-header--left_sidebar {
		width: 300px;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		background-color: #fff;
	}
	.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-main, .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-footer-elementor, .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-page-title-elementor {
		padding-left: 300px;
	}
	.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-main .elementor > .elementor-section, .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-footer-elementor .elementor > .elementor-section, .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-page-title-elementor .elementor > .elementor-section {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
	}
	.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-footer-elementor .container {
		max-width: 100%;
	}
	.bd-px-header--left_sidebar:not(.elementor-editor-active).pxl-footer-fixed #pxl-wapper #pxl-main {
		margin-bottom: 0 !important;
	}
	.bd-px-header--left_sidebar:not(.elementor-editor-active).pxl-footer-fixed #pxl-footer-elementor {
		position: static;
	}
	.admin-bar.bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-header-elementor .px-header--left_sidebar {
		top: 32px;
	}
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.pxl---post .pxl-item--image-feature > a:not(.post-button-video) {
	display: block;
	width: 100%;
}
.pxl---post .pxl-item--title {
	font-size: 38px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.176;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.pxl---post .pxl-item--title {
		font-size: 20px;
		line-height: 1.3;
	}
}
.pxl---post .pxl-item--title a {
	color: inherit;
}
.pxl---post .pxl-item--title a:hover {
	color: var(--primary-color);
}
.pxl---post .pxl-item--divider {
	height: 24px;
	width: 1px;
	background-color: rgba(45, 45, 45, 0.1);
	margin: 0 24px;
}
@media screen and (max-width: 767px) {
	.pxl---post .pxl-item--divider {
		margin: 0 12px;
	}
}
.pxl---post.product .pxl-item--meta {
	display: none !important;
}
.pxl-blog-meta2 {
	margin-bottom: 20px;
}
.pxl-blog-meta2 .pxl-item-info {
	margin: 5px 22px 5px 0;
	padding-right: 22px;
	line-height: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
	color: #c2c2c2;
}
.pxl-blog-meta2 .pxl-item-info:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.pxl-blog-meta2 .pxl-item-info a {
	color: inherit;
}
.pxl-blog-meta2 .pxl-item-info a:hover {
	color: var(--primary-color);
}
.pxl-single-meta {
	font-size: 17px;
	color: var(--third-color);
	font-weight: 500;
}
.pxl-single-meta i {
	font-size: 17px;
	line-height: 1;
	color: var(--primary-color);
}
.pxl-single-meta a {
	color: inherit;
}
.pxl-single-meta a:hover {
	color: inherit;
}
.pxl-item--archive + .pxl-item--archive {
	margin-top: 45px;
}
.pxl-item--archive .pxl-item--title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 36px;
}
.pxl-item--archive .pxl-item--title .caseicon-check {
	color: var(--fourth-color);
	width: 30px;
	height: 30px;
	font-size: 15px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: var(--fifth-color);
	border-radius: 50%;
	position: relative;
	top: -5px;
}
.pxl-item--archive .pxl-dotted {
	color: var(--primary-color);
}
.pxl-item--archive .pxl-item--image-feature {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 22px 22px;
}
.pxl-item--archive .pxl-item--image-feature img {
	-webkit-transition: all 0.2s ease;
	-khtml-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transform: scale(1.01, 1.01);
	width: 100%;
}
.pxl-item--archive .pxl-item--image-feature:hover img {
	-webkit-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07);
}
.pxl-item--archive .pxl-box-icon {
	margin-top: 10px;
	width: 54px;
	height: 54px;
	min-width: 54px;
	background-color: var(--primary-color);
	border-radius: 50%;
	margin-right: 38px;
}
@media screen and (max-width: 767px) {
	.pxl-item--archive .pxl-box-icon {
		margin-bottom: 20px;
	}
}
.pxl-item--archive .feature-audio {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.pxl-item--archive .feature-audio iframe {
	padding: 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	height: 120px;
}
.pxl-item--archive .feature-audio iframe .player {
	width: 100%;
}
.pxl-item--archive.pxl-item--standard {
	background-color: #fff;
}
@media screen and (min-width: 992px) {
	.pxl-item--archive.pxl-item--standard {
		border-radius: 0 0 12px 12px;
		box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.08);
	}
}
.pxl-item--archive.pxl-item--standard .pxl-item--holder {
	padding: 30px 50px 45px;
}
@media screen and (max-width: 991px) {
	.pxl-item--archive.pxl-item--standard .pxl-item--holder {
		padding: 30px 25px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-item--archive.pxl-item--standard .pxl-item--holder {
		padding-left: 0;
		padding-right: 0;
	}
}
.pxl-item--archive.pxl-item--standard .pxl-item--excerpt {
	max-width: 650px;
	margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
	.pxl-item--archive.pxl-item--standard .pxl-item--excerpt {
		max-width: 100%;
	}
}
.pxl-item--archive.pxl-item--standard .btn-icon-box {
	font-size: 16px;
	font-weight: 600;
	color: var(--secondary-color);
	text-transform: uppercase;
}
.pxl-item--archive.pxl-item--standard .btn-icon-box .pxl--btn-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--primary-color);
	margin-left: 10px;
	font-size: 12px;
	justify-content: center;
	color: #fff;
}
.pxl-item--archive.pxl-item--standard .btn-icon-box .pxl--btn-icon i {
	-webkit-transition: all 0.2s ease;
	-khtml-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pxl-item--archive.pxl-item--standard .btn-icon-box:hover {
	color: var(--primary-color);
}
.pxl-item--archive.pxl-item--standard .btn-icon-box:hover .pxl--btn-icon i {
	-webkit-animation: toRightFromLeft 0.2s forwards;
	-khtml-animation: toRightFromLeft 0.2s forwards;
	-moz-animation: toRightFromLeft 0.2s forwards;
	-ms-animation: toRightFromLeft 0.2s forwards;
	-o-animation: toRightFromLeft 0.2s forwards;
	animation: toRightFromLeft 0.2s forwards;
}
.pxl-item--archive.pxl-item--standard:hover .pxl-item--title a {
	color: var(--secondary-color);
}
.pxl-item--archive.format-standard .pxl-box--date, .pxl-item--archive.format-video .pxl-box--date {
	background-color: var(--fourth-color);
	display: flex;
	flex-direction: column;
	justify-content: end;
	width: 85px;
	height: 110px;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.pxl-item--archive.format-standard .pxl-date-day, .pxl-item--archive.format-video .pxl-date-day {
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 5px;
}
.pxl-item--archive.format-standard .pxl-date-month, .pxl-item--archive.format-video .pxl-date-month {
	line-height: 32px;
	font-size: 13px;
	background-color: var(--secondary-color);
	color: #fff;
}
.pxl-item--archive.format-standard .pxl-blog-meta, .pxl-item--archive.format-audio .pxl-blog-meta, .pxl-item--archive.format-video .pxl-blog-meta {
	font-size: 15px;
	color: var(--third-color);
	font-weight: 500;
	margin-bottom: 20px;
}
.pxl-item--archive.format-standard .pxl-blog-meta .pxl-item-info, .pxl-item--archive.format-audio .pxl-blog-meta .pxl-item-info, .pxl-item--archive.format-video .pxl-blog-meta .pxl-item-info {
	margin-top: 5px;
	margin-bottom: 5px;
}
.pxl-item--archive.format-standard .pxl-blog-meta i, .pxl-item--archive.format-audio .pxl-blog-meta i, .pxl-item--archive.format-video .pxl-blog-meta i {
	position: relative;
	top: 2px;
	font-size: 16px;
	color: var(--primary-color);
	line-height: 1;
}
.pxl-item--archive.format-standard .pxl-blog-meta a, .pxl-item--archive.format-audio .pxl-blog-meta a, .pxl-item--archive.format-video .pxl-blog-meta a {
	color: inherit;
}
.pxl-item--archive.format-standard .pxl-blog-meta a:hover, .pxl-item--archive.format-audio .pxl-blog-meta a:hover, .pxl-item--archive.format-video .pxl-blog-meta a:hover {
	color: inherit;
}
.pxl-item--archive.format-audio .feature-audio {
	margin-bottom: 20px;
}
.pxl-item--archive.format-link, .pxl-item--archive.format-quote {
	background-color: var(--fifth-color);
	padding: 45px;
}
@media screen and (max-width: 767px) {
	.pxl-item--archive.format-link, .pxl-item--archive.format-quote {
		padding: 30px 15px;
	}
}
.pxl-item--archive.format-link .pxl-meta-wrapper, .pxl-item--archive.format-quote .pxl-meta-wrapper {
	align-items: center;
}
.pxl-item--archive.format-link .pxl-body, .pxl-item--archive.format-quote .pxl-body {
	flex-grow: 1;
}
.pxl-item--archive.format-link:hover .pxl-item--title a, .pxl-item--archive.format-quote:hover .pxl-item--title a {
	color: var(--fourth-color);
}
.pxl-item--archive.format-link .pxl-item--title {
	font-weight: 600;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #374637;
	font-size: 22px;
	align-items: center;
}
.pxl-item--archive.format-link .pxl-item--title a {
	color: #fff;
}
.pxl-item--archive.format-link .pxl-item--title a:hover {
	color: var(--fourth-color);
}
.pxl-item--archive.format-link .link-icon a {
	font-size: 15px;
	display: inline-block;
	line-height: 1;
	color: #786103;
}
.pxl-item--archive.format-link .feature-link a.link-text {
	font-size: 15px;
	color: var(--primary-color);
}
.pxl-item--archive.format-link .feature-link a.link-text:hover {
	color: var(--fourth-color);
}
.pxl-item--archive.format-quote blockquote {
	background-color: transparent;
	border: none;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 15px;
}
.pxl-item--archive.format-quote .quote-text {
	font-weight: normal;
	margin-bottom: 0;
}
.pxl-item--archive.format-quote .quote-cite {
	font-style: normal;
}
.pxl-item--archive.format-quote .pxl-blockquote {
	margin-left: 0;
	margin-right: 0;
	font-size: 15px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #374637;
}
.pxl-item--archive.format-quote .link-quote {
	color: var(--primary-color);
}
.pxl-item--archive.format-quote .link-quote:hover .quote-cite {
	color: var(--fourth-color);
}
.pxl-item--archive.format-quote .pxl-icon-quoter svg {
	max-height: 18px;
	fill: #786103;
}
.post-button-video {
	width: 79px;
	height: 79px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: var(--secondary-color);
	z-index: 99;
	/* End Blog Layout */
}
@media screen and (max-width: 767px) {
	.post-button-video {
		width: 65px;
		height: 65px;
		font-size: 18px;
	}
}
.post-button-video:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.57);
	animation: pxl_pulse_border 1500ms ease-out infinite;
	-webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
	z-index: -2;
	border-radius: inherit;
}
.post-button-video:hover, .post-button-video:focus {
	color: var(--fourth-color);
}
.single-product .pxl-content-wrap.no-sidebar .pxl-content-area {
	padding: 0;
}
@media screen and (min-width: 768px) {
	.single-post .pxl-content-wrap.no-sidebar {
		margin-top: -74px;
		z-index: 1;
	}
}
.single-post .pxl-content-wrap.no-sidebar .pxl-item--meta {
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.single-post .pxl-content-wrap.no-sidebar .pxl-item--meta {
		margin-top: 30px;
		margin-bottom: 45px;
	}
}
.single-post .pxl-content-wrap.no-sidebar #comments, .single-post .pxl-content-wrap.no-sidebar .pxl--post-footer, .single-post .pxl-content-wrap.no-sidebar .pxl--author-info {
	max-width: 730px;
}
.single-post .pxl-content-wrap.no-sidebar #comments, .single-post .pxl-content-wrap.no-sidebar .pxl--post-footer {
	margin: 0 auto;
}
.single-post .pxl-content-wrap.no-sidebar .inner-pxl-item--meta {
	padding: 15px 30px;
	background: #fff;
	min-height: 74px;
}
@media screen and (max-width: 767px) {
	.single-post .pxl-content-wrap.no-sidebar .inner-pxl-item--meta {
		padding: 15px 0;
		flex-wrap: wrap;
		justify-content: start;
	}
}
.single-post .pxl-content-wrap.no-sidebar .inner-pxl-item--meta .pxl-item-info {
	margin-right: 20px;
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.single-post .pxl-content-wrap.no-sidebar .inner-pxl-item--meta .pxl-item-info {
		margin: 5px 15px 5px 0;
	}
}
.single-post .pxl-content-wrap.pxl-has-sidebar .inner-pxl-item--meta {
	display: flex;
	align-items: center;
}
.single-post .pxl-content-wrap.pxl-has-sidebar .inner-pxl-item--meta .pxl-item-info {
	margin-right: 20px;
}
.single-post .pxl-content-wrap.pxl-has-sidebar .inner-pxl-item--meta .pxl-item-info:after {
	display: inline-block;
	height: 15px;
	width: 2px;
	background-color: rgba(var(--third-color-rgb),0.5);
	content: "";
	margin-left: 20px;
	position: relative;
	top: 1px;
}
.single-post .pxl-content-wrap.pxl-has-sidebar .inner-pxl-item--meta .pxl-item-info:first-child {
	margin-left: 0;
}
.single-post .pxl-content-wrap.pxl-has-sidebar .inner-pxl-item--meta .pxl-item-info:last-child {
	margin-right: 0;
	padding-right: 0;
}
.single-post .pxl-content-wrap.pxl-has-sidebar .inner-pxl-item--meta .pxl-item-info:last-child:after {
	display: none;
}
.single-post .pxl-content-wrap.pxl-has-sidebar .pxl-single-meta {
	margin-bottom: 38px;
}
.single-post .pxl---post .single-heading {
	padding-top: 10px;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 22px;
}
.single-post .pxl---post .pxl-gallery {
	margin-top: -18px;
}
.single-post .pxl---post .pxl-item--image-feature {
	margin-bottom: 35px;
	text-align: center;
}
.single-post .pxl---post .pxl-item--title {
	margin-bottom: 28px;
	font-size: 40px;
	line-height: 1.25;
}
@media screen and (max-width: 767px) {
	.single-post .pxl---post .pxl-item--title {
		font-size: 20px;
		line-height: 1.3;
	}
}
.single-post .pxl---post .pxl-item--content {
	margin-bottom: 33px;
}
.single-post .pxl---post .pxl-item--content p {
	margin-bottom: 20px;
}
.single-post .pxl---post .pxl-item--content p:last-child {
	margin-bottom: 0;
}
.single-post .section-hidde-single-post {
	display: none;
}
.single-post .pxl--post-footer {
	margin-bottom: 60px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.pxl--author-info {
	padding: 20px 15px;
	overflow: hidden;
	background-color: #f3f8ff;
	margin: 60px auto;
}
@media screen and (min-width: 768px) {
	.pxl--author-info {
		padding: 30px;
	}
}
@media screen and (min-width: 576px) {
	.pxl--author-info {
		display: flex;
		align-items: center;
	}
}
.pxl--author-info .entry-author-avatar {
	margin-top: 10px;
	min-width: 140px;
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin-right: 30px;
	border: 3px solid #fff;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
@media screen and (max-width: 575px) {
	.pxl--author-info .entry-author-avatar {
		margin-bottom: 25px;
		margin-right: 0;
	}
}
.pxl--author-info .entry-author-avatar img {
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 100%;
	-webkit-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
	-khtml-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
	-moz-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
	-ms-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
	-o-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
	transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
	-webkit-transform: scale(1.02);
	-khtml-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.pxl--author-info .entry-author-avatar:hover img {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl--author-info .entry-author-meta .author-name {
	font-size: 28px;
	margin-bottom: 10px;
}
.pxl--author-info .entry-author-meta .author-name a {
	color: var(--secondary-color);
}
.pxl--author-info .entry-author-meta .author-name a:hover {
	color: var(--primary-color);
}
.pxl--author-info .entry-author-meta .author-description {
	font-size: 17px;
}
.pxl--author-info .pxl-user-social {
	list-style: none;
	margin-bottom: 0;
	margin-top: 25px;
	margin-left: -6px;
	display: flex;
}
@media screen and (max-width: 767px) {
	.pxl--author-info .pxl-user-social li {
		margin: 5px;
	}
}
@media screen and (min-width: 768px) {
	.pxl--author-info .pxl-user-social li + li {
		margin-left: 25px;
	}
}
.pxl--author-info .pxl-user-social li a {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: var(--primary-color);
}
.pxl--post-footer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	padding: 10px 0;
	margin-bottom: 70px;
}
.pxl--post-footer > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pxl--post-footer > div .pxl-label {
	color: var(--secondary-color);
	margin-right: 15px;
	font-size: 25px;
}
.pxl--post-footer > div .pxl-label:after {
	content: ":";
	display: inline-block;
}
.pxl--post-footer .pxl--tags {
	flex-grow: 1;
}
.pxl--post-footer .pxl--tags a {
	line-height: 40px;
	display: inline-block;
	padding: 0 15px;
	background-color: #f4f4f4;
	color: var(--third-color);
	font-size: 15px;
	margin: 5px 5px 5px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-transform: capitalize;
}
.pxl--post-footer .pxl--tags a:after {
	content: '';
	position: absolute;
	top: -30%;
	left: -210%;
	width: 300%;
	height: 150%;
	opacity: 0;
	transform: rotate(30deg);
	background: rgba(255, 255, 255, .25);
	background: linear-gradient(to right, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .13) 77%, rgba(255, 255, 255, .5) 92%, #fff 100%);
}
.pxl--post-footer .pxl--tags a:hover {
	color: #fff;
	background-color: var(--primary-color);
}
.pxl--post-footer .pxl--tags a:hover:after {
	opacity: 1;
	top: -50%;
	left: 25%;
	transition: left 0.5s, top 0.5s, opacity 0.05s ease;
}
.pxl--post-footer .inner-socials {
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl--post-footer .inner-socials a {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background-color: var(--secondary-color);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	margin-right: 4px;
}
.pxl--post-footer .inner-socials a:last-child {
	margin-right: 0;
}
.pxl--post-footer .inner-socials a:hover {
	background: var(--fourth-color);
}
.pxl--post-footer .inner-socials a.fb-social {
	background-color: #3a5897;
}
.pxl--post-footer .inner-socials a.tw-social {
	background-color: #202020;
}
.pxl--post-footer .inner-socials a.pin-social {
	background-color: #df001b;
}
.pxl--post-footer .inner-socials a.lin-social {
	background-color: #007bb5;
}
.pxl-pagination-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.pxl-pagination-wrap .page-numbers {
	width: 43px;
	height: 43px;
	border-radius: 43px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: var(--third-color);
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0 5px;
}
.pxl-pagination-wrap .page-numbers i {
	font-size: 11px;
}
.pxl-pagination-wrap .page-numbers a:hover, .pxl-pagination-wrap .page-numbers.current {
	background-color: var(--primary-color);
	color: #fff;
}
.pxl-pagination-wrap .page-numbers a:hover i, .pxl-pagination-wrap .page-numbers.current i, .pxl-pagination-wrap .page-numbers a:hover span, .pxl-pagination-wrap .page-numbers.current span {
	color: #fff;
}
.pxl-pagination-wrap .pxl-pagination-links {
	margin-top: 20px;
	display: inline-flex;
	padding: 8px 3px;
	border-radius: 45px;
	background-color: #efeff0;
}
.pxl-content-blog .pxl-pagination-links {
	margin-top: 60px;
}
.pxl-post--navigation {
	background-color: #f7f7f7;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.pxl-post--navigation .pxl-navigation--image {
	width: 124px;
	min-width: 124px;
	min-height: 218px;
	position: relative;
}
@media screen and (max-width: 1200px) {
	.pxl-post--navigation .pxl-navigation--image {
		width: 110px;
		min-width: 110px;
		height: 200px;
	}
}
.pxl-post--navigation .pxl-navigation--image .pxl-navigation--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.pxl-post--navigation .pxl-navigation--date {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 7px;
}
.pxl-post--navigation .pxl-navigation--title {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.4444;
	font-weight: 600;
	color: #000001;
}
@media screen and (min-width: 1201px) {
	.pxl-post--navigation .pxl-navigation--title {
		max-width: 350px;
		display: inline-block;
	}
}
.pxl-post--navigation .pxl-navigation--title a {
	color: inherit;
}
.pxl-post--navigation .pxl-navigation--title a:hover {
	color: inherit;
}
.pxl-post--navigation .pxl-item--excerpt {
	max-width: 400px;
}
.pxl-post--navigation .pxl-navigation--icon {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 14px;
	border-radius: 13px;
	z-index: 88;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	background-color: #504f4f;
}
.pxl-post--navigation .pxl-meta-nav {
	list-style: none;
	margin-bottom: 0;
	margin-left: -5px;
	margin-right: -5px;
}
.pxl-post--navigation .pxl-meta-nav li {
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: var(--third-color);
}
.pxl-post--navigation .pxl-meta-nav .pxl-navigation--date i {
	color: #000;
}
.pxl-post--navigation .pxl-meta-nav .pxl-item--author i {
	color: var(--primary-color);
}
.pxl-post--navigation .pxl-navigation--meta {
	padding: 15px;
}
.pxl-post--navigation .pxl-navigation--col {
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.pxl-post--navigation .pxl-navigation--col {
		width: 100%;
	}
}
.pxl-post--navigation .pxl-navigation--col.pxl-navigation--next {
	justify-content: end;
}
.pxl-post--navigation .pxl-navigation--col + .pxl-navigation--col {
	border-left: 1px solid rgba(84, 86, 97, 0.22);
}
@media screen and (max-width: 767px) {
	.pxl-post--navigation .pxl-navigation--col + .pxl-navigation--col {
		border: none;
		margin-top: 20px;
	}
}
.pxl-post--navigation .pxl-navigation--col:hover .pxl-navigation--icon {
	background-color: var(--primary-color);
}
.pxl-custom-swiper {
	overflow: hidden;
	position: relative;
}
.pxl-post-gallery-slider .pxl-custom-swiper {
	border-radius: 8px 8px 0 0;
}
.pxl-post-gallery-slider .pxl-custom-swiper img {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-next {
	right: 26px;
}
.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	left: 26px;
}
.error404 #pxl-page-title-default, .error404 #pxl-page-title-elementor {
	display: none;
}
.error404 .pxl-error-image {
	width: 60%;
}
@media screen and (max-width: 991px) {
	.error404 .pxl-error-image {
		width: 100%;
		text-align: center;
		margin-bottom: 35px;
	}
}
.error404 .px-404-meta {
	width: 40%;
	padding-left: 70px;
}
@media screen and (max-width: 991px) {
	.error404 .px-404-meta {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
}
.error404 .pxl-error-title {
	font-size: 70px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 5px;
	color: var(--third-color);
}
@media screen and (max-width: 991px) {
	.error404 .pxl-error-title {
		font-size: 40px;
	}
}
.error404 .pxl-error-subtitle {
	font-weight: 400;
	font-size: 80px;
	margin-bottom: 25px;
	color: var(--primary-color);
	line-height: 1;
	color: #0354e3;
}
@media screen and (max-width: 991px) {
	.error404 .pxl-error-subtitle {
		font-size: 60px;
	}
}
.error404 .pxl-text-cexcerpt {
	font-size: 17px;
	margin-bottom: 30px;
	max-width: 370px;
}
@media screen and (max-width: 991px) {
	.error404 .pxl-text-cexcerpt {
		max-width: 100%;
	}
}
.error404 .btn-flex-center, .error404 .pxl-language-switcher1 ul .pxl-item--image, .pxl-language-switcher1 ul .error404 .pxl-item--image, .error404 .pxl-language-switcher1 .current--item .pxl-item--image, .pxl-language-switcher1 .current--item .error404 .pxl-item--image, .error404 .pxl-contact-form .wpcf7-submit .pxl--btn-icon, .pxl-contact-form .wpcf7-submit .error404 .pxl--btn-icon, .error404 .pxl-accordion1.style-2 .pxl-icon--action, .pxl-accordion1.style-2 .error404 .pxl-icon--action, .error404 .pxl-accordion1.style-3 .pxl-icon--action, .pxl-accordion1.style-3 .error404 .pxl-icon--action, .error404 .pxl-tabs-select .icon-wrapper, .pxl-tabs-select .error404 .icon-wrapper, .error404 .pxl-portfolio-grid-layout2 .btn-popup, .pxl-portfolio-grid-layout2 .error404 .btn-popup {
	align-items: end;
}
@media screen and (max-width: 991px) {
	.error404 .btn-flex-center, .error404 .pxl-language-switcher1 ul .pxl-item--image, .pxl-language-switcher1 ul .error404 .pxl-item--image, .error404 .pxl-language-switcher1 .current--item .pxl-item--image, .pxl-language-switcher1 .current--item .error404 .pxl-item--image, .error404 .pxl-contact-form .wpcf7-submit .pxl--btn-icon, .pxl-contact-form .wpcf7-submit .error404 .pxl--btn-icon, .error404 .pxl-accordion1.style-2 .pxl-icon--action, .pxl-accordion1.style-2 .error404 .pxl-icon--action, .error404 .pxl-accordion1.style-3 .pxl-icon--action, .pxl-accordion1.style-3 .error404 .pxl-icon--action, .error404 .pxl-tabs-select .icon-wrapper, .pxl-tabs-select .error404 .icon-wrapper, .error404 .pxl-portfolio-grid-layout2 .btn-popup, .pxl-portfolio-grid-layout2 .error404 .btn-popup {
		flex-wrap: wrap;
	}
}
.error404 .btn {
	padding-left: 38px;
	padding-right: 38px;
	border-radius: 35px;
	line-height: 64px;
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	background-color: #0354e3;
}
.error404 .btn .pxl--btn-icon {
	margin-left: 10px;
	font-size: 12px;
}
.page-links {
	margin-top: 24px;
	clear: left;
}
.page-links .post-page-numbers {
	width: 36px;
	height: 36px;
	background-color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin: 15px 15px 0 0;
	color: #080808;
	position: relative;
	z-index: 1;
	padding: 0;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
	color: #fff;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}
.pxl-post-row {
	padding-top: 4px;
	margin-bottom: -56px;
}
.pxl-post-row > div {
	margin-bottom: 30px;
}
.pxl-post-row > div > p {
	margin-bottom: 0 !important;
}
.pxl-content-wrap.no-sidebar .pxl-content-top {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.pxl-post-list .post-list-toolbar {
	margin-bottom: 30px;
}
@media (max-width: 575px) {
	.pxl-post-list .post-list-toolbar {
		display: block;
	}
	.pxl-post-list .post-list-toolbar .nice-select {
		max-width: 200px;
		margin-top: 20px;
	}
}
.pxl-post-list .post-list-toolbar .result-count {
	font-size: 15px;
	color: #0a1119;
}
.pxl-post-list .post-list-toolbar .current {
	line-height: 50px;
	font-size: 15px !important;
	color: #0a1119;
}
.pxl-post-list .post-list-toolbar .nice-select {
	border-radius: 0;
	height: 50px;
	background-color: var(--fourth-color);
	padding: 0 80px 0 33px !important;
	border: none;
}
.pxl-post-list .post-list-toolbar .nice-select:before {
	font-size: 10px !important;
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--secondary-color);
	color: #fff;
	right: 7px;
	border-radius: 0;
}
.pxl-post-list .pxl-grid-pagination {
	display: flex;
	margin-top: 30px;
}
.pxl-post-list .pxl-load-more {
	display: flex;
}
.layout-post-list-1 .list-item .wrap-item-content {
	display: flex;
	align-items: center;
}
.layout-post-list-1 .list-item .wrap-item-content .item-content {
	padding: 0px 50px;
}
@media (max-width: 1300px) {
	.layout-post-list-1 .list-item .wrap-item-content .item-content {
		padding: 20px;
	}
}
@media (max-width: 1200px) {
	.layout-post-list-1 .list-item .wrap-item-content .item-content {
		padding: 0px;
	}
}
.layout-post-list-1 .list-item .btn-volumn, .layout-post-list-1 .list-item .video-play-button {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.layout-post-list-1 .list-item .btn-volumn i, .layout-post-list-1 .list-item .video-play-button i {
	color: var(--secondary-color);
	font-size: 20px;
	line-height: 70px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.layout-post-list-1 .list-item .btn-volumn:hover, .layout-post-list-1 .list-item .video-play-button:hover {
	background-color: var(--primary-color);
	transform: translate(-50%, -50%);
}
.layout-post-list-1 .list-item .btn-volumn:hover i, .layout-post-list-1 .list-item .video-play-button:hover i {
	color: var(--secondary-color);
}
.layout-post-list-1 .list-item .video-play-button i {
	font-size: 15px;
}
.layout-post-list-1 .list-item.format-link .link-wrap, .layout-post-list-1 .list-item.format-quote .link-wrap, .layout-post-list-1 .list-item.format-link .quote-wrap, .layout-post-list-1 .list-item.format-quote .quote-wrap {
	padding: 50px 50px 42px 50px;
	position: relative;
	background-color: var(--fifth-color);
}
@media (max-width: 767px) {
	.layout-post-list-1 .list-item.format-link .link-wrap, .layout-post-list-1 .list-item.format-quote .link-wrap, .layout-post-list-1 .list-item.format-link .quote-wrap, .layout-post-list-1 .list-item.format-quote .quote-wrap {
		padding: 50px 40px 42px 40px;
	}
}
@media (max-width: 575px) {
	.layout-post-list-1 .list-item.format-link .link-wrap, .layout-post-list-1 .list-item.format-quote .link-wrap, .layout-post-list-1 .list-item.format-link .quote-wrap, .layout-post-list-1 .list-item.format-quote .quote-wrap {
		padding: 30px 20px 32px 20px;
	}
}
.layout-post-list-1 .list-item.format-link .link-inner, .layout-post-list-1 .list-item.format-quote .link-inner {
	display: flex;
	column-gap: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-bottom: 27px;
}
@media (max-width: 767px) {
	.layout-post-list-1 .list-item.format-link .link-inner, .layout-post-list-1 .list-item.format-quote .link-inner {
		column-gap: 30px;
	}
}
@media (max-width: 575px) {
	.layout-post-list-1 .list-item.format-link .link-inner, .layout-post-list-1 .list-item.format-quote .link-inner {
		display: block;
	}
}
.layout-post-list-1 .list-item.format-link .pxl-hl-image, .layout-post-list-1 .list-item.format-quote .pxl-hl-image {
	position: absolute;
	bottom: 0px;
	right: 0;
}
.layout-post-list-1 .list-item.format-link .meta-inner, .layout-post-list-1 .list-item.format-quote .meta-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.layout-post-list-1 .list-item.format-link .link-title, .layout-post-list-1 .list-item.format-quote .link-title {
	margin-bottom: 0;
	margin-top: 16px;
}
@media (max-width: 575px) {
	.layout-post-list-1 .list-item.format-link .link-title, .layout-post-list-1 .list-item.format-quote .link-title {
		font-size: 23px;
		line-height: 33px;
	}
}
.layout-post-list-1 .list-item.format-link .link-title a, .layout-post-list-1 .list-item.format-quote .link-title a {
	font-size: 26px;
	line-height: 33px;
	color: #fff;
	text-decoration: underline transparent;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 575px) {
	.layout-post-list-1 .list-item.format-link .link-title a, .layout-post-list-1 .list-item.format-quote .link-title a {
		font-size: 23px;
		line-height: 33px;
	}
}
.layout-post-list-1 .list-item.format-link .link-title a:hover, .layout-post-list-1 .list-item.format-quote .link-title a:hover {
	text-decoration: underline #fff;
}
.layout-post-list-1 .list-item.format-link .link-icon, .layout-post-list-1 .list-item.format-quote .link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	min-width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: var(--primary-color);
}
.layout-post-list-1 .list-item.format-link .link-icon a, .layout-post-list-1 .list-item.format-quote .link-icon a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.layout-post-list-1 .list-item.format-link .link-icon svg, .layout-post-list-1 .list-item.format-quote .link-icon svg {
	fill: #786103;
	width: 35px;
	max-height: 23px;
}
@media (max-width: 575px) {
	.layout-post-list-1 .list-item.format-link .link-icon, .layout-post-list-1 .list-item.format-quote .link-icon {
		margin-bottom: 20px;
	}
}
.layout-post-list-1 .list-item.format-link .quote-inner-wrap .link-icon, .layout-post-list-1 .list-item.format-quote .quote-inner-wrap .link-icon {
	margin-top: 9px;
}
.layout-post-list-1 .list-item.format-link .quote-inner-wrap .link-icon span, .layout-post-list-1 .list-item.format-quote .quote-inner-wrap .link-icon span {
	font-size: 50px;
	line-height: 0;
	color: #fff;
}
.layout-post-list-1 .list-item.format-link .quote-inner-wrap .link-inner, .layout-post-list-1 .list-item.format-quote .quote-inner-wrap .link-inner {
	padding-bottom: 23px;
}
.layout-post-list-1 .list-item.format-link span, .layout-post-list-1 .list-item.format-quote span {
	display: inline-block;
	font-size: 13px;
	color: #c4c4c4;
	line-height: 18px;
	font-weight: 400;
}
.layout-post-list-1 .list-item.format-link span a, .layout-post-list-1 .list-item.format-quote span a {
	font-size: 13px;
	color: #c4c4c4;
	line-height: 18px;
	font-weight: 400;
	display: block;
}
.layout-post-list-1 .list-item.format-link span a:hover, .layout-post-list-1 .list-item.format-quote span a:hover {
	color: #fff;
}
.layout-post-list-1 .list-item.format-link span + span, .layout-post-list-1 .list-item.format-quote span + span {
	margin-left: 17px;
	padding-left: 17px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.layout-post-list-1 .list-item.format-link .quote-text, .layout-post-list-1 .list-item.format-quote .quote-text {
	margin-top: 20px;
	display: block;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
}
.layout-post-list-1 .list-item.format-link .link-footer, .layout-post-list-1 .list-item.format-quote .link-footer, .layout-post-list-1 .list-item.format-link .quote-footer, .layout-post-list-1 .list-item.format-quote .quote-footer {
	width: 100%;
	margin-top: 28px;
}
.layout-post-list-1 .list-item.format-link .link-footer a, .layout-post-list-1 .list-item.format-quote .link-footer a, .layout-post-list-1 .list-item.format-link .quote-footer a, .layout-post-list-1 .list-item.format-quote .quote-footer a, .layout-post-list-1 .list-item.format-link .link-footer .quote-cite, .layout-post-list-1 .list-item.format-quote .link-footer .quote-cite, .layout-post-list-1 .list-item.format-link .quote-footer .quote-cite, .layout-post-list-1 .list-item.format-quote .quote-footer .quote-cite {
	font-size: 15px;
	line-height: 26px;
	color: var(--primary-color);
	font-weight: 400;
}
.layout-post-list-1 .list-item.format-standard, .layout-post-list-1 .list-item.format-video, .layout-post-list-1 .list-item.format-audio {
	border: 1px solid #dadee2;
	border-bottom-width: 6px;
	padding: 20px;
}
.layout-post-list-1 .list-item.format-standard .post-image, .layout-post-list-1 .list-item.format-video .post-image, .layout-post-list-1 .list-item.format-audio .post-image {
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.layout-post-list-1 .list-item.format-standard .post-image, .layout-post-list-1 .list-item.format-video .post-image, .layout-post-list-1 .list-item.format-audio .post-image {
		margin-bottom: 25px;
	}
}
.layout-post-list-1 .list-item.format-standard .post-image img, .layout-post-list-1 .list-item.format-video .post-image img, .layout-post-list-1 .list-item.format-audio .post-image img {
	width: 100%;
	-webkit-transition: all 0.8s ease;
	-khtml-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transform: scale(1.01, 1.01);
}
.layout-post-list-1 .list-item.format-standard .post-image:hover img, .layout-post-list-1 .list-item.format-video .post-image:hover img, .layout-post-list-1 .list-item.format-audio .post-image:hover img {
	-webkit-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07);
}
.layout-post-list-1 .list-item.format-standard .post-image .pxl-box--date, .layout-post-list-1 .list-item.format-video .post-image .pxl-box--date, .layout-post-list-1 .list-item.format-audio .post-image .pxl-box--date {
	background-color: var(--fourth-color);
	display: flex;
	flex-direction: column;
	justify-content: end;
	width: 85px;
	height: 110px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.layout-post-list-1 .list-item.format-standard .post-image .pxl-date-day, .layout-post-list-1 .list-item.format-video .post-image .pxl-date-day, .layout-post-list-1 .list-item.format-audio .post-image .pxl-date-day {
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 5px;
}
.layout-post-list-1 .list-item.format-standard .post-image .pxl-date-month, .layout-post-list-1 .list-item.format-video .post-image .pxl-date-month, .layout-post-list-1 .list-item.format-audio .post-image .pxl-date-month {
	line-height: 32px;
	font-size: 13px;
	background-color: var(--secondary-color);
	color: #fff;
}
.layout-post-list-1 .list-item.format-standard .item-title, .layout-post-list-1 .list-item.format-video .item-title, .layout-post-list-1 .list-item.format-audio .item-title {
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
	margin-bottom: 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
@media (max-width: 575px) {
	.layout-post-list-1 .list-item.format-standard .item-title, .layout-post-list-1 .list-item.format-video .item-title, .layout-post-list-1 .list-item.format-audio .item-title {
		font-size: 23px;
		line-height: 33px;
	}
}
.layout-post-list-1 .list-item.format-standard .item-title a, .layout-post-list-1 .list-item.format-video .item-title a, .layout-post-list-1 .list-item.format-audio .item-title a {
	text-decoration: underline transparent;
	color: var(--secondary-color);
}
.layout-post-list-1 .list-item.format-standard .item-excerpt, .layout-post-list-1 .list-item.format-video .item-excerpt, .layout-post-list-1 .list-item.format-audio .item-excerpt {
	font-size: 15px;
	line-height: 25px;
	color: var(--third-color);
	margin-bottom: 24px;
}
.layout-post-list-1 .list-item.format-standard .item-post-metas, .layout-post-list-1 .list-item.format-video .item-post-metas, .layout-post-list-1 .list-item.format-audio .item-post-metas {
	margin-top: 0px;
	margin-bottom: 27px;
	border-bottom: 1px solid #d3d5d6;
	padding-bottom: 15px;
}
.layout-post-list-1 .list-item.format-standard .item-post-metas .meta-inner > span, .layout-post-list-1 .list-item.format-video .item-post-metas .meta-inner > span, .layout-post-list-1 .list-item.format-audio .item-post-metas .meta-inner > span {
	margin-top: 5px;
	margin-bottom: 5px;
}
.layout-post-list-1 .list-item.format-standard .item-post-metas .meta-inner, .layout-post-list-1 .list-item.format-video .item-post-metas .meta-inner, .layout-post-list-1 .list-item.format-audio .item-post-metas .meta-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.layout-post-list-1 .list-item.format-standard .item-post-metas .meta-inner .icon-post, .layout-post-list-1 .list-item.format-video .item-post-metas .meta-inner .icon-post, .layout-post-list-1 .list-item.format-audio .item-post-metas .meta-inner .icon-post {
	margin-right: 13px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: var(--primary-color);
	border-radius: 50%;
	text-align: center;
}
.layout-post-list-1 .list-item.format-standard .item-post-metas .meta-inner .icon-post i, .layout-post-list-1 .list-item.format-video .item-post-metas .meta-inner .icon-post i, .layout-post-list-1 .list-item.format-audio .item-post-metas .meta-inner .icon-post i {
	line-height: 29px;
	color: #8a7003;
	font-size: 12px;
}
.layout-post-list-1 .list-item.format-standard .item-post-metas .meta-inner > span:not(:last-child), .layout-post-list-1 .list-item.format-video .item-post-metas .meta-inner > span:not(:last-child), .layout-post-list-1 .list-item.format-audio .item-post-metas .meta-inner > span:not(:last-child) {
	margin-right: 30px;
	position: relative;
}
@media (max-width: 1200px) {
	.layout-post-list-1 .list-item.format-standard .item-post-metas .meta-inner > span:not(:last-child), .layout-post-list-1 .list-item.format-video .item-post-metas .meta-inner > span:not(:last-child), .layout-post-list-1 .list-item.format-audio .item-post-metas .meta-inner > span:not(:last-child) {
		margin-right: 15px;
	}
}
.layout-post-list-1 .list-item.format-standard .item-post-metas .meta-inner span, .layout-post-list-1 .list-item.format-video .item-post-metas .meta-inner span, .layout-post-list-1 .list-item.format-audio .item-post-metas .meta-inner span, .layout-post-list-1 .list-item.format-standard .item-post-metas .meta-inner a, .layout-post-list-1 .list-item.format-video .item-post-metas .meta-inner a, .layout-post-list-1 .list-item.format-audio .item-post-metas .meta-inner a {
	align-items: center;
	text-transform: capitalize;
	font-size: 15px;
	color: var(--secondary-color);
}
.layout-post-list-1 .list-item.format-standard .item-post-metas .meta-inner a:hover, .layout-post-list-1 .list-item.format-video .item-post-metas .meta-inner a:hover, .layout-post-list-1 .list-item.format-audio .item-post-metas .meta-inner a:hover {
	text-decoration: underline;
	color: var(--fifth-color);
}
.layout-post-list-1 .list-item.format-standard .item-post-metas .meta-inner .post-comments a:hover, .layout-post-list-1 .list-item.format-video .item-post-metas .meta-inner .post-comments a:hover, .layout-post-list-1 .list-item.format-audio .item-post-metas .meta-inner .post-comments a:hover {
	text-decoration: none;
}
.layout-post-list-1 .list-item.format-standard .pxl-item--readmore a, .layout-post-list-1 .list-item.format-video .pxl-item--readmore a, .layout-post-list-1 .list-item.format-audio .pxl-item--readmore a {
	font-weight: 600;
	font-size: 13px;
}
.layout-post-list-1 .list-item + .list-item {
	margin-top: 50px;
}
.layout-post-list-2 .list-item .wrap-item-content .item-content {
	padding: 20px 20px 0;
}
@media (max-width: 1300px) {
	.layout-post-list-2 .list-item .wrap-item-content .item-content {
		padding: 20px;
	}
}
@media (max-width: 1200px) {
	.layout-post-list-2 .list-item .wrap-item-content .item-content {
		padding: 0px;
	}
}
.layout-post-list-2 .list-item .btn-volumn, .layout-post-list-2 .list-item .video-play-button {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.layout-post-list-2 .list-item .btn-volumn i, .layout-post-list-2 .list-item .video-play-button i {
	color: var(--secondary-color);
	font-size: 20px;
	line-height: 70px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.layout-post-list-2 .list-item .btn-volumn:hover, .layout-post-list-2 .list-item .video-play-button:hover {
	background-color: var(--primary-color);
	transform: translate(-50%, -50%);
}
.layout-post-list-2 .list-item .btn-volumn:hover i, .layout-post-list-2 .list-item .video-play-button:hover i {
	color: var(--secondary-color);
}
.layout-post-list-2 .list-item .video-play-button i {
	font-size: 15px;
}
.layout-post-list-2 .list-item.format-link .link-wrap, .layout-post-list-2 .list-item.format-quote .link-wrap, .layout-post-list-2 .list-item.format-link .quote-wrap, .layout-post-list-2 .list-item.format-quote .quote-wrap {
	padding: 50px 50px 42px 50px;
	position: relative;
	background-color: var(--fifth-color);
}
@media (max-width: 767px) {
	.layout-post-list-2 .list-item.format-link .link-wrap, .layout-post-list-2 .list-item.format-quote .link-wrap, .layout-post-list-2 .list-item.format-link .quote-wrap, .layout-post-list-2 .list-item.format-quote .quote-wrap {
		padding: 50px 40px 42px 40px;
	}
}
@media (max-width: 575px) {
	.layout-post-list-2 .list-item.format-link .link-wrap, .layout-post-list-2 .list-item.format-quote .link-wrap, .layout-post-list-2 .list-item.format-link .quote-wrap, .layout-post-list-2 .list-item.format-quote .quote-wrap {
		padding: 30px 20px 32px 20px;
	}
}
.layout-post-list-2 .list-item.format-link .link-inner, .layout-post-list-2 .list-item.format-quote .link-inner {
	display: flex;
	column-gap: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-bottom: 27px;
}
@media (max-width: 767px) {
	.layout-post-list-2 .list-item.format-link .link-inner, .layout-post-list-2 .list-item.format-quote .link-inner {
		column-gap: 30px;
	}
}
@media (max-width: 575px) {
	.layout-post-list-2 .list-item.format-link .link-inner, .layout-post-list-2 .list-item.format-quote .link-inner {
		display: block;
	}
}
.layout-post-list-2 .list-item.format-link .pxl-hl-image, .layout-post-list-2 .list-item.format-quote .pxl-hl-image {
	position: absolute;
	bottom: 0px;
	right: 0;
}
.layout-post-list-2 .list-item.format-link .meta-inner, .layout-post-list-2 .list-item.format-quote .meta-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.layout-post-list-2 .list-item.format-link .link-title, .layout-post-list-2 .list-item.format-quote .link-title {
	margin-bottom: 0;
	margin-top: 16px;
}
@media (max-width: 575px) {
	.layout-post-list-2 .list-item.format-link .link-title, .layout-post-list-2 .list-item.format-quote .link-title {
		font-size: 23px;
		line-height: 33px;
	}
}
.layout-post-list-2 .list-item.format-link .link-title a, .layout-post-list-2 .list-item.format-quote .link-title a {
	font-size: 26px;
	line-height: 33px;
	color: #fff;
	text-decoration: underline transparent;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 575px) {
	.layout-post-list-2 .list-item.format-link .link-title a, .layout-post-list-2 .list-item.format-quote .link-title a {
		font-size: 23px;
		line-height: 33px;
	}
}
.layout-post-list-2 .list-item.format-link .link-title a:hover, .layout-post-list-2 .list-item.format-quote .link-title a:hover {
	text-decoration: underline #fff;
}
.layout-post-list-2 .list-item.format-link .link-icon, .layout-post-list-2 .list-item.format-quote .link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	min-width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: var(--primary-color);
}
.layout-post-list-2 .list-item.format-link .link-icon a, .layout-post-list-2 .list-item.format-quote .link-icon a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.layout-post-list-2 .list-item.format-link .link-icon svg, .layout-post-list-2 .list-item.format-quote .link-icon svg {
	fill: #786103;
	width: 35px;
	max-height: 23px;
}
@media (max-width: 575px) {
	.layout-post-list-2 .list-item.format-link .link-icon, .layout-post-list-2 .list-item.format-quote .link-icon {
		margin-bottom: 20px;
	}
}
.layout-post-list-2 .list-item.format-link .quote-inner-wrap .link-icon, .layout-post-list-2 .list-item.format-quote .quote-inner-wrap .link-icon {
	margin-top: 9px;
}
.layout-post-list-2 .list-item.format-link .quote-inner-wrap .link-icon span, .layout-post-list-2 .list-item.format-quote .quote-inner-wrap .link-icon span {
	font-size: 50px;
	line-height: 0;
	color: #fff;
}
.layout-post-list-2 .list-item.format-link .quote-inner-wrap .link-inner, .layout-post-list-2 .list-item.format-quote .quote-inner-wrap .link-inner {
	padding-bottom: 23px;
}
.layout-post-list-2 .list-item.format-link span, .layout-post-list-2 .list-item.format-quote span {
	display: inline-block;
	font-size: 13px;
	color: #c4c4c4;
	line-height: 18px;
	font-weight: 400;
}
.layout-post-list-2 .list-item.format-link span a, .layout-post-list-2 .list-item.format-quote span a {
	font-size: 13px;
	color: #c4c4c4;
	line-height: 18px;
	font-weight: 400;
	display: block;
}
.layout-post-list-2 .list-item.format-link span a:hover, .layout-post-list-2 .list-item.format-quote span a:hover {
	color: #fff;
}
.layout-post-list-2 .list-item.format-link span + span, .layout-post-list-2 .list-item.format-quote span + span {
	margin-left: 17px;
	padding-left: 17px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.layout-post-list-2 .list-item.format-link .quote-text, .layout-post-list-2 .list-item.format-quote .quote-text {
	margin-top: 20px;
	display: block;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
}
.layout-post-list-2 .list-item.format-link .link-footer, .layout-post-list-2 .list-item.format-quote .link-footer, .layout-post-list-2 .list-item.format-link .quote-footer, .layout-post-list-2 .list-item.format-quote .quote-footer {
	width: 100%;
	margin-top: 28px;
}
.layout-post-list-2 .list-item.format-link .link-footer a, .layout-post-list-2 .list-item.format-quote .link-footer a, .layout-post-list-2 .list-item.format-link .quote-footer a, .layout-post-list-2 .list-item.format-quote .quote-footer a, .layout-post-list-2 .list-item.format-link .link-footer .quote-cite, .layout-post-list-2 .list-item.format-quote .link-footer .quote-cite, .layout-post-list-2 .list-item.format-link .quote-footer .quote-cite, .layout-post-list-2 .list-item.format-quote .quote-footer .quote-cite {
	font-size: 15px;
	line-height: 26px;
	color: var(--primary-color);
	font-weight: 400;
}
.layout-post-list-2 .list-item.format-standard, .layout-post-list-2 .list-item.format-video, .layout-post-list-2 .list-item.format-audio {
	border: 1px solid #dadee2;
	border-bottom-width: 6px;
	padding: 20px;
}
.layout-post-list-2 .list-item.format-standard .post-image, .layout-post-list-2 .list-item.format-video .post-image, .layout-post-list-2 .list-item.format-audio .post-image {
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.layout-post-list-2 .list-item.format-standard .post-image, .layout-post-list-2 .list-item.format-video .post-image, .layout-post-list-2 .list-item.format-audio .post-image {
		margin-bottom: 25px;
	}
}
.layout-post-list-2 .list-item.format-standard .post-image img, .layout-post-list-2 .list-item.format-video .post-image img, .layout-post-list-2 .list-item.format-audio .post-image img {
	width: 100%;
	-webkit-transition: all 0.8s ease;
	-khtml-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transform: scale(1.01, 1.01);
}
.layout-post-list-2 .list-item.format-standard .post-image:hover img, .layout-post-list-2 .list-item.format-video .post-image:hover img, .layout-post-list-2 .list-item.format-audio .post-image:hover img {
	-webkit-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07);
}
.layout-post-list-2 .list-item.format-standard .post-image .pxl-box--date, .layout-post-list-2 .list-item.format-video .post-image .pxl-box--date, .layout-post-list-2 .list-item.format-audio .post-image .pxl-box--date {
	background-color: var(--fourth-color);
	display: flex;
	flex-direction: column;
	justify-content: end;
	width: 85px;
	height: 110px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.layout-post-list-2 .list-item.format-standard .post-image .pxl-date-day, .layout-post-list-2 .list-item.format-video .post-image .pxl-date-day, .layout-post-list-2 .list-item.format-audio .post-image .pxl-date-day {
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 5px;
}
.layout-post-list-2 .list-item.format-standard .post-image .pxl-date-month, .layout-post-list-2 .list-item.format-video .post-image .pxl-date-month, .layout-post-list-2 .list-item.format-audio .post-image .pxl-date-month {
	line-height: 32px;
	font-size: 13px;
	background-color: var(--secondary-color);
	color: #fff;
}
.layout-post-list-2 .list-item.format-standard .item-title, .layout-post-list-2 .list-item.format-video .item-title, .layout-post-list-2 .list-item.format-audio .item-title {
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
	margin-bottom: 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
@media (max-width: 575px) {
	.layout-post-list-2 .list-item.format-standard .item-title, .layout-post-list-2 .list-item.format-video .item-title, .layout-post-list-2 .list-item.format-audio .item-title {
		font-size: 23px;
		line-height: 33px;
	}
}
.layout-post-list-2 .list-item.format-standard .item-title a, .layout-post-list-2 .list-item.format-video .item-title a, .layout-post-list-2 .list-item.format-audio .item-title a {
	text-decoration: underline transparent;
	color: var(--secondary-color);
}
.layout-post-list-2 .list-item.format-standard .item-excerpt, .layout-post-list-2 .list-item.format-video .item-excerpt, .layout-post-list-2 .list-item.format-audio .item-excerpt {
	font-size: 15px;
	line-height: 25px;
	color: var(--third-color);
	margin-bottom: 24px;
}
.layout-post-list-2 .list-item.format-standard .item-post-metas, .layout-post-list-2 .list-item.format-video .item-post-metas, .layout-post-list-2 .list-item.format-audio .item-post-metas {
	margin-top: 0px;
	margin-bottom: 27px;
	border-bottom: 1px solid #d3d5d6;
	padding-bottom: 15px;
}
.layout-post-list-2 .list-item.format-standard .item-post-metas .meta-inner > span, .layout-post-list-2 .list-item.format-video .item-post-metas .meta-inner > span, .layout-post-list-2 .list-item.format-audio .item-post-metas .meta-inner > span {
	margin-top: 5px;
	margin-bottom: 5px;
}
.layout-post-list-2 .list-item.format-standard .item-post-metas .meta-inner, .layout-post-list-2 .list-item.format-video .item-post-metas .meta-inner, .layout-post-list-2 .list-item.format-audio .item-post-metas .meta-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.layout-post-list-2 .list-item.format-standard .item-post-metas .meta-inner .icon-post, .layout-post-list-2 .list-item.format-video .item-post-metas .meta-inner .icon-post, .layout-post-list-2 .list-item.format-audio .item-post-metas .meta-inner .icon-post {
	margin-right: 13px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: var(--primary-color);
	border-radius: 50%;
	text-align: center;
}
.layout-post-list-2 .list-item.format-standard .item-post-metas .meta-inner .icon-post i, .layout-post-list-2 .list-item.format-video .item-post-metas .meta-inner .icon-post i, .layout-post-list-2 .list-item.format-audio .item-post-metas .meta-inner .icon-post i {
	line-height: 29px;
	color: #8a7003;
	font-size: 12px;
}
.layout-post-list-2 .list-item.format-standard .item-post-metas .meta-inner > span:not(:last-child), .layout-post-list-2 .list-item.format-video .item-post-metas .meta-inner > span:not(:last-child), .layout-post-list-2 .list-item.format-audio .item-post-metas .meta-inner > span:not(:last-child) {
	margin-right: 30px;
	position: relative;
}
@media (max-width: 1200px) {
	.layout-post-list-2 .list-item.format-standard .item-post-metas .meta-inner > span:not(:last-child), .layout-post-list-2 .list-item.format-video .item-post-metas .meta-inner > span:not(:last-child), .layout-post-list-2 .list-item.format-audio .item-post-metas .meta-inner > span:not(:last-child) {
		margin-right: 15px;
	}
}
.layout-post-list-2 .list-item.format-standard .item-post-metas .meta-inner span, .layout-post-list-2 .list-item.format-video .item-post-metas .meta-inner span, .layout-post-list-2 .list-item.format-audio .item-post-metas .meta-inner span, .layout-post-list-2 .list-item.format-standard .item-post-metas .meta-inner a, .layout-post-list-2 .list-item.format-video .item-post-metas .meta-inner a, .layout-post-list-2 .list-item.format-audio .item-post-metas .meta-inner a {
	align-items: center;
	text-transform: capitalize;
	font-size: 15px;
	color: var(--secondary-color);
}
.layout-post-list-2 .list-item.format-standard .item-post-metas .meta-inner a:hover, .layout-post-list-2 .list-item.format-video .item-post-metas .meta-inner a:hover, .layout-post-list-2 .list-item.format-audio .item-post-metas .meta-inner a:hover {
	text-decoration: underline;
	color: var(--fifth-color);
}
.layout-post-list-2 .list-item.format-standard .item-post-metas .meta-inner .post-comments a:hover, .layout-post-list-2 .list-item.format-video .item-post-metas .meta-inner .post-comments a:hover, .layout-post-list-2 .list-item.format-audio .item-post-metas .meta-inner .post-comments a:hover {
	text-decoration: none;
}
.layout-post-list-2 .list-item.format-standard .pxl-item--readmore a, .layout-post-list-2 .list-item.format-video .pxl-item--readmore a, .layout-post-list-2 .list-item.format-audio .pxl-item--readmore a {
	font-weight: 600;
	font-size: 13px;
}
.layout-post-list-2 .list-item + .list-item {
	margin-top: 50px;
}
@media screen and (min-width: 1201px) {
	.pxl-sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 40px;
	}
	.admin-bar .pxl-sidebar-sticky {
		top: 72px;
	}
}
.widget .widget-title, .pxl-widget-title, .wp-block-heading {
	font-size: 25px;
	letter-spacing: 1px;
	margin-bottom: 25px;
	font-weight: 400;
	text-transform: uppercase;
}
.pxl-sidebar-area .widget {
	background-color: #f6f6f6;
	margin-bottom: 50px;
	padding: 35px;
}
.pxl-sidebar-area .widget.widget_search {
	border: none;
	margin-bottom: 25px;
}
.pxl-sidebar-area .widget_calendar .calendar_wrap {
	margin-bottom: 25px;
}
.pxl-sidebar-area .widget_calendar .wp-calendar-nav {
	padding: 0 15px;
}
.pxl-sidebar-area.pxl-sidebar-shop .widget {
	background-color: #f6f6f6;
}
.pxl-sidebar-area.pxl-sidebar-shop .widget_tag_cloud a {
	background-color: #f8f8f8;
}
.pxl-sidebar-area.pxl-sidebar-shop .widget_shopping_cart .widget_shopping_cart_content {
	padding: 35px;
}
.pxl-sidebar-area.pxl-sidebar-shop .widget_shopping_cart p.woocommerce-mini-cart__buttons {
	margin-bottom: 0;
	display: flex;
}
.pxl-sidebar-area.pxl-sidebar-shop .widget_shopping_cart p.woocommerce-mini-cart__buttons a {
	background-color: transparent;
	color: var(--secondary-color);
	padding-left: 0;
}
.widget_search .searchform-wrap {
	position: relative;
}
.widget_search .search-submit {
	height: 44px;
	width: 44px;
	font-weight: 400;
	-webkit-transition: all 130ms linear 0ms;
	-khtml-transition: all 130ms linear 0ms;
	-moz-transition: all 130ms linear 0ms;
	-ms-transition: all 130ms linear 0ms;
	-o-transition: all 130ms linear 0ms;
	transition: all 130ms linear 0ms;
	background-color: var(--primary-color);
	padding: 0;
	color: #fff;
	z-index: 1;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget_search .search-submit:before, .widget_search .search-submit:after {
	display: none;
}
.widget_search .search-field {
	border-radius: 0;
	border: none;
	background-color: #fff;
	font-size: 15px;
	padding: 0 50px 0 20px;
	height: 60px;
	color: var(--third-color);
}
.widget_search .search-field:focus {
	border-color: var(--primary-color);
	color: var(--secondary-color);
}
.widget_search .pxl-searchform-divider {
	display: none;
}
.widget_product_categories ul, .widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul, .widget_recent_entries ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.widget_product_categories ul li + li, .widget_categories ul li + li, .widget_nav_menu ul li + li, .widget_pages ul li + li, .widget_archive ul li + li, .widget_meta ul li + li, .widget_recent_entries ul li + li {
	margin-top: 5px;
}
.widget_product_categories ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_recent_entries ul li a {
	font-size: 17px;
	font-weight: 400;
	color: var(--secondary-color);
	padding: 14px 60px 14px 30px;
	position: relative;
	display: block;
	background-color: #fff;
	z-index: 1;
}
@media screen and (max-width: 1200px) {
	.widget_product_categories ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_recent_entries ul li a {
		font-style: 15px;
		padding-left: 18px;
		padding-right: 50px;
	}
}
.widget_product_categories ul li a:hover, .widget_categories ul li a:hover, .widget_nav_menu ul li a:hover, .widget_pages ul li a:hover, .widget_archive ul li a:hover, .widget_meta ul li a:hover, .widget_recent_entries ul li a:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.widget_product_categories ul li .pxl-count, .widget_categories ul li .pxl-count, .widget_nav_menu ul li .pxl-count, .widget_pages ul li .pxl-count, .widget_archive ul li .pxl-count, .widget_meta ul li .pxl-count, .widget_recent_entries ul li .pxl-count {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: inherit;
	transition: all 0.2s ease-in-out;
	z-index: 1;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget_product_categories ul li .pxl-count:before, .widget_categories ul li .pxl-count:before, .widget_nav_menu ul li .pxl-count:before, .widget_pages ul li .pxl-count:before, .widget_archive ul li .pxl-count:before, .widget_meta ul li .pxl-count:before, .widget_recent_entries ul li .pxl-count:before, .widget_product_categories ul li .pxl-count:after, .widget_categories ul li .pxl-count:after, .widget_nav_menu ul li .pxl-count:after, .widget_pages ul li .pxl-count:after, .widget_archive ul li .pxl-count:after, .widget_meta ul li .pxl-count:after, .widget_recent_entries ul li .pxl-count:after {
	display: inline-block;
}
.widget_product_categories ul li .pxl-count:before, .widget_categories ul li .pxl-count:before, .widget_nav_menu ul li .pxl-count:before, .widget_pages ul li .pxl-count:before, .widget_archive ul li .pxl-count:before, .widget_meta ul li .pxl-count:before, .widget_recent_entries ul li .pxl-count:before {
	content: "(";
	margin-right: 2px;
}
.widget_product_categories ul li .pxl-count:after, .widget_categories ul li .pxl-count:after, .widget_nav_menu ul li .pxl-count:after, .widget_pages ul li .pxl-count:after, .widget_archive ul li .pxl-count:after, .widget_meta ul li .pxl-count:after, .widget_recent_entries ul li .pxl-count:after {
	content: ")";
	margin-left: 2px;
}
.widget_product_categories ul li.current-menu-item > a, .widget_categories ul li.current-menu-item > a, .widget_nav_menu ul li.current-menu-item > a, .widget_pages ul li.current-menu-item > a, .widget_archive ul li.current-menu-item > a, .widget_meta ul li.current-menu-item > a, .widget_recent_entries ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .widget_categories ul li.current-cat > a, .widget_nav_menu ul li.current-cat > a, .widget_pages ul li.current-cat > a, .widget_archive ul li.current-cat > a, .widget_meta ul li.current-cat > a, .widget_recent_entries ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_categories ul li.current-cat-parent > a, .widget_nav_menu ul li.current-cat-parent > a, .widget_pages ul li.current-cat-parent > a, .widget_archive ul li.current-cat-parent > a, .widget_meta ul li.current-cat-parent > a, .widget_recent_entries ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover, .widget_categories ul li > a:hover, .widget_nav_menu ul li > a:hover, .widget_pages ul li > a:hover, .widget_archive ul li > a:hover, .widget_meta ul li > a:hover, .widget_recent_entries ul li > a:hover {
	background-color: var(--primary-color);
}
.widget_product_categories ul li.current-menu-item > a .pxl-count, .widget_categories ul li.current-menu-item > a .pxl-count, .widget_nav_menu ul li.current-menu-item > a .pxl-count, .widget_pages ul li.current-menu-item > a .pxl-count, .widget_archive ul li.current-menu-item > a .pxl-count, .widget_meta ul li.current-menu-item > a .pxl-count, .widget_recent_entries ul li.current-menu-item > a .pxl-count, .widget_product_categories ul li.current-cat > a .pxl-count, .widget_categories ul li.current-cat > a .pxl-count, .widget_nav_menu ul li.current-cat > a .pxl-count, .widget_pages ul li.current-cat > a .pxl-count, .widget_archive ul li.current-cat > a .pxl-count, .widget_meta ul li.current-cat > a .pxl-count, .widget_recent_entries ul li.current-cat > a .pxl-count, .widget_product_categories ul li.current-cat-parent > a .pxl-count, .widget_categories ul li.current-cat-parent > a .pxl-count, .widget_nav_menu ul li.current-cat-parent > a .pxl-count, .widget_pages ul li.current-cat-parent > a .pxl-count, .widget_archive ul li.current-cat-parent > a .pxl-count, .widget_meta ul li.current-cat-parent > a .pxl-count, .widget_recent_entries ul li.current-cat-parent > a .pxl-count, .widget_product_categories ul li > a:hover .pxl-count, .widget_categories ul li > a:hover .pxl-count, .widget_nav_menu ul li > a:hover .pxl-count, .widget_pages ul li > a:hover .pxl-count, .widget_archive ul li > a:hover .pxl-count, .widget_meta ul li > a:hover .pxl-count, .widget_recent_entries ul li > a:hover .pxl-count {
	color: #fff;
}
.widget_product_categories ul li .sub-menu, .widget_categories ul li .sub-menu, .widget_nav_menu ul li .sub-menu, .widget_pages ul li .sub-menu, .widget_archive ul li .sub-menu, .widget_meta ul li .sub-menu, .widget_recent_entries ul li .sub-menu, .widget_product_categories ul li .children, .widget_categories ul li .children, .widget_nav_menu ul li .children, .widget_pages ul li .children, .widget_archive ul li .children, .widget_meta ul li .children, .widget_recent_entries ul li .children {
	margin-left: 15px;
	margin-top: 5px;
}
.widget_product_categories ul li a {
	background-color: #fff;
}
.widget .nice-select {
	background-color: #fff !important;
}
.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
	background-color: #fff;
	padding: 0 16px;
	color: var(--secondary-color);
	display: inline-block;
	font-size: 16px !important;
	line-height: 35px;
	margin-right: 2px;
	margin-top: 0px;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.widget_tag_cloud .tagcloud a:after, .widget_product_tag_cloud .tagcloud a:after {
	content: "";
	background: #fff;
	transition: all 0.4s;
	position: absolute;
	height: 120%;
	width: 15px;
	opacity: 0.2;
	left: -35%;
	top: -10%;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
}
.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus, .widget_product_tag_cloud .tagcloud a:focus {
	color: #fff;
	background: var(--primary-color);
}
.widget_tag_cloud .tagcloud a:hover:after, .widget_product_tag_cloud .tagcloud a:hover:after, .widget_tag_cloud .tagcloud a:focus:after, .widget_product_tag_cloud .tagcloud a:focus:after {
	left: 130%;
}
.widget_pxl_recent_posts .pxl-item--img {
	overflow: hidden;
	width: 120px;
	min-width: 120px;
	border-radius: 2px;
}
@media screen and (max-width: 1200px) {
	.widget_pxl_recent_posts .pxl-item--img {
		width: 73px;
		min-width: 73px;
	}
}
.widget_pxl_recent_posts .pxl-item--title {
	margin-bottom: 12px;
	line-height: 25px;
	font-size: 20px;
	font-weight: 400;
}
.widget_pxl_recent_posts .pxl-item--title a {
	color: inherit;
}
.widget_pxl_recent_posts .pxl-item--date {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: var(--third-color);
}
.widget_pxl_recent_posts .pxl-item--author a {
	font-size: 14px;
	color: var(--primary-color);
}
.widget_pxl_recent_posts .pxl--item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.widget_pxl_recent_posts .pxl--item + .pxl--item {
	margin-top: 20px;
}
.gallery {
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
}
.gallery .gallery-item {
	padding: 0 !important;
	margin: 0 !important;
}
.gallery .gallery-item img {
	border: none !important;
}
.gallery.gallery-columns-2 .gallery-item {
	width: 50% !important;
}
.gallery.gallery-columns-3 .gallery-item {
	width: 33.33% !important;
}
.gallery.gallery-columns-4 .gallery-item {
	width: 25% !important;
}
.gallery.gallery-columns-5 .gallery-item {
	width: 20% !important;
}
#pxl-content-main .gallery {
	margin: -5px -12px 38px -12px !important;
}
#pxl-content-main .gallery .gallery-item {
	padding: 0 12px !important;
	margin: 24px 0 0 !important;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery, .elementor-widget-image-gallery .gallery {
	margin: 0px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item, .elementor-widget-image-gallery .gallery .gallery-item {
	padding: 0;
	margin-top: 0px !important;
	margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img, .elementor-widget-image-gallery .gallery .gallery-item img {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	border: none !important;
}
.widget_media_gallery .gallery .gallery-item a, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a, .elementor-widget-image-gallery .gallery .gallery-item a {
	display: block;
	position: relative;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .elementor-widget-image-gallery .gallery .gallery-item a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.67);
	-webkit-transition: all 250ms linear 0ms;
	-khtml-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-ms-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
	opacity: 0;
	z-index: 1;
}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after, .elementor-widget-image-gallery .gallery .gallery-item a:after {
	content: "\f12c";
	font-size: 15px;
	font-family: "Caseicon";
	color: #fff;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 250ms linear 0ms;
	-khtml-transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-ms-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
	transition: all 250ms linear 0ms;
	opacity: 0;
	font-weight: 400;
}
.widget_media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-image-gallery .gallery .gallery-item a:hover:before, .widget_media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
	opacity: 1;
}
.elementor-lightbox .swiper-container .elementor-lightbox-image {
	width: auto;
	height: auto;
}
.elementor-lightbox .swiper-container .swiper-slide {
	background-color: transparent;
}
.pxl-gallery {
	margin: -8px -15px 26px -15px;
	display: flex;
	flex-wrap: wrap;
}
.pxl-gallery img {
	width: 100%;
}
.pxl-gallery .pxl--item {
	padding: 26px 15px 0 15px;
}
.pxl-gallery .pxl--item-inner {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
	background-color: rgba(27, 27, 27, 0.5);
}
.pxl-gallery .pxl--item-inner .pxl-btn-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
}
.pxl-gallery.gallery-2-columns .pxl--item {
	width: 50%;
}
@media screen and (max-width: 575px) {
	.pxl-gallery.gallery-2-columns .pxl--item {
		width: 100%;
	}
}
.pxl-gallery.gallery-3-columns .pxl--item {
	width: 33.33%;
}
@media screen and (max-width: 575px) {
	.pxl-gallery.gallery-3-columns .pxl--item {
		width: 100%;
	}
}
.pxl-gallery.gallery-4-columns .pxl--item {
	width: 25%;
}
@media screen and (max-width: 767px) {
	.pxl-gallery.gallery-4-columns .pxl--item {
		width: 50%;
	}
}
@media screen and (max-width: 575px) {
	.pxl-gallery.gallery-4-columns .pxl--item {
		width: 100%;
	}
}
.pxl-gallery.gallery-5-columns .pxl--item {
	width: 20%;
}
@media screen and (max-width: 767px) {
	.pxl-gallery.gallery-5-columns .pxl--item {
		width: 50%;
	}
}
@media screen and (max-width: 575px) {
	.pxl-gallery.gallery-5-columns .pxl--item {
		width: 100%;
	}
}
.pxl-gallery.masonry-style1 .pxl--item-inner {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.calendar_wrap caption {
	margin-bottom: 10px;
}
.widget_recent_comments ul, .widget_recent_comments ol {
	margin-bottom: 0;
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	color: #080808;
	font-weight: 700;
}
.widget_recent_comments ul a, .widget_recent_comments ol a {
	color: inherit;
}
.widget_recent_comments ul a:hover, .widget_recent_comments ol a:hover {
	color: var(--primary-color);
}
.widget_recent_comments ul li + li, .widget_recent_comments ol li + li {
	margin-top: 18px;
}
.widget_rss .rss-widget-title, .widget_rss .widget-title {
	color: inherit;
}
.widget_rss .rss-widget-title a, .widget_rss .widget-title a {
	color: var(--secondary-color);
	display: inline-block;
	font-size: 25px;
}
.widget_rss ul, .widget_rss ol {
	margin: 0;
	list-style: none;
}
.widget_rss .rsswidget {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #080808;
	font-weight: 700;
}
.widget_rss .rss-date {
	font-size: 14px;
	display: block;
	margin-top: 4px;
	margin-bottom: 10px;
}
.widget_rss li + li {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #ddd;
}
.widget_rss cite {
	display: block;
	margin-top: 4px;
	color: var(--primary-color);
}
.widget_block ul, .widget_block ol {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.widget_block .wp-block-search__label, .widget_block .wp-block-group__inner-container > h2 {
	font-size: 25px;
	margin-bottom: 27px;
	position: relative;
	color: var(--secondary-color);
	font-weight: 400;
	display: block;
}
.widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments {
	font-size: 16px;
	line-height: 24px;
	color: #080808;
	font-weight: 600;
}
.widget_block .wp-block-latest-posts__list a, .widget_block .wp-block-latest-comments a {
	color: inherit;
}
.widget_block .wp-block-latest-posts__list a:hover, .widget_block .wp-block-latest-comments a:hover {
	color: var(--primary-color);
}
.widget_block .wp-block-latest-posts__list li + li, .widget_block .wp-block-latest-comments li + li {
	margin-top: 18px;
}
.widget_block .wp-block-latest-comments {
	color: #666;
}
.widget_block .wp-block-latest-comments a {
	color: #080808;
}
.widget_block .wp-block-latest-comments a:hover {
	color: var(--primary-color);
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
	position: relative;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	height: 36px;
	width: 36px;
	background: var(--primary-color);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	color: #fff;
	line-height: 36px;
	z-index: 1;
	font-size: 0px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border-color: #ececf0;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
	content: "\f52a";
	font-family: bootstrap-icons;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	color: #fff;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	background-color: #fff;
	border-color: rgba(var(--third-color-rgb),0.25);
	color: #fff;
	padding-left: 24px;
}
.widget_archive .nice-select ul.list {
	max-width: 100%;
}
.wp-calendar-table {
	background-color: #fff;
}
.pxl-wg-categories {
	margin: -20px -10px 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.pxl-wg-categories .pxl-category {
	padding: 0 10px;
	margin-top: 20px;
}
.pxl-wg-categories .pxl-category--inner {
	min-height: 90px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
@media screen and (max-width: 575px) {
	.pxl-wg-categories .pxl-category--inner {
		min-height: 120px;
	}
}
.pxl-wg-categories .pxl-category--inner:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.36);
	z-index: 12;
}
.pxl-wg-categories .pxl-category--inner a {
	z-index: 99;
}
.pxl-wg-categories .pxl-category--inner span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	z-index: 88;
}
.pxl-wg-categories .pxl-category--inner .pxl-category--img {
	z-index: 11;
	-webkit-transition: all 0.5s ease;
	-khtml-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: scale(1.01, 1.01);
}
.pxl-wg-categories .pxl-category--inner:hover .pxl-category--img {
	-webkit-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07);
}
.pxl-wg-categories.columns-2 .pxl-category {
	width: 50%;
}
@media screen and (max-width: 575px) {
	.pxl-wg-categories.columns-2 .pxl-category {
		width: 100%;
	}
}
.pxl-contact-info-widget {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 62px 30px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
}
.pxl-contact-info-widget .pxl-phone--number {
	margin-bottom: 16px;
	color: #fff;
	font-size: 34px;
	font-weight: 800;
}
@media screen and (max-width: 1200px) {
	.pxl-contact-info-widget .pxl-phone--number {
		font-size: 28px;
	}
}
.pxl-contact-info-widget .pxl-item--icon {
	height: 62px;
	width: 62px;
	background-color: red;
	border-radius: 62px;
	font-size: 34px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-bottom: 23px;
}
.pxl-contact-info-widget .pxl-item--icon:before {
	content: '';
	background-color: #020626;
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border-radius: 100%;
	z-index: -1;
}
.pxl-contact-info-widget .pxl-item--icon i.active {
	animation: pxl_zigzag 0.8s ease-out infinite;
	-webkit-animation: pxl_zigzag 0.8s ease-out infinite;
}
.pxl-contact-info-widget .pxl-phone--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.pxl-contact-info-widget:before {
	z-index: -1;
	background-color: rgba(2, 6, 38, 0.85);
}
body.rtl .widget .widget-title {
	padding-left: 0;
	padding-right: 42px;
}
body.rtl .widget .widget-title:before {
	left: auto;
	right: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight, .nice-select {
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
	color: #454545;
	padding: 6px 32px;
	line-height: 1.73;
	font-size: 15px;
	font-weight: 400;
	height: 52px;
	-webkit-transition: all 130ms linear 0ms;
	-khtml-transition: all 130ms linear 0ms;
	-moz-transition: all 130ms linear 0ms;
	-ms-transition: all 130ms linear 0ms;
	-o-transition: all 130ms linear 0ms;
	transition: all 130ms linear 0ms;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	outline: none;
	font-family: inherit;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .pxl-select-higthlight:focus, .nice-select:focus {
	outline: 0;
	border-color: var(--primary-color);
	color: #333;
}
input[type="range"] {
	padding: 0;
	background-color: transparent;
	height: auto;
	border: none;
}
select {
	height: 60px;
}
textarea {
	padding-top: 17px;
	padding-bottom: 17px;
	height: 154px;
	margin: 0;
	border-radius: 0px;
}
.comments-title, .comment-reply-title {
	margin-bottom: 10px;
	font-size: 40px;
	text-transform: uppercase;
}
.comments-area .comment-respond {
	padding: 35px 15px;
	background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
	.comments-area .comment-respond {
		padding: 50px 60px 60px;
	}
}
.comments-area .comment-respond .logged-in-as {
	font-size: 16px;
	margin-bottom: 0;
}
.comments-area .comment-respond .logged-in-as a {
	color: inherit;
}
.comments-area .comment-respond .logged-in-as a:hover {
	color: var(--primary-color);
}
.comments-area .comment-respond .logged-in-as a:nth-child(2) {
	font-weight: 700;
	text-decoration: underline;
}
.comments-area .no-comments {
	display: none;
}
.comment-list {
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}
.comment-list li {
	padding-top: 15px;
}
.comment-list li .children {
	margin-bottom: 0;
}
.comment-list li .children li {
	list-style: none;
	padding-left: 50px;
}
@media screen and (max-width: 1200px) {
	.comment-list li .children li {
		padding-left: 0;
	}
}
.comment-list > li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.comment-list > li:last-child {
	margin-bottom: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children {
	padding-left: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children .children {
	padding-left: 0;
}
.comment-list #respond {
	margin-top: 28px;
	margin-bottom: 40px;
}
.comment-list #respond .comment-reply-title {
	font-size: 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.comment-image {
	width: 78px;
	min-width: 78px;
}
.comment-image img {
	-webkit-border-radius: 78px;
	-khtml-border-radius: 78px;
	-moz-border-radius: 78px;
	-ms-border-radius: 78px;
	-o-border-radius: 78px;
	border-radius: 78px;
}
@media screen and (max-width: 575px) {
	.comment-image {
		margin-bottom: 12px;
	}
}
.comment-title {
	font-size: 17px;
	text-transform: capitalize;
	margin-top: 8px;
	margin-bottom: 5px;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.comment-title {
		font-size: 16px;
	}
}
.comment-title a {
	color: inherit;
}
.comment-title a:hover {
	color: inherit;
}
.comment-date {
	font-size: 15px;
	font-weight: 400;
	color: var(--third-color);
	display: block;
}
@media screen and (max-width: 575px) {
	.comment-content {
		font-size: 16px;
		line-height: 1.625;
	}
}
.comment-content a {
	word-wrap: break-word;
}
.comment-content .comment-text {
	color: inherit;
}
.comment-content .comment-text p:last-child {
	margin-bottom: 0;
}
.comment-content .comment-text ol, .comment-content .comment-text ul {
	margin-bottom: 32px;
}
.comment-content .comment-text ol ul, .comment-content .comment-text ul ul, .comment-content .comment-text ol ol, .comment-content .comment-text ul ol {
	margin-bottom: 0;
}
.comment-content .comment-text ul li {
	list-style: outside;
}
.comment-content .comment-text img {
	margin: 6px 0;
}
@media screen and (max-width: 575px) {
	.comment-reply {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
}
.comment-reply a {
	font-weight: 500;
	color: #0a1320;
	display: inline-block;
	padding: 0 15px 0 35px;
	border: 1px solid #eee;
	line-height: 32px;
	font-size: 14px;
	border-radius: 32px;
	position: relative;
}
.comment-reply a:before {
	width: 9px;
	height: 7px;
	background-image: url('../img/icon-reply.png');
	background-size: cover;
	content: "";
	position: absolute;
	top: 13px;
	left: 17px;
}
.comment-reply a:hover {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	color: #fff;
}
.comment-inner {
	position: relative;
}
@media screen and (max-width: 575px) {
	.comment-inner {
		display: block;
		padding-bottom: 62px;
	}
}
.comment-inner .pxl-meta {
	margin-bottom: 23px;
	align-items: center;
}
.comment-meta {
	flex-grow: 1;
}
.comment-form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.comment-form > .row {
	order: 1;
}
.comment-form .comment-form-comment {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	order: 2;
	margin-top: 20px;
}
.comment-form .comment-form-cookies-consent {
	order: 3;
}
.comment-form .form-submit {
	order: 4;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form input[type="password"], .comment-form input[type="search"], .comment-form input[type="tel"], .comment-form input[type="number"], .comment-form input[type="range"], .comment-form input[type="date"], .comment-form input[type="month"], .comment-form input[type="week"], .comment-form input[type="time"], .comment-form input[type="datetime"], .comment-form textarea, .comment-form select, .comment-form .pxl-select-higthlight, .comment-form .nice-select {
	background-color: #fff;
	border: 1px solid #c7c9ca;
	padding: 6px 18px;
	border-radius: 0;
}
.comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form input[type="url"]:focus, .comment-form input[type="password"]:focus, .comment-form input[type="search"]:focus, .comment-form input[type="tel"]:focus, .comment-form input[type="number"]:focus, .comment-form input[type="range"]:focus, .comment-form input[type="date"]:focus, .comment-form input[type="month"]:focus, .comment-form input[type="week"]:focus, .comment-form input[type="time"]:focus, .comment-form input[type="datetime"]:focus, .comment-form textarea:focus, .comment-form select:focus, .comment-form .pxl-select-higthlight:focus, .comment-form .nice-select:focus {
	border-color: var(--secondary-color);
}
.comment-form textarea {
	height: 188px;
}
.comment-form button.btn-submit {
	margin-top: 25px;
	background-color: var(--primary-color);
	padding: 0 30px;
	height: 60px;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
}
.comment-form button.btn-submit:hover {
	background-color: var(--secondary-color);
}
.comment-form label.label-info {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--secondary-color);
	margin-bottom: 5px;
}
.comment-list-wrap {
	margin-bottom: 35px;
	border-bottom: 1px solid #ddd;
}
.comment-body {
	margin-bottom: 25px;
}
.single-post .comment-form .row {
	margin: 0 -15px;
}
.single-post .comment-form .row > div {
	margin-top: 20px;
	padding: 0 15px;
}
.comment-form-cookies-consent {
	font-size: 16px;
	line-height: 1.625;
	padding-left: 26px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #222;
	display: none;
	/* Select Style */
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 5px;
	cursor: pointer;
}
.comment-form-cookies-consent label {
	cursor: pointer;
}
.comment-form-cookies-consent label:before {
	content: '';
	z-index: 1;
	background-color: #e9e9e9;
	border-radius: 0px;
}
.comment-form-cookies-consent label:after {
	content: '\f112';
	font-family: "Caseicon";
	font-weight: 400;
	z-index: 2;
	font-size: 10px;
	color: var(--primary-color);
	opacity: 0;
	line-height: 12px;
	text-align: center;
	top: 7px;
}
.comment-form-cookies-consent input {
	z-index: 99;
	opacity: 0;
	margin: 0;
}
.comment-form-cookies-consent input:checked + label:after {
	opacity: 1;
}
.pxl-select {
	width: 100%;
	position: relative;
}
.pxl-select .pxl-select-hidden {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.pxl-select .pxl-select-options {
	max-height: 282px;
	overflow-y: scroll;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	list-style: none;
	margin: 10px 0 0;
	padding: 12px 18px;
	background-color: #eee;
	z-index: 900;
	font-size: 16px;
	color: #666;
	font-family: inherit;
	box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
	margin-top: 30px;
	visibility: hidden;
}
.pxl-select .pxl-select-options li {
	padding: 9px 10px;
	cursor: pointer;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	line-height: normal !important;
	border-radius: 5px;
}
.pxl-select .pxl-select-options li:first-child {
	display: none;
}
.pxl-select .pxl-select-options li:hover {
	color: #0a1320;
	background-color: rgba(10, 19, 32, 0.04);
}
.pxl-select .pxl-select-higthlight {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.pxl-select .pxl-select-higthlight:before {
	content: "\f150";
	width: 28px;
	height: 28px;
	border-radius: 28px;
	color: #888;
	line-height: 28px;
	text-align: center;
	font-size: 11px;
	font-family: Caseicon;
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-select .pxl-select-higthlight.active {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
	opacity: 1;
	margin-top: 0px;
	visibility: visible;
}
.pxl-select .pxl-select-higthlight.active:before {
	transform: translate(0, -50%) scaleY(-1);
	color: #444;
}
.pxl-form-date .wpcf7-form-control-wrap:after, .pxl-form-date .pxl-item-group:after {
	content: "\f150";
	width: 28px;
	height: 28px;
	border-radius: 28px;
	color: #2d2d2d;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	font-family: Caseicon;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nice-select {
	position: relative;
	padding-right: 44px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}
.nice-select:before {
	content: "\f150";
	font-family: Caseicon;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	color: #2d2d2d;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nice-select ul.list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	list-style: none;
	margin: 30px 0 0;
	padding: 12px 15px;
	background-color: #fff;
	z-index: 101;
	font-size: 16px;
	color: #666;
	font-family: inherit;
	box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
	visibility: hidden;
	max-width: 350px;
	max-height: 246px;
	overflow-y: auto;
}
.nice-select ul.list li {
	padding: 9px 8px;
	cursor: pointer;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	line-height: normal !important;
}
.nice-select ul.list li:hover {
	color: #101010;
	background-color: rgba(0, 0, 0, 0.04);
}
.nice-select.open:before {
	transform: translate(0, -50%) scaleY(-1);
}
.nice-select.open ul.list {
	opacity: 1;
	margin-top: 0;
	visibility: visible;
}
.comment-reply-title small a {
	font-size: 15px;
	font-weight: 500;
	line-height: 32px;
	padding: 0 22px;
	background-color: var(--fourth-color);
	color: var(--secondary-color);
	display: inline-flex;
	margin: 15px 12px;
	border-radius: 30px;
}
.post-password-form {
	/* Select 2 */
}
.post-password-form input[type="password"] {
	margin-top: 6px;
}
.post-password-form input[type="submit"] {
	margin-top: 10px;
}
.select2 .select2-selection--single {
	border: 1px solid #2d2d2d;
	height: 51px;
}
.select2 .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	line-height: 51px;
}
.select2 .select2-selection--single .select2-selection__arrow {
	right: 8px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-khtml-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}
form .select2-container--default {
	width: 100% !important;
}
form .select2-container--default .select2-selection {
	height: 60px;
	background-color: #f5f6f6;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	border: none;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
	line-height: 60px;
	padding-left: 22px;
	font-size: 16px;
	color: #646464;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
	right: 20px;
	top: 50%;
	color: #646464;
}
form .select2-container--default .select2-selection .select2-selection__clear {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-khtml-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: 20px;
	color: #5d5d60;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
	color: inherit;
}
.select2-container.select2-container--open {
	/* Date Time */
}
.select2-container.select2-container--open .select2-dropdown {
	border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
	border: 1px solid #e7e8e9;
	padding-left: 15px;
	padding-right: 15px;
}
.select2-container.select2-container--open .select2-results .select2-results__option {
	font-size: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
	background-color: var(--primary-color);
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: var(--primary-color) !important;
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, body .xdsoft_datetimepicker .xdsoft_calendar td:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	background: var(--secondary-color) !important;
	-webkit-box-shadow: none !important;
	-khtml-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	color: #fff !important;
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
	background-color: var(--primary-color) !important;
	-webkit-box-shadow: none !important;
	-khtml-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	color: #fff !important;
}
body .xdsoft_datetimepicker {
	font-family: inherit;
	border: none;
	-webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
	-khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
}
body .xdsoft_datetimepicker .xdsoft_calendar th {
	background-color: #f3f3f3;
	color: #444;
}
body .xdsoft_datetimepicker .xdsoft_calendar td {
	border-color: #ebebeb;
	height: 30px;
	background-color: #f7f7f7;
}
@media screen and (min-width: 1201px) {
	body .xdsoft_datetimepicker .xdsoft_calendar td {
		height: 36px;
	}
}
body .xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding: 0;
	text-align: center;
}
body .xdsoft_datetimepicker .xdsoft_datepicker {
	width: 230px;
}
@media screen and (min-width: 1201px) {
	body .xdsoft_datetimepicker .xdsoft_datepicker {
		width: 305px;
	}
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background-color: var(--primary-color);
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.search-no-results #pxl-main {
	min-height: calc(100vh - 308px);
}
.search-no-results .pxl-content-wrap.no-sidebar .no-results.not-found {
	max-width: 780px;
	margin: auto;
}
.search-no-results .search-form .searchform-wrap {
	position: relative;
}
.search-no-results .search-form .searchform-wrap .search-submit {
	padding: 0;
	background-color: transparent;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
.search-no-results .search-form .searchform-wrap .search-submit:hover {
	color: var(--primary-color);
}
.pxl-file-upload-wrapper {
	position: relative;
	display: inline-flex;
	flex-direction: row-reverse;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.pxl-file-upload-wrapper {
		display: block;
	}
}
.pxl-file-upload-wrapper .pxl-file-upload-button {
	white-space: nowrap;
	line-height: 52px;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	background: #474450;
	padding: 0 38px;
	cursor: pointer;
	border-radius: 0;
	margin-right: 10px;
	font-family: "Roboto", sans-serif !important;
}
@media screen and (max-width: 767px) {
	.pxl-file-upload-wrapper .pxl-file-upload-button {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.pxl-file-upload-wrapper .pxl-file-upload-button:hover {
	background: var(--secondary-color);
}
.pxl-file-upload-wrapper .pxl-file-upload-input {
	width: auto;
	font-size: 16px;
	color: #474450;
	background: none;
	font-weight: 500;
	padding: 0 22px;
	height: 52px;
	border: none;
}
@media screen and (max-width: 767px) {
	.pxl-file-upload-wrapper .pxl-file-upload-input {
		padding: 0;
	}
}
body.rtl input[type="text"], body.rtl input[type="email"], body.rtl input[type="url"], body.rtl input[type="password"], body.rtl input[type="search"], body.rtl input[type="tel"], body.rtl input[type="number"], body.rtl input[type="range"], body.rtl input[type="date"], body.rtl input[type="month"], body.rtl input[type="week"], body.rtl input[type="time"], body.rtl input[type="datetime"], body.rtl input[type="datetime-local"], body.rtl input[type="color"], body.rtl textarea, body.rtl select, body.rtl .pxl-select-higthlight, body.rtl .nice-select, body.rtl .wpcf7 input[type="url"], body.rtl .wpcf7 input[type="email"], body.rtl .wpcf7 input[type="tel"] {
	direction: rtl;
}
body.rtl .pxl-select .pxl-select-higthlight::before {
	right: auto;
	left: 8px;
}
.wp-block-themepunch-revslider .sr7-bullets.navigation-cutstom-1 {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.2);
}
.wp-block-themepunch-revslider .sr7-bullets.navigation-cutstom-1 .sr7-bullet {
	width: 4px;
	height: 72px;
	background-color: transparent;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.wp-block-themepunch-revslider .sr7-bullets.navigation-cutstom-1 .sr7-bullet.selected {
	background-color: #fff;
}
.wp-block-themepunch-revslider .sr7-btn i {
	line-height: 1 !important;
}
.wp-block-themepunch-revslider .sr7-btn.btn-slide-custom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pxl-logo a {
	display: inline-block;
	position: relative;
}
.pxl-logo img {
	width: auto;
	vertical-align: middle;
}
.pxl-text-editor .pxl-item--inner {
	display: inline-block;
}
.pxl-text-editor .pxl-item--inner.text-gradient, .pxl-text-editor .swiper-filter-wrap .filter-item.active span.pxl-item--inner, .swiper-filter-wrap .filter-item.active .pxl-text-editor span.pxl-item--inner, .pxl-text-editor blockquote:not(.pxl-blockquote) cite.pxl-item--inner, blockquote:not(.pxl-blockquote) .pxl-text-editor cite.pxl-item--inner, .pxl-text-editor .pxl--author-info .pxl-user-social li a:hover.pxl-item--inner, .pxl--author-info .pxl-user-social li .pxl-text-editor a:hover.pxl-item--inner, .pxl-text-editor .pxl-contact-info-widget .pxl-item--icon i.pxl-item--inner, .pxl-contact-info-widget .pxl-item--icon .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-text-editor.highlight-gradient .pxl-text--highlight.pxl-item--inner, .pxl-text-editor.highlight-gradient .pxl-text-editor .pxl-text--highlight.pxl-item--inner, .pxl-text-editor .pxl-link .pxl-type-gradient .pxl-link--icon i.pxl-item--inner, .pxl-link .pxl-type-gradient .pxl-link--icon .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-contact-form .pxl-form--label span.pxl-item--inner, .pxl-contact-form .pxl-form--label .pxl-text-editor span.pxl-item--inner, .pxl-text-editor .pxl-tabs2 .pxl-tabs--title .pxl-title--text.pxl-item--inner, .pxl-tabs2 .pxl-tabs--title .pxl-text-editor .pxl-title--text.pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--5-star i.pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--5-star .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--4-star i:nth-child(1).pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--4-star .pxl-text-editor i:nth-child(1).pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--4-star i:nth-child(2).pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--4-star .pxl-text-editor i:nth-child(2).pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--4-star i:nth-child(3).pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--4-star .pxl-text-editor i:nth-child(3).pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--4-star i:nth-child(4).pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--4-star .pxl-text-editor i:nth-child(4).pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--3-star i:nth-child(1).pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--3-star .pxl-text-editor i:nth-child(1).pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--3-star i:nth-child(2).pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--3-star .pxl-text-editor i:nth-child(2).pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--3-star i:nth-child(3).pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--3-star .pxl-text-editor i:nth-child(3).pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--2-star i:nth-child(1).pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--2-star .pxl-text-editor i:nth-child(1).pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--2-star i:nth-child(2).pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--2-star .pxl-text-editor i:nth-child(2).pxl-item--inner, .pxl-text-editor .pxl-star-wrap.color-gradient .pxl-item--1-star i:nth-child(1).pxl-item--inner, .pxl-star-wrap.color-gradient .pxl-item--1-star .pxl-text-editor i:nth-child(1).pxl-item--inner {
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.pxl-text-editor strong {
	font-weight: 700;
}
.pxl-text-editor p {
	margin-bottom: 30px;
}
.pxl-text-editor p:last-child {
	margin-bottom: 0;
}
.text-dropcap-custom .pxl-drop-cap {
	font-weight: bold;
	font-size: 44px;
	color: var(--secondary-color);
	line-height: 1;
}
.pxl-image-single {
	-webkit-border-radius: inherit;
	-khtml-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	border-radius: inherit;
}
.pxl-image-single *, .pxl-image-single img {
	-webkit-border-radius: inherit;
	-khtml-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	border-radius: inherit;
}
.pxl-image-single img {
	width: auto;
}
.pxl-image-single .pxl-item--bg {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-image-single .pxl-item--label {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #545454;
	margin-bottom: 10px;
	font-size: 13px;
}
.pxl-image-single.pxl-image-parallax .pxl-item--image {
	-webkit-transition: all 150ms linear 0ms;
	-khtml-transition: all 150ms linear 0ms;
	-moz-transition: all 150ms linear 0ms;
	-ms-transition: all 150ms linear 0ms;
	-o-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
}
@media screen and (max-width: 767px) {
	.pxl-image-single.pxl-disable-parallax-sm {
		transform: none !important;
	}
}
.pxl-image-single .pxl-overlay-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.pxl-image-single.pxl-image-opacity .pxl-item--image img {
	animation: banner-hover 6s ease 0.3s;
}
.pxl-image-single .pxl-item--inner {
	position: relative;
}
.pxl-image-single.pxl-zoom-round .pxl-item--image {
	animation: pxl_animation_round 4s infinite linear;
	-webkit-animation: pxl_animation_round 4s infinite linear;
}
.pxl-image-single.pxl-zoom-round .pxl-item--image img {
	transition-delay: 200ms;
	animation: zoom-in-zoom-out2 13s linear infinite;
}
.pxl-image-tilt {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.carousel-page-image {
	/* Showcase Css */
}
.carousel-page-image .elementor-image-carousel-wrapper .swiper-slide {
	border: 1px solid #d9d9d9;
	padding-bottom: 35px;
}
.pxl-showcase1 {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-showcase1 .item-feature {
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	-khtml-box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	-moz-box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	-ms-box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	-o-box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	box-shadow: 0 5px 20px rgba(var(--third-color-rgb),0.15);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-showcase1 .item-feature:after {
	z-index: 1;
	border-radius: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition-delay: 0.05s;
}
@media screen and (max-width: 767px) {
	.pxl-showcase1 .item-feature {
		margin-bottom: 20px;
	}
}
.pxl-showcase1 .item-feature img {
	width: 100%;
}
.pxl-showcase1 .item-title {
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
}
.pxl-showcase1 .item-title a {
	font-size: inherit;
	color: inherit;
	display: inline-block;
	border-bottom: none;
}
.pxl-showcase1 .item-title .notification {
	-webkit-box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
	-khtml-box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
	-moz-box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
	-ms-box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
	-o-box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
	box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
	line-height: 23px;
	height: 23px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background-color: var(--primary-color);
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	position: relative;
	text-transform: capitalize;
	margin-left: 8px;
	z-index: 2;
	text-align: center;
	display: inline-block;
	top: -2px;
}
.pxl-showcase1 .item-title cite {
	color: var(--primary-color);
	font-style: normal;
}
.pxl-showcase1 .pxl-item-links {
	position: absolute;
	opacity: 0;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.pxl-showcase1 .pxl-item-links a {
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	display: inline-block;
	min-width: 110px;
	background-color: var(--primary-color);
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	margin: 5px 0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	border-radius: 35px;
	transform: scaleY(0);
}
@media screen and (max-width: 767px) {
	.pxl-showcase1 .pxl-item-links a {
		line-height: 32px;
		height: 32px;
		font-size: 12px;
		border-radius: 32px;
	}
}
.pxl-showcase1 .pxl-item-links a span {
	margin-top: 0;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}
.pxl-showcase1 .pxl-item-links a:before {
	content: "View Demo";
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	transform: translate(0, -100%);
	-webkit-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-showcase1 .pxl-item-links a:after {
	content: '';
	position: absolute;
	top: -110%;
	left: -210%;
	width: 300%;
	height: 150%;
	opacity: 0;
	transform: rotate(70deg);
	background: rgba(255, 255, 255, .25);
	background: linear-gradient(to right, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .13) 77%, rgba(255, 255, 255, .5) 92%, #fff 100%);
}
.pxl-showcase1 .pxl-item-links a:hover {
	background-color: #fff;
	color: var(--primary-color);
}
.pxl-showcase1 .pxl-item-links a:hover:before {
	opacity: 1;
	transform: translate(0, 0);
}
.pxl-showcase1 .pxl-item-links a:hover:after {
	opacity: 1;
	top: -30%;
	left: 25%;
	transition: left 1.5s, top 1.5s, opacity 0.15s ease;
}
.pxl-showcase1 .pxl-item-links a:hover span {
	opacity: 0;
	font-size: 0;
}
.pxl-showcase1 .pxl-item-links a.link-1 {
	transition-delay: 0.1s;
}
.pxl-showcase1 .pxl-item-links a.link-2 {
	transition-delay: 0.2s;
}
.pxl-showcase1 .pxl-item-links a.link-3 {
	transition-delay: 0.3s;
}
.pxl-showcase1:hover .item-feature {
	background-color: #000;
}
.pxl-showcase1:hover .item-feature:after {
	opacity: 1;
}
.pxl-showcase1:hover .pxl-item-links {
	opacity: 1;
}
.pxl-showcase1:hover .pxl-item-links a {
	transform: scaleY(1);
}
.pxl-showcase1 .inner-box {
	text-align: center;
}
.pxl-showcase1 .inner-box.item-comingsoon .item-feature {
	background-color: #000;
}
.pxl-showcase1 .inner-box.item-comingsoon .item-feature img {
	opacity: 0.2;
}
.pxl-showcase1 .inner-box.item-comingsoon .pxl-item-links {
	top: 50%;
	opacity: 1;
}
.pxl-showcase1 .inner-box.item-comingsoon .pxl-item-links a {
	background-color: var(--primary-color);
	transform: translateY(0);
}
.pxl-showcase1 .inner-box.item-comingsoon .text-coming-soon {
	transform: rotate(-10deg);
}
.pxl-showcase2 .item-feature {
	padding: 55px 70px 0;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1600px) {
	.pxl-showcase2 .item-feature {
		padding: 45px 50px 0;
	}
}
@media screen and (max-width: 1280px) {
	.pxl-showcase2 .item-feature {
		padding: 40px 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.pxl-showcase2 .item-feature {
		-webkit-border-radius: 12px;
		-khtml-border-radius: 12px;
		-moz-border-radius: 12px;
		-ms-border-radius: 12px;
		-o-border-radius: 12px;
		border-radius: 12px;
		padding: 40px 15px 0;
	}
}
.pxl-showcase2 .item-feature img {
	width: 100%;
}
.pxl-showcase2 .item-title {
	font-size: 25px;
	font-weight: 600px;
	color: ;
}
@media screen and (max-width: 767px) {
	.pxl-showcase2 .item-title {
		font-size: 20px;
	}
}
.pxl-showcase2 .item-title a {
	color: inherit;
}
.pxl-showcase2 .item-title cite {
	font-style: normal;
	color: var(--primary-color);
}
.pxl-showcase2 .btn-link {
	line-height: 37px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	padding: 0 25px;
}
.pxl-showcase2 .pxl-item-links {
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	position: absolute;
	z-index: 2;
	top: 70%;
	left: 50%;
	right: auto;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 56px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	opacity: 0;
	-webkit-box-shadow: 0 10px 32px rgba(255, 255, 255, 0.25);
	-khtml-box-shadow: 0 10px 32px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0 10px 32px rgba(255, 255, 255, 0.25);
	-ms-box-shadow: 0 10px 32px rgba(255, 255, 255, 0.25);
	-o-box-shadow: 0 10px 32px rgba(255, 255, 255, 0.25);
	box-shadow: 0 10px 32px rgba(255, 255, 255, 0.25);
	transition-delay: 0.12s;
}
.pxl-showcase2 .pxl-item-links span {
	margin-top: 0;
}
.pxl-showcase2 .pxl-item-links a {
	display: inline-block;
	line-height: 56px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	min-width: 100px;
}
.pxl-showcase2 .pxl-item-links a span {
	color: #000;
}
.pxl-showcase2 .pxl-item-links a.active {
	background-color: var(--primary-color);
}
.pxl-showcase2 .pxl-item-links a.active span {
	color: #fff;
}
@media screen and (max-width: 1600px) {
	.pxl-showcase2 .pxl-titles {
		margin-bottom: 15px;
	}
}
.pxl-showcase2 .pxl-meta {
	padding: 30px 20px 10px;
}
@media screen and (max-width: 1600px) {
	.pxl-showcase2 .pxl-meta {
		padding: 25px 20px;
	}
}
@media screen and (max-width: 1200px) {
	.pxl-showcase2 .pxl-meta {
		padding: 25px 10px;
	}
}
.pxl-showcase2 .inner-box {
	padding: 15px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
	.pxl-showcase2 .inner-box {
		border-radius: 20px;
	}
}
.pxl-showcase2 .link-fearture {
	display: block;
	position: relative;
}
.pxl-showcase2 .link-fearture:after {
	border-radius: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-webkit-transform: scaleY(0);
	-khtml-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	transition-delay: 0.05s;
}
.pxl-showcase2.item-normarl .item-feature {
	background-color: var(--primary-color);
}
.pxl-showcase2.item-normarl .bg-image {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}
.pxl-showcase2.item-normarl:hover .link-fearture:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.pxl-showcase2.item-normarl:hover .pxl-item-links {
	top: 60%;
	opacity: 1;
}
.pxl-showcase2.item-comingsoon {
	text-align: center;
}
.pxl-showcase2.item-comingsoon .item-feature {
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	.pxl-showcase2.item-comingsoon .item-feature {
		-webkit-border-radius: 12px;
		-khtml-border-radius: 12px;
		-moz-border-radius: 12px;
		-ms-border-radius: 12px;
		-o-border-radius: 12px;
		border-radius: 12px;
	}
}
.pxl-showcase2.item-comingsoon .item-feature:before, .pxl-showcase2.item-comingsoon .item-feature:after {
	border-radius: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
}
.pxl-showcase2.item-comingsoon .item-feature:before {
	background-image: url(../img/bg-showcape-comingsoon.webp);
	z-index: -1;
}
.pxl-showcase2.item-comingsoon .item-feature:after {
	z-index: 1;
	background-color: rgba(91, 255, 235, 0.26);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.pxl-showcase3 {
	text-align: center;
}
.pxl-showcase3 .item-feature {
	position: relative;
	width: 100%;
	overflow: auto;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow-y: hidden;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
}
.pxl-showcase3 .pxl-item--title {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: var(--third-color);
}
@media (max-width: 1200px) {
	.pxl-showcase3 .pxl-item--title {
		font-size: 22px;
	}
}
.pxl-showcase3 .pxl-item--title cite {
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: var(--primary-color);
	font-style: normal;
}
.pxl-showcase3 .pxl-image-bg {
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
	padding: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background-color: #f6f6f6;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.pxl-showcase3 .pxl-image-bg:before {
	content: '';
	background-image: url(../img/showcase-bg1.webp);
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
}
.pxl-showcase3 .pxl-item--inner {
	z-index: 1;
	position: relative;
	border-radius: 5px;
	padding: 10px;
}
@media (max-width: 1200px) {
	.pxl-showcase3 .pxl-item--inner {
		margin-bottom: 40px;
	}
}
@media (max-width: 1200px) {
	.pxl-showcase3 .pxl-item--inner {
		margin-bottom: 0;
	}
}
.pxl-showcase3 .pxl-item--inner:hover .pxl-item--title cite {
	color: var(--primary-color);
}
.pxl-showcase3.item-normarl .item-feature:after {
	border-radius: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition-delay: 0.05s;
}
.pxl-showcase3.item-normarl .item-feature:hover:after {
	opacity: 1;
}
.pxl-showcase3.item-normarl .item-feature:hover .pxl-item-links {
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate(0, -50%) scale(1);
	-khtml-transform: translate(0, -50%) scale(1);
	-moz-transform: translate(0, -50%) scale(1);
	-ms-transform: translate(0, -50%) scale(1);
	-o-transform: translate(0, -50%) scale(1);
	transform: translate(0, -50%) scale(1);
	top: 50%;
	opacity: 1;
}
.pxl-showcase3.item-normarl .item-feature:hover .pxl-item-links a {
	transform: translateY(0px);
	opacity: 1;
}
.pxl-showcase3.item-normarl .bg-image {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}
.pxl-showcase3.item-normarl .pxl-item-links {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-khtml-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translate(0, -50%) scale(0);
	-khtml-transform: translate(0, -50%) scale(0);
	-moz-transform: translate(0, -50%) scale(0);
	-ms-transform: translate(0, -50%) scale(0);
	-o-transform: translate(0, -50%) scale(0);
	transform: translate(0, -50%) scale(0);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 1200px) {
	.pxl-showcase3.item-normarl .pxl-item-links {
		display: block;
	}
}
.pxl-showcase3.item-normarl .pxl-item-links .btn {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relatives;
	cursor: pointer;
	background-color: var(--primary-color);
	overflow: hidden;
	z-index: 1;
	text-decoration: unset;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	padding: 0;
}
.pxl-showcase3.item-normarl .pxl-item--inner {
	z-index: 1;
	position: relative;
	border-radius: 5px;
	padding: 10px;
}
@media (max-width: 1200px) {
	.pxl-showcase3.item-normarl .pxl-item--inner {
		margin-bottom: 40px;
	}
}
@media (max-width: 1200px) {
	.pxl-showcase3.item-normarl .pxl-item--inner {
		margin-bottom: 0;
	}
}
.pxl-showcase3.item-comingsoon {
	text-align: center;
}
.pxl-showcase3.item-comingsoon .item-feature {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.pxl-showcase3.item-comingsoon .item-feature {
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}
}
.pxl-showcase3.item-comingsoon .item-feature:before, .pxl-showcase3.item-comingsoon .item-feature:after {
	border-radius: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
}
.pxl-showcase3.item-comingsoon .item-feature:before {
	background-image: url(../img/bg-comingsoon.webp);
	z-index: -1;
}
.pxl-showcase3.item-comingsoon .item-feature:after {
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.pxl-showcase3.item-comingsoon .pxl-item-links {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.pxl-showcase3.item-comingsoon .pxl-item-links:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	background-image: url(../img/comingsoon1.png);
	background-position: 50%;
	background-repeat: no-repeat;
}
.pxl-showcase3.item-comingsoon .item-title {
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	.pxl-showcase3.item-comingsoon .item-title {
		font-size: 20px;
	}
}
.pxl-showcase3.item-comingsoon .pxl-sub-title {
	font-size: 10px;
	opacity: 0;
}
.pxl-image-carousel1.arrows-bottom .pxl-swiper-arrow, .pxl-image-carousel1.arrows-top .pxl-swiper-arrow, .pxl-image-carousel1.arrows-bottom-inner-left .pxl-swiper-arrow, .pxl-image-carousel1.arrows-bottom-inner-right .pxl-swiper-arrow {
	width: 53px;
	height: 53px;
	background-color: var(--fourth-color);
	border: none;
	text-align: center;
	color: #576903;
	font-size: 20px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1200px) {
	.pxl-image-carousel1.arrows-bottom .pxl-swiper-arrow, .pxl-image-carousel1.arrows-top .pxl-swiper-arrow, .pxl-image-carousel1.arrows-bottom-inner-left .pxl-swiper-arrow, .pxl-image-carousel1.arrows-bottom-inner-right .pxl-swiper-arrow {
		width: 40px;
		height: 40px;
	}
}
.pxl-image-carousel1.arrows-bottom .pxl-swiper-arrow:hover, .pxl-image-carousel1.arrows-top .pxl-swiper-arrow:hover, .pxl-image-carousel1.arrows-bottom-inner-left .pxl-swiper-arrow:hover, .pxl-image-carousel1.arrows-bottom-inner-right .pxl-swiper-arrow:hover {
	background-color: var(--secondary-color);
	color: var(--primary-color);
}
.pxl-image-carousel1.arrows-top .pxl-swiper-arrow-wrap {
	margin-bottom: 20px;
}
.pxl-image-carousel1.arrows-middle .pxl-swiper-arrow-wrap {
	margin-top: 0;
}
.pxl-image-carousel1.arrows-middle .pxl-swiper-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 22;
	width: 53px;
	height: 153px;
	background-color: #fff;
	border: none;
	text-align: center;
	color: var(--secondary-color);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.pxl-image-carousel1.arrows-middle .pxl-swiper-arrow {
		width: 40px;
		height: 60px;
		font-size: 20px;
	}
}
.pxl-image-carousel1.arrows-middle .pxl-swiper-arrow:hover {
	background-color: var(--fourth-color);
	color: var(--secondary-color);
}
.pxl-image-carousel1.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	left: 70px;
}
@media screen and (max-width: 1200px) {
	.pxl-image-carousel1.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-prev {
		left: 20px;
	}
}
@media screen and (max-width: 991px) {
	.pxl-image-carousel1.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-prev {
		left: 0;
	}
}
.pxl-image-carousel1.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-next {
	right: 70px;
}
@media screen and (max-width: 1200px) {
	.pxl-image-carousel1.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-next {
		right: 20px;
	}
}
@media screen and (max-width: 991px) {
	.pxl-image-carousel1.arrows-middle .pxl-swiper-arrow.pxl-swiper-arrow-next {
		right: 0;
	}
}
.pxl-image-carousel1.arrows-bottom .pxl-swiper-arrow-wrap {
	margin-top: 35px;
}
.pxl-image-carousel1.arrows-bottom-inner-left, .pxl-image-carousel1.arrows-bottom-inner-right {
	position: relative;
}
.pxl-image-carousel1.arrows-bottom-inner-left .pxl-swiper-arrow i:before, .pxl-image-carousel1.arrows-bottom-inner-right .pxl-swiper-arrow i:before {
	font-family: "Flaticon";
}
@media screen and (max-width: 1200px) {
	.pxl-image-carousel1.arrows-bottom-inner-left .pxl-swiper-arrow, .pxl-image-carousel1.arrows-bottom-inner-right .pxl-swiper-arrow {
		width: 40px;
		height: 40px;
	}
}
.pxl-image-carousel1.arrows-bottom-inner-left .pxl-swiper-arrow + .pxl-swiper-arrow, .pxl-image-carousel1.arrows-bottom-inner-right .pxl-swiper-arrow + .pxl-swiper-arrow {
	margin-left: 8px;
}
.pxl-image-carousel1.arrows-bottom-inner-left .pxl-swiper-arrow.pxl-swiper-arrow-next i:before, .pxl-image-carousel1.arrows-bottom-inner-right .pxl-swiper-arrow.pxl-swiper-arrow-next i:before {
	content: "\f149";
}
.pxl-image-carousel1.arrows-bottom-inner-left .pxl-swiper-arrow.pxl-swiper-arrow-prev i:before, .pxl-image-carousel1.arrows-bottom-inner-right .pxl-swiper-arrow.pxl-swiper-arrow-prev i:before {
	content: "\f148";
}
.pxl-image-carousel1.arrows-bottom-inner-left .pxl-swiper-arrow-wrap, .pxl-image-carousel1.arrows-bottom-inner-right .pxl-swiper-arrow-wrap {
	display: inline-flex;
	position: absolute;
	z-index: 2;
	bottom: 22px;
}
.pxl-image-carousel1.arrows-bottom-inner-left .pxl-swiper-arrow-wrap {
	left: 25px;
}
.pxl-image-carousel1.arrows-bottom-inner-right .pxl-swiper-arrow-wrap {
	right: 25px;
}
.pxl-image-carousel1 .pxl-item--image {
	overflow: hidden;
}
.pxl-image-carousel1 .pxl-item--image img {
	opacity: 0.1;
	transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
	-webkit-transform: scale(1.3);
	-khtml-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	width: 100%;
}
.pxl-image-carousel1 .pxl-carousel-inner {
	overflow: visible;
}
.pxl-image-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-item--image {
	transition: all 500ms ease-in-out;
}
.pxl-image-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-item--image img {
	opacity: 1;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl-image-carousel1 .pxl-swiper-container {
	overflow: hidden;
}
.elementor-image-carousel-wrapper .elementor-image-carousel {
	align-items: center;
}
.bg-client-custom:before {
	clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
	width: 200px;
	height: 100%;
	content: "";
	background-color: inherit;
	position: absolute;
	top: 0;
	left: -190px;
	bottom: 0;
	z-index: -1;
}
.client-white .pxl-item--image img {
	filter: brightness(0) invert(1);
}
.client-elementor-white .swiper-slide-inner img {
	filter: brightness(0) invert(1);
}
.splitting .word, .splitting .char {
	display: inline-block;
}
@keyframes svg_text_outline {
	to {
		stroke-dashoffset: 0;
	}
}
.pxl-heading .pxl-heading--inner {
	display: inline-block;
	position: relative;
	/* Style Heading */
}
.pxl-heading .pxl-text--slide {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.pxl-heading .pxl-text--slide span {
	display: inline-block;
}
.pxl-heading .pxl-item--title {
	font-size: 60px;
}
@media screen and (max-width: 1200px) {
	.pxl-heading .pxl-item--title {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-heading .pxl-item--title {
		font-size: 35px;
	}
}
.pxl-heading h1.pxl-item--title {
	font-size: 60px;
}
.pxl-heading h2.pxl-item--title {
	font-size: 52px;
}
.pxl-heading h3.pxl-item--title {
	font-size: 30px;
}
.pxl-heading .pxl-title--highlight {
	color: var(--primary-color);
	display: inline-flex;
}
.pxl-heading .pxl-image--highlight {
	width: 108px;
	height: 64px;
	border-radius: 64px;
	display: inline-flex;
	box-shadow: 0 0 5px rgba(12, 2, 2, 0.23);
}
.pxl-heading.highlight-text-image .pxl-title--highlight {
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
.pxl-heading .pxl-split-text.split-in-fade {
	visibility: hidden;
	/* Style Sub */
}
.pxl-heading .pxl-split-text.split-in-fade.active {
	visibility: visible;
}
.pxl-heading .pxl-item--subtitle {
	font-size: 14px;
	color: var(--primary-color);
	font-weight: 500;
	margin-bottom: 15px;
}
.pxl-heading .pxl-item--subtitle span.pxl-item--subtext {
	padding: 6px 25px 4px;
}
.pxl-heading .pxl-item--subtitle.sub-default .pxl-item--subtext {
	display: inline-flex;
	position: relative;
	z-index: 1;
}
.pxl-heading .pxl-item--subtitle.sub-default .pxl-item--subtext:before {
	background-color: rgba(var(--primary-color-rgb),0.25);
	content: "";
	clip-path: polygon(0 0, 92% 0%, 100% 100%, 8% 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.pxl-heading .pxl-item--subtitle.sub-style2 .pxl-item--subtext {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0;
}
.pxl-heading .pxl-item--subtitle.sub-style2 .pxl-item--subtext:before, .pxl-heading .pxl-item--subtitle.sub-style2 .pxl-item--subtext:after {
	content: "";
	width: 25px;
	height: 6px;
	background-color: var(--primary-color);
}
.pxl-heading .pxl-item--subtitle.sub-style2 .pxl-item--subtext:before {
	margin-right: 15px;
}
.pxl-heading .pxl-item--subtitle.sub-style2 .pxl-item--subtext:after {
	margin-left: 13px;
}
.pxl-heading .pxl-item--subtitle.sub-style-left .pxl-item--subtext {
	padding: 0;
	position: relative;
	display: inline-flex;
	align-items: center;
}
.pxl-heading .pxl-item--subtitle.sub-style-left .pxl-item--subtext:before {
	content: "";
	width: 25px;
	height: 6px;
	background-color: var(--primary-color);
	margin-right: 15px;
}
.pxl-heading .pxl-item--subtitle.sub-style-right .pxl-item--subtext {
	padding: 0;
	position: relative;
	display: inline-flex;
	align-items: center;
}
.pxl-heading .pxl-item--subtitle.sub-style-right .pxl-item--subtext:after {
	content: "";
	width: 25px;
	height: 6px;
	background-color: var(--primary-color);
	margin-left: 15px;
}
.pxl-heading .pxl-item--icon {
	display: inline-flex;
	align-items: center;
	margin-right: 6px;
}
.pxl-heading .pxl-item--icon svg path {
	fill: var(--primary-color);
}
@keyframes pxlKeywordRotatingIn {
	from {
		transform: translateY(70%) rotateX(-100deg);
		opacity: 0;
	}
	to {
		transform: translateY(0) rotateX(0);
		opacity: 1;
	}
}
@keyframes pxlKeywordRotatingOut {
	from {
		transform: translateY(0) rotateX(0);
		opacity: 1;
	}
	to {
		transform: translateY(-70%) rotateX(100deg);
		opacity: 0;
	}
}
.pxl-title--typewriter {
	display: inline-flex;
	white-space: nowrap;
	position: relative;
	z-index: 99;
	/* Meta Box*/
}
.pxl-title--typewriter .pxl-item--text {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.pxl-title--typewriter .pxl-item--text:not(.is-active) {
	animation: pxlKeywordRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.pxl-title--typewriter .pxl-item--text.is-active {
	position: relative;
	opacity: 1;
	animation: pxlKeywordRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.pxl-meta-box1 {
	position: relative;
	z-index: 1;
}
.pxl-meta-box1:before {
	position: absolute;
	top: -20px;
	left: -25px;
	right: -15px;
	bottom: 0;
	z-index: -1;
	display: block;
	content: "";
	background-color: #091c36;
	mask-image: url(../img/bg-mask-wrap.png);
	-webkit-mask-image: url(../img/bg-mask-wrap.png);
	-ms-mask-image: url(../img/bg-mask-wrap.png);
	-o-mask-image: url(../img/bg-mask-wrap.png);
}
.pxl-meta-box1 .pxl-item--title {
	font-size: 40px;
	line-height: 1.1;
	max-width: 385px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
	.pxl-meta-box1 .pxl-item--title {
		font-size: 35px;
	}
}
.pxl-meta-box1 .pxl-item--excerpt {
	max-width: 400px;
	color: #fff;
	margin-bottom: 22px;
	font-size: 18px;
}
.pxl-meta-box1 .btn-phone {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.pxl-meta-box1 .btn-phone:hover {
	color: var(--fourth-color);
}
@media screen and (max-width: 575px) {
	.pxl-meta-box1 .btn-phone {
		font-size: 15px;
	}
}
.pxl-meta-box1 .pxl-icon-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--fourth-color);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin-right: 15px;
}
.pxl-meta-box1 .pxl-icon-phone img, .pxl-meta-box1 .pxl-icon-phone svg {
	max-height: 25px;
	width: auto;
	margin-right: 20px;
}
.pxl-meta-box1 .pxl-icon-phone i {
	font-size: 28px;
	color: #000;
}
.pxl-meta-box1 .pxl-icon-phone svg, .pxl-meta-box1 .pxl-icon-phone svg path {
	fill: #000;
	stroke: #000;
}
.pxl-meta-box1 .bg-image {
	background-repeat: repeat;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}
.pxl-meta-box1 .pxl-image-left {
	left: -10%;
	top: 45%;
}
@media screen and (max-width: 767px) {
	.pxl-meta-box1 .pxl-image-left {
		left: -30%;
	}
}
.pxl-meta-box1 .pxl-image-right {
	right: -5%;
	top: 50%;
}
@media screen and (max-width: 767px) {
	.pxl-meta-box1 .pxl-image-right {
		right: -10%;
	}
}
.pxl-meta-box1 .pxl-image-left, .pxl-meta-box1 .pxl-image-right {
	position: absolute;
	transform: translateY(-50%);
	z-index: -1;
}
@media screen and (max-width: 1200px) {
	.pxl-meta-box1 .pxl-image-left, .pxl-meta-box1 .pxl-image-right {
		opacity: 0.3;
	}
}
.pxl-meta-box1 .pxl-item--inner {
	padding: 55px 100px 55px 600px;
	background-color: var(--primary-color);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.pxl-meta-box1 .pxl-item--inner {
		mask-image: url(../img/bg-mask.webp);
		-webkit-mask-image: url(../img/bg-mask.webp);
		-ms-mask-image: url(../img/bg-mask.webp);
		-o-mask-image: url(../img/bg-mask.webp);
	}
}
@media screen and (max-width: 1600px) {
	.pxl-meta-box1 .pxl-item--inner {
		padding: 70px 25px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.pxl-meta-box1 .pxl-item--inner {
		padding: 60px 15px;
	}
}
.pxl-link {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pxl-link a {
	display: inline-flex;
	font-size: 16px;
	color: #586563;
	position: relative;
}
.pxl-link a:hover {
	color: var(--primary-color);
}
.pxl-link .pxl-link--icon {
	min-width: 24px;
	margin-top: 5px;
	font-size: 15px;
	display: inline-flex;
}
.pxl-link.type-vertical li + li {
	margin-top: 6px;
}
.pxl-link.type-horizontal {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	/* Style */
}
.pxl-link.type-horizontal li {
	margin: 0 10px;
}
.pxl-link.type-horizontal li img, .pxl-link.type-horizontal li svg {
	max-height: 100%;
	max-width: 100%;
}
.pxl-link.style-hover-divider .pxl-link--text {
	position: relative;
}
.pxl-link.style-hover-divider .pxl-link--text:before {
	content: '';
	height: 1px;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	background-color: var(--primary-color);
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl-link.style-hover-divider .pxl-link--text:hover:before {
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-khtml-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.pxl-link.style-hover-divider2 .pxl-link--text {
	position: relative;
}
.pxl-link.style-hover-divider2 .pxl-link--text:before, .pxl-link.style-hover-divider2 .pxl-link--text:after {
	content: '';
	height: 1px;
	position: absolute;
	bottom: 2px;
	width: 0;
	background-color: var(--primary-color);
	-webkit-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-khtml-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-moz-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-ms-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	-o-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl-link.style-hover-divider2 .pxl-link--text:before {
	left: 0;
}
.pxl-link.style-hover-divider2 .pxl-link--text:after {
	right: 0;
}
.pxl-link.style-hover-divider2 .pxl-link--text:hover:before, .pxl-link.style-hover-divider2 .pxl-link--text:hover:after {
	width: 50%;
}
.pxl-link.style-hover-divider2 li.active .pxl-link--text:before, .pxl-link.style-hover-divider2 li.active .pxl-link--text:after {
	width: 50%;
}
.pxl-link.style-hidden-icon .pxl-link--icon {
	align-items: center;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.pxl-link.style-hidden-icon .pxl-link--icon i {
	line-height: 1;
}
.pxl-link.style-hidden-icon a {
	font-size: 17px;
	position: relative;
}
.pxl-link.style-hidden-icon a:hover {
	padding-left: 30px;
}
.pxl-link.style-hidden-icon a:hover .pxl-link--icon {
	opacity: 1;
	left: -5px;
}
.pxl-link.style-hidden-icon.type-vertical li + li {
	margin-top: 19px;
}
.pxl-link.style-hidden-icon li.active a:before {
	opacity: 1;
	transform: translate(0, -50%) scale(1);
}
.pxl-link.style-divider-bottom .pxl-link--icon {
	display: none;
}
.pxl-link.style-divider-bottom a {
	font-size: 17px;
	position: relative;
}
.pxl-link.style-divider-bottom li {
	line-height: 32px;
	position: relative;
	padding: 13px 20px 13px 35px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-link.style-divider-bottom li:before, .pxl-link.style-divider-bottom li:after {
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	content: "";
	position: absolute;
	width: 5px;
	opacity: 0;
	height: 5px;
	top: 50%;
	background-color: #576903;
	transform: translateY(-50%);
}
.pxl-link.style-divider-bottom li:before {
	left: 30px;
}
.pxl-link.style-divider-bottom li:after {
	left: 42px;
}
@media screen and (max-width: 991px) {
	.pxl-link.style-divider-bottom li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pxl-link.style-divider-bottom li:before {
		left: 15px;
	}
	.pxl-link.style-divider-bottom li:after {
		left: 20px;
	}
}
.pxl-link.style-divider-bottom.type-vertical li + li {
	border-top: 1px solid #eee;
}
.pxl-link.style-divider-bottom.type-vertical li:hover {
	background-color: var(--fourth-color);
	padding-left: 67px;
}
.pxl-link.style-divider-bottom.type-vertical li:hover:before, .pxl-link.style-divider-bottom.type-vertical li:hover:after {
	opacity: 1;
}
.pxl-link.style-divider-bottom.type-vertical li:hover:before {
	left: 35px;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.pxl-link.style-divider-bottom.type-vertical li:hover:after {
	left: 48px;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
@media screen and (max-width: 991px) {
	.pxl-link.style-divider-bottom.type-vertical li:hover {
		padding-left: 30px;
	}
	.pxl-link.style-divider-bottom.type-vertical li:hover:before {
		left: 20px;
	}
	.pxl-link.style-divider-bottom.type-vertical li:hover:after {
		left: 30px;
	}
}
.pxl-link.style-right-box .pxl-link--icon {
	font-size: 16px;
	position: relative;
	order: 2;
	margin-left: 5px;
}
.pxl-link.style-right-box .pxl-link--icon i {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-link.style-right-box a {
	display: flex;
	align-items: center;
	padding-right: 22px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.fw-icon-bold .pxl-link--icon i:before {
	font-weight: bold;
}
.pxl-pagination1 {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.pxl-pagination1 {
		flex-wrap: wrap;
	}
}
.pxl-pagination1 .pxl--item-list {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.pxl-pagination1 .pxl--item-list {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 767px) {
	.pxl-pagination1 .pxl--item-list {
		margin: 30px 0;
	}
}
.pxl-pagination1 .pxl--item-list i {
	width: 8px;
	height: 8px;
	background-color: var(--fourth-color);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: absolute;
}
.pxl-pagination1 .pxl--item-list i:nth-child(1) {
	top: 0;
	left: 0;
}
.pxl-pagination1 .pxl--item-list i:nth-child(2) {
	left: 0;
	bottom: 0;
}
.pxl-pagination1 .pxl--item-list i:nth-child(3) {
	top: 0;
	right: 0;
}
.pxl-pagination1 .pxl--item-list i:nth-child(4) {
	right: 0;
	bottom: 0;
}
.pxl-pagination1 .pxl--item-list a {
	-webkit-transition: all 300ms linear 50ms;
	-khtml-transition: all 300ms linear 50ms;
	-moz-transition: all 300ms linear 50ms;
	-ms-transition: all 300ms linear 50ms;
	-o-transition: all 300ms linear 50ms;
	transition: all 300ms linear 50ms;
	width: 26px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--fourth-color);
	position: relative;
}
.pxl-pagination1 .pxl--item-list a:hover i {
	background-color: var(--secondary-color);
}
.pxl-pagination1 .pxl--item-list a:hover i:nth-child(1) {
	top: 2px;
	left: 2px;
}
.pxl-pagination1 .pxl--item-list a:hover i:nth-child(2) {
	left: 2px;
	bottom: 2px;
}
.pxl-pagination1 .pxl--item-list a:hover i:nth-child(3) {
	top: 2px;
	right: 2px;
}
.pxl-pagination1 .pxl--item-list a:hover i:nth-child(4) {
	right: 2px;
	bottom: 2px;
}
.pxl-pagination1 .btn-nav {
	color: #576903;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 61px;
	height: 61px;
	min-width: 61px;
	background: var(--fourth-color);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.pxl-pagination1 .btn-nav:before, .pxl-pagination1 .btn-nav:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	-webkit-transition: all 500ms linear 50ms;
	-khtml-transition: all 500ms linear 50ms;
	-moz-transition: all 500ms linear 50ms;
	-ms-transition: all 500ms linear 50ms;
	-o-transition: all 500ms linear 50ms;
	transition: all 500ms linear 50ms;
	background-color: rgba(255, 255, 255, .5);
}
.pxl-pagination1 .btn-nav:after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.pxl-pagination1 .btn-nav i {
	line-height: 1;
	font-size: 20px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-pagination1 .btn-nav i:before {
	font-weight: bold;
}
.pxl-pagination1 .btn-nav.btn-prev:before, .pxl-pagination1 .btn-nav.btn-prev:after {
	right: 0;
	-webkit-transform: translate(105%, 0);
	-khtml-transform: translate(105%, 0);
	-moz-transform: translate(105%, 0);
	-ms-transform: translate(105%, 0);
	-o-transform: translate(105%, 0);
	transform: translate(105%, 0);
	border-left: 1px solid #fff;
}
.pxl-pagination1 .btn-nav.btn-next:before, .pxl-pagination1 .btn-nav.btn-next:after {
	left: 0;
	-webkit-transform: translate(-105%, 0);
	-khtml-transform: translate(-105%, 0);
	-moz-transform: translate(-105%, 0);
	-ms-transform: translate(-105%, 0);
	-o-transform: translate(-105%, 0);
	transform: translate(-105%, 0);
	border-right: 1px solid #fff;
}
.pxl-pagination1 .item--prev {
	justify-content: start;
}
@media screen and (min-width: 768px) {
	.pxl-pagination1 .item--prev {
		padding-right: 50px;
	}
}
.pxl-pagination1 .item--prev .pxl-title-pagination {
	margin-left: 20px;
	text-align: left;
}
.pxl-pagination1 .item--next {
	justify-content: end;
}
@media screen and (min-width: 768px) {
	.pxl-pagination1 .item--next {
		padding-left: 50px;
	}
}
.pxl-pagination1 .item--next .pxl-title-pagination {
	margin-right: 20px;
}
.pxl-pagination1 .pxl-title-pagination {
	margin-bottom: 0;
	color: var(--secondary-color);
	text-align: right;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 36px;
}
.pxl-pagination1 .pxl-title-pagination a {
	color: inherit;
}
.pxl-pagination1 .pxl-title-pagination a:hover {
	color: var(--primary-color);
}
.pxl-pagination1 .pxl--item {
	align-items: center;
	display: flex;
}
@media screen and (min-width: 768px) {
	.pxl-pagination1 .pxl--item {
		min-width: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.pxl-pagination1 .pxl--item {
		min-width: 100%;
		max-width: 100%;
	}
}
.pxl-pagination1 .pxl--item:hover .btn-nav {
	background-color: var(--secondary-color);
}
.pxl-pagination1 .pxl--item:hover .btn-nav i {
	color: #fff;
}
.pxl-pagination1 .pxl--item:hover .btn-nav:before, .pxl-pagination1 .pxl--item:hover .btn-nav:after {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	-khtml-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.pxl-icon1.icon-vertical {
	display: inline-flex;
	flex-direction: column;
}
.pxl-icon1.icon-horizontal {
	display: flex;
	align-items: center;
}
.pxl-icon1 a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
.pxl-icon1 a span {
	background-color: #fff f;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	height: 100%;
	width: 100%;
}
.pxl-icon1.style-2 {
	display: inline-flex;
}
.pxl-icon1.style-2 a {
	position: relative;
	width: 39px;
	height: 39px;
	line-height: 39px;
	border-radius: 39px;
	z-index: 1;
	font-size: 16px;
	color: #9b9b9b;
	margin: 7px 0;
}
.pxl-icon1.style-2 a:before, .pxl-icon1.style-2 a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	border-radius: inherit;
}
.pxl-icon1.style-2 a:before {
	z-index: -2;
	background-color: #404040;
}
.pxl-icon1.style-2 a:after {
	z-index: -1;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
	opacity: 0;
}
.pxl-icon1.style-2 a:hover {
	color: #fff;
}
.pxl-icon1.style-2 a:hover:before {
	opacity: 0;
}
.pxl-icon1.style-2 a:hover:after {
	opacity: 1;
}
@keyframes phone-icon-animate {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-10deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(20deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-10deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(20deg) scale(1) skew(1deg);
	}
	100%, 50% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}
.pxl-call-phone1 .pxl-item--icon img, .pxl-call-phone1 .pxl-item--icon svg, .pxl-call-phone1 .pxl-item--icon i {
	-webkit-transition: all 220ms linear 0ms;
	-khtml-transition: all 220ms linear 0ms;
	-moz-transition: all 220ms linear 0ms;
	-ms-transition: all 220ms linear 0ms;
	-o-transition: all 220ms linear 0ms;
	transition: all 220ms linear 0ms;
}
.pxl-call-phone1 .pxl-item--icon.effect-tada img, .pxl-call-phone1 .pxl-item--icon.effect-tada svg, .pxl-call-phone1 .pxl-item--icon.effect-tada i {
	-webkit-animation: tada 1500ms ease-out infinite;
	-khtml-animation: tada 1500ms ease-out infinite;
	-moz-animation: tada 1500ms ease-out infinite;
	-ms-animation: tada 1500ms ease-out infinite;
	-o-animation: tada 1500ms ease-out infinite;
	animation: tada 1500ms ease-out infinite;
}
.pxl-call-phone1 .pxl-item--icon.effect-shake img, .pxl-call-phone1 .pxl-item--icon.effect-shake svg, .pxl-call-phone1 .pxl-item--icon.effect-shake i {
	-webkit-animation: phone-icon-animate 1.8s ease-out infinite;
	-khtml-animation: phone-icon-animate 1.8s ease-out infinite;
	-moz-animation: phone-icon-animate 1.8s ease-out infinite;
	-ms-animation: phone-icon-animate 1.8s ease-out infinite;
	-o-animation: phone-icon-animate 1.8s ease-out infinite;
	animation: phone-icon-animate 1.8s ease-out infinite;
	transform-origin: top;
}
.pxl-call-phone1 .pxl-item--inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.pxl-call-phone1.style-1 .pxl-item--icon {
	width: 49px;
	height: 49px;
	border: 2px solid var(--gradient-color-to);
	border-radius: 49px;
	background-color: #fff;
	font-size: 20px;
	color: #000;
	box-shadow: 2px 4px 0 0 var(--gradient-color-from);
}
.pxl-call-phone1.style-1 .pxl-item--title {
	color: var(--gradient-color-to);
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 1px;
}
.pxl-call-phone1.style-1 .pxl-item--number {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: normal;
}
.pxl-call-phone1.style-2 .pxl-item--icon {
	width: 60px;
	height: 60px;
	border: 2px solid #f5f3f3;
	border-radius: 60px;
	background-color: #fff;
	font-size: 21px;
	margin-right: 12px;
}
.pxl-call-phone1.style-2 .pxl-item--icon i {
	color: var(--primary-color);
	font-size: 21px;
}
.pxl-call-phone1.style-2 .pxl-item--icon img, .pxl-call-phone1.style-2 .pxl-item--icon svg {
	max-height: 21px;
}
.pxl-call-phone1.style-2 .pxl-item--icon svg {
	fill: var(--primary-color);
}
.pxl-call-phone1.style-2 .pxl-item--title {
	color: #000;
	font-size: 16px;
	margin-bottom: 1px;
}
@media screen and (max-width: 575px) {
	.pxl-call-phone1.style-2 .pxl-item--meta {
		margin-top: 25px;
	}
}
.pxl-call-phone1.style-2 .pxl-item--number {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: normal;
}
@media screen and (max-width: 575px) {
	.pxl-call-phone1.style-2 .pxl-item--inner {
		flex-wrap: wrap;
	}
}
.pxl-call-phone1.style-3 {
	font-size: 18px;
	line-height: 1.25;
	color: #2c2c2b;
}
.pxl-call-phone1.style-3 .pxl-item--icon {
	width: 49px;
	height: 49px;
	border: 2px solid #000;
	border-radius: 49px;
	background-color: transparent;
	font-size: 21px;
	margin-right: 12px;
	color: #000;
}
.pxl-call-phone1.style-3 .pxl-item--title {
	font-weight: 700;
}
.pxl-mailchimp-l1 {
	/* Pricing */
}
.pxl-mailchimp-l1 .mc4wp-form-fields {
	position: relative;
}
.pxl-mailchimp-l1.style-box [type="email"] {
	font-size: 14px;
	color: #fff;
	height: 57px;
	background-color: #1b1c20;
	padding: 0 38px;
	border: none;
	font-weight: 600;
	border-radius: 0;
}
.pxl-mailchimp-l1.style-box [type="submit"] {
	border-radius: 0;
	border: none;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	background-color: var(--primary-color);
	padding: 0 30px;
	text-align: center;
}
@media screen and (min-width: 576px) {
	.pxl-mailchimp-l1.style-box [type="submit"] {
		min-width: 124px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-mailchimp-l1.style-box [type="submit"] {
		min-width: 230px;
		margin-top: 20px;
	}
}
.pxl-mailchimp-l1.style-box [type="submit"]:hover, .pxl-mailchimp-l1.style-box [type="submit"]:focus {
	color: #000;
	background-color: #fff;
}
.pxl-mailchimp-l1.style-box .mc4wp-form-fields {
	z-index: 1;
}
@media screen and (min-width: 576px) {
	.pxl-mailchimp-l1.style-box .mc4wp-form-fields {
		display: flex;
		align-items: center;
	}
}
.pxl-mailchimp-l1.style-box2 [type="email"] {
	font-size: 11px;
	color: #fff;
	height: 57px;
	background-color: #2c2c2c;
	border-radius: 57px;
	padding: 0 38px;
	border: none;
	font-weight: 600;
}
.pxl-mailchimp-l1.style-box2 [type="submit"] {
	text-transform: capitalize;
	color: #fff;
	padding: 0 30px;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.pxl-mailchimp-l1.style-box2 [type="submit"]:after {
	font-family: 'Icomoon';
	content: "\e90f";
	margin-left: 5px;
	font-size: 13px;
}
.pxl-mailchimp-l1.style-box2 .mc4wp-form-fields {
	display: flex;
	align-items: end;
}
.pxl-pricing1 {
	position: relative;
	z-index: 1;
	border-radius: 8px;
	padding: 50px;
	background-color: #fff;
	border: 1px solid rgba(7, 6, 22, 0.08);
	line-height: 1.5;
	overflow: hidden;
	/* End Pricing */
}
@media screen and (max-width: 1600px) {
	.pxl-pricing1 {
		padding: 25px 15px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-pricing1 {
		padding: 20px 15px;
	}
}
.pxl-pricing1 .pxl-pricing--price {
	margin-bottom: 30px;
	line-height: 1;
	font-weight: bold;
	font-size: 56px;
	margin-left: -8px;
}
@media screen and (max-width: 767px) {
	.pxl-pricing1 .pxl-pricing--price {
		font-size: 36px;
	}
}
.pxl-pricing1 .pxl-pricing--price .pxl-pricing--currency {
	color: var(--primary-color);
	position: relative;
	right: -6px;
	font-size: 30px;
	font-weight: 600;
	top: -22px;
}
.pxl-pricing1 .pxl-pricing--price .pxl-price {
	color: var(--secondary-color);
	left: -8px;
	position: relative;
}
.pxl-pricing1 .pxl-pricing--price .pxl-suffix {
	font-size: 18px;
	color: var(--third-color);
	font-weight: 400;
	position: relative;
	left: -20px;
}
@media screen and (max-width: 767px) {
	.pxl-pricing1 .pxl-pricing--price .pxl-suffix {
		font-size: 18px;
	}
}
.pxl-pricing1 .pxl-pricing--title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 24px;
	padding: 8px 20px;
	display: inline-block;
	background-color: #464a4f;
	border-radius: 6px;
}
.pxl-pricing1 .pxl-pricing--excerpt {
	font-size: 18px;
	color: var(--third-color);
	margin-bottom: 40px;
}
.pxl-pricing1 .prc-icon {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin-right: 10px;
	background-color: var(--third-color);
}
.pxl-pricing1 .prc-icon svg path {
	fill: #fff;
}
.pxl-pricing1 .pxl-pricing--feature {
	margin-bottom: 0;
	list-style: none;
	font-size: 16px;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}
.pxl-pricing1 .pxl-pricing--feature li {
	display: flex;
	align-items: center;
}
.pxl-pricing1 .pxl-pricing--feature li + li {
	margin-top: 15px;
}
.pxl-pricing1 .btn-prc {
	margin-bottom: 40px;
	color: #fff;
	background-color: var(--primary-color);
	width: 100%;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media screen and (min-width: 1260px) {
	.pxl-pricing1 .btn-prc {
		line-height: 52px;
		padding: 0 46px;
	}
}
.pxl-pricing1 .btn-prc:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.pxl-pricing1.prc-active {
	border: none;
	background-color: var(--secondary-color);
	box-shadow: inset 0 0 15px 0 #fff;
}
.pxl-pricing1.prc-active .pxl-pricing--price .pxl-price, .pxl-pricing1.prc-active .pxl-pricing--price .pxl-suffix {
	color: #fff;
}
.pxl-pricing1.prc-active .pxl-pricing--excerpt {
	color: #fff;
}
.pxl-pricing1.prc-active .btn-prc {
	background-color: #fff;
	color: var(--secondary-color);
}
.pxl-pricing1.prc-active .prc-icon {
	background-color: #fff;
}
.pxl-pricing1.prc-active .prc-icon svg path {
	fill: var(--secondary-color);
}
.pxl-pricing1.prc-active .pxl-pricing--feature {
	background-color: rgba(255, 255, 255, 0.1);
}
.pxl-pricing1.prc-active .pxl-pricing--feature li {
	color: #fff;
}
.pxl-language-switcher1 {
	font-size: 17px;
	color: #4e4e4e;
	position: relative;
	z-index: 99;
}
.pxl-language-switcher1 a {
	color: inherit;
}
.pxl-language-switcher1 a:hover {
	color: var(--secondary-color);
}
.pxl-language-switcher1 ul {
	margin: 0;
	list-style: none;
	position: absolute;
	left: 0;
	font-size: 14px;
	min-width: 70px;
	padding: 18px 20px 10px;
	background-color: #fff;
	z-index: 99;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	overflow: visible;
}
@media screen and (max-width: 1400px) {
	.pxl-language-switcher1 ul {
		left: auto;
		right: 0;
	}
}
.pxl-language-switcher1 ul .pxl-item--image {
	margin-right: 10px;
	max-height: 20px;
	max-width: 23px;
	min-width: 23px;
	min-height: 20px;
	padding: 2px;
	border: 1px solid #ccc;
}
.pxl-language-switcher1 ul li {
	padding: 6px 0;
}
.pxl-language-switcher1 ul a {
	color: var(--third-color);
	display: inline-flex;
	align-items: center;
}
.pxl-language-switcher1 ul a:hover {
	color: var(--secondary-color);
}
.pxl-language-switcher1 .current--item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.pxl-language-switcher1 .current--item .pxl-item--image {
	margin-right: 10px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	padding: 5px;
	border: 1px solid #ccc;
}
.pxl-language-switcher1 .current--item .pxl-item--image img {
	width: 27px;
	height: 27px;
	border-radius: 50%;
}
.pxl-language-switcher1 .current--item label {
	cursor: pointer;
	font-size: 14px;
	line-height: 23px;
	position: relative;
	top: 1px;
	padding-left: 5px;
	z-index: 1;
	font-weight: 400;
}
.pxl-language-switcher1 .current--item label:after {
	content: "\f13d";
	font-family: "Caseicon";
	font-size: 12px;
	margin-left: 10px;
	line-height: 1;
	-webkit-transition: all 220ms linear 0ms;
	-khtml-transition: all 220ms linear 0ms;
	-moz-transition: all 220ms linear 0ms;
	-ms-transition: all 220ms linear 0ms;
	-o-transition: all 220ms linear 0ms;
	transition: all 220ms linear 0ms;
	display: inline-flex;
	top: 1px;
	color: var(--secondary-color);
	position: relative;
	-webkit-transform: scaleY(-1);
	-khtml-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
.pxl-language-switcher1.style-2 .current--item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.pxl-language-switcher1.style-2 .current--item .pxl-item--image {
	margin-right: 10px;
	width: 28px;
	height: 17px;
	border-radius: 0px;
	padding: 0;
	border: none;
}
.pxl-language-switcher1.style-2 .current--item .pxl-item--image img {
	width: 28px;
	height: 17px;
	border-radius: 0%;
}
.pxl-language-switcher1.style-2 label {
	top: 0px;
}
.pxl-language-switcher1.sub-show-bottom ul {
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transform: perspective(100px) rotateX(-90deg);
	transform-origin: 50% 0%;
	top: 100%;
	left: 20px;
}
.pxl-language-switcher1.sub-show-bottom:hover .current--item label:after {
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.pxl-language-switcher1.sub-show-bottom:hover .current--item + ul {
	margin-top: 0;
	transform: perspective(100px) rotateX(0deg);
}
.pxl-language-switcher1.sub-show-top ul {
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-webkit-transform: scaleY(0);
	-khtml-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: bottom center;
	-moz-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	-o-transform-origin: bottom center;
	bottom: 100%;
}
.pxl-language-switcher1.sub-show-top:hover ul {
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.pxl-language-switcher1.dr-right ul {
	left: auto;
	right: 0;
}
.pxl-divider1 .pxl-divider-bg {
	background-color: var(--third-color);
	margin-top: 15px;
	margin-bottom: 15px;
	height: 2px;
	width: 100%;
}
.pxl-divider1 .inner-el-divider {
	position: relative;
}
.pxl-divider1 .pxl-cicle {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: var(--primary-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.pxl-divider1.cicle-left .pxl-cicle {
	right: 0;
}
.pxl-divider1.cicle-right {
	display: flex;
	justify-content: end;
}
.pxl-divider1.cicle-right .pxl-cicle {
	left: 0;
}
.pxl-divider2 .pxl-divider-inner {
	width: 60px;
	height: 2px;
	background-color: var(--fourth-color);
	position: relative;
	top: -1px;
}
.pxl-divider2 .inner-el-divider {
	height: 1px;
	background-color: var(--third-color);
	display: flex;
}
.pxl-contact-form .pxl-form--label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #000;
}
.pxl-contact-form .pxl-form--label span {
	display: inline-block;
	margin: 0 14px;
}
.pxl-contact-form p {
	margin-bottom: 0;
}
.pxl-contact-form .title-ct-form {
	font-size: 24px;
	font-weight: 600;
}
.pxl-contact-form .field-dflex {
	justify-content: space-between;
	padding: 0 35px 0 8px;
}
@media screen and (max-width: 991px) {
	.pxl-contact-form .field-dflex {
		padding: 0;
	}
}
.pxl-contact-form.btn-w-full .wpcf7-submit {
	width: 100%;
}
.pxl-contact-form.btn-style0 .wpcf7-submit {
	background-color: var(--primary-color);
	color: #fff;
}
.pxl-contact-form.btn-style0 .wpcf7-submit:before {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	width: 0px;
	height: 100%;
	background-color: var(--fourth-color);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
}
.pxl-contact-form.btn-style0 .wpcf7-submit:hover:before, .pxl-contact-form.btn-style0 .wpcf7-submit:focus:before {
	width: 100%;
}
.pxl-contact-form.bg-style1 .wpcf7-submit {
	background-color: var(--secondary-color);
	color: #fff;
}
.pxl-contact-form.bg-style1 .wpcf7-submit:hover, .pxl-contact-form.bg-style1 .wpcf7-submit:focus {
	background-color: var(--primary-color);
	color: #fff;
}
.pxl-contact-form br {
	display: none;
}
.pxl-contact-form .wpcf7-heading {
	font-size: 24px;
	padding-top: 17px;
}
.pxl-contact-form .wpcf7-list-item {
	margin-left: 0;
	padding-left: 50px;
}
.pxl-contact-form .wpcf7-list-item label {
	display: flex;
	align-items: center;
}
.pxl-contact-form .wpcf7-list-item input[type="checkbox"] {
	height: 35px;
	width: 35px;
	margin-right: 15px;
}
.pxl-contact-form .wpcf7-list-item input, .pxl-contact-form .wpcf7-list-item .wpcf7-list-item-label:before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
	cursor: pointer;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-contact-form .wpcf7-list-item .wpcf7-list-item-label:before {
	z-index: 1;
	background-color: #f5f6f6;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.pxl-contact-form .wpcf7-list-item .wpcf7-list-item-label:after {
	content: "\f112";
	font-family: "Caseicon";
	font-size: 13px;
	position: absolute;
	left: 12px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-khtml-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: var(--secondary-color);
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-contact-form .wpcf7-list-item input {
	opacity: 0;
	z-index: 3;
}
.pxl-contact-form .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
	opacity: 1;
}
.pxl-contact-form .wpcf7-acceptance {
	width: 100% !important;
	height: auto !important;
	border: none !important;
	padding: 0 !important;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 15px;
	color: #999;
	display: block;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: #cfcfcf;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
	color: var(--primary-color);
	text-decoration: none;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
	position: relative;
	padding-left: 30px;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input, .pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
	cursor: pointer;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 20px;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
	z-index: 1;
	background-color: #f5f6f6;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
	content: "\f112";
	font-family: "Caseicon";
	position: absolute;
	left: 5px;
	font-size: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input {
	opacity: 0;
	z-index: 3;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
	opacity: 1;
}
.pxl-contact-form .pxl--form-icon {
	opacity: 0;
	position: absolute;
	right: 30px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-contact-form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon {
	font-size: 14px;
	color: #a0a0a0;
	z-index: 99;
	opacity: 1;
}
.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon.top-spacer {
	top: 24px;
	-webkit-transform: translate(0, 0%);
	-khtml-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	transform: translate(0, 0%);
}
.pxl-contact-form .pxl-icon-pos-right.pxl-form-date .wpcf7-form-control-wrap:after {
	display: none;
}
.pxl-contact-form .wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 6px;
	color: #fff;
}
.pxl-contact-form .wpcf7-submit .pxl--btn-icon {
	width: 20px;
	height: 20px;
	margin-left: 12px;
	border-radius: 2px;
	background-color: #fff;
	color: var(--secondary-color);
}
.pxl-contact-form .wpcf7-submit .pxl-icon {
	display: inline-block;
	width: 55px;
	color: #fff;
	background-color: #576903;
}
.pxl-contact-form .wpcf7-submit.btn-icon {
	background-color: var(--fourth-color);
	color: var(--secondary-color);
	border-radius: 0;
	padding-left: 35px;
	padding-right: 0;
}
.pxl-contact-form .wpcf7-submit.btn-icon i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-contact-form .wpcf7-submit.btn-icon:hover i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-contact-form .wpcf7-form {
	overflow: visible;
}
.pxl-contact-form .wpcf7-form .wpcf7-response-output {
	margin: 30px 0 0;
	border-width: 2px;
	font-size: 15px;
	padding: 8px 16px;
	color: #fff;
	border: none;
	background-color: transparent;
	padding-left: 0;
	padding-top: 0;
}
.pxl-contact-form .pxl--item > p {
	margin: 0;
}
.pxl-contact-form .pxl-form-label {
	color: #100900;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
}
.pxl-contact-form .text-right > p {
	text-align: right;
}
.pxl-contact-form .input-filled .wpcf7-form-control-wrap {
	position: relative;
}
.pxl-contact-form .input-filled .wpcf7-form-control-wrap:before {
	color: inherit;
	font-family: "Caseicon";
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 16px;
}
.pxl-contact-form .input-filled.input-name .wpcf7-form-control-wrap:before {
	content: "\f106";
}
.pxl-contact-form .input-filled.input-email .wpcf7-form-control-wrap:before {
	content: "\f12a";
}
.pxl-contact-form .input-filled.input-phone .wpcf7-form-control-wrap:before {
	content: "\f12a";
}
.pxl-contact-form .input-filled.input-mesage .wpcf7-form-control-wrap:before {
	content: "\f12a";
}
.pxl-contact-form .wpcf7-form-control.wpcf7-radio {
	background: none !important;
}
.pxl-contact-form .wpcf7-form-control.wpcf7-checkbox {
	border: none !important;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio {
	margin: -10px -7px 0 -7px;
	display: flex;
	flex-wrap: wrap;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item {
	padding: 0 7px;
	margin-top: 10px;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item > label {
	display: inline-flex;
	position: relative;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item > label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	margin: 0;
	cursor: pointer;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 16px;
	font-weight: 500;
	color: #999a99;
	padding: 0 24px;
	line-height: 58px;
	position: relative;
	background-color: #202526;
	display: inline-flex;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item [type="radio"]:checked + .wpcf7-list-item-label {
	box-shadow: 0 0 0 2px var(--primary-color) inset;
	color: #fff;
}
.btn-text-custom .pxl-contact-form .wpcf7-submit {
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pxl-button-video1 {
	display: inline-flex;
	align-items: center;
}
.pxl-button-video1 .slider-video-icon {
	width: 67px;
	height: 67px;
	border-radius: 67px;
	background-color: #fff;
	font-size: 28px;
	color: #000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.pxl-button-video1 .slider-video-icon i {
	color: inherit;
	margin-left: 6px;
}
.pxl-button-video1 .slider-video-icon:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.57);
	border-radius: 50%;
	animation: pxl_pulse_border 1500ms ease-out infinite;
	-webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
	z-index: -2;
	border-radius: inherit;
}
.pxl-button-video1 .slider-video-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
	margin: 0 18px;
}
.pxl-partner-carousel1 .pxl-item--logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2px;
}
.pxl-partner-carousel1 .pxl-item--logo img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	width: auto;
}
.pxl-partner-carousel1 .pxl-swiper-wrapper {
	align-items: center;
}
.pxl-partner-carousel1 .pxl-item--logo img {
	max-height: 43px;
	width: auto;
}
.pxl-counter1 .pxl-counter--number {
	line-height: 1;
	font-weight: bold;
	font-size: 120px;
	color: var(--secondary-color);
	margin-left: -5px;
	margin-bottom: 15px;
}
.pxl-counter1 .pxl-counter--number > * {
	line-height: 1;
}
.pxl-counter1 .pxl-counter--number .pxl-counter--suffix {
	position: relative;
}
.pxl-counter1 .pxl-counter--subtitle {
	margin-bottom: 10px;
}
.pxl-counter1 .pxl-counter--subtitle, .pxl-counter1 .pxl-counter--title {
	font-size: 28px;
	font-weight: 600;
	color: var(--secondary-color);
}
.pxl-counter1 .pxl-counter-inner {
	padding: 40px 110px 40px 50px;
	background-color: var(--fourth-color);
	display: flex;
	flex-direction: column;
	align-items: start;
	position: relative;
}
.pxl-counter1 .pxl-counter-inner:before {
	content: "";
	display: block;
	background-color: var(--primary-color);
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: 0;
	right: 10px;
	z-index: -1;
}
.pxl-counter2 .pxl-counter--number {
	font-size: 58px;
	margin-right: 10px;
	padding-top: 5px;
	line-height: 1;
}
.pxl-counter2 .pxl-counter--suffix cite {
	color: #FC5220;
	font-size: 40px;
	line-height: 1;
	font-style: normal;
	position: relative;
	top: -22px;
}
.pxl-counter2 .pxl-counter--title {
	font-size: 16px;
}
.pxl-counter3 .pxl-counter--number {
	font-size: 68px;
	margin-right: 10px;
	padding-top: 5px;
	line-height: 1;
}
.pxl-counter3 .pxl-counter--title {
	font-size: 18px;
	font-weight: 400;
}
.pxl-counter4 .pxl-item--img {
	min-width: 48px;
	max-width: 48px;
	border: 2px solid var(--secondary-color);
	border-radius: 50%;
	overflow: hidden;
}
.pxl-counter4 .pxl-item--img + .pxl-item--img {
	margin-left: -25px;
}
.pxl-counter4 .pxl-counter--suffix {
	position: relative;
}
.pxl-counter4 .pxl-counter--number {
	padding: 8px 6px 5px;
	background-color: #fed545;
	color: var(--secondary-color);
	border-radius: 5px;
	line-height: 1;
	font-size: 18px;
	position: relative;
	top: -5px;
}
.pxl-counter4 .pxl-counter--title {
	margin-right: 10px;
}
.pxl-counter4 .pxl-counter--title, .pxl-counter4 .pxl-counter--subtitle {
	font-size: 24px;
	line-height: 1;
}
.pxl-counter4 .pxl-box-counter {
	align-items: center;
}
.pxl-counter4 .wp-box-image {
	margin-right: 15px;
}
.pxl-navigation-carousel .pxl-navigation-arrow {
	width: 65px;
	height: 65px;
	color: #cdcdcd;
	border-radius: 65px;
	border: 2px solid #cdcdcd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	margin: 0 3px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	cursor: pointer;
}
.pxl-navigation-carousel .pxl-navigation-arrow:hover {
	color: #fff;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}
.pxl-navigation-carousel .pxl-navigation-arrow svg {
	max-height: 11px;
}
.pxl-close-popup {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 40px;
	font-size: 25px;
	text-align: center;
	background-color: var(--primary-color);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 0;
	border: 12px solid transparent;
}
.pxl-close-popup:before, .pxl-close-popup:after {
	background-color: #000;
}
.pxl-section-border-bottom:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 6px;
	bottom: 0;
	z-index: 99;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-breadcrumb {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	color: var(--secondary-color);
	font-weight: 500;
	font-size: 18px;
	display: inline-flex;
	z-index: 1;
}
.pxl-breadcrumb a {
	color: inherit;
	display: inline-flex;
	align-items: center;
}
.pxl-breadcrumb a:hover {
	color: inherit;
}
.pxl-breadcrumb a i {
	color: var(--fourth-color);
	margin: 0 12px;
	display: inline-block;
}
.pxl-breadcrumb li:last-child {
	color: rgba(255, 255, 255, 0.52);
}
.pxl-breadcrumb-wrap.style-box {
	padding: 15px 30px;
	position: relative;
	border-radius: 12px;
	z-index: 1;
	overflow: hidden;
}
.pxl-breadcrumb-wrap.style-box:before {
	background-color: rgba(255, 255, 255, 0.2);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
body.single .pxl-breadcrumb li:not(:first-child):not(:last-child) {
	display: none;
}
.pxl-list1 label {
	display: inline-block;
}
.pxl-list1 .pxl-item--icon {
	color: var(--primary-color);
	font-size: 24px;
	line-height: 1;
}
.pxl-list1 .pxl-item--meta {
	display: flex;
	flex-wrap: nowrap;
}
.pxl-list1 .pxl--item {
	display: flex;
	flex-wrap: nowrap;
}
.pxl-list1 .pxl--item + .pxl--item {
	margin-top: 20px;
}
.pxl-list-meta .pxl-item--title {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 600;
	flex-grow: 1;
	padding: 23px 15px 23px 35px;
}
@media screen and (max-width: 767px) {
	.pxl-list-meta .pxl-item--title {
		width: 100%;
		padding: 23px 15px;
	}
}
.pxl-list-meta .btn-link {
	color: #576903;
	padding: 15px 35px 15px 65px;
	position: relative;
	z-index: 1;
	margin-right: -1px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	.pxl-list-meta .btn-link {
		padding: 15px 25px;
		flex-grow: 1;
	}
}
.pxl-list-meta .btn-link:before {
	background-color: var(--fourth-color);
	width: 100%;
	content: "";
	clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.pxl-list-meta .btn-link:before {
		clip-path: polygon(3% 0%, 100% 0, 100% 100%, 0% 100%);
	}
}
.pxl-list-meta .btn-link .pxl--btn-icon {
	margin-left: 12px;
}
.pxl-list-meta .btn-link .pxl--btn-icon i {
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}
.pxl-list-meta .btn-link:hover i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-list-meta .pxl-item {
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	border-right: none;
}
@media screen and (max-width: 767px) {
	.pxl-list-meta .pxl-item {
		flex-wrap: wrap;
	}
}
.pxl-list-meta .pxl-item:hover {
	background-color: var(--fifth-color);
}
.pxl-list-meta .pxl-item:hover .pxl-item--title {
	color: #fff;
}
.pxl-list-meta .pxl-item + .pxl-item {
	margin-top: 12px;
}
.pxl-btn-video {
	position: relative;
}
.pxl-btn-video.style1 {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: var(--secondary-color);
}
.pxl-btn-video.style1 i {
	color: inherit;
}
.pxl-btn-video.style1.animation-on:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.63);
	border-radius: 50%;
	animation: pxl_pulse_border 1500ms ease-out infinite;
	-webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
	z-index: -2;
	border-radius: inherit;
}
.pxl-btn-video.style2 {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	display: inline-flex;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
}
.pxl-btn-video.style2:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.63);
	border-radius: 50%;
	animation: pxl_pulse_border 1500ms ease-out infinite;
	-webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
	z-index: -2;
	border-radius: inherit;
}
.pxl-btn-video.style2:hover, .pxl-btn-video.style2:focus {
	color: #fff;
}
.pxl-btn-video.style3 {
	width: 108px;
	height: 108px;
	border-radius: 20px;
	display: inline-flex;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
}
.pxl-btn-video.style3:hover, .pxl-btn-video.style3:focus {
	color: #fff;
}
.pxl-search-form1.style-1 .pxl-searchform-wrap {
	position: relative;
}
.pxl-search-form1.style-1 .pxl-search-submit {
	height: 60px;
	width: 60px;
	background-color: var(--fourth-color);
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	top: 0;
	right: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding: 0;
	position: absolute;
	color: var(--fifth-color);
	line-height: 60px;
	z-index: 1;
	font-size: 19px;
	font-weight: 400;
	border: none;
}
.pxl-search-form1.style-1 .pxl-search-submit:before, .pxl-search-form1.style-1 .pxl-search-submit:after {
	display: none;
}
.pxl-search-form1.style-1 .pxl-search-submit:hover {
	background-position: right center;
}
.pxl-search-form1.style-1 .pxl-search-field {
	background-color: #fff;
	border-radius: 0px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding-left: 21px;
	padding-right: 21px;
	border-bottom: 1px solid #d9d9d9;
	color: rgba(69, 69, 69, 0.55);
}
.pxl-search-form1.style-2 .pxl-search-field {
	font-size: 32px;
	color: #454545;
	padding: 0;
	border: none;
	background-color: transparent;
	height: 58px;
	font-weight: 500;
	border-radius: 0px;
}
.pxl-search-form1.style-2 .pxl-search-submit {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 58px;
	padding: 0;
	border: none;
	box-shadow: none;
	width: 58px;
	color: var(--primary-color);
	background: none;
	font-size: 26px;
	margin: 0 -15px;
	background: none;
}
.pxl-search-form1.style-2 .pxl-search-submit:hover, .pxl-search-form1.style-2 .pxl-search-submit:focus {
	color: var(--primary-color);
	background: none;
}
.pxl-search-form1.style-2 .pxl-searchform-divider {
	background-color: rgba(0, 0, 0, 0.38);
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	transform-origin: left center;
}
.pxl-search-form1.style-2 .pxl-searchform-wrap {
	position: relative;
}
.pxl-accordion1.style-default .pxl-icon--action {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
}
.pxl-accordion1.style-default .pxl-icon--action i {
	font-size: 14px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-accordion1.style-default .pxl-title--icon {
	position: relative;
	top: 3px;
	display: inline-flex;
	align-items: center;
}
.pxl-accordion1.style-default .pxl-accordion--title {
	cursor: pointer;
	position: relative;
	padding: 22px 45px 22px 0;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 600;
	border-bottom: 1px solid transparent;
}
.pxl-accordion1.style-default .pxl-accordion--title svg, .pxl-accordion1.style-default .pxl-accordion--title svg path {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	fill: var(--primary-color);
}
.pxl-accordion1.style-default .pxl-accordion--content {
	padding: 22px 0 26px;
	position: relative;
	color: var(--secondary-color);
	display: none;
}
.pxl-accordion1.style-default .pxl--item {
	background-color: #fff;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-accordion1.style-default .pxl--item + .pxl--item {
	border-top: 1px solid #eee;
}
.pxl-accordion1.style-default .pxl--item.active .pxl-icon--action i {
	-webkit-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pxl-accordion1.style-default .pxl--item:hover .pxl-accordion--title, .pxl-accordion1.style-default .pxl--item.active .pxl-accordion--title {
	border-bottom-color: #eee;
	color: var(--secondary-color);
}
.pxl-accordion1.style-default .pxl--item:hover .pxl-accordion--title svg, .pxl-accordion1.style-default .pxl--item.active .pxl-accordion--title svg, .pxl-accordion1.style-default .pxl--item:hover .pxl-accordion--title svg path, .pxl-accordion1.style-default .pxl--item.active .pxl-accordion--title svg path {
	fill: var(--secondary-color);
}
.pxl-accordion1.style-2 .pxl-icon--action {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: var(--secondary-color);
	cursor: pointer;
}
.pxl-accordion1.style-2 .pxl-icon--action i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-accordion1.style-2 .pxl-icon--action i:before, .pxl-accordion1.style-2 .pxl-icon--action i:after {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background-color: #fff;
}
.pxl-accordion1.style-2 .pxl-icon--action i:before {
	width: 12px;
	height: 2px;
}
.pxl-accordion1.style-2 .pxl-icon--action i:after {
	width: 2px;
	height: 12px;
}
.pxl-accordion1.style-2 .pxl-title--icon {
	position: relative;
	top: 3px;
	display: inline-flex;
	align-items: center;
}
.pxl-accordion1.style-2 .pxl-accordion--title {
	position: relative;
	padding: 21px 65px 19px 20px;
	font-size: 24px;
	margin-bottom: 0;
	border-radius: 5px;
	font-weight: bold;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	cursor: pointer;
}
.pxl-accordion1.style-2 .pxl-accordion--title svg, .pxl-accordion1.style-2 .pxl-accordion--title svg path {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	fill: var(--primary-color);
}
.pxl-accordion1.style-2 .pxl-accordion--content {
	padding: 0px 60px 26px 0;
	position: relative;
	margin: 0 35px 0 20px;
	color: var(--secondary-color);
	display: none;
}
.pxl-accordion1.style-2 .pxl--item {
	background-color: #fff;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-accordion1.style-2 .pxl--item + .pxl--item {
	margin-top: 10px;
}
.pxl-accordion1.style-2 .pxl--item.active .pxl-icon--action {
	background-color: var(--primary-color);
}
.pxl-accordion1.style-2 .pxl--item.active .pxl-icon--action i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-accordion1.style-2 .pxl--item.active .pxl-icon--action i:after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.pxl-accordion1.style-2 .pxl--item.active .pxl-accordion--title {
	background-color: var(--primary-color);
	color: #fff;
}
.pxl-accordion1.style-2 .pxl--item.active .pxl-accordion--title svg, .pxl-accordion1.style-2 .pxl--item.active .pxl-accordion--title svg path {
	fill: #fff;
}
.pxl-accordion1.style-3 .pxl-icon--action {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background-color: var(--fifth-color);
	cursor: pointer;
}
@media screen and (max-width: 991px) {
	.pxl-accordion1.style-3 .pxl-icon--action {
		width: 40px;
	}
}
.pxl-accordion1.style-3 .pxl-icon--action i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-accordion1.style-3 .pxl-icon--action i:before, .pxl-accordion1.style-3 .pxl-icon--action i:after {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background-color: #fff;
}
.pxl-accordion1.style-3 .pxl-icon--action i:before {
	width: 15px;
	height: 2px;
}
.pxl-accordion1.style-3 .pxl-icon--action i:after {
	width: 2px;
	height: 15px;
}
.pxl-accordion1.style-3 .pxl-title--icon {
	position: relative;
	top: 3px;
	display: inline-flex;
	align-items: center;
}
.pxl-accordion1.style-3 .pxl-accordion--title {
	position: relative;
	padding: 18px 60px 18px 28px;
	font-size: 23px;
	margin-bottom: 0;
	font-weight: 600;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	cursor: pointer;
}
@media screen and (max-width: 991px) {
	.pxl-accordion1.style-3 .pxl-accordion--title {
		padding: 18px 50px 18px 15px;
	}
}
.pxl-accordion1.style-3 .pxl-accordion--title svg, .pxl-accordion1.style-3 .pxl-accordion--title svg path {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	fill: var(--primary-color);
}
.pxl-accordion1.style-3 .pxl-accordion--content {
	padding: 28px 50px 28px 28px;
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	line-height: 1.73;
	color: var(--third-color);
	display: none;
}
@media screen and (max-width: 991px) {
	.pxl-accordion1.style-3 .pxl-accordion--content {
		padding: 20px 40px 20px 15px;
	}
}
.pxl-accordion1.style-3 .pxl--item {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-accordion1.style-3 .pxl--item + .pxl--item {
	margin-top: 10px;
}
.pxl-accordion1.style-3 .pxl--item.active .pxl-icon--action {
	background-color: #3b4a3b;
}
.pxl-accordion1.style-3 .pxl--item.active .pxl-icon--action i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-accordion1.style-3 .pxl--item.active .pxl-icon--action i:before {
	opacity: 0;
	display: none;
}
.pxl-accordion1.style-3 .pxl--item.active .pxl-icon--action i:after {
	background-color: var(--primary-color);
	transform: translate(-50%, -50%) rotate(-90deg);
}
.pxl-accordion1.style-3 .pxl--item.active .pxl-accordion--title {
	color: var(--secondary-color);
}
.pxl-accordion1.style-3 .pxl--item.active .pxl-accordion--title svg, .pxl-accordion1.style-3 .pxl--item.active .pxl-accordion--title svg path {
	fill: var(--secondary-color);
}
.pxl-accordion1.style-3 .pxl--item.active .pxl-accordion--content {
	margin-bottom: 20px;
}
.pxl-accordion1.style-4 .pxl-icon--action {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	transform: translate(0, -50%) rotate(0deg);
}
.pxl-accordion1.style-4 .pxl-icon--action i {
	font-size: 25px;
}
.pxl-accordion1.style-4 .pxl-icon--action i:before {
	font-weight: bold;
}
.pxl-accordion1.style-4 .pxl-title--icon {
	display: none;
}
.pxl-accordion1.style-4 .pxl-accordion--title {
	cursor: pointer;
	position: relative;
	padding: 22px 0px 22px 50px;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 600;
}
.pxl-accordion1.style-4 .pxl-accordion--content {
	padding: 0px 0 26px 50px;
	position: relative;
	color: var(--secondary-color);
	display: none;
}
.pxl-accordion1.style-4 .pxl--item {
	background-color: #fff;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	border-top: 1px solid #dbdbdb;
}
.pxl-accordion1.style-4 .pxl--item:last-child {
	border-bottom: 1px solid #dbdbdb;
}
.pxl-accordion1.style-4 .pxl--item.active .pxl-icon--action {
	transform: translate(0, -50%) rotate(90deg);
	color: var(--primary-color);
}
.pxl-accordion1.style-4 .pxl--item:hover .pxl-accordion--title, .pxl-accordion1.style-4 .pxl--item.active .pxl-accordion--title {
	color: var(--secondary-color);
}
@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes slide-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@keyframes slide-right {
	/* keyframes Icon zoom */
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.02, 1.02);
	}
	100% {
		transform: scale(1, 1);
	}
}
.pxl-text-slip1 {
	/* Tab */
}
.pxl-text-slip1 .pxl-item--container {
	white-space: nowrap;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	position: relative;
}
.pxl-text-slip1 .pxl-item--text {
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 90px;
	font-weight: 400;
	color: var(--secondary-color);
}
.pxl-text-slip1 .pxl-item--text svg {
	margin: 4px 29px 4px 29px;
	animation: pxl_spin_rv 8s ease-out infinite;
	-webkit-animation: pxl_spin_rv 8s ease-out infinite;
}
.pxl-text-slip1 .pxl-item--text i {
	margin: 0 50px;
	font-size: 50px;
	color: var(--primary-color);
	animation: zoom-in-zoom-out 2s ease-out infinite;
}
@media screen and (max-width: 991px) {
	.pxl-text-slip1 .pxl-item--text i {
		font-size: 40px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-text-slip1 .pxl-item--text i {
		font-size: 30px;
	}
}
.pxl-text-slip1 .pxl-item--text:nth-child(2n) .pxl-text-backdrop {
	text-stroke-color: var(--third-color);
	-webkit-text-stroke-color: var(--third-color);
	text-stroke-width: 1px;
	-webkit-text-stroke-width: 1px;
	color: transparent;
}
@media screen and (max-width: 991px) {
	.pxl-text-slip1 .pxl-item--text {
		font-size: 60px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-text-slip1 .pxl-item--text {
		font-size: 40px;
	}
}
.pxl-text-slip1 .pxl-item--inner, .pxl-text-slip1 .pxl-item--inner-font {
	display: flex;
	align-items: center;
}
.pxl-text-slip1.pxl-slide-to-left, .pxl-text-slip1.pxl-slide-to-right {
	overflow: hidden;
}
.pxl-text-slip1.pxl-slide-to-left .pxl-item--inner, .pxl-text-slip1.pxl-slide-to-right .pxl-item--inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pxl-text-slip1.pxl-slide-to-left .pxl-item--inner {
	-webkit-animation: slide-left 30s linear infinite;
	animation: slide-left 30s linear infinite;
}
.pxl-text-slip1.pxl-slide-to-right .pxl-item--inner {
	-webkit-animation: slide-right 30s linear infinite;
	animation: slide-right 30s linear infinite;
}
.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container {
	position: relative;
	padding: 11px 0;
}
.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:before {
	left: 0;
	background-color: rgba(255, 255, 255, 0.92) 60%;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.92) 60%), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.92) 60%, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.92) 60%, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0.92) 60%, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0.92) 60%, rgba(255, 255, 255, 0));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.92) 60%, rgba(255, 255, 255, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.92) 60%', endColorStr='rgba(255, 255, 255, 0)', gradientType='1');
}
.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:after {
	right: 0;
	background-color: rgba(255, 255, 255, 0);
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.92) 60%));
	background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92) 60%);
	background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92) 60%);
	background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92) 60%);
	background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92) 60%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0)', endColorStr='rgba(255, 255, 255, 0.92) 60%', gradientType='1');
}
.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:before, .pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:after {
	content: '';
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
	background-color: transparent;
}
@media screen and (max-width: 1200px) {
	.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:before, .pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:after {
		width: 180px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:before, .pxl-text-slip1.pxl-text-white-shadow .pxl-item--container:after {
		width: 60px;
	}
}
.pxl-tabs1 .pxl-tab--title {
	font-size: 30px;
	font-weight: 400;
	color: var(--third-color);
	display: inline-block;
	line-height: 44px;
	margin-right: 36px;
	position: relative;
}
@media screen and (max-width: 991px) {
	.pxl-tabs1 .pxl-tab--title {
		margin: 10px 15px;
	}
}
.pxl-tabs1 .pxl-tab--title:before {
	background-color: var(--third-color);
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-khtml-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	bottom: -5px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
@media screen and (max-width: 991px) {
	.pxl-tabs1 .pxl-tab--title:before {
		opacity: 0;
	}
}
.pxl-tabs1 .pxl-tab--title.active {
	color: var(--primary-color);
}
.pxl-tabs1 .pxl-tab--title.active .pxl-title--text {
	background-position: 0%;
}
.pxl-tabs1 .pxl-tab--title.active:before {
	background-color: var(--primary-color);
}
@media screen and (max-width: 991px) {
	.pxl-tabs1 .pxl-tab--title.active:before {
		opacity: 1;
	}
}
.pxl-tabs1 .pxl-tab--content {
	font-size: 18px;
	color: #454545;
}
@media screen and (max-width: 1200px) {
	.pxl-tabs1 .pxl-tab--content {
		font-size: 17px;
	}
}
.pxl-tabs1 .pxl-content--inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.pxl-tabs1 .pxl-tabs--title {
	border-bottom: 1px dotted #ffc4b6;
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 991px) {
	.pxl-tabs1 .pxl-tabs--title {
		flex-wrap: wrap;
		border-bottom: none;
	}
}
.pxl-tabs1 .pxl-tabs--title .pxl-tab--title {
	flex-grow: 1;
	text-align: center;
}
.pxl-tabs2 .pxl-tab--control {
	width: 58px;
	height: 24px;
	background-color: #fff;
	border-radius: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.pxl-tabs2 .pxl-tab--control:before {
	content: '';
	height: 18px;
	width: 18px;
	border-radius: 18px;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-tabs2 .pxl-tabs--title {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.pxl-tabs2 .pxl-tabs--title {
		font-size: 18px;
	}
}
.pxl-tabs2 .pxl-tabs--title .pxl-title--text {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.pxl-tabs2 .pxl-tabs--title .pxl-tab--title {
	padding: 0 47px;
	width: 50%;
	align-items: center;
}
.pxl-tabs2 .pxl-tabs--title .pxl-tab--title:nth-child(1) {
	justify-content: flex-end;
}
.pxl-tabs2 .pxl-tabs--title label {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 30px;
	display: inline-flex;
	padding: 0 10px;
	position: relative;
	margin: 0 12px;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 30px;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.pxl-tabs2 .pxl-tabs--title label {
		font-size: 8px;
	}
}
.pxl-tabs2 .pxl-tabs--title.l-active .pxl-tab--control:before {
	left: 37px;
}
@media screen and (max-width: 767px) {
	.pxl-tabs2 .pxl-content--inner {
		margin: 0 -15px;
	}
}
.pxl-tabs2.style-2 .pxl-tabs--title label {
	background-color: var(--gradient-color-from);
}
.pxl-tabs2.style-2 .pxl-tab--control {
	background-color: #221e65;
}
.pxl-tabs2.style-2 .pxl-tab--control:before {
	background: var(--primary-color);
}
.pxl-tabs2.style-2 .pxl-pricing1 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.pxl-tabs3 .pxl-icon {
	width: 70px;
	height: 60px;
	overflow: hidden;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-tabs3 .pxl-icon img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	max-height: 45px;
	width: auto;
}
.pxl-tabs3 .pxl-tab--title {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-grow: 1;
	position: relative;
	margin: 0px 3px;
	padding: 33px 15px;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.pxl-tabs3 .pxl-tab--title {
		padding: 12px 5px;
		flex-grow: unset;
	}
}
.pxl-tabs3 .pxl-tab--title.active {
	background-color: var(--primary-color);
	border-radius: 10px;
}
@media screen and (min-width: 992px) {
	.pxl-tabs3 .pxl-tab--title.active {
		transform: translateY(-25px);
	}
}
.pxl-tabs3 .pxl-tabs--title {
	margin-bottom: 20px;
	padding: 5px 0;
	background-color: var(--secondary-color);
}
@media screen and (max-width: 1200px) {
	.pxl-tabs3 .pxl-tabs--title {
		padding: 15px 0;
		flex-wrap: wrap;
	}
}
.pxl-tabs3 .tab-title-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 15px;
}
@media screen and (max-width: 1200px) {
	.pxl-tabs3 .tab-title-container {
		flex-wrap: wrap;
		justify-content: start;
	}
}
@media screen and (max-width: 767px) {
	.pxl-tabs3 .tab-title-container {
		padding: 40px 15px;
	}
}
.pxl-tabs3 .pxl-tab--content {
	font-size: 15px;
	color: var(--third-color);
}
.pxl-process-list .pxl-number {
	min-width: 46px;
}
@media screen and (min-width: 768px) {
	.pxl-process-list .pxl-number {
		position: relative;
	}
	.pxl-process-list .pxl-number:before {
		content: "";
		width: 1px;
		height: 100%;
		border-left: 1px dashed rgba(9, 28, 54, 0.24);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 575px) {
	.pxl-process-list .pxl-number {
		margin-bottom: 25px;
	}
}
.pxl-process-list .pxl-number span {
	fallback: 18px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: var(--secondary-color);
	color: #fff;
}
.pxl-process-list .pxl-item--title {
	color: var(--secondary-color);
	margin-bottom: 22px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
}
@media screen and (max-width: 1200px) {
	.pxl-process-list .pxl-item--title {
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-process-list .pxl-item--title {
		margin-bottom: 15px;
		font-size: 16px;
	}
}
.pxl-process-list .pxl-item--description {
	color: var(--third-color);
	max-width: 480px;
}
.pxl-process-list .pxl-meta {
	padding-left: 30px;
	margin-bottom: 42px;
	padding-top: 10px;
}
@media screen and (max-width: 575px) {
	.pxl-process-list .pxl-meta {
		padding-top: 0;
		padding-left: 0px;
	}
}
@media screen and (min-width: 576px) {
	.pxl-process-list .pxl--item {
		display: flex;
	}
}
.pxl-process-list .pxl--item:last-child .pxl-meta {
	margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
	.pxl-process-list .pxl-list-items {
		position: relative;
		z-index: 1;
	}
}
.pxl-tabs-select .pxl-tabs--title {
	max-width: 60%;
	margin: 0 auto 52px;
}
@media screen and (max-width: 767px) {
	.pxl-tabs-select .pxl-tabs--title {
		max-width: 100%;
	}
}
.pxl-tabs-select .pxl-tabs--title .nice-select {
	border-radius: 0;
	border: 1px solid var(--secondary-color);
}
.pxl-tabs-select .pxl-tabs--title .nice-select ul.list {
	font-size: 15px;
	color: var(--secondary-color);
	max-width: 100%;
}
.pxl-tabs-select .tab-location {
	background-color: var(--fourth-color);
	color: #576903;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 32px;
	margin-right: 23px;
}
@media screen and (max-width: 767px) {
	.pxl-tabs-select .tab-location {
		margin-bottom: 25px;
	}
}
.pxl-tabs-select .tab-title {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.pxl-tabs-select .tab-title {
		flex-grow: 1;
		font-size: 16px;
	}
}
.pxl-tabs-select .icon-wrapper {
	background-color: var(--fifth-color);
	color: var(--primary-color);
	width: 58px;
	height: 58px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.pxl-tabs-select .icon-wrapper {
		top: 0;
		transform: translateY(0);
		width: 35px;
		height: 35px;
	}
}
.pxl-tabs-select .icon-wrapper i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-tabs-select .tab-accordion-content {
	margin-top: 23px;
}
.pxl-tabs-select .tab-accordion-content.open {
	margin-bottom: -23px;
}
.pxl-tabs-select .tab-title-accordion {
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 60px 10px 0;
	min-height: 58px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.pxl-tabs-select .tab-title-accordion {
		padding-right: 45px;
		flex-wrap: wrap;
		padding-top: 0;
	}
}
.pxl-tabs-select .pxl-tabs--content {
	padding-top: 23px;
	padding-bottom: 23px;
	border-top: 1px solid #ddd;
}
.pxl-tabs-select .pxl-tab--content {
	padding-bottom: 23px;
	margin-bottom: 23px;
	border-bottom: 1px solid #ddd;
}
.pxl-tabs-select .pxl-tab--content:has(.tab-accordion-content.open) .icon-wrapper i {
	transform: rotate(-180deg);
}
@keyframes banner-hover {
	0% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}
.pxl-banner1 .pxl-banner-inner {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 8px;
}
.pxl-banner1 .pxl-banner-inner img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 600ms ease;
	-khtml-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.pxl-banner1 .pxl-banner-inner img:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transform: translatex(50%) scalex(2);
	transform: translatex(50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}
.pxl-banner1 .pxl-banner-inner:hover img:first-child {
	-webkit-transform: translate(0) scalex(1);
	transform: translatex(0) scalex(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}
.pxl-banner1 .pxl-banner-inner:hover img:last-child {
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}
.pxl-banner2 .pxl-main--image {
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.pxl-banner2 .pxl-main--image {
		mask-image: url(../img/bg-mask-2.png);
		-webkit-mask-image: url(../img/bg-mask-2.png);
		-ms-mask-image: url(../img/bg-mask-2.png);
		-o-mask-image: url(../img/bg-mask-2.png);
	}
}
.pxl-banner2 .pxl-main--image img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-banner2 .box-image-second {
	display: inline-block;
	position: absolute;
	top: -70px;
	left: -70px;
	z-index: 1;
}
.pxl-banner2 .box-image-second:after {
	width: 90%;
	height: 90%;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
}
@media screen and (max-width: 1600px) {
	.pxl-banner2 .box-image-second {
		top: 0;
		left: 0;
	}
}
.pxl-banner2 .pxl-banner-inner {
	position: relative;
}
.pxl-banner2 .pxl-banner-inner:hover .pxl-main--image img {
	transform: scale(1.05);
}
.pxl-banner3 .pxl-box-counter {
	position: absolute;
	top: 12%;
	right: 10px;
	z-index: 3;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 12px;
	transform: skewX(-7deg) rotate(-7deg);
	letter-spacing: 1px;
	line-height: 1;
	padding: 15px 35px;
	text-transform: uppercase;
	min-width: 190px;
}
.pxl-banner3 .pxl-counter--number {
	font-size: 80px;
	margin-bottom: -10px;
	animation: banner-hover 0.4s ease infinite;
}
@media screen and (max-width: 575px) {
	.pxl-banner3 .pxl-counter--number {
		font-size: 45px;
		margin-bottom: 0;
	}
}
.pxl-banner3 .pxl-counter--number .pxl-counter--bsuffix {
	margin-left: -8px;
}
.pxl-banner3 .pxl-counter--title {
	font-size: 40px;
}
@media screen and (max-width: 575px) {
	.pxl-banner3 .pxl-counter--title {
		font-size: 20px;
	}
}
.pxl-banner3 .pxl-main--image {
	overflow: hidden;
	border-radius: 50%;
	width: 85%;
	position: relative;
	z-index: 1;
}
.pxl-banner3 .pxl-main--image img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-banner3 .box-image-second {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 30px;
	z-index: 0;
	overflow: hidden;
	border-radius: 50%;
	width: 44%;
}
.pxl-banner3 .box-image-third {
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	right: 12%;
	bottom: 12%;
	width: 50%;
	z-index: 2;
}
.pxl-banner3 .pxl-banner-inner {
	position: relative;
	padding-right: 120px;
	padding-bottom: 150px;
	display: inline-flex;
}
@media screen and (max-width: 575px) {
	.pxl-banner3 .pxl-banner-inner {
		padding-right: 0;
		flex-wrap: wrap;
	}
}
.pxl-banner4 .pxl-mask, .pxl-banner4 .pxl-meta-box1:before, .pxl-banner4 .pxl-meta-box1 .pxl-item--inner, .pxl-meta-box1 .pxl-banner4 .pxl-item--inner, .pxl-banner4 .pxl-banner2 .pxl-main--image, .pxl-banner2 .pxl-banner4 .pxl-main--image, .pxl-banner4 .pxl-banner-carousel1 .box-background-image, .pxl-banner-carousel1 .pxl-banner4 .box-background-image, .pxl-banner4 .pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-item-wrap-thumb, .pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-banner4 .pxl-item-wrap-thumb, .pxl-banner4 .pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-item--thumb, .pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-banner4 .pxl-item--thumb, .pxl-banner4 .pxl-banner-carousel1 .pxl-wrapper-content:before, .pxl-banner-carousel1 .pxl-banner4 .pxl-wrapper-content:before, .pxl-banner4 .pxl-work-process .pxl-item--feature, .pxl-work-process .pxl-banner4 .pxl-item--feature, .pxl-banner4 .woocommerce span.onsale, .woocommerce .pxl-banner4 span.onsale, .pxl-banner4 .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail a, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail .pxl-banner4 a, .pxl-banner4 .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart a, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart .pxl-banner4 a, .pxl-banner4 .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woosw-btn, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .pxl-banner4 .woosw-btn, .pxl-banner4 .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart a, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart .pxl-banner4 a, .pxl-banner4 .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail a, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail .pxl-banner4 a, .pxl-banner4 .single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail a, .single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail .pxl-banner4 a, .pxl-banner4 .single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart a, .single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart .pxl-banner4 a, .pxl-banner4 .single-product section.related ul.products li.product .woocommerce-product-inner .woosw-btn, .single-product section.related ul.products li.product .woocommerce-product-inner .pxl-banner4 .woosw-btn, .pxl-banner4 .single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart a, .single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart .pxl-banner4 a, .pxl-banner4 .single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail a, .single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail .pxl-banner4 a, .pxl-banner4 .pxl--mask-woo, .pxl-banner4 .pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .onsale, .pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .pxl-banner4 .onsale, .pxl-banner4 .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .onsale, .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .pxl-banner4 .onsale, .pxl-banner4 .pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail .pxl-banner4 a, .pxl-banner4 .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail .pxl-banner4 a, .pxl-banner4 .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart .pxl-banner4 a, .pxl-banner4 .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart .pxl-banner4 a, .pxl-banner4 .pxl-product-grid.layout-1 .woocommerce-product-inner .woosw-btn, .pxl-product-grid.layout-1 .woocommerce-product-inner .pxl-banner4 .woosw-btn, .pxl-banner4 .pxl-product-carousel.layout-1 .woocommerce-product-inner .woosw-btn, .pxl-product-carousel.layout-1 .woocommerce-product-inner .pxl-banner4 .woosw-btn, .pxl-banner4 .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart .pxl-banner4 a, .pxl-banner4 .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart .pxl-banner4 a, .pxl-banner4 .pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail .pxl-banner4 a, .pxl-banner4 .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail .pxl-banner4 a, .pxl-banner4 .pxl-recent-post1 .pxl-item--image, .pxl-recent-post1 .pxl-banner4 .pxl-item--image, .pxl-banner4 .pxl-service-grid-layout1 .pxl-post--inner, .pxl-service-grid-layout1 .pxl-banner4 .pxl-post--inner, .pxl-banner4 .pxl-service-carousel1 .pxl-post--inner, .pxl-service-carousel1 .pxl-banner4 .pxl-post--inner, .pxl-banner4 .pxl-portfolio-carousel2 .pxl-post--inner.item-mask, .pxl-portfolio-carousel2 .pxl-banner4 .pxl-post--inner.item-mask, .pxl-banner4 .pxl-portfolio-grid-layout1 .pxl-post--inner.item-mask, .pxl-portfolio-grid-layout1 .pxl-banner4 .pxl-post--inner.item-mask, .pxl-banner4 .pxl-recent-post1 .pxl-item--image, .pxl-recent-post1 .pxl-banner4 .pxl-item--image, .pxl-banner4 .pxl-team-grid2 .pxl-item--image, .pxl-team-grid2 .pxl-banner4 .pxl-item--image, .pxl-banner4 .pxl-team-carousel2 .pxl-item--image, .pxl-team-carousel2 .pxl-banner4 .pxl-item--image, .pxl-banner4 .pxl-testimonial-carousel2 .icon-qouter, .pxl-testimonial-carousel2 .pxl-banner4 .icon-qouter, .pxl-banner4 .pxl-testimonial-carousel2 .pxl-item--inner, .pxl-testimonial-carousel2 .pxl-banner4 .pxl-item--inner, .pxl-banner4 .pxl-testimonial-carousel2 .pxl-item--inner:before, .pxl-testimonial-carousel2 .pxl-banner4 .pxl-item--inner:before, .pxl-banner4 .pxl-testimonial-grid1 .pxl-item--inner:before, .pxl-testimonial-grid1 .pxl-banner4 .pxl-item--inner:before {
	mask-image: url(../img/image-post-mask.webp);
	-webkit-mask-image: url(../img/image-post-mask.webp);
	-ms-mask-image: url(../img/image-post-mask.webp);
	-o-mask-image: url(../img/image-post-mask.webp);
}
.pxl-banner4 .inner-banner img {
	width: 100%;
}
.pxl-banner4 .box-image-second {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	z-index: -1;
}
.pxl-banner4 .pxl-banner-inner {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 8px;
	padding-right: 160px;
	padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
	.pxl-banner4 .pxl-banner-inner {
		padding-right: 100px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-banner4 .pxl-banner-inner {
		padding-right: 60px;
		padding-bottom: 60px;
	}
}
.pxl-banner5 .pxl-box-mask {
	mask-image: url(../img/image-post-mask.webp);
	-webkit-mask-image: url(../img/image-post-mask.webp);
	-ms-mask-image: url(../img/image-post-mask.webp);
	-o-mask-image: url(../img/image-post-mask.webp);
}
.pxl-banner-carousel1 .box-discounter {
	position: absolute;
	left: 39%;
	top: 30%;
	z-index: 3;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 12px;
	transform: skewX(-7deg) rotate(-7deg);
	letter-spacing: 1px;
	line-height: 1;
	padding: 15px 35px;
	text-transform: uppercase;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1200px) {
	.pxl-banner-carousel1 .box-discounter {
		left: 50%;
	}
}
@media screen and (max-width: 767px) {
	.pxl-banner-carousel1 .box-discounter {
		left: 20%;
		padding: 15px;
	}
}
.pxl-banner-carousel1 .box-discounter .pxl-text-counter {
	font-size: 80px;
	animation: banner-hover 0.3s ease infinite;
}
@media screen and (max-width: 767px) {
	.pxl-banner-carousel1 .box-discounter .pxl-text-counter {
		font-size: 60px;
	}
}
.pxl-banner-carousel1 .box-discounter .pxl-title-counter {
	font-size: 38px;
}
@media screen and (max-width: 767px) {
	.pxl-banner-carousel1 .box-discounter .pxl-title-counter {
		font-size: 25px;
	}
}
.pxl-banner-carousel1 .box-discounter .pxl-title-discounter {
	font-size: 28px;
	display: none;
}
@media screen and (max-width: 1200px) {
	.pxl-banner-carousel1 .box-discounter .pxl-title-discounter {
		display: block;
		border-top: 1px solid #fff;
		margin-top: 12px;
	}
}
.pxl-banner-carousel1 .box-discounter .svg-bullet {
	position: absolute;
	top: -100px;
	left: -150px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-banner-carousel1 .box-discounter .svg-bullet g {
	fill: var(--primary-color);
}
.pxl-banner-carousel1 .pxl-box-meta {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.pxl-banner-carousel1 .pxl-box-meta {
		min-height: 740px;
	}
}
@media screen and (min-width: 1201px) {
	.pxl-banner-carousel1 .pxl-box-meta {
		width: 40%;
		padding: 70px 50px 70px 100px;
	}
}
@media screen and (max-width: 1200px) {
	.pxl-banner-carousel1 .pxl-box-meta {
		padding: 75px 20px 80px;
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.pxl-banner-carousel1 .pxl-box-meta {
		width: 100%;
	}
}
.pxl-banner-carousel1 .pxl-box-meta .pxl-item--subtitle {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 5px 15px;
	background-color: #fff;
	border-radius: 35px;
	margin-bottom: 30px;
	display: inline-flex;
	align-items: center;
}
.pxl-banner-carousel1 .pxl-box-meta .pxl-item--subtitle i {
	font-size: inherit;
	color: red;
	margin-right: 5px;
}
.pxl-banner-carousel1 .pxl-box-meta .pxl-item--subtitle img {
	margin-right: 5px;
}
.pxl-banner-carousel1 .pxl-box-meta .pxl-item--subtitle i, .pxl-banner-carousel1 .pxl-box-meta .pxl-item--subtitle img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	animation: banner-hover 0.5s ease infinite;
}
.pxl-banner-carousel1 .pxl-box-meta .pxl-item--title {
	font-size: 90px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
	.pxl-banner-carousel1 .pxl-box-meta .pxl-item--title {
		font-size: 60px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-banner-carousel1 .pxl-box-meta .pxl-item--title {
		font-size: 40px;
		margin-bottom: 20px;
	}
}
.pxl-banner-carousel1 .pxl-box-meta .pxl-item--title cite {
	font-style: normal;
}
@media screen and (min-width: 1201px) {
	.pxl-banner-carousel1 .pxl-box-meta .pxl-item--title cite {
		display: inline-block;
		font-size: 38px;
		width: 100px;
	}
}
.pxl-banner-carousel1 .pxl-box-meta .pxl-item--excerpt {
	margin-bottom: 35px;
	color: #a3a3a3;
}
.pxl-banner-carousel1 .pxl-box-meta .btn-readmore {
	padding: 0 30px;
	border-radius: 35px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 23px;
}
.pxl-banner-carousel1 .pxl-box-meta .btn-readmore i {
	font-size: 10px;
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.pxl-banner-carousel1 .pxl-box-meta .btn-readmore:hover {
	background-color: #fff;
	color: var(--primary-color);
}
.pxl-banner-carousel1 .pxl-box-meta .btn-readmore:hover i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-banner-carousel1 .pxl-item--inner {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1200px) {
	.pxl-banner-carousel1 .pxl-item--inner {
		max-width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.pxl-banner-carousel1 .pxl-item--inner {
		min-height: 740px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-banner-carousel1 .pxl-item--inner {
		min-height: 450px;
	}
}
.pxl-banner-carousel1 .pxl-item--inner > * {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-banner-carousel1 .pxl-item--inner .pxl-item--thumb {
	opacity: 0;
}
.pxl-banner-carousel1 .pxl-carousel-inner {
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	min-width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.pxl-banner-carousel1 .pxl-carousel-inner {
		position: static;
	}
}
.pxl-banner-carousel1 .pxl-carousel-inner .pxl-swiper-slide {
	opacity: 0;
}
.pxl-banner-carousel1 .pxl-carousel-inner .pxl-swiper-container {
	margin-left: 0;
	margin-right: 0;
	overflow: visible;
}
.pxl-banner-carousel1 .pxl-item--man {
	position: absolute;
	right: 300px;
	max-height: 815px;
	overflow: hidden;
	bottom: 0;
}
@media screen and (max-width: 1200px) {
	.pxl-banner-carousel1 .pxl-item--man {
		right: 15px;
	}
}
.pxl-banner-carousel1 .pxl-item--man img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	transform: translateY(50px) scale(0.9);
}
.pxl-banner-carousel1 .box-background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--dark-color);
	overflow: hidden;
}
@media screen and (min-width: 1201px) {
	.pxl-banner-carousel1 .box-background-image {
		mask-image: url(../img/bg-banner-crs.png);
		-webkit-mask-image: url(../img/bg-banner-crs.png);
		-ms-mask-image: url(../img/bg-banner-crs.png);
		-o-mask-image: url(../img/bg-banner-crs.png);
	}
}
.pxl-banner-carousel1 .box-background-image:before {
	width: 40%;
	height: 100%;
	content: "";
	background-color: rgba(var(--dark-color-rgb), 1) 85%;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(var(--dark-color-rgb), 1) 85%), to(rgba(var(--dark-color-rgb), 0.9) 100%));
	background-image: -webkit-linear-gradient(to right, rgba(var(--dark-color-rgb), 1) 85%, rgba(var(--dark-color-rgb), 0.9) 100%);
	background-image: -moz-linear-gradient(to right, rgba(var(--dark-color-rgb), 1) 85%, rgba(var(--dark-color-rgb), 0.9) 100%);
	background-image: -ms-linear-gradient(to right, rgba(var(--dark-color-rgb), 1) 85%, rgba(var(--dark-color-rgb), 0.9) 100%);
	background-image: -o-linear-gradient(to right, rgba(var(--dark-color-rgb), 1) 85%, rgba(var(--dark-color-rgb), 0.9) 100%);
	background-image: linear-gradient(to right, rgba(var(--dark-color-rgb), 1) 85%, rgba(var(--dark-color-rgb), 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(var(--dark-color-rgb), 1) 85%', endColorStr='rgba(var(--dark-color-rgb), 0.9) 100%', gradientType='1');
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1200px) {
	.pxl-banner-carousel1 .box-background-image:before {
		width: 51%;
	}
}
@media screen and (max-width: 767px) {
	.pxl-banner-carousel1 .box-background-image:before {
		display: none;
		opacity: 0;
	}
}
.pxl-banner-carousel1 .pxl-bg-image {
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 0;
	opacity: 0.2;
	-webkit-transform: scale(1.4);
	-khtml-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
@media screen and (max-width: 1200px) {
	.pxl-banner-carousel1 .pxl-bg-image {
		width: 100%;
	}
}
.pxl-banner-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-item--inner {
	opacity: 1;
}
.pxl-banner-carousel1 .pxl-swiper-slide.swiper-slide-active .svg-bullet {
	top: -60px;
	left: -100px;
}
.pxl-banner-carousel1 .pxl-swiper-slide.swiper-slide-active .box-discounter {
	top: 25%;
}
@media screen and (max-width: 767px) {
	.pxl-banner-carousel1 .pxl-swiper-slide.swiper-slide-active .box-discounter {
		top: 45%;
	}
}
.pxl-banner-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-item--man img {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
	transform: translateY(0px) scale(1);
}
.pxl-banner-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-bg-image {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
	opacity: 1;
	transition: opacity 0.4s ease-in-out, transform 1s ease 0.4s;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl-banner-carousel1 .pxl-swiper-thumbs {
	position: absolute;
	padding: 0;
	overflow: hidden;
	z-index: 22;
}
@media screen and (min-width: 1201px) {
	.pxl-banner-carousel1 .pxl-swiper-thumbs {
		top: 50%;
		right: 70px;
		transform: translateY(-50%);
		max-height: 525px;
	}
}
@media screen and (max-width: 1200px) {
	.pxl-banner-carousel1 .pxl-swiper-thumbs {
		display: none;
		opacity: 0;
	}
}
.pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-swiper-wrapper {
	display: flex;
}
@media screen and (min-width: 1201px) {
	.pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-swiper-wrapper {
		align-items: end;
		flex-direction: column;
	}
}
.pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-item-wrap-thumb {
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
	background-color: #fff;
	padding: 2px;
}
.pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-item--thumb {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
	position: relative;
	width: 250px;
	height: 160px;
}
.pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-title-small {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 5px 15px;
	text-align: center;
	background-color: var(--primary-color);
	color: #fff;
	letter-spacing: 1px;
}
.pxl-banner-carousel1 .pxl-swiper-thumbs .swiper-slide {
	padding: 0;
}
.pxl-banner-carousel1 .pxl-swiper-thumbs .pxl-swiper-slide {
	margin-top: 5px;
	margin-bottom: 5px;
}
.pxl-banner-carousel1 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-item--thumb {
	mask-image: url(../img/thumb-active-mask.png);
	-webkit-mask-image: url(../img/thumb-active-mask.png);
	-ms-mask-image: url(../img/thumb-active-mask.png);
	-o-mask-image: url(../img/thumb-active-mask.png);
	width: 305px;
	height: 160px;
}
.pxl-banner-carousel1 .pxl-swiper-slide {
	padding-left: 0;
	padding-right: 0;
}
.pxl-banner-carousel1 .pxl-wrapper-content:before {
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--dark-color);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (min-width: 1201px) {
	.pxl-banner-carousel1 .pxl-wrapper-content:before {
		mask-image: url(../img/bg-banner-crs.png);
		-webkit-mask-image: url(../img/bg-banner-crs.png);
		-ms-mask-image: url(../img/bg-banner-crs.png);
		-o-mask-image: url(../img/bg-banner-crs.png);
	}
}
.pxl-getintouch1 .pxl-item--icon {
	background-color: var(--primary-color);
	width: 40px;
	min-width: 40px;
	height: 40px;
	font-size: 20px;
	margin-right: 20px;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0px 5px rgba(var(--primary-color-rgb),0.29);
	-khtml-box-shadow: 0 0 0px 5px rgba(var(--primary-color-rgb),0.29);
	-moz-box-shadow: 0 0 0px 5px rgba(var(--primary-color-rgb),0.29);
	-ms-box-shadow: 0 0 0px 5px rgba(var(--primary-color-rgb),0.29);
	-o-box-shadow: 0 0 0px 5px rgba(var(--primary-color-rgb),0.29);
	box-shadow: 0 0 0px 5px rgba(var(--primary-color-rgb),0.29);
}
.pxl-getintouch1 .pxl-item--icon a {
	line-height: 1;
}
.pxl-getintouch1 .pxl-item--icon img, .pxl-getintouch1 .pxl-item--icon svg {
	max-height: 20px;
}
.pxl-getintouch1 .pxl-item--icon i {
	color: var(--secondary-color);
}
.pxl-getintouch1 .pxl-item--icon svg {
	fill: var(--secondary-color);
}
.pxl-getintouch1 .pxl-item--icon.style-2 {
	width: 55px;
	height: 55px;
}
.pxl-getintouch1 .pxl-item--icon.style-2 + .pxl-box-content .pxl-title-box {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}
.pxl-getintouch1 .pxl-item--icon.effect-tada img, .pxl-getintouch1 .pxl-item--icon.effect-tada svg, .pxl-getintouch1 .pxl-item--icon.effect-tada i {
	-webkit-animation: tada 1500ms ease-out infinite;
	-khtml-animation: tada 1500ms ease-out infinite;
	-moz-animation: tada 1500ms ease-out infinite;
	-ms-animation: tada 1500ms ease-out infinite;
	-o-animation: tada 1500ms ease-out infinite;
	animation: tada 1500ms ease-out infinite;
}
.pxl-getintouch1 .pxl-item--icon.effect-shake img, .pxl-getintouch1 .pxl-item--icon.effect-shake svg, .pxl-getintouch1 .pxl-item--icon.effect-shake i {
	-webkit-animation: phone-icon-animate 1.8s ease-out infinite;
	-khtml-animation: phone-icon-animate 1.8s ease-out infinite;
	-moz-animation: phone-icon-animate 1.8s ease-out infinite;
	-ms-animation: phone-icon-animate 1.8s ease-out infinite;
	-o-animation: phone-icon-animate 1.8s ease-out infinite;
	animation: phone-icon-animate 1.8s ease-out infinite;
	transform-origin: top;
}
.pxl-getintouch1 .pxl-cotnet-info {
	color: var(--secondary-color);
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.pxl-getintouch1 .pxl-cotnet-info a {
	color: inherit;
}
.pxl-getintouch1 .pxl-title-box {
	color: var(--third-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 5px;
}
.pxl-getintouch1 .pxl-box-content {
	flex-grow: 1;
}
.pxl-getintouch2 .pxl-item--icon {
	width: 48px;
	min-width: 48px;
	height: 48px;
	font-size: 20px;
	margin-right: 20px;
	color: var(--secondary-color);
	background-color: #fff;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.pxl-getintouch2 .pxl-item--icon a {
	line-height: 1;
	color: inherit;
}
.pxl-getintouch2 .pxl-item--icon img, .pxl-getintouch2 .pxl-item--icon svg {
	max-height: 18px;
}
.pxl-getintouch2 .pxl-item--icon i {
	color: inherit;
}
.pxl-getintouch2 .pxl-item--icon svg {
	fill: inherit;
}
.pxl-getintouch2 .pxl-cotnet-info {
	color: var(--secondary-color);
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.pxl-getintouch2 .pxl-cotnet-info a {
	color: inherit;
}
.pxl-getintouch2 .pxl-title-box {
	color: var(--third-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 5px;
}
.pxl-getintouch2 .pxl-box-content {
	flex-grow: 1;
}
.pxl-getintouch2 .pxl-getintouch-inner {
	display: flex;
	align-items: center;
}
.pxl-getintouch3 .pxl-feature {
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}
.pxl-getintouch3 .pxl-feature img {
	width: 100%;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 3s ease;
	-khtml-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
}
.pxl-getintouch3 .pxl-feature .bg-overlay {
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: transparent;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.pxl-getintouch3 .pxl-title-box {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 2px;
	display: block;
}
.pxl-getintouch3 .pxl-sub-title {
	margin-bottom: 25px;
	text-transform: uppercase;
}
.pxl-getintouch3 .list-info {
	padding-top: 25px;
	border-top: 1px solid #d7d7d7;
	position: relative;
	margin-bottom: 30px;
	padding-left: 0;
	list-style: none;
}
.pxl-getintouch3 .list-info:before {
	width: 102px;
	height: 3px;
	background-color: var(--primary-color);
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
}
.pxl-getintouch3 .list-info li {
	position: relative;
	padding-left: 20px;
}
.pxl-getintouch3 .list-info li:before {
	background-color: var(--fourth-color);
	width: 5px;
	height: 5px;
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
}
.pxl-getintouch3 .list-info li + li {
	margin-top: 8px;
}
.pxl-getintouch3 .list-info li cite {
	color: var(--secondary-color);
	font-style: normal;
}
.pxl-getintouch3 .btn-link {
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	line-height: 32px;
	color: var(--secondary-color);
	position: relative;
}
.pxl-getintouch3 .btn-link i {
	-webkit-transition: all 350ms linear 0ms;
	-khtml-transition: all 350ms linear 0ms;
	-moz-transition: all 350ms linear 0ms;
	-ms-transition: all 350ms linear 0ms;
	-o-transition: all 350ms linear 0ms;
	transition: all 350ms linear 0ms;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
	position: relative;
	margin-left: 6px;
	top: 2px;
}
.pxl-getintouch3 .btn-link:before {
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0px;
	content: "";
	width: 40px;
	left: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	background-color: var(--fourth-color);
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.pxl-getintouch3 .btn-link:hover {
	color: var(--fifth-color);
}
.pxl-getintouch3 .btn-link:hover:before {
	width: 100%;
}
.pxl-getintouch3 .btn-link:hover i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-getintouch3 .pxl-box-content {
	padding-left: 15px;
}
.pxl-getintouch3:hover .pxl-feature img {
	transform: scale(1.2);
}
.pxl-getintouch4 .pxl-item--icon {
	width: 56px;
	min-width: 56px;
	height: 56px;
	font-size: 24px;
	margin-right: 25px;
	color: var(--secondary-color);
	background-color: #fff;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.pxl-getintouch4 .pxl-item--icon a {
	line-height: 1;
	color: inherit;
}
.pxl-getintouch4 .pxl-item--icon img, .pxl-getintouch4 .pxl-item--icon svg {
	max-height: 24px;
}
.pxl-getintouch4 .pxl-item--icon i {
	color: inherit;
}
.pxl-getintouch4 .pxl-item--icon svg {
	fill: inherit;
}
.pxl-getintouch4 .pxl-title-box {
	display: block;
	color: var(--secondary-color);
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.pxl-getintouch4 .list-info {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.pxl-getintouch4 .list-info li {
	position: relative;
}
.pxl-getintouch4 .list-info li + li {
	margin-top: 3px;
}
.pxl-getintouch4 .list-info li cite {
	color: var(--secondary-color);
	font-style: normal;
}
.pxl-getintouch4 .pxl-box-content {
	flex-grow: 1;
}
.pxl-getintouch4 .pxl-getintouch-inner {
	display: flex;
}
.gt-custom {
	/* 34. History List */
}
.gt-custom .list-info li {
	position: relative;
	padding-left: 15px;
}
.gt-custom .list-info li:before {
	width: 5px;
	height: 5px;
	display: inline-block;
	content: "";
	border-radius: 5px;
	background-color: var(--fourth-color);
	position: absolute;
	top: 13px;
	left: 0;
}
.pxl-work-process .pxl-item--feature {
	overflow: hidden;
	margin-bottom: 25px;
	mask-image: url(../img/mask-process.png);
	-webkit-mask-image: url(../img/mask-process.png);
	-ms-mask-image: url(../img/mask-process.png);
	-o-mask-image: url(../img/mask-process.png);
}
.pxl-work-process .pxl-item--feature img {
	width: 100%;
	transition: 300ms linear 0ms;
}
.pxl-work-process .pxl-item--feature {
	width: 45%;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}
@media screen and (max-width: 767px) {
	.pxl-work-process .pxl-item--feature {
		width: 100%;
	}
}
.pxl-work-process .pxl-number {
	font-size: 60px;
	font-weight: bold;
	color: #edf1f4;
	transform: translate(-35px, 40px);
	position: relative;
	z-index: -1;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}
@media screen and (max-width: 767px) {
	.pxl-work-process .pxl-number {
		transform: translate(-3px, 0px);
		margin-left: 0px;
		margin-bottom: 0;
	}
}
.pxl-work-process .pxl-content {
	position: relative;
	width: 45%;
	padding-left: 30px;
	z-index: 1;
}
@media screen and (max-width: 575px) {
	.pxl-work-process .pxl-content {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.pxl-work-process .pxl-content {
		width: 100%;
		padding-left: 0;
	}
}
.pxl-work-process .pxl-item--title {
	color: var(--secondary-color);
	margin-bottom: 15px;
	font-size: 33px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}
@media screen and (max-width: 575px) {
	.pxl-work-process .pxl-item--title {
		margin-bottom: 18px;
	}
}
.pxl-work-process .pxl-item--description {
	font-size: 17px;
	color: var(--third-color);
}
@media screen and (min-width: 1201px) {
	.pxl-work-process .pxl-item--description {
		max-width: 85%;
	}
}
.pxl-work-process .pxl-meta {
	-webkit-border-radius: 7px 0 7px 7px;
	-khtml-border-radius: 7px 0 7px 7px;
	-moz-border-radius: 7px 0 7px 7px;
	-ms-border-radius: 7px 0 7px 7px;
	-o-border-radius: 7px 0 7px 7px;
	border-radius: 7px 0 7px 7px;
	background-color: #fff;
}
@media screen and (max-width: 575px) {
	.pxl-work-process .pxl-meta {
		position: static;
		width: calc(100% - 0rem);
	}
}
.pxl-work-process .pxl--item {
	position: relative;
}
@media screen and (min-width: 768px) {
	.pxl-work-process .pxl--item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.pxl-work-process .pxl--item .pxl-dotted {
		position: absolute;
		top: 58%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-khtml-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
		width: 26px;
		height: 26px;
	}
	.pxl-work-process .pxl--item .pxl-dotted:before {
		-webkit-transition: all 200ms linear 0ms;
		-khtml-transition: all 200ms linear 0ms;
		-moz-transition: all 200ms linear 0ms;
		-ms-transition: all 200ms linear 0ms;
		-o-transition: all 200ms linear 0ms;
		transition: all 200ms linear 0ms;
		position: absolute;
		top: 0;
		left: 0;
		width: 26px;
		height: 26px;
		content: "";
		display: block;
		border-radius: 50%;
		background-color: #fff;
		border: 2px solid var(--primary-color);
		-webkit-animation-play-state: paused;
		-moz-animation-play-state: paused;
		-o-animation-play-state: paused;
		animation-play-state: paused;
	}
	.pxl-work-process .pxl--item .pxl-dotted:after {
		-webkit-transition: all 200ms linear 0ms;
		-khtml-transition: all 200ms linear 0ms;
		-moz-transition: all 200ms linear 0ms;
		-ms-transition: all 200ms linear 0ms;
		-o-transition: all 200ms linear 0ms;
		transition: all 200ms linear 0ms;
		content: "";
		display: block;
		position: absolute;
		z-index: 2;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background-color: var(--primary-color);
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-khtml-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.pxl-work-process .pxl--item:nth-child(2n+1) .pxl-item--feature img {
		-webkit-transform: translateX(-5px) scale(1.1);
		-khtml-transform: translateX(-5px) scale(1.1);
		-moz-transform: translateX(-5px) scale(1.1);
		-ms-transform: translateX(-5px) scale(1.1);
		-o-transform: translateX(-5px) scale(1.1);
		transform: translateX(-5px) scale(1.1);
	}
	.pxl-work-process .pxl--item:nth-child(2n) {
		flex-direction: row-reverse;
	}
	.pxl-work-process .pxl--item:nth-child(2n) .pxl-item--feature img {
		-webkit-transform: translateX(5px) scale(1.1);
		-khtml-transform: translateX(5px) scale(1.1);
		-moz-transform: translateX(5px) scale(1.1);
		-ms-transform: translateX(5px) scale(1.1);
		-o-transform: translateX(5px) scale(1.1);
		transform: translateX(5px) scale(1.1);
	}
	.pxl-work-process .pxl--item:nth-child(2n) .pxl-item--feature {
		padding-left: 20px;
	}
	.pxl-work-process .pxl--item:hover .pxl-dotted:before {
		animation: pxl_scale2 1000ms ease-out infinite;
		-webkit-animation: pxl_scale2 1000ms ease-out infinite;
		border-width: 1px;
	}
}
.pxl-work-process .pxl--item:nth-child(2n+1) .pxl-item--feature img {
	-webkit-transform: translateX(-5px) scale(1.1);
	-khtml-transform: translateX(-5px) scale(1.1);
	-moz-transform: translateX(-5px) scale(1.1);
	-ms-transform: translateX(-5px) scale(1.1);
	-o-transform: translateX(-5px) scale(1.1);
	transform: translateX(-5px) scale(1.1);
}
.pxl-work-process .pxl--item:nth-child(2n) .pxl-item--feature {
	mask-image: url(../img/mask-process-rv.png);
	-webkit-mask-image: url(../img/mask-process-rv.png);
	-ms-mask-image: url(../img/mask-process-rv.png);
	-o-mask-image: url(../img/mask-process-rv.png);
}
.pxl-work-process .pxl--item:nth-child(2n) .pxl-item--feature img {
	-webkit-transform: translateX(5px) scale(1.1);
	-khtml-transform: translateX(5px) scale(1.1);
	-moz-transform: translateX(5px) scale(1.1);
	-ms-transform: translateX(5px) scale(1.1);
	-o-transform: translateX(5px) scale(1.1);
	transform: translateX(5px) scale(1.1);
}
.pxl-work-process .pxl--item + .pxl--item {
	margin-top: 40px;
}
.pxl-work-process .pxl--item:hover:nth-child(2n+1) .pxl-item--feature img {
	-webkit-transform: translateX(0px) scale(1.1);
	-khtml-transform: translateX(0px) scale(1.1);
	-moz-transform: translateX(0px) scale(1.1);
	-ms-transform: translateX(0px) scale(1.1);
	-o-transform: translateX(0px) scale(1.1);
	transform: translateX(0px) scale(1.1);
}
.pxl-work-process .pxl--item:hover:nth-child(2n) .pxl-item--feature img {
	-webkit-transform: translateX(0px) scale(1.1) !important;
	-khtml-transform: translateX(0px) scale(1.1) !important;
	-moz-transform: translateX(0px) scale(1.1) !important;
	-ms-transform: translateX(0px) scale(1.1) !important;
	-o-transform: translateX(0px) scale(1.1) !important;
	transform: translateX(0px) scale(1.1) !important;
}
.pxl-work-process .pxl--item:hover .pxl-number {
	color: var(--primary-color);
}
@media screen and (min-width: 768px) {
	.pxl-work-process .pxl--item:hover .pxl-number {
		transform: translate(-3px, 0px);
	}
}
@media screen and (max-width: 991px) {
	.pxl-work-process .pxl--item + .pxl--item {
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-work-process .pxl--item {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (min-width: 768px) {
	.pxl-work-process .pxl-list-items {
		position: relative;
		z-index: 1;
	}
	.pxl-work-process .pxl-list-items:before {
		z-index: -1;
		content: "";
		background-color: rgba(var(--primary-color-rgb), 0.3);
		display: block;
		width: 2px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-khtml-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.pxl-opening-hour .pxl--item {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.pxl-opening-hour .pxl--item label {
	font-size: 17px;
	font-weight: 500;
	line-height: 29.283px;
	color: var(--secondary-color);
	margin-right: 20px;
	min-width: 110px;
}
.pxl-opening-hour .pxl--item span {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.283px;
	color: var(--third-color);
}
.pxl-opening-hour .pxl--item span > span {
	color: var(--primary-color);
}
.pxl-progressbar-1 {
	/* 36. Case File Download */
}
.pxl-progressbar-1.style-1 .pxl--holder {
	font-size: 18px;
	line-height: 28px;
	color: var(--secondary-color);
	font-weight: 500;
}
.pxl-progressbar-1.style-1 .pxl--meta {
	margin-bottom: 11px;
}
.pxl-progressbar-1.style-1 .pxl-progressbar--wrap {
	border-radius: 10px 10px 0 0;
	height: 4px;
	background-color: #e1e1e1;
}
.pxl-progressbar-1.style-1 .pxl--progressbar {
	position: relative;
	bottom: 4px;
	border-radius: 10px 10px 0 0;
	height: 8px;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-progressbar-1.style-1 .pxl--item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.pxl-progressbar-1.style-1 .pxl--item + .pxl--item {
	margin-top: 39px;
}
.pxl-progressbar-1.style-2 .pxl--holder {
	font-size: 18px;
	color: #454545;
}
.pxl-progressbar-1.style-2 .pxl--meta {
	margin-bottom: 10px;
}
.pxl-progressbar-1.style-2 .pxl-progressbar--wrap {
	height: 2px;
	background-color: rgba(var(--primary-color-rgb),0.08);
}
.pxl-progressbar-1.style-2 .pxl--progressbar {
	height: 2px;
	background-color: var(--primary-color);
	position: relative;
}
.pxl-progressbar-1.style-2 .pxl--progressbar:before {
	content: '';
	width: 2px;
	height: 13px;
	position: absolute;
	right: 0;
	top: -5px;
	background-color: var(--primary-color);
}
.pxl-progressbar-1.style-2 .pxl--percentage {
	font-weight: 500;
	font-size: 16px;
	color: var(--primary-color);
}
.pxl-progressbar-1.style-2 .pxl--item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.pxl-progressbar-1.style-2 .pxl--item + .pxl--item {
	margin-top: 12px;
}
.pxl-progressbar-1.style-3 .pxl--holder {
	font-size: 17px;
	color: var(--secondary-color);
	font-weight: 500;
}
.pxl-progressbar-1.style-3 .pxl--meta {
	margin-bottom: 11px;
}
.pxl-progressbar-1.style-3 .pxl-progressbar--wrap {
	height: 6px;
	background-color: #e1e1e1;
}
.pxl-progressbar-1.style-3 .pxl--progressbar {
	height: 6px;
	background-image: url(../img/bg-progressbar.png);
	overflow: hidden;
	background-color: var(--fourth-color);
	background-repeat: no-repeat;
}
.pxl-progressbar-1.style-3 .pxl--item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.pxl-progressbar-1.style-3 .pxl--item + .pxl--item {
	margin-top: 39px;
}
.pxl-download-layout1 .pxl-item--iconfile {
	line-height: 1;
	font-size: 20px;
	color: var(--primary-color);
	margin-right: 5px;
}
.pxl-download-layout1 .pxl-item--iconfile svg {
	height: 28px;
	fill: var(--primary-color);
}
.pxl-download-layout1 .pxl-item--link {
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
}
.pxl-download-layout1 .pxl-item--meta {
	flex-grow: 1;
}
.pxl-download-layout1 .pxl--item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	background-color: var(--secondary-color);
	overflow: hidden;
	position: relative;
	-webkit-transition: all 220ms linear 0ms;
	-khtml-transition: all 220ms linear 0ms;
	-moz-transition: all 220ms linear 0ms;
	-ms-transition: all 220ms linear 0ms;
	-o-transition: all 220ms linear 0ms;
	transition: all 220ms linear 0ms;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.pxl-download-layout1 .pxl--item {
		padding: 13px 15px;
	}
}
.pxl-download-layout1 .pxl--item + .pxl--item {
	margin-top: 10px;
}
.pxl-download-layout1 .pxl--item:hover {
	background-color: var(--primary-color);
}
.pxl-download-layout1 .pxl--item:hover .pxl-item--iconfile {
	color: #fff;
}
.pxl-download-layout1 .pxl--item:hover .pxl-item--iconfile svg {
	fill: #fff;
}
body.rtl .pxl-call-phone1.style-2 .pxl-item--icon {
	margin-right: 0;
	margin-left: 12px;
}
body.rtl .pxl-button-video1 .slider-video-icon i {
	margin-left: 0;
	margin-right: 6px;
}
.blockUI {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	display: block !important;
	opacity: 1 !important;
}
.blockUI:before {
	content: '';
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border-color: transparent #222 transparent #222;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: pxl_spin 0.6s infinite linear;
	-webkit-animation: pxl_spin 0.6s infinite linear;
	box-sizing: border-box;
	z-index: 2;
}
.blockUI:after {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	z-index: 1;
}
.blockUI.blockOverlay, .blockUI.blockMsg {
	display: none !important;
}
.product-remove {
	position: relative;
	min-width: 50px;
}
.product-remove a.remove {
	font-size: 0px;
	width: 26px;
	height: 26px;
	background-color: var(--primary-color);
	border-radius: 100%;
	position: relative;
}
.product-remove a.remove:before, .product-remove a.remove:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 12px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	transform-origin: 50% 50%;
	opacity: 1;
	-webkit-transition: transform ease 0.25s;
	-khtml-transition: transform ease 0.25s;
	-moz-transition: transform ease 0.25s;
	-ms-transition: transform ease 0.25s;
	-o-transition: transform ease 0.25s;
	transition: transform ease 0.25s;
}
.product-remove a.remove:before {
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product-remove a.remove:after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.product-remove a.remove:hover {
	background-color: var(--primary-color);
}
.product-remove a.remove:hover:before, .product-remove a.remove:hover:after {
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
@media screen and (max-width: 769px) {
	.product-remove {
		min-height: 57px;
	}
}
.woosw-item--add .add_to_cart_button.loading {
	opacity: 1 !important;
}
.woosw-item--add .add_to_cart_button.loading:before {
	content: '';
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border-color: transparent #fff transparent #fff;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	animation: pxl_spin 0.6s infinite linear;
	-webkit-animation: pxl_spin 0.6s infinite linear;
	box-sizing: border-box;
	z-index: 2;
}
.woosw-item--add .add_to_cart_button.loading:after {
	display: none;
}
#pxl-cart-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
}
#pxl-cart-sidebar .pxl-popup--overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(31, 32, 34, 0.8);
	cursor: pointer;
}
#pxl-cart-sidebar .pxl-item--close {
	top: 50%;
	left: auto;
	right: 35px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
}
#pxl-cart-sidebar .pxl-item--close:before, #pxl-cart-sidebar .pxl-item--close:after {
	background-color: #666;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar {
	padding-bottom: 137px;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 9999;
	width: 320px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateX(100%);
	-khtml-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	flex-grow: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head {
	display: flex;
	background-color: #f9f9f9;
	padding: 16px 30px;
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 20px;
	align-items: center;
	position: relative;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head .ct-close {
	height: 36px;
	width: 36px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart {
	padding: 30px 45px 0 30px;
	height: 100%;
	overflow-y: scroll;
	width: 350px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
	padding: 20px 15px 15px 0;
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	position: relative;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
	border: none;
	padding-bottom: 0;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
	font-size: 16px;
	margin-top: 40px;
	padding: 0 !important;
	text-align: center;
	display: block;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
	text-align: center;
	margin-bottom: 20px;
	display: block;
	margin-top: 20px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
	font-size: 100px;
	color: rgba(0, 0, 0, 0.2);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
	line-height: 50px;
	width: 100%;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
	color: #fff;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
	width: 45px;
	min-width: 45px;
	margin-right: 15px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
	display: inline-block;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
	margin: 0;
	width: inherit;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
	padding-right: 12px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 3px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
	color: inherit;
	font-weight: 600;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
	color: #555;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
	font-size: 14px;
	border: none;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .quantity-icon {
	display: none;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .woocommerce-Price-amount {
	margin: 0 4px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 0px;
	width: 30px;
	height: 30px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:before, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:after {
	background-color: #000;
	height: 1px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
	opacity: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background-color: #fff;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
	border: none;
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
	padding-top: 15px;
	padding-bottom: 0;
	color: #000;
	font-weight: 700;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
	font-weight: inherit;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	color: var(--secondary-color);
	background-color: var(--fourth-color);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout {
	background: var(--secondary-color);
	color: #fff;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:hover, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:focus {
	background: var(--primary-color);
	color: var(--secondary-color);
}
#pxl-cart-sidebar.active {
	visibility: visible;
}
#pxl-cart-sidebar.active .pxl-widget-cart-sidebar {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
	top: 32px;
}
@media screen and (min-width: 992px) {
	.admin-bar .widget-cart-sidebar {
		top: 32px;
		padding-bottom: 167px;
	}
	.admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
		bottom: 32px;
	}
}
.pxl-entry-content > .woocommerce .cart-empty, .pxl-entry-content > .woocommerce .return-to-shop {
	text-align: center;
}
.woocommerce .pxl-sidebar-area .pxl-sidebar-sticky {
	padding: 0;
	border: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background-color: #f9f9f9;
}
.woocommerce ins {
	background-color: transparent;
	color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget {
	margin-bottom: 52px;
}
.woocommerce #pxl-sidebar-area .widget:last-child {
	margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
	height: 2px;
	background-color: #dcdddf;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--fifth-color);
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
	height: 9px;
	width: 9px;
	background-color: var(--primary-color);
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	top: -4px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-top: 10px;
	position: relative;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
	line-height: 42px;
	font-size: 13px;
	margin-right: 5px;
	padding: 0 15px;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 5px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
	font-size: 0;
	color: #080808;
	padding: 2px 10px;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label span {
	font-size: 15px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label span.from {
	margin-right: 10px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label span.from:after {
	margin-left: 10px;
	content: "-";
}
.woocommerce #pxl-sidebar-area .widget_product_search .woocommerce-product-search {
	position: relative;
}
.woocommerce #pxl-sidebar-area .widget_product_search button {
	padding: 0;
	width: 53px;
	height: 50px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0px 5px 5px 0;
	-khtml-border-radius: 0px 5px 5px 0;
	-moz-border-radius: 0px 5px 5px 0;
	-ms-border-radius: 0px 5px 5px 0;
	-o-border-radius: 0px 5px 5px 0;
	border-radius: 0px 5px 5px 0;
	opacity: 1;
	z-index: 3;
	border-left: 1px solid #ececf0;
	color: #222;
	font-size: 15px;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.woocommerce #pxl-sidebar-area .widget_product_search button:after {
	content: "\e918";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'Icomoon' !important;
	text-indent: 0px;
	font-weight: 400;
}
.woocommerce #pxl-sidebar-area .widget_product_search button:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field {
	height: 50px;
	color: #222;
	border-color: #ececf0;
	background-color: #fff;
	font-size: 15px;
	border-radius: 5px;
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus {
	border-color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus + button {
	border-color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget_products ul li {
	position: relative;
	padding: 0 0 0 95px;
	min-height: 80px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li + li {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #ddd;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .product-title {
	margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_products ul li img {
	margin: 0;
	width: 100%;
	max-width: 80px;
	position: absolute;
	left: 0;
}
.woocommerce #pxl-sidebar-area .widget_products ul li a {
	font-size: 15px;
	color: #222;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 0px;
	margin-bottom: 6px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li a:hover {
	color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating {
	margin-bottom: 2px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating:before {
	font-size: 12px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating span::before {
	font-size: 12px;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .product_list_widget a.remove {
	left: auto;
	right: 0;
	width: 23px;
	height: 23px;
	color: var(--secondary-color) !important;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .product_list_widget a.remove:hover {
	background-color: red !important;
	color: #fff !important;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .product_list_widget a {
	color: var(--secondary-color);
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .product_list_widget a img {
	max-width: 77px;
	min-width: 70px;
	margin-left: 0;
	margin-right: 20px;
	height: 75px;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .product_list_widget .mini_cart_item {
	padding-left: 90px;
	padding-right: 15px;
	min-height: 80px;
	padding-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ddd;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .product_list_widget .mini_cart_item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .product_list_widget .quantity .quantity-icon {
	display: none;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .total {
	border: none;
	margin-top: 25px;
	padding: 15px 25px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	display: flex;
	justify-content: space-between;
	background-color: var(--fourth-color);
	color: var(--secondary-color);
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .total strong {
	font-weight: 400;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .woocommerce-mini-cart__buttons {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .woocommerce-mini-cart__buttons:before, .woocommerce #pxl-sidebar-area .widget_shopping_cart .woocommerce-mini-cart__buttons:after {
	display: none;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .woocommerce-mini-cart__buttons a {
	line-height: 32px;
	padding-right: 0;
	margin-right: 0;
	color: var(--secondary-color);
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .woocommerce-mini-cart__buttons a:after {
	margin-left: 5px;
	font-family: "Caseicon";
	content: "\f142";
	position: relative;
	top: 2px;
}
.woocommerce #pxl-sidebar-area .widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
	color: var(--fourth-color);
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
	border-color: var(--primary-color);
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
	color: var(--primary-color);
}
@media screen and (max-width: 769px) {
	.woocommerce .coupon #coupon_code, .woocommerce-page .coupon #coupon_code {
		width: 100% !important;
		margin-bottom: 10px;
		border: none;
		-webkit-border-radius: 50px;
		-khtml-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
	}
	.woocommerce .coupon .button, .woocommerce-page .coupon .button {
		width: 100% !important;
	}
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
	padding: 0 0 15px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
	margin-right: 15px;
}
.woocommerce textarea, .woocommerce-page textarea {
	padding-top: 24px;
	padding-bottom: 24px;
	min-height: 140px;
}
.woocommerce .nice-select, .woocommerce-page .nice-select {
	background-color: #fff;
	border: 1px solid var(--third-color);
	text-align: left;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	height: 50px;
	font-size: 16px;
	padding-left: 26px;
	color: var(--third-color);
}
.woocommerce .nice-select span.current, .woocommerce-page .nice-select span.current {
	line-height: 39px;
	font-size: 15px;
	font-weight: 400;
}
.woocommerce .nice-select:before, .woocommerce-page .nice-select:before {
	color: var(--secondary-color);
	width: 40px;
	height: 40px;
	right: 5px;
	line-height: 40px;
}
.woocommerce .nice-select ul.list, .woocommerce-page .nice-select ul.list {
	border: 1px solid rgba(22, 29, 57, 0.1);
	border-radius: 0;
	left: -1px;
	right: -1px;
	box-shadow: none;
}
.woocommerce .nice-select ul.list li, .woocommerce-page .nice-select ul.list li {
	border-radius: 0px;
	padding-left: 0;
	padding-right: 0;
	font-family: "Inter", sans-serif;
}
.woocommerce .nice-select ul.list li:hover, .woocommerce-page .nice-select ul.list li:hover, .woocommerce .nice-select ul.list li:focus, .woocommerce-page .nice-select ul.list li:focus {
	background-color: transparent;
	color: var(--secondary-color);
}
.woocommerce .nice-select ul.list li + li, .woocommerce-page .nice-select ul.list li + li {
	border-top: 1px solid #ddd;
}
.woocommerce .nice-select.open, .woocommerce-page .nice-select.open {
	border-radius: 0;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
	border: 1px solid #f8f8f8;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	background-color: #f8f8f8;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
	line-height: 40px;
	padding-left: 32px;
	padding: 0 10px;
	color: #454545;
}
.woocommerce .select2-container--open .select2-results li.select2-results__option, .woocommerce-page .select2-container--open .select2-results li.select2-results__option {
	padding: 6px 15px;
}
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled], .woocommerce button.button.alt, .woocommerce-page button.button.alt {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 0 26px;
	line-height: 52px;
	border-radius: 35px;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: none;
	background-color: var(--primary-color);
	text-transform: capitalize;
}
.woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce a.wc-forward:hover, .woocommerce-page a.wc-forward:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce .cart button.button:hover, .woocommerce-page .cart button.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce-page a.button:focus, .woocommerce a.wc-forward:focus, .woocommerce-page a.wc-forward:focus, .woocommerce button.button:focus, .woocommerce-page button.button:focus, .woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce .cart button.button:focus, .woocommerce-page .cart button.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus, .woocommerce button.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce a.wc-forward:active, .woocommerce-page a.wc-forward:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce .cart button.button:active, .woocommerce-page .cart button.button:active, .woocommerce a.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce button.button:disabled:active, .woocommerce-page button.button:disabled:active, .woocommerce a.button:disabled:active, .woocommerce-page a.button:disabled:active, .woocommerce button.button:disabled[disabled]:active, .woocommerce-page button.button:disabled[disabled]:active, .woocommerce button.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce-page a.button:not([disabled]):not(.disabled).active, .woocommerce a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce-page button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce-page input.button:not([disabled]):not(.disabled).active, .woocommerce .cart button.button:not([disabled]):not(.disabled).active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce button.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce-page a.button:not([disabled]):not(.disabled):active, .woocommerce a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce-page button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce-page input.button:not([disabled]):not(.disabled):active, .woocommerce .cart button.button:not([disabled]):not(.disabled):active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce button.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled):active {
	outline: medium none;
	text-decoration: none;
	color: #fff;
	background-color: var(--secondary-color);
}
.woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled] {
	opacity: 1;
	cursor: not-allowed;
}
.woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus {
	background-color: var(--primary-color);
}
.woocommerce .comment-form, .woocommerce-page .comment-form, .woocommerce #commentform, .woocommerce-page #commentform {
	max-width: 100%;
	padding: 0;
	border: none;
}
.woocommerce #pxl-wapper .quantity, .woocommerce-page #pxl-wapper .quantity {
	position: relative;
	display: inline-flex;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.woocommerce #pxl-wapper .quantity .qty, .woocommerce-page #pxl-wapper .quantity .qty {
	padding: 0 30px;
	color: var(--secondary-color);
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	border: none;
	height: 52px;
	width: 100px;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	-moz-appearance: textfield;
	border: 1px solid rgba(11, 26, 29, 0.24);
}
.woocommerce #pxl-wapper .quantity .qty::-webkit-outer-spin-button, .woocommerce-page #pxl-wapper .quantity .qty::-webkit-outer-spin-button, .woocommerce #pxl-wapper .quantity .qty::-webkit-inner-spin-button, .woocommerce-page #pxl-wapper .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.woocommerce #pxl-wapper .quantity-icon, .woocommerce-page #pxl-wapper .quantity-icon {
	position: absolute;
	font-size: 10px;
	color: #5a5a5a;
	cursor: pointer;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.woocommerce #pxl-wapper .quantity-icon:before, .woocommerce-page #pxl-wapper .quantity-icon:before {
	font-family: "Caseicon";
	content: "\f137";
}
.woocommerce #pxl-wapper .quantity-icon.quantity-up, .woocommerce-page #pxl-wapper .quantity-icon.quantity-up {
	right: 21px;
	top: 11px;
	transform: rotate(-90deg);
}
.woocommerce #pxl-wapper .quantity-icon.quantity-down, .woocommerce-page #pxl-wapper .quantity-icon.quantity-down {
	bottom: 11px;
	right: 20px;
	transform: rotate(90deg);
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	padding: 20px 15px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce-page table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
	font-weight: 500;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
	width: 50px;
}
@media screen and (min-width: 992px) {
	.woocommerce .content-row {
		margin: 0 -15px;
	}
	.woocommerce #pxl-content-area.content-has-sidebar {
		padding-left: 15px;
		padding-right: 15px;
		flex: 0 0 75%;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		-o-flex: 0 0 75%;
		max-width: 75%;
	}
	.woocommerce #secondary.widget-has-sidebar {
		padding-left: 15px;
		padding-right: 15px;
		flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		-o-flex: 0 0 25%;
		max-width: 25%;
	}
}
.widget_products .amount {
	font-size: 14px;
	font-weight: 500;
	color: var(--secondary-color);
}
.widget_products del {
	color: #8f8f8f;
}
.widget_products del .amount {
	color: #8f8f8f;
}
.widget_products .star-rating-wrap {
	display: none !important;
}
.widget_rating_filter .wc-layered-nav-rating a {
	font-size: 0px;
	display: block;
	padding-left: 28px !important;
	position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
	content: "";
	height: 18px;
	width: 18px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
	font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}
#shop-topbar {
	border-bottom: 1px solid #e5e5e5;
	background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
	margin: 11px 0;
	position: relative;
	padding-left: 76px;
	color: #000;
	font-size: 16px;
	min-height: 56px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#shop-topbar .shop-topbar-item i {
	height: 56px;
	width: 56px;
	-webkit-border-radius: 56px;
	-khtml-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	-o-border-radius: 56px;
	border-radius: 56px;
	border: 1px solid #e5e5e5;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
#shop-topbar .shop-topbar-item span {
	font-weight: 500;
}
#shop-breadcrumb {
	padding: 23px 0;
}
#shop-breadcrumb ul {
	list-style: none;
	margin: 0;
}
#shop-breadcrumb ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
	margin: 10px 0;
	padding: 0 12px;
	position: relative;
}
#shop-breadcrumb ul li::after {
	content: '/';
	color: #e9e9e9;
	position: absolute;
	top: 0;
	right: -4px;
}
#shop-breadcrumb ul li:first-child {
	padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
	display: none;
}
#shop-breadcrumb ul li a {
	color: #171616;
}
#shop-breadcrumb ul li a:hover {
	color: var(--primary-color);
}
.woocommerce-archive-layout {
	display: flex;
}
@media screen and (max-width: 575px) {
	.woocommerce-archive-layout {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
.woocommerce-archive-layout .archive-layout {
	border-radius: 0;
	border: 1px solid #d8d8d8;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.woocommerce-archive-layout .archive-layout.layout-grid {
	background-image: url(../img/grid.png);
}
.woocommerce-archive-layout .archive-layout.layout-list {
	background-image: url(../img/list.png);
	margin-right: 0;
}
.woocommerce-archive-layout .archive-layout:hover, .woocommerce-archive-layout .archive-layout.active {
	opacity: 1;
	border-color: var(--fifth-color);
}
.woocommerce .star-rating-wrap {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
	margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
	font-size: 16px;
	margin-left: 8px;
	color: #223543;
	font-weight: 600;
}
.woocommerce span.onsale {
	height: 35px;
	line-height: 35px;
	min-width: inherit;
	min-height: inherit;
	color: #fff;
	padding: 0 10px;
	text-align: center;
	font-style: italic;
	margin: 0 !important;
	top: 40px !important;
	left: 40px !important;
	right: auto !important;
	font-weight: 400;
	z-index: 21;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 0;
	background-color: var(--primary-color);
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.woocommerce .star-rating {
	font-size: 16px;
	letter-spacing: 3px;
	width: 105px;
	height: 22px;
}
.woocommerce .star-rating span::before {
	color: #fdda02;
}
.woocommerce .star-rating:before {
	color: #d4d4d4;
}
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.woocommerce ul.products li.product {
	margin-bottom: 30px;
	margin-right: 0;
	margin-left: 0;
	padding: 0 15px;
}
.woocommerce ul.products li.product .woocommerce-product-header {
	background-color: #fff;
	padding: 15px 25px;
	margin-bottom: 15px;
}
.woocommerce ul.products li.product .woocommerce-product-header img {
	-webkit-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: scale(1.01);
}
.woocommerce ul.products li.product .woocommerce-add-to-cart-list {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-product--excerpt {
	display: none;
}
.woocommerce ul.products li.product.last {
	margin-right: 0;
}
.woocommerce ul.products li.product > .woosw-btn, .woocommerce ul.products li.product > .woosq-btn, .woocommerce ul.products li.product > .woosc-btn {
	display: none !important;
}
.woocommerce ul.products li.product:hover .woocommerce-product-header img {
	transform: scale(1);
}
@media screen and (min-width: 992px) {
	.woocommerce ul.products.columns-5 li.product {
		width: calc(20% - 1px);
		width: -webkit-calc(20% - 1px);
		width: -ms-calc(20% - 1px);
		width: -o-calc(20% - 1px);
	}
}
@media screen and (min-width: 992px) {
	.woocommerce ul.products.columns-4 li.product {
		width: calc(25% - 1px);
		width: -webkit-calc(25% - 1px);
		width: -ms-calc(25% - 1px);
		width: -o-calc(25% - 1px);
	}
}
@media screen and (max-width: 991px) {
	.woocommerce ul.products.columns-4 li.product {
		width: calc(33.33% - 1px);
		width: -webkit-calc(33.33% - 1px);
		width: -ms-calc(33.33% - 1px);
		width: -o-calc(33.33% - 1px);
	}
}
@media screen and (min-width: 768px) {
	.woocommerce ul.products.columns-3 li.product {
		width: calc(33.33% - 1px);
		width: -webkit-calc(33.33% - 1px);
		width: -ms-calc(33.33% - 1px);
		width: -o-calc(33.33% - 1px);
	}
}
.woocommerce ul.products.columns-2 li.product {
	width: 50%;
}
@media (min-width: 576px) and (max-width: 767px) {
	.woocommerce ul.products li.product {
		width: 50% !important;
	}
}
@media screen and (max-width: 575px) {
	.woocommerce ul.products li.product {
		width: 100% !important;
	}
}
.woocommerce ul.products.pxl-products-grid .woocommerce-LoopProduct-link span.onsale {
	left: 50px !important;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-header {
	margin-bottom: 25px;
	position: relative;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-header:after {
	background-color: rgba(var(--secondary-color-rgb),0.5);
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 1;
	opacity: 0;
	transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce ul.products.pxl-products-grid li.product {
	margin-bottom: 40px;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner {
	background-color: #f5f5f5;
	padding: 25px;
}
@media screen and (max-width: 991px) {
	.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner {
		padding: 15px;
	}
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woosw-btn {
	opacity: 0;
	transform-origin: top center;
	-webkit-transform-origin: top center;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	transform: scale(0.5);
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woosw-btn {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woosw-btn:before {
	margin-right: 0;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail a, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart a {
	font-size: 0px;
	font-weight: 400;
	margin-top: 0 !important;
	padding: 0px;
	line-height: 35px;
	border: none;
	width: 100%;
	background-color: #f8f8f8;
	width: 35px;
	height: 35px;
	color: var(--secondary-color);
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail a i, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart a i {
	font-size: 16px;
	line-height: 1;
	position: relative;
	margin: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woosw-btn {
	width: 35px;
	height: 35px;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8;
	padding: 0;
	border-radius: 0;
	color: var(--secondary-color);
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woosw-btn:before {
	font-size: 16px;
	font-family: Caseicon;
	content: "\f12f";
	margin-right: 0;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woosw-btn:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart a {
	background-color: #f8f8f8;
	color: var(--secondary-color);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart a i {
	font-size: 18px;
	color: #576903;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart a:hover {
	background-color: var(--primary-color);
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woocommerce-add-to-cart a:hover i {
	color: #fff;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail a {
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8;
	border-radius: 0;
	color: var(--secondary-color);
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail a i {
	font-size: 15px;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .btn-detail a:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woo-product-meta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	z-index: 2;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner .woo-product-meta > div {
	margin-left: 3px;
	margin-right: 3px;
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner:hover .btn-detail, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner:hover .woocommerce-add-to-cart, .woocommerce ul.products.pxl-products-grid .woocommerce-product-inner:hover .woosw-btn {
	opacity: 1;
	transform: scale(1);
}
.woocommerce ul.products.pxl-products-grid .woocommerce-product-inner:hover .woocommerce-product-header:after {
	opacity: 1;
	z-index: 1;
}
.woocommerce ul.products.pxl-products-list {
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce ul.products.pxl-products-list .woo-product-meta {
	display: none;
}
.woocommerce ul.products.pxl-products-list li.product {
	width: 100% !important;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #ddd;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list, .woocommerce ul.products.pxl-products-list li.product .woocommerce-product--excerpt {
	display: block;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-product-header {
	margin-bottom: 0;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-product--rating {
	justify-content: left;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-product-content {
	text-align: left;
	padding-left: 55px;
}
@media screen and (max-width: 1400px) {
	.woocommerce ul.products.pxl-products-list li.product .woocommerce-product-content {
		padding-left: 25px;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce ul.products.pxl-products-list li.product .woocommerce-product-content {
		padding-left: 0;
	}
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-product-inner {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.woocommerce ul.products.pxl-products-list li.product .woocommerce-product-inner {
		flex-wrap: wrap;
	}
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-product-header {
	min-width: 40%;
	max-width: 40%;
}
@media screen and (max-width: 767px) {
	.woocommerce ul.products.pxl-products-list li.product .woocommerce-product-header {
		min-width: 100%;
		max-width: 100%;
	}
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-product--excerpt {
	display: block !important;
}
.woocommerce ul.products.pxl-products-list li.product .onsale {
	top: 0px !important;
	right: auto !important;
	left: 0 !important;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-product--price .price {
	justify-content: start;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a {
	position: relative;
	font-weight: 600;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a:hover {
	background-color: var(--primary-color);
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.button {
	padding-right: 60px;
	background-color: var(--primary-color);
	margin-bottom: 15px;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.button i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 1;
	width: 32px;
	height: 32px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	line-height: 32px;
	border-radius: 30px;
	font-size: 15px;
	margin-right: 0;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.button:hover {
	background-color: var(--fifth-color);
	color: #fff;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.button:hover i {
	background-color: var(--primary-color);
	color: #fff;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.button.added {
	margin-right: 15px;
	opacity: 1;
	background: var(--secondary-color);
	color: #fff;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.button.added:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 1;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 30px;
	background-color: var(--fifth-color);
	color: #fff;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.button.added i {
	color: transparent;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.added_to_cart {
	background-color: var(--fourth-color);
	margin-bottom: 15px;
	padding-right: 60px;
	color: var(--secondary-color);
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.added_to_cart:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 1;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 30px;
	background-color: var(--fifth-color);
	color: #fff;
	font-family: "Caseicon";
	content: "\f101";
	text-align: center;
}
.woocommerce ul.products.pxl-products-list li.product .woocommerce-add-to-cart-list a.added_to_cart:hover {
	color: var(--secondary-color);
}
@media screen and (min-width: 992px) {
	.woocommerce #pxl-content-area.content-has-sidebar ul.products.columns-4 li.product {
		width: calc(33.33% - 1px);
		width: -webkit-calc(33.33% - 1px);
		width: -ms-calc(33.33% - 1px);
		width: -o-calc(33.33% - 1px);
	}
}
.woocommerce ul.products li.product .woocommerce-product--title, .woocommerce .woocommerce-product--title {
	font-size: 26px;
	line-height: 1.45;
	margin-bottom: 7px;
}
.woocommerce ul.products li.product .woocommerce-product--title a, .woocommerce .woocommerce-product--title a {
	color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product--title a:hover, .woocommerce .woocommerce-product--title a:hover {
	color: var(--sixth-color);
}
.woocommerce .woocommerce-product-category {
	font-size: 14px;
	color: inherit;
	margin-bottom: 3px;
}
.woocommerce .woocommerce-product-category a {
	color: inherit;
}
.woocommerce .woocommerce-product-category a:hover {
	color: var(--primary-color);
}
.woocommerce ul.products li.product .price {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--primary-color);
}
.woocommerce ul.products li.product .price .amount {
	color: inherit;
}
.woocommerce ul.products li.product .price del {
	color: #8f8f8f;
	opacity: 1;
	font-size: 14px;
	margin-left: 10px;
}
.woocommerce ul.products li.product .price del .amount {
	background-image: none;
	text-fill-color: #8f8f8f;
	-o-text-fill-color: #8f8f8f;
	-ms-text-fill-color: #8f8f8f;
	-moz-text-fill-color: #8f8f8f;
	-webkit-text-fill-color: #8f8f8f;
}
.woocommerce ul.products li.product .price ins {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
.woocommerce .woocommerce-topbar {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	position: relative;
	z-index: 101;
	margin-bottom: 40px;
	padding-bottom: 23px;
	border-bottom: 1px solid #e9e9e9;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
	margin: 0;
	flex-grow: 1;
	font-size: 20px;
	font-weight: 500;
	color: var(--secondary-color);
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
	min-width: 230px;
	margin-right: 10px;
}
@media screen and (max-width: 575px) {
	.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
		margin: 10px 10px 10px 0;
	}
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
	float: none;
	margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
	min-width: 230px;
}
.woocommerce .woocommerce-product-inner {
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 1;
	position: relative;
	text-align: center;
	height: 100%;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .button {
	flex-direction: row-reverse;
	display: inline-flex;
	align-items: center;
	margin-top: 0;
	background: none;
	z-index: 1;
	font-size: 14px;
	line-height: 42px;
	color: #474450;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .button i {
	font-size: 18px;
	font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .button:hover, .woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .button:focus {
	color: #fff;
	background: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .button.added {
	display: none !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .button.loading {
	opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .button.loading .pxl-cart-loader {
	content: '';
	width: 16px;
	height: 16px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border-color: transparent #fff transparent #fff;
	border-width: 2px;
	border-style: solid;
	position: absolute;
	top: 0;
	left: auto;
	right: 16px;
	bottom: 0;
	margin: auto;
	animation: pxl_spin 0.6s infinite linear;
	-webkit-animation: pxl_spin 0.6s infinite linear;
	box-sizing: border-box;
	z-index: 8;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .button.loading:after {
	display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .wc-forward {
	align-items: center;
	width: 100%;
	margin-top: 0;
	background: none;
	z-index: 1;
	font-size: 18px;
	line-height: 53px;
	color: #474450;
	text-transform: uppercase;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .wc-forward:before {
	font-family: "Caseicon";
	content: "\f11e";
	display: inline-block;
	line-height: 1;
	margin-right: 0px;
	position: relative;
	font-size: 16px;
	top: 0px;
	color: var(--secondary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .wc-forward i {
	font-size: 16px;
	font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .wc-forward:hover, .woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .wc-forward:focus {
	background-color: var(--secondary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .wc-forward:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .wc-forward:focus:before {
	color: #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
	margin-bottom: 26px;
	position: relative;
	overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
	width: auto;
	display: inline-block;
	margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price {
	margin-bottom: 4px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	align-items: center;
	color: var(--secondary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--rating {
	display: flex;
	justify-content: center;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--rating .star-rating {
	margin: 0 0 3px;
	letter-spacing: 5px;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
	display: none !important;
}
.woocommerce nav.woocommerce-pagination {
	display: flex;
	justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	border: none;
	overflow: visible;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
	width: 43px;
	height: 43px;
	border-radius: 43px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--fourth-color);
	color: var(--secondary-color);
	padding: 0;
	margin: 0 5px;
	position: relative;
	z-index: 1;
}
.woocommerce nav.woocommerce-pagination .page-numbers i {
	font-size: 12px;
}
.woocommerce nav.woocommerce-pagination .page-numbers.current, .woocommerce nav.woocommerce-pagination .page-numbers:hover {
	background-color: var(--fifth-color);
	color: #fff;
}
.single-product .list-product-single-custom li strong {
	font-weight: 500 !important;
}
.single-product .list-product-single-custom li + li {
	margin-top: 12px;
}
.single-product .woosc-quick-table {
	display: none;
}
.single-product .woocommerce-social-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.single-product .woocommerce-social-share label {
	font-size: 17px;
	color: var(--secondary-color);
	font-weight: 500;
	display: inline-block;
}
.single-product .woocommerce-social-share a {
	height: 50px;
	width: 50px;
	display: inline-flex;
	color: var(--third-color);
	justify-content: center;
	align-items: center;
	font-size: 17px;
	position: relative;
	z-index: 1;
}
.single-product .woocommerce-social-share a:before, .single-product .woocommerce-social-share a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.single-product .woocommerce-social-share a:before {
	border: 1px solid #ddd;
	background-color: #fff;
}
.single-product .woocommerce-social-share a:after {
	background-color: var(--fourth-color);
	opacity: 0;
}
.single-product .woocommerce-social-share a i {
	display: inline-flex;
}
.single-product .woocommerce-social-share a:hover {
	color: var(--secondary-color);
}
.single-product .woocommerce-social-share a:hover:before {
	opacity: 0;
}
.single-product .woocommerce-social-share a:hover:after {
	opacity: 1;
}
.single-product .woocommerce-sg-product-price {
	margin-bottom: 20px;
}
.single-product .woocommerce-sg-product-price p {
	margin-bottom: 0;
}
.single-product section.related {
	padding-top: 75px;
}
.single-product section.related h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(11, 26, 29, 0.1);
}
@media screen and (max-width: 991px) {
	.single-product section.related h2 {
		font-size: 36px;
	}
}
@media screen and (max-width: 767px) {
	.single-product section.related h2 {
		margin-bottom: 15px;
		font-size: 30px;
	}
}
.single-product section.related ul.products {
	margin-bottom: 0;
}
.single-product section.related ul.products li.product {
	margin-bottom: 0 !important;
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	.single-product section.related ul.products li.product {
		width: 50%;
	}
}
@media screen and (max-width: 575px) {
	.single-product section.related ul.products li.product {
		width: 100%;
	}
}
.single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail, .single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart, .single-product section.related ul.products li.product .woocommerce-product-inner .woosw-btn {
	opacity: 0;
	transform-origin: top center;
	-webkit-transform-origin: top center;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
	transform: translateY(-35px);
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woosw-btn {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
	transform: translateY(-25px);
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
	transform: translateY(-15px);
}
.single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail a, .single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart a {
	font-size: 0px;
	font-weight: 400;
	margin-top: 0 !important;
	padding: 0px;
	line-height: 35px;
	border: none;
	width: 100%;
	background-color: var(--primary-color);
	width: 38px;
	height: 35px;
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail a i, .single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart a i {
	font-size: 16px;
	line-height: 1;
	position: relative;
	margin: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woosw-btn {
	width: 35px;
	height: 35px;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 0;
	border-radius: 0;
	color: var(--secondary-color);
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woosw-btn:before {
	font-size: 16px;
	font-family: Caseicon;
	content: "\f12f";
	margin-right: 0;
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woosw-btn:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart a {
	background-color: #fff;
	color: var(--secondary-color);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart a i {
	font-size: 16px;
	color: #576903;
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart a:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woocommerce-add-to-cart a:hover i {
	color: #fff;
}
.single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail a {
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 0;
	color: var(--secondary-color);
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail a i {
	font-size: 18px;
}
.single-product section.related ul.products li.product .woocommerce-product-inner .btn-detail a:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woo-product-meta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 50px;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	transform: translateX(-50%);
}
.single-product section.related ul.products li.product .woocommerce-product-inner .woo-product-meta > div {
	margin-left: 5px;
	margin-right: 5px;
}
.single-product section.related ul.products li.product .woocommerce-product-inner:hover .woo-product-meta {
	transform: translateX(-50%);
}
.single-product section.related ul.products li.product .woocommerce-product-inner:hover .btn-detail, .single-product section.related ul.products li.product .woocommerce-product-inner:hover .woocommerce-add-to-cart, .single-product section.related ul.products li.product .woocommerce-product-inner:hover .woosw-btn {
	opacity: 1;
	transform: translateY(0px);
}
.single-product #pxl-content-area div.product .entry-summary {
	width: 100% !important;
	margin-bottom: 57px;
	padding-top: 15px;
}
.single-product #pxl-content-area div.product .woocommerce-product-details__short-description p:last-child, .single-product > div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature, .single-product > div.product .woocommerce-sg-product-feature {
	margin-bottom: 71px;
	list-style: none;
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li, .single-product > div.product .woocommerce-sg-product-feature li {
	display: flex;
	flex-wrap: nowrap;
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li i, .single-product > div.product .woocommerce-sg-product-feature li i {
	margin-right: 8px;
	margin-top: 6px;
	color: var(--primary-color);
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li p:last-child, .single-product > div.product .woocommerce-sg-product-feature li p:last-child {
	margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li + li, .single-product > div.product .woocommerce-sg-product-feature li + li {
	margin-top: 10px;
}
.single-product #pxl-content-area div.product form.cart, .single-product > div.product form.cart {
	margin-bottom: 20px;
	position: relative;
}
.single-product #pxl-content-area div.product form.cart label, .single-product > div.product form.cart label {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 700;
	color: #191919;
}
.single-product #pxl-content-area div.product form.cart .reset_variations, .single-product > div.product form.cart .reset_variations {
	color: #000;
	font-size: 15px;
	margin-top: 6px;
}
.single-product #pxl-content-area div.product form.cart .reset_variations:hover, .single-product > div.product form.cart .reset_variations:hover {
	color: var(--primary-color);
}
.single-product #pxl-content-area div.product form.cart .single_variation_wrap, .single-product > div.product form.cart .single_variation_wrap {
	width: 100%;
}
.single-product #pxl-content-area div.product form.cart .variations .variable-item:before, .single-product > div.product form.cart .variations .variable-item:before {
	min-width: auto;
	font-size: 12px;
	border-radius: 0px;
	padding: 0 12px;
	line-height: 26px;
	box-shadow: none;
}
.single-product #pxl-content-area div.product form.cart .variations th.label, .single-product > div.product form.cart .variations th.label {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	color: #666;
}
.single-product #pxl-content-area div.product form.cart .variations th.label label, .single-product > div.product form.cart .variations th.label label {
	font-weight: normal;
	color: inherit;
	font-family: inherit;
}
.single-product #pxl-content-area div.product form.cart .variations th.label .woo-selected-variation-item-name, .single-product > div.product form.cart .variations th.label .woo-selected-variation-item-name {
	color: #000;
}
.single-product #pxl-content-area div.product form.cart .variations td.label, .single-product > div.product form.cart .variations td.label {
	padding: 0;
}
.single-product #pxl-content-area div.product form.cart .variations td.woo-variation-items-wrapper, .single-product > div.product form.cart .variations td.woo-variation-items-wrapper {
	padding: 0;
	margin-bottom: 12px;
}
.single-product #pxl-content-area div.product form.cart .variations .color-variable-items-wrapper .color-variable-item, .single-product > div.product form.cart .variations .color-variable-items-wrapper .color-variable-item {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item {
	padding: 0;
	border-radius: 0px;
	background-color: #f9f9f9;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span {
	font-size: 14px;
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected {
	background-color: #000;
	box-shadow: 0 0 0 1px #000;
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
	color: #fff;
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item {
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
	background-color: #f9f9f9;
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button {
	font-size: 15px;
	line-height: 26px;
	padding: 0 8px;
	color: #383838;
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover {
	background-color: var(--primary-color);
	box-shadow: 0 0 0 1px var(--primary-color);
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button {
	color: #fff;
}
.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-add-to-cart, .single-product > div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-price, .single-product > div.product form.cart.variations_form .woocommerce-variation-price {
	margin: 0 0 24px;
}
.single-product #pxl-content-area div.product form.cart.variations_form button.single_add_to_cart_button, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button {
	background-color: var(--primary-color);
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form), .single-product > div.product form.cart:not(.variations_form), .single-product #pxl-content-area div.product form.cart:not(.grouped_form), .single-product > div.product form.cart:not(.grouped_form) {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0px 0 40px;
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form) select, .single-product > div.product form.cart:not(.variations_form) select, .single-product #pxl-content-area div.product form.cart:not(.grouped_form) select, .single-product > div.product form.cart:not(.grouped_form) select {
	margin: 0;
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form) label, .single-product > div.product form.cart:not(.variations_form) label, .single-product #pxl-content-area div.product form.cart:not(.grouped_form) label, .single-product > div.product form.cart:not(.grouped_form) label {
	line-height: 50px;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td, .single-product > div.product form.cart .woocommerce-grouped-product-list td {
	vertical-align: middle;
	padding-bottom: 10px;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td a, .single-product > div.product form.cart .woocommerce-grouped-product-list td a {
	color: inherit;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price {
	font-weight: 500;
	color: var(--primary-color);
	font-size: 15px;
}
@media screen and (max-width: 1200px) {
	.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price {
		font-size: 14px;
	}
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price ins, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price ins {
	text-decoration: none;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price del, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price del {
	color: #8f8f8f;
}
@media screen and (max-width: 1200px) {
	.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__label label, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__label label {
		font-size: 14px;
	}
}
.single-product #pxl-content-area div.product .woocommerce-gallery span.onsale, .single-product > div.product .woocommerce-gallery span.onsale {
	display: none;
}
.single-product #pxl-content-area div.product .woocommerce-gallery-inner, .single-product > div.product .woocommerce-gallery-inner {
	display: flex;
	position: relative;
}
@media screen and (min-width: 992px) {
	.single-product #pxl-content-area div.product .woocommerce-gallery-inner, .single-product > div.product .woocommerce-gallery-inner {
		padding-right: 30px;
	}
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
	width: 100% !important;
	margin-bottom: 57px;
}
@media screen and (min-width: 1260px) {
	.single-product #pxl-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
}
@media screen and (max-width: 991px) {
	.single-product #pxl-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
		margin-bottom: 30px;
	}
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	border-radius: 0px;
	z-index: 1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:before {
	content: '';
	border-radius: inherit;
	background-color: var(--gradient-color-from);
	background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
	background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
	opacity: 0.12;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
	padding: 0;
	overflow: hidden;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport, .single-product > div.product .woocommerce-product-gallery .flex-viewport {
	overflow: hidden;
	z-index: 1;
	flex: 1 0;
	border: 1px solid #eee;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport:before, .single-product > div.product .woocommerce-product-gallery .flex-viewport:before {
	background-color: rgba(0, 0, 0, 0.1);
	content: '';
	border-radius: inherit;
	opacity: 0.12;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
	display: flex;
	flex: 0 0 21%;
	width: 21%;
	padding-right: 15px;
	flex-direction: column;
	max-height: 570px;
	margin-top: -10px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li {
	margin-top: 0px;
	width: 100%;
	height: 25%;
	display: none;
	padding-top: 10px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li img, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li img {
	opacity: 1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	padding: 10px;
	height: 100%;
	width: auto;
	max-width: 100%;
	border: 1px solid rgba(var(--third-color-rgb),0.15);
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li:nth-child(1), .single-product > div.product .woocommerce-product-gallery .flex-control-nav li:nth-child(1), .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li:nth-child(2), .single-product > div.product .woocommerce-product-gallery .flex-control-nav li:nth-child(2), .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li:nth-child(3), .single-product > div.product .woocommerce-product-gallery .flex-control-nav li:nth-child(3), .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li:nth-child(4), .single-product > div.product .woocommerce-product-gallery .flex-control-nav li:nth-child(4) {
	display: block;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a {
	font-size: 0px;
	width: 42px;
	height: 42px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: var(--secondary-color);
	border: 2px solid var(--secondary-color);
	border-radius: 42px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:before {
	content: "\f136";
	font-family: "Caseicon";
	font-size: 14px;
	display: inline-flex;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
	background-color: var(--fourth-color);
	border-color: var(--fourth-color);
	color: #576903;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
	left: 28%;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
	right: 0;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	position: relative;
	display: block;
}
@media screen and (min-width: 1260px) {
	.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a img, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
		max-width: 560px;
		max-height: 565px;
		width: auto;
	}
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev {
	left: 24%;
	opacity: 1;
	visibility: visible;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next {
	right: 22px;
	opacity: 1;
	visibility: visible;
}
.single-product #pxl-content-area div.product .entry-summary > .woosc-btn, .single-product > div.product .entry-summary > .woosc-btn, .single-product #pxl-content-area div.product .entry-summary > .woosw-btn, .single-product > div.product .entry-summary > .woosw-btn {
	display: none !important;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: var(--secondary-color);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before {
	content: "\f12f";
	font-family: "Caseicon";
	margin: 0 5px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover, .single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus {
	background: var(--primary-color);
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-rating, .single-product > div.product .entry-summary .woocommerce-sg-product-rating {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-rating .woosw-btn, .single-product > div.product .entry-summary .woocommerce-sg-product-rating .woosw-btn {
	font-size: 15px;
	color: var(--third-color);
	line-height: 1.1;
	padding-left: 22px;
	background-color: initial;
	text-transform: capitalize;
	position: relative;
	font-weight: 400;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-rating .woosw-btn:before, .single-product > div.product .entry-summary .woocommerce-sg-product-rating .woosw-btn:before {
	position: absolute;
	font-family: "font awesome 5 free" !important;
	content: "\f004" !important;
	top: 50%;
	left: 1px;
	color: var(--secondary-color);
	transform: translatey(-50%);
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating, .single-product > div.product .entry-summary .woocommerce-product-rating {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .star-rating, .single-product > div.product .entry-summary .woocommerce-product-rating .star-rating {
	margin: 0;
	width: 100px;
	height: 20px;
	letter-spacing: 5px;
	font-size: 15px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
	font-size: 0 !important;
}
.single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
	font-size: 40px;
	margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
	.single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
		margin-top: -12px;
	}
}
@media screen and (max-width: 767px) {
	.single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
		font-size: 28px;
	}
}
.single-product #pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
	font-size: 28px;
	line-height: 1;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	color: var(--primary-color);
}
.single-product #pxl-content-area div.product .entry-summary .price ins, .single-product > div.product .entry-summary .price ins {
	margin-right: 22px;
	color: inherit;
	text-decoration: none;
}
.single-product #pxl-content-area div.product .entry-summary .price del, .single-product > div.product .entry-summary .price del {
	color: var(--primary-color);
}
.single-product #pxl-content-area div.product .entry-summary .price del .amount, .single-product > div.product .entry-summary .price del .amount {
	color: var(--primary-color);
}
.single-product #pxl-content-area div.product .entry-summary .price .amount, .single-product > div.product .entry-summary .price .amount {
	color: var(--primary-color);
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
	margin-bottom: 35px;
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
		font-size: 16px;
	}
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button, .single-product > div.product .entry-summary .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 35px;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 52px;
	text-transform: capitalize;
	margin-right: 15px;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button:before, .single-product > div.product .entry-summary .single_add_to_cart_button:before {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	border-radius: 20px;
	border: 1px solid #fff;
	content: "+";
	font-weight: 600;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading, .single-product > div.product .entry-summary .single_add_to_cart_button.loading {
	padding-right: 80px;
	opacity: 1;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading:before, .single-product > div.product .entry-summary .single_add_to_cart_button.loading:before {
	color: transparent;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading:after, .single-product > div.product .entry-summary .single_add_to_cart_button.loading:after {
	color: #fff;
	top: 0;
	right: 20px;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.added:after, .single-product > div.product .entry-summary .single_add_to_cart_button.added:after {
	display: none;
}
.single-product #pxl-content-area div.product .entry-summary .added_to_cart, .single-product > div.product .entry-summary .added_to_cart {
	font-size: 13px;
	font-weight: 600;
	padding: 0;
	background-color: #fff;
	color: var(--secondary-color);
	width: 55px;
	font-size: 0;
}
.single-product #pxl-content-area div.product .entry-summary .added_to_cart:after, .single-product > div.product .entry-summary .added_to_cart:after {
	width: 55px;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background-color: var(--fifth-color);
	content: "";
	content: "\f101";
	font-family: Caseicon;
	position: absolute;
	top: 0;
	right: 0;
}
.single-product #pxl-content-area div.product .entry-summary .added_to_cart:hover, .single-product > div.product .entry-summary .added_to_cart:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
	overflow: visible;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 575px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
		border-bottom: none;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before {
	border-color: rgba(23, 22, 22, 0.2);
	margin-top: 1px;
}
@media screen and (max-width: 767px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before {
		display: none !important;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs:after {
	display: none !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
	margin: 0px 60px 0 0;
	padding: 0;
	border: none;
	background-color: transparent;
	position: relative;
	z-index: 99;
}
@media screen and (max-width: 1200px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
		margin: 0px 30px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
		margin: 10px 0 0;
		width: 100%;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:after {
	display: none !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
	padding: 0px;
	font-size: 20px;
	line-height: 54px;
	color: var(--secondary-color);
	font-weight: 400;
	position: relative;
	z-index: 99;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
		display: block;
		text-align: center;
		line-height: 40px;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	border-radius: 0;
	border-bottom: 2px solid transparent;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover {
	color: var(--secondary-color);
	font-weight: bold;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a:before, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover:before {
	border-bottom-color: var(--primary-color);
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
	font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
		font-size: 17px;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
	display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
	padding-top: 36px;
	margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
	border: 1px solid #dee2e6;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	border-bottom: 1px solid #dee2e6;
	font-family: inherit;
	color: #152136;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	border-left: 1px solid #dee2e6;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
	margin-bottom: 0px !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list, .single-product > div.product .woocommerce-tabs .tab-product-feature-list {
	font-size: 18px;
	line-height: 34px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
	font-weight: 600;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .line-gap, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
	margin: 0;
	width: 100%;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
	font-size: 15px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p {
	padding: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes {
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.02);
	border: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes th, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes td {
	border: none;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) td, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) th {
	background-color: transparent;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel {
	padding-top: 40px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
	margin-bottom: 8px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
	width: 64%;
	padding: 0 15px;
}
@media screen and (max-width: 991px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
		width: 55%;
	}
}
@media screen and (max-width: 767px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
		width: 100%;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
	width: 36%;
	padding: 0 15px;
}
@media screen and (max-width: 991px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
		width: 45%;
	}
}
@media screen and (max-width: 767px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
		width: 100%;
		margin-top: 40px;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
	font-size: 26px;
	margin-top: -2px;
	margin-bottom: 29px;
	text-transform: uppercase;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title {
	display: block;
	font-size: 26px;
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 12px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
	display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
	padding: 32px 30px;
	background-color: transparent;
	border: 1px solid rgba(58, 58, 58, 0.15);
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea {
	border-color: transparent;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input:focus, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input:focus, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea:focus, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea:focus {
	border-color: var(--fourth-color);
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes {
	font-size: 16px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p {
	margin-bottom: 12px;
	width: 100%;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-notes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-notes {
	margin-bottom: 22px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-form-rating {
	margin-top: 4px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-cookies-consent, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-cookies-consent {
	color: rgba(45, 45, 45, 0.8);
	line-height: 1.625;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form #comment, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form #comment {
	height: 172px;
	min-height: 172px;
	font-size: 17px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment {
	border: 1px solid #ddd;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author:focus, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author:focus, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email:focus, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email:focus, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment:focus, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment:focus {
	border-color: var(--fourth-color);
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author label, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email label, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment label {
	display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit {
	text-align: left;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit input[type="submit"], .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit input[type="submit"] {
	line-height: 52px;
	padding: 0 32px;
	border-radius: 35px;
	font-size: 20px;
	text-transform: capitalize;
	background-color: var(--primary-color);
	color: #fff;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit input[type="submit"]:hover, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit input[type="submit"]:hover {
	background: var(--secondary-color);
	color: #fff;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px 0 15px 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label {
	font-size: 16px;
	color: #2d2d2d;
	display: block;
	margin: 0 10px 0 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars {
	display: inline-flex;
	font-size: 16px;
	margin: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span {
	display: inline-flex;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a {
	margin: 0 2px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a {
	color: rgba(45, 45, 45, 0.8);
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a {
	color: #f2994a;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
	padding: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
	position: relative;
	margin-bottom: 15px;
	padding: 30px 30px 38px 20px;
	background-color: #f5f6f6;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating {
	font-size: 16px;
	margin-right: -10px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
	position: absolute;
	right: 0;
	top: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
	display: none;
}
@media screen and (max-width: 991px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
		position: static;
		margin-bottom: 8px;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
	position: relative;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
	padding: 0;
	width: 78px;
	-webkit-border-radius: 78px;
	-khtml-border-radius: 78px;
	-moz-border-radius: 78px;
	-ms-border-radius: 78px;
	-o-border-radius: 78px;
	border-radius: 78px;
	border: none;
}
@media screen and (max-width: 575px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
		width: 60px;
		border: none;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description {
	font-size: 17px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child {
	margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
	border: none;
	padding: 0 0 0 102px;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
		float: none;
	}
}
@media screen and (max-width: 575px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
		padding-left: 80px;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
	margin: 0 0 12px;
	font-size: 16px;
}
@media screen and (max-width: 575px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
		margin-top: 10px;
	}
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
	display: block;
	font-size: 13px;
	color: var(--third-color);
	font-weight: 500;
	line-height: 22px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
	color: #000;
	display: block;
	line-height: 1;
	margin-top: 8px;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 600;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
	display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child {
	margin-bottom: 0;
}
.single-product #pxl-content-area div.product .quantity, .single-product > div.product .quantity {
	margin-right: 15px;
	float: none;
}
.single-product #pxl-content-area div.product .product_meta, .single-product > div.product .product_meta {
	color: #0b1a1d;
	font-weight: 500;
	font-size: 17px;
	padding-bottom: 25px;
	margin-bottom: 32px;
	position: relative;
}
.single-product #pxl-content-area div.product .product_meta > span, .single-product > div.product .product_meta > span {
	display: block;
	margin-top: 16px;
}
.single-product #pxl-content-area div.product .product_meta > span span, .single-product > div.product .product_meta > span span, .single-product #pxl-content-area div.product .product_meta > span a, .single-product > div.product .product_meta > span a {
	color: #5a5a5a;
	font-size: 15px;
	text-transform: capitalize;
}
.single-product #pxl-content-area div.product .product_meta > span a:hover, .single-product > div.product .product_meta > span a:hover {
	color: var(--primary-color);
}
.single-product .up-sells.upsells {
	margin-top: 52px;
}
.single-product .up-sells.upsells > h2 {
	font-size: 32px;
	margin-bottom: 23px;
}
.single-product .product-type-external .woocommerce-sg-product-button, .single-product .product-type-grouped .woocommerce-sg-product-button {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.single-product .product-type-grouped form.cart .button {
	white-space: nowrap;
}
@media screen and (max-width: 1200px) {
	.single-product .product-type-grouped .quantity .qty {
		width: 80px !important;
	}
}
@media screen and (min-width: 768px) {
	.single-product.header-sticky #pxl-content-area div.product .entry-summary {
		top: 120px;
	}
	.single-product.header-sticky.admin-bar #pxl-content-area div.product .entry-summary {
		top: 150px;
	}
}
.pswp {
	z-index: 999999;
}
.pswp .pswp__caption {
	display: none;
}
.pswp .pswp__bg {
	background-color: rgba(0, 0, 0, 0.76);
}
.pswp .pswp__top-bar {
	opacity: 1;
	background-color: transparent;
}
.pswp .pswp__ui .pswp__button {
	opacity: 1 !important;
}
.pswp .pswp__ui .pswp__button:before {
	font-family: "Caseicon";
	background: none;
	color: #fff;
	display: inline-flex;
	line-height: 30px;
	justify-content: center;
}
.pswp .pswp__ui .pswp__button--arrow--left:before {
	content: "\f136";
}
.pswp .pswp__ui .pswp__button--arrow--right:before {
	content: "\f14d";
}
body.woocommerce-cart .pxl-entry-content > .woocommerce {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-cart-form {
	flex-grow: 1;
	padding: 0 15px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals {
	width: 100%;
	max-width: 370px;
	padding: 0 15px;
}
@media screen and (max-width: 1025px) {
	body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals {
		max-width: 100%;
	}
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals {
	width: 100%;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 15px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-info, body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
	width: 100%;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-empty.woocommerce-info {
	width: 100%;
	text-align: left;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .return-to-shop {
	width: 100%;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
	padding: 112px 0 0;
	background-color: transparent;
	border: none;
	text-align: center !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
	content: "\f145";
	font-family: "Caseicon";
	width: 100px;
	height: 100px;
	border-radius: 100px;
	line-height: 100px;
	font-size: 100px;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	color: rgba(0, 0, 0, 0.14);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
	border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
	font-size: 15px;
	font-weight: 700;
	color: #333;
	padding: 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
	text-align: left;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
	border-bottom: none;
	padding-left: 0;
	padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
	height: 52px;
	padding: 0 20px;
	min-width: 180px;
	font-size: 16px;
	border-radius: 35px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
	color: #222;
	border-color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
	float: right;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
	color: #152136;
	font-size: 16px;
	font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
	color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button {
	display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
	display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
	color: #152136;
	font-size: 16px;
	font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
	color: #152136;
	background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
	text-align: center !important;
	min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
	display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
	width: 100%;
	max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
	margin-bottom: 40px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
@media screen and (max-width: 769px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
		background-color: #fff !important;
	}
}
body.woocommerce-cart .cart-collaterals .cart_totals {
	background-color: #fff;
	padding: 40px 50px;
	-webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
	-khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	width: 33.33%;
}
@media screen and (max-width: 991px) {
	body.woocommerce-cart .cart-collaterals .cart_totals {
		width: 50%;
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 991px) {
	body.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 30px;
		width: 100%;
	}
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
	font-size: 24px;
	border-bottom: 1px solid rgba(96, 101, 104, 0.15);
	margin-bottom: 20px;
	padding-bottom: 14px;
	text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals th {
	vertical-align: middle !important;
	border: none !important;
	color: inherit;
	font-weight: normal;
	padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td {
	border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
	border: none !important;
	padding: 12px 10px;
	text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong {
	font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
	color: #222;
	font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
	border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
	margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
	color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
	content: '\f2f9';
	margin-left: 9px;
	font-family: "Material-Design-Iconic-Font";
	position: relative;
	top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
	padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	border-radius: 35px;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
	text-align: right;
}
.woocommerce-checkout a.showcoupon, .woocommerce-checkout a.woocommerce-privacy-policy-link, .woocommerce-checkout .woocommerce-terms-and-conditions-link {
	color: #111;
	text-decoration: underline;
	font-weight: 500;
}
.woocommerce-checkout a.showcoupon:hover, .woocommerce-checkout a.woocommerce-privacy-policy-link:hover, .woocommerce-checkout .woocommerce-terms-and-conditions-link:hover {
	color: var(--primary-color);
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
	width: 100%;
	font-size: 16px;
	padding: 0 15px;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout strong {
	font-weight: 500;
	color: #2d2d2d;
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout .woocommerce-message, .woocommerce-checkout .woocommerce-info {
		padding-bottom: 24px;
	}
}
.woocommerce-checkout form.checkout_coupon {
	border: 1px none;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	padding: 24px 30px 30px 30px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout form.checkout_coupon {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
	width: 50%;
	padding-right: 20px;
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout form.checkout_coupon .form-row-first {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px !important;
	}
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout form.checkout_coupon .form-row-last {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 575px) {
	.woocommerce-checkout form.checkout_coupon .form-row-last button.button {
		width: 100%;
	}
}
.woocommerce-checkout form.checkout_coupon #coupon_code {
	border-color: rgba(204, 204, 204, 0.7);
	height: 52px;
	border-radius: 35px;
	font-size: 16px;
	padding: 0 35px;
}
.woocommerce-checkout form.checkout_coupon #coupon_code:focus {
	border-color: var(--primary-color);
}
.woocommerce-checkout form.checkout_coupon > .form-row {
	margin-bottom: 0;
	padding-bottom: 0;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.woocommerce-checkout #customer_details {
	width: 60%;
	padding: 0 35px 0 15px;
}
@media screen and (max-width: 1200px) {
	.woocommerce-checkout #customer_details {
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout #customer_details {
		width: 100%;
	}
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
	width: 100%;
	flex: inherit;
	max-width: 100%;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout #customer_details {
		margin: 0;
	}
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
	width: 100%;
	display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
	margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
	font-size: 40px;
	margin-bottom: 24px;
	text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
	.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
		font-size: 32px;
	}
}
@media screen and (max-width: 575px) {
	.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
		font-size: 28px;
	}
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	margin-bottom: 44px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
	font-size: 40px;
	margin-bottom: 32px;
	text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
	.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
		font-size: 32px;
	}
}
@media screen and (max-width: 575px) {
	.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
		font-size: 28px;
	}
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
	font-size: 24px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
	color: var(--primary-color);
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
	position: absolute;
	opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
	content: "\f01a";
	font-family: FontAwesome;
	margin-left: 14px;
	font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
	display: none !important;
}
.woocommerce-checkout #customer_details #billing_country_field textarea, .woocommerce-checkout #customer_details #shipping_country_field textarea, .woocommerce-checkout #customer_details #billing_address_1_field textarea, .woocommerce-checkout #customer_details #shipping_address_1_field textarea, .woocommerce-checkout #customer_details #order_comments_field textarea {
	padding: 18px 30px;
}
.woocommerce-checkout form.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.woocommerce-checkout form.woocommerce-checkout input, .woocommerce-checkout form.woocommerce-checkout textarea {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout form.woocommerce-checkout label {
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 8px;
}
.woocommerce-checkout form.woocommerce-checkout .form-row-first {
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout form.woocommerce-checkout .form-row-first {
		padding-right: 0;
	}
}
.woocommerce-checkout form.woocommerce-checkout .form-row-last {
	padding-left: 10px;
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout form.woocommerce-checkout .form-row-last {
		width: 100%;
		padding-left: 0;
	}
}
.woocommerce-checkout form.woocommerce-checkout .form-row-last, .woocommerce-checkout form.woocommerce-checkout .form-row-first {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout form.woocommerce-checkout .form-row-last, .woocommerce-checkout form.woocommerce-checkout .form-row-first {
		width: 100%;
	}
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 28px;
	text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
	.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
		font-size: 32px;
	}
}
@media screen and (max-width: 575px) {
	.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
		font-size: 28px;
	}
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
	width: 40%;
	padding: 0 15px;
	margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
	.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
		width: 100%;
	}
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .pxl-order-review-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .blockUI {
	background-color: transparent;
}
.woocommerce-checkout form.woocommerce-checkout #order_review {
	background-color: rgba(0, 0, 0, 0.037);
	padding: 34px 40px 40px 40px;
	border-radius: 10px;
}
@media screen and (max-width: 1200px) {
	.woocommerce-checkout form.woocommerce-checkout #order_review {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
	font-weight: 600;
	vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
	border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
	border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
	border: none;
	margin: 0;
	font-size: 16px;
	color: #2d2d2d;
	background-color: transparent;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
	border: none;
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal th {
	text-transform: uppercase;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td {
	text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total th {
	text-transform: uppercase;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total th {
	border-bottom: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
	text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-total {
	text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name {
	padding-right: 20px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name strong {
	font-weight: 400;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
	margin-top: 5px;
	padding: 0;
	background-color: transparent;
	border: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment label {
	font-size: 16px;
	color: #2d2d2d;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods div.payment_box {
	font-size: 14px;
	line-height: 24px;
	color: rgba(45, 45, 45, 0.7);
	background-color: #fff;
	margin-bottom: 23px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods div.payment_box:before {
	border-bottom-color: #fff;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method {
	padding-top: 4px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label {
	cursor: pointer;
	position: relative;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label:before {
	content: '';
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-radius: 16px;
	position: absolute;
	top: 2px;
	left: -35px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label:after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	position: absolute;
	left: -30px;
	top: 7px;
	background-color: var(--primary-color);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input {
	opacity: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input[type="radio"]:checked + label:before {
	border-color: var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input[type="radio"]:checked + label:after {
	opacity: 1;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .form-row.place-order {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order.button {
	float: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper {
	margin-top: 22px;
	font-size: 16px;
	margin-bottom: 30px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .wp-block-heading {
	font-size: 24px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	display: block;
	width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
	width: 30%;
	float: left;
	padding: 0 15px;
}
@media screen and (max-width: 767px) {
	.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 60px;
	}
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #eaeaea;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 0;
	color: #222;
	position: relative;
	display: block;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--primary-color);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:before {
	content: "\f14d";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	font-family: "Caseicon";
	color: var(--primary-color);
	margin-left: -16px;
	font-size: 10px;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover {
	color: inherit;
	padding-left: 20px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
	margin-left: 0;
	opacity: 1;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 70%;
	float: left;
}
@media screen and (max-width: 767px) {
	.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content {
		width: 100%;
		margin-bottom: 0;
	}
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .col-1, .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .col-2 {
	flex: inherit;
	max-width: inherit;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .form-row label {
	width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
	width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
	border: none;
	background-color: #fff;
	padding: 27px 30px 30px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgba(22, 35, 43, 0.1);
	max-width: 670px;
	margin: 0px auto 50px auto;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
	-khtml-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
	-moz-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
	-ms-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
	-o-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
	box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
}
@media screen and (max-width: 1200px) {
	.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
		padding: 28px 20px;
	}
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label {
	font-size: 20px;
	line-height: 1.55555;
	color: #0a1320;
	margin-bottom: 13px;
	font-weight: 500;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .required {
	color: var(--primary-color);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input {
	display: block;
	width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input {
	width: 30px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input:after {
	margin: 0;
	color: rgba(0, 0, 0, 0.5);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input .show-password-input:hover:after {
	color: #000;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-Button.button {
	margin-right: 16px;
	height: auto;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword {
	margin-bottom: 0;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword a {
	font-size: 16px;
	text-decoration: underline;
	color: #000;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword a:hover {
	color: var(--primary-color);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text {
	padding-bottom: 17px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text a {
	color: #000;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-privacy-policy-text a:hover {
	color: var(--primary-color);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
	padding: 0;
	position: relative;
	margin: 4px 0 28px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
	font-size: 18px;
	color: #0a1320;
	display: inline-flex;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
	font-weight: 500;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span:before {
	content: '';
	width: 28px;
	height: 28px;
	border: 1px solid rgba(22, 29, 57, 0.1);
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	border-radius: 28px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span:after {
	content: "\f112";
	font-family: "Caseicon";
	color: #000;
	position: absolute;
	top: 50%;
	left: 7px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 14px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox #rememberme {
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox #rememberme:checked + span:after {
	opacity: 1;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-button.button {
	padding-left: 44px;
	padding-right: 44px;
	background-color: var(--primary-color);
	border-radius: 10px;
	color: #fff;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-register {
	font-size: 16px;
	line-height: 1.625;
	color: rgba(45, 45, 45, 0.8);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-notices-wrapper + h2 {
	text-align: center;
	font-size: 24px;
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login {
	margin: 0 -25px;
	width: inherit;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
	.woocommerce-account #pxl-main #pxl-content-area #customer_login {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login > div {
	padding-left: 25px;
	padding-right: 25px;
}
@media screen and (max-width: 1200px) {
	.woocommerce-account #pxl-main #pxl-content-area #customer_login > div {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
	font-size: 42px;
	margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
	.woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
		font-size: 32px;
	}
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1, .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
	width: 50%;
	flex: inherit;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.woocommerce-account #pxl-main #pxl-content-area #customer_login {
		margin: 0;
	}
	.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1, .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
		width: 100%;
		padding: 0;
	}
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-password-strength.bad {
	background-color: transparent;
	padding: 8px 0;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-row span em {
	margin-top: 8px;
	display: block;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-row label {
	display: block;
	margin-bottom: 12px;
	line-height: normal;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-EditAccountForm fieldset {
	padding: 30px;
	margin-bottom: 20px;
}
.pxl--mask-woo, .pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .onsale, .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .onsale {
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.pxl-product-grid.layout-1 .pxl-grid-item, .pxl-product-carousel.layout-1 .pxl-grid-item {
	padding-top: 0;
}
.pxl-product-grid.layout-1 .pxl-grid-item > button, .pxl-product-carousel.layout-1 .pxl-grid-item > button {
	display: none;
}
.pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link, .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .onsale, .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .onsale {
	background-color: var(--primary-color);
	padding: 0px 10px;
	position: static;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	opacity: 1;
}
.pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link span, .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link span {
	display: block;
}
.pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail, .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail, .pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .star-rating, .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .star-rating, .pxl-product-grid.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .price, .pxl-product-carousel.layout-1 .pxl-grid-item .woocommerce-LoopProduct-link .price {
	display: none;
}
.pxl-product-grid.layout-1 .woocommerce-product-header, .pxl-product-carousel.layout-1 .woocommerce-product-header {
	overflow: hidden;
	background-color: #f7f7f7;
	padding: 25px 15px;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
}
.pxl-product-grid.layout-1 .woocommerce-product-header:after, .pxl-product-carousel.layout-1 .woocommerce-product-header:after {
	background-color: rgba(var(--secondary-color-rgb),0.5);
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 1;
	opacity: 0;
	transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-product-grid.layout-1 .woocommerce-product-header img, .pxl-product-carousel.layout-1 .woocommerce-product-header img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	width: 100%;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 0 !important;
	transform: scale(1.01);
}
.pxl-product-grid.layout-1 .woocommerce-product-header a.woocommerce-product-details, .pxl-product-carousel.layout-1 .woocommerce-product-header a.woocommerce-product-details {
	display: block;
}
.pxl-product-grid.layout-1 .woocommerce-add-to-cart-list, .pxl-product-carousel.layout-1 .woocommerce-add-to-cart-list {
	display: none;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner, .pxl-product-carousel.layout-1 .woocommerce-product-inner {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 20px;
	border-radius: 10px;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart, .pxl-product-grid.layout-1 .woocommerce-product-inner .woosw-btn, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woosw-btn {
	opacity: 0;
	transform-origin: top center;
	-webkit-transform-origin: top center;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	transform: scale(0.5);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woosw-btn, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woosw-btn {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woosw-btn:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woosw-btn:before {
	margin-right: 0;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a {
	font-size: 0px;
	font-weight: 400;
	margin-top: 0 !important;
	padding: 0px;
	line-height: 35px;
	border: none;
	width: 100%;
	background-color: #f8f8f8;
	width: 35px;
	height: 35px;
	color: var(--secondary-color);
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail a i, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail a i, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a i, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a i {
	font-size: 16px;
	line-height: 1;
	position: relative;
	margin: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woosw-btn, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woosw-btn {
	width: 35px;
	height: 35px;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8;
	padding: 0;
	border-radius: 0;
	color: var(--secondary-color);
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woosw-btn:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woosw-btn:before {
	font-size: 16px;
	font-family: Caseicon;
	content: "\f12f";
	margin-right: 0;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woosw-btn:hover, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woosw-btn:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a {
	background-color: #f8f8f8;
	color: var(--secondary-color);
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a i, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a i {
	font-size: 18px;
	color: #576903;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a:hover, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a:hover {
	background-color: var(--primary-color);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a:hover i, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-add-to-cart a:hover i {
	color: #fff;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail a {
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8;
	border-radius: 0;
	color: var(--secondary-color);
	mask-image: url(../img/thumb-mask.png);
	-webkit-mask-image: url(../img/thumb-mask.png);
	-ms-mask-image: url(../img/thumb-mask.png);
	-o-mask-image: url(../img/thumb-mask.png);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail a i, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail a i {
	font-size: 15px;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .btn-detail a:hover, .pxl-product-carousel.layout-1 .woocommerce-product-inner .btn-detail a:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woo-product-meta, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woo-product-meta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	z-index: 2;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woo-product-meta > div, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woo-product-meta > div {
	margin-left: 3px;
	margin-right: 3px;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
	align-items: center;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price .amount, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price .amount {
	color: inherit;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price del, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price del {
	color: var(--fifth-color);
	font-weight: 500;
	opacity: 1;
	font-size: 16px;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price del .amount, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price del .amount {
	color: inherit;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price del + ins, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price del + ins {
	font-size: 18px;
	margin-left: 0px;
	margin-right: 10px;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price ins, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price ins {
	background-color: transparent;
	font-size: 18px;
	font-weight: inherit;
	text-decoration: unset;
	padding: 0;
	margin-right: 5px;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product--title {
	padding: 0px !important;
	font-size: 20px;
	margin-bottom: 10px;
	color: var(--third-color);
	font-weight: 600;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product--title a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product--title a {
	color: inherit;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner:hover .btn-detail, .pxl-product-carousel.layout-1 .woocommerce-product-inner:hover .btn-detail, .pxl-product-grid.layout-1 .woocommerce-product-inner:hover .woocommerce-add-to-cart, .pxl-product-carousel.layout-1 .woocommerce-product-inner:hover .woocommerce-add-to-cart, .pxl-product-grid.layout-1 .woocommerce-product-inner:hover .woosw-btn, .pxl-product-carousel.layout-1 .woocommerce-product-inner:hover .woosw-btn {
	opacity: 1;
	transform: scale(1);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner:hover .woocommerce-product-header:after, .pxl-product-carousel.layout-1 .woocommerce-product-inner:hover .woocommerce-product-header:after {
	opacity: 1;
	z-index: 1;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner:hover .woocommerce-product--title a, .pxl-product-carousel.layout-1 .woocommerce-product-inner:hover .woocommerce-product--title a {
	color: var(--primary-color);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner:hover .woo-product-meta, .pxl-product-carousel.layout-1 .woocommerce-product-inner:hover .woo-product-meta {
	opacity: 1;
}
.pxl-product-grid.layout-1 .pxl-grid-item {
	margin-bottom: 50px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.pxl-product-grid.layout-1 .pxl-grid-pagination {
	justify-content: center;
}
.pxl-product-grid.layout-1 .pxl-load-more {
	display: flex;
	width: 100%;
	justify-content: center;
}
.pxl-product-grid.layout-1 .pxl-load-more .pxl-btn {
	display: inline-flex;
	line-height: 58px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: var(--primary-color);
	padding-left: 35px;
	padding-right: 35px;
	padding: 0 35px;
	color: #fff;
}
.pxl-product-grid.layout-1 .pxl-load-more .pxl-btn .btn-icon {
	margin-right: 10px;
}
.pxl-product-grid.layout-1 .pxl-load-more .pxl-btn:hover {
	background-color: #333;
}
.pxl-product-grid.layout-1 .grid-filter-wrap {
	justify-content: center;
	margin-bottom: 55px;
	flex-wrap: wrap;
}
.pxl-product-grid.layout-1 .filter-item {
	text-transform: uppercase;
	padding: 20px 25px 25px;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	cursor: pointer;
}
.pxl-product-grid.layout-1 .filter-item:after {
	width: 16px;
	height: 0px;
	background-color: transparent;
	position: absolute;
	bottom: -9px;
	left: 50%;
	content: "";
	display: block;
	-webkit-transform: translateX(-50%);
	-khtml-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	-webkit-transition: all 300ms ease;
	-khtml-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.pxl-product-grid.layout-1 .filter-item.active {
	color: var(--primary-color);
	border-bottom-color: var(--primary-color);
}
.pxl-product-grid.layout-1 .filter-item.active:after {
	height: 8px;
	background-color: var(--primary-color);
}
.pxl-product-grid .pxl-load-more {
	margin-top: 20px;
}
.pxl-product-grid .pxl-btn {
	cursor: pointer;
}
.pxl-product-carousel {
	/* All Notices */
}
.pxl-product-carousel .container-custom {
	max-width: 1170px;
	margin: 0 auto 55px;
}
@media screen and (min-width: 768px) {
	.pxl-product-carousel .container-custom {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
.pxl-product-carousel .container-custom .el--title {
	font-size: 32px;
	margin-bottom: 0;
	color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
	.pxl-product-carousel .container-custom .el--title {
		font-size: 30px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-product-carousel .container-custom .el--title {
		margin-bottom: 30px;
	}
}
.pxl-product-carousel .container-custom .wp-arrow {
	display: flex;
	align-items: center;
}
.pxl-product-carousel .container-custom .wp-arrow .pxl-swiper-arrow {
	position: static;
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	color: var(--third-color);
}
.pxl-product-carousel .container-custom .wp-arrow .pxl-swiper-arrow + .pxl-swiper-arrow {
	margin-left: 10px;
}
.pxl-product-carousel .container-custom .wp-arrow .pxl-swiper-arrow:hover {
	color: #000;
}
.woocommerce-MyAccount-content .woocommerce-info {
	text-align: center;
	padding: 24px 30px 90px 30px;
	border-radius: 5px;
}
.woocommerce-MyAccount-content .woocommerce-info:before {
	display: none;
}
.woocommerce-MyAccount-content .woocommerce-info a.button {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}
body #yith-wcwl-popup-message {
	margin-left: -108px;
	display: none;
	bottom: 30px;
	top: auto;
	right: 30px;
	left: auto;
	background-color: var(--primary-color);
	border-radius: 3px;
	border: none;
	color: #fff;
	padding: 0 20px;
}
body #yith-quick-view-modal .yith-quick-view-overlay {
	background-color: rgba(0, 0, 0, 0.85);
}
body #yith-quick-view-modal .yith-wcqv-main {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
	color: rgba(0, 0, 0, 0.2);
	opacity: 1;
	border: none;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 0px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
	content: "\f410";
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
	color: var(--primary-color);
}
body #yith-quick-view-modal .onsale {
	top: 29px !important;
}
body #yith-quick-view-modal #yith-quick-view-content div.images {
	padding: 15px;
	margin-bottom: 0;
	width: 50%;
}
@media screen and (max-width: 575px) {
	body #yith-quick-view-modal #yith-quick-view-content div.images {
		width: 100%;
		margin-bottom: 30px;
	}
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
	padding: 30px 30px 15px 15px;
	width: 50%;
}
@media screen and (max-width: 575px) {
	body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
		width: 100%;
	}
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
	font-size: 30px;
	margin-bottom: 5px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-rating {
	margin-bottom: 10px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
	font-size: 23px;
	font-weight: 400;
	color: var(--secondary-color);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price del {
	color: #666;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins {
	color: inherit;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
	border-top: 1px solid #f7f9fb;
	border-bottom: 1px solid #f7f9fb;
	padding: 18px 0;
	margin-bottom: 30px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: 600;
	color: #232323;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
	background-color: #f3f3f3;
	border: none;
	line-height: 40px;
	color: #6f6f6f;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
	font-size: 14px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
	background-color: var(--primary-color);
	color: #fff;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin: 0 5px 5px 0;
	opacity: 0.5;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
	border: 2px solid rgba(0, 0, 0, 0.2);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
	opacity: 1;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
	margin-bottom: 24px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as {
	display: block;
	font-weight: 600;
	font-size: 15px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a {
	color: var(--primary-color);
	margin-left: 7px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a:hover {
	color: var(--secondary-color);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in {
	display: none;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
	margin: 0 20px 0 0;
	padding: 0 12px;
	width: 70px;
	height: 52px;
	border: none;
}
.wishlist-title {
	width: 100%;
	text-align: center;
	margin: 0 0 45px;
}
.wishlist-title .button .fa {
	font-family: FontAwesome;
}
.hidden-title-form input + input {
	margin-top: 15px;
}
.hidden-title-form .btn {
	line-height: 51px !important;
}
.shop_table.cart.wishlist_table {
	margin-bottom: 0 !important;
}
#yith-wcwl-form tfoot td {
	display: none;
}
#yith-wcwl-form .product-stock-status {
	font-size: 16px;
	font-weight: 600;
}
#yith-wcwl-form .product-stock-status .wishlist-in-stock {
	color: var(--secondary-color) !important;
}
#yith-wcwl-form .wishlist-empty {
	text-align: center !important;
}
#yith-wcwl-form .product-add-to-cart {
	text-align: right !important;
}
#yith-wcwl-form .product-add-to-cart a.button {
	padding: 0 34px;
	display: inline-block !important;
}
#yith-wcwl-form .product-add-to-cart a.button.loading {
	padding-right: 30px;
}
#yith-wcwl-form .product-add-to-cart a.button.loading:after {
	top: 0 !important;
	right: 0px !important;
	text-indent: 0px;
	height: 50px !important;
	width: 50px !important;
	line-height: 50px !important;
	text-align: center !important;
}
#yith-wcwl-form .yith-wcwl-share {
	display: none;
}
@media screen and (max-width: 767px) {
	#yith-wcwl-form {
		overflow-x: scroll;
	}
	#yith-wcwl-form .cart.wishlist_table {
		min-width: 767px;
	}
}
#stripe-payment-data .form-row > label + div {
	width: 100%;
}
.woocommerce-lost-password {
	/* Product Wishlist Popup */
}
.woocommerce-lost-password .woocommerce-error {
	max-width: 440px;
	margin: auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
	max-width: 440px;
	margin: 10px auto 0 auto;
	border-radius: 0px;
	border: 1px solid rgba(22, 35, 43, 0.08);
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
	width: 100% !important;
	float: none !important;
	font-size: 16px;
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login {
	border-color: transparent;
	background-color: rgba(0, 0, 0, 0.05);
	color: rgba(45, 45, 45, 0.5);
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login:focus {
	border-color: var(--primary-color);
	color: #2d2d2d;
}
.woocommerce-lost-password .woocommerce-ResetPassword label {
	font-size: 20px;
	font-weight: 500;
	color: #0a1320;
	margin-bottom: 8px;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
	padding-left: 38px;
	padding-right: 38px;
}
.woocommerce-lost-password .woocommerce-form-row label {
	margin-bottom: 4px;
	font-weight: 500;
	color: #222;
}
.woocommerce-lost-password .pxl-entry-content > .woocommerce {
	max-width: 960px;
	margin: auto;
}
.woosw-popup {
	/* Product Wishlist Page */
}
@media screen and (min-width: 1201px) {
	.woosw-popup .woosw-popup-content {
		max-width: 560px !important;
	}
}
.woosw-popup .woosw-item--time {
	display: none;
}
.woosw-popup .woosw-item--actions a.button {
	line-height: 40px;
	padding: 0 12px;
	font-size: 12px;
	max-width: 140px;
	background-color: var(--fourth-color);
	color: var(--secondary-color);
}
.woosw-popup .woosw-item--actions a.button:hover {
	background-color: var(--fifth-color);
	color: #fff;
}
.woosw-popup .woosw-item .woosw-item--info .woosw-item--name {
	font-weight: 500;
}
.woosw-popup .woosw-item .woosw-item--info .woosw-item--name a {
	color: var(--secondary-color);
}
.woosw-popup .woosw-item .woosw-item--info .woosw-item--name a:hover {
	color: var(--fourth-color);
}
.woosw-popup .woosw-item .woosw-item--info .woosw-item--price ins .woocommerce-Price-amount {
	color: var(--fifth-color);
}
.woosw-popup .woosw-popup-content-bot a {
	color: #000;
	text-transform: capitalize;
}
.woosw-popup .woosw-popup-content-bot a:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.woosw-list {
	max-width: 860px;
	margin: auto;
	/* Product Quick View Popup */
}
.woosw-list .woosw-actions {
	display: none;
}
.woosw-list .woosw-popup-content-mid-massage {
	padding: 112px 0 0;
	background-color: transparent;
	border: none;
	text-align: center !important;
}
.woosw-list .woosw-popup-content-mid-massage:before {
	content: "\f145";
	font-family: "Caseicon";
	width: 100px;
	height: 100px;
	border-radius: 100px;
	line-height: 100px;
	font-size: 100px;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	color: rgba(0, 0, 0, 0.14);
	position: absolute;
}
.woosw-list table.woosw-items {
	border-left: none;
}
.woosw-list table.woosw-items td {
	border-right: none;
	background-color: transparent !important;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
	font-weight: 600;
	color: #000;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price {
	font-size: 15px;
	color: var(--primary-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price ins {
	background-color: transparent;
	color: inherit;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price del {
	color: #888;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--time {
	font-size: 15px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions {
	text-align: right;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button {
	min-width: 170px;
	text-align: center;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added {
	margin: 0 10px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added:after {
	display: none;
}
.woosq-popup .quantity .qty {
	width: auto;
}
.woosq-popup .woocommerce-product-details__short-description {
	margin-bottom: 22px;
}
.woosq-popup div.product .entry-summary {
	padding: 0;
}
.woosq-popup div.product .entry-summary .summary-content {
	padding-left: 30px;
	padding-right: 30px;
}
.woosq-popup div.product .entry-summary .entry-title {
	font-size: 32px;
}
.woosq-popup div.product .entry-summary .product_type_external {
	width: 100%;
	line-height: 50px;
	text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button {
	width: 100%;
	text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
	line-height: 50px;
	text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading {
	opacity: 1;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:before {
	content: '';
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border-color: transparent #fff transparent #fff;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	animation: pxl_spin 0.6s infinite linear;
	-webkit-animation: pxl_spin 0.6s infinite linear;
	box-sizing: border-box;
	z-index: 2;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:after {
	display: none;
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-info {
	padding: 20px 20px 80px 20px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.02);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
	border: 1px solid var(--primary-color);
	position: relative;
	text-align: center;
}
.woocommerce-notices-wrapper .woocommerce-message:before, .woocommerce-notices-wrapper .woocommerce-info:before {
	display: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-info a.button {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
	border-radius: 0px;
	margin-bottom: 30px;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner > svg {
	display: none;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
		justify-content: center;
		padding-bottom: 40px;
		position: relative;
	}
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button {
	flex-grow: 1;
	justify-content: flex-end;
	display: flex;
	background-color: transparent !important;
	line-height: normal;
	color: #000 !important;
}
@media screen and (max-width: 767px) {
	.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button {
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%, 0);
	}
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button:hover {
	text-decoration: underline;
	color: var(--primary-color) !important;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
	background-color: rgba(var(--primary-color-rgb),0.1);
	border-color: var(--primary-color);
}
.pxl-popup--close2 {
	position: absolute;
	top: 32px;
	right: 0;
	height: 60px;
	width: 320px;
	z-index: 10000;
	cursor: pointer;
}
.pxl-text--hide {
	display: none;
}
.wc-empty-cart-message {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}
.after-content, .pxl-blog-grid-layout1 .pxl-post--featured a.link-feature:after, .pxl-post-carousel1 .pxl-post--featured a.link-feature:after, .pxl-blog-grid-layout2 .pxl-post--featured a.link-feature:after, .pxl-post-carousel2 .pxl-post--featured a.link-feature:after, .pxl-blog-grid-layout1 .pxl-post--featured a.link-feature:after, .pxl-post-carousel1 .pxl-post--featured a.link-feature:after, .pxl-blog-grid-layout2 .pxl-post--featured a.link-feature:after, .pxl-post-carousel2 .pxl-post--featured a.link-feature:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	-webkit-transition: all 150ms linear 0ms;
	-khtml-transition: all 150ms linear 0ms;
	-moz-transition: all 150ms linear 0ms;
	-ms-transition: all 150ms linear 0ms;
	-o-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: 1;
}
.after-hover, .pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--featured a.link-feature:after, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--featured a.link-feature:after, .pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--featured a.link-feature:after, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--featured a.link-feature:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.pxl-blog-grid .pxl-pagination-wrap .pxl-pagination-links {
	margin-top: 30px;
}
.pxl-blog-grid-layout1 .pxl-post--featured, .pxl-post-carousel1 .pxl-post--featured {
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
	padding-top: 16px;
}
.pxl-blog-grid-layout1 .pxl-post--featured img, .pxl-post-carousel1 .pxl-post--featured img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-blog-grid-layout1 .pxl-post--featured a.link-feature, .pxl-post-carousel1 .pxl-post--featured a.link-feature {
	display: block;
	overflow: hidden;
}
.pxl-blog-grid-layout1 .pxl-post--date, .pxl-post-carousel1 .pxl-post--date {
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 15px;
	background-color: var(--fourth-color);
	min-width: 85px;
	text-align: center;
}
.pxl-blog-grid-layout1 .pxl-post--date .date-day, .pxl-post-carousel1 .pxl-post--date .date-day {
	font-size: 40px;
	font-weight: 500;
	color: #576903;
}
.pxl-blog-grid-layout1 .pxl-post--date .date-month, .pxl-post-carousel1 .pxl-post--date .date-month {
	font-size: 13px;
	width: 100%;
	padding: 5px 10px;
	background-color: var(--sixth-color);
	color: #fff;
}
.pxl-blog-grid-layout1 .pxl-post--button, .pxl-post-carousel1 .pxl-post--button {
	margin-top: 22px;
}
.pxl-blog-grid-layout1 .pxl-post--title, .pxl-post-carousel1 .pxl-post--title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.pxl-blog-grid-layout1 .pxl-post--title:before, .pxl-post-carousel1 .pxl-post--title:before, .pxl-blog-grid-layout1 .pxl-post--title:after, .pxl-post-carousel1 .pxl-post--title:after {
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0px;
	content: "";
	left: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-blog-grid-layout1 .pxl-post--title:before, .pxl-post-carousel1 .pxl-post--title:before {
	width: 90%;
	background-color: rgba(var(--third-color-rgb),0.3);
}
.pxl-blog-grid-layout1 .pxl-post--title:after, .pxl-post-carousel1 .pxl-post--title:after {
	width: 0%;
	background-color: var(--third-color);
}
.pxl-blog-grid-layout1 .pxl-post--meta, .pxl-post-carousel1 .pxl-post--meta {
	font-size: 15px;
	color: var(--third-color);
	font-weight: 400;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
	text-transform: capitalize;
	list-style: none;
}
.pxl-blog-grid-layout1 .pxl-post--meta a, .pxl-post-carousel1 .pxl-post--meta a {
	color: inherit;
}
.pxl-blog-grid-layout1 .pxl-post--meta a:hover, .pxl-post-carousel1 .pxl-post--meta a:hover {
	color: inherit;
}
.pxl-blog-grid-layout1 .pxl-post--meta .pxl-post--author a, .pxl-post-carousel1 .pxl-post--meta .pxl-post--author a {
	color: inherit;
}
.pxl-blog-grid-layout1 .pxl-post--meta .pxl-post--author a:hover, .pxl-post-carousel1 .pxl-post--meta .pxl-post--author a:hover {
	color: var(--primary-color);
}
.pxl-blog-grid-layout1 .pxl-post--meta li, .pxl-post-carousel1 .pxl-post--meta li {
	display: inline-flex;
	align-items: center;
}
.pxl-blog-grid-layout1 .pxl-post--meta li:before, .pxl-post-carousel1 .pxl-post--meta li:before {
	content: ".";
	display: inline-block;
}
.pxl-blog-grid-layout1 .pxl-post--meta li:last-child, .pxl-post-carousel1 .pxl-post--meta li:last-child {
	margin-right: 0;
}
.pxl-blog-grid-layout1 .post-button-video, .pxl-post-carousel1 .post-button-video {
	font-size: 18px;
	width: 70px;
	height: 70px;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout1 .pxl-item--holder, .pxl-post-carousel1 .pxl-item--holder {
		padding-left: 0;
		padding-right: 0;
	}
}
.pxl-blog-grid-layout1 .pxl-post--button .btn, .pxl-post-carousel1 .pxl-post--button .btn {
	font-size: 13px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
	padding-left: 0;
	padding-right: 25px;
	color: var(--secondary-color);
}
.pxl-blog-grid-layout1 .pxl-post--button .btn:before, .pxl-post-carousel1 .pxl-post--button .btn:before {
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0px;
	content: "";
	width: 40px;
	left: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	background-color: var(--fourth-color);
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.pxl-blog-grid-layout1 .pxl-post--button .btn .pxl--btn-text, .pxl-post-carousel1 .pxl-post--button .btn .pxl--btn-text {
	position: relative;
	top: 1px;
}
.pxl-blog-grid-layout1 .pxl-post--button .btn .pxl--btn-icon, .pxl-post-carousel1 .pxl-post--button .btn .pxl--btn-icon {
	height: 18px;
	width: 18px;
	right: 0px;
	position: absolute;
	background-color: transparent;
	font-size: 26px;
}
.pxl-blog-grid-layout1 .pxl-post--button .btn .pxl--btn-icon i, .pxl-post-carousel1 .pxl-post--button .btn .pxl--btn-icon i {
	color: var(--secondary-color);
	-webkit-transition: all 150ms linear 0ms;
	-khtml-transition: all 150ms linear 0ms;
	-moz-transition: all 150ms linear 0ms;
	-ms-transition: all 150ms linear 0ms;
	-o-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
}
.pxl-blog-grid-layout1 .pxl-post--button .btn .pxl--btn-icon i:before, .pxl-post-carousel1 .pxl-post--button .btn .pxl--btn-icon i:before {
	font-weight: normal;
}
.pxl-blog-grid-layout1 .pxl-post--button .btn:hover i, .pxl-post-carousel1 .pxl-post--button .btn:hover i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-blog-grid-layout1 .pxl-post--inner, .pxl-post-carousel1 .pxl-post--inner {
	margin-bottom: 15px;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--featured a.link-feature, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--featured a.link-feature {
	display: block;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--featured img, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--featured img {
	-webkit-transform: translateX(0px) scale(1.1);
	-khtml-transform: translateX(0px) scale(1.1);
	-moz-transform: translateX(0px) scale(1.1);
	-ms-transform: translateX(0px) scale(1.1);
	-o-transform: translateX(0px) scale(1.1);
	transform: translateX(0px) scale(1.1);
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title a, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title a {
	color: var(--fifth-color);
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title:before, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title:before, .pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title:after, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title:after {
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0px;
	content: "";
	left: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title:before, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title:before {
	background-color: rgba(var(--third-color-rgb),0);
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title:after, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title:after {
	width: 90%;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--button .btn:before, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--button .btn:before {
	width: 100%;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--button .btn .pxl--btn-icon, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--button .btn .pxl--btn-icon {
	color: var(--secondary-color);
}
.pxl-post-carousel1 .pxl-post--inner {
	margin-top: 25px;
}
@media screen and (min-width: 992px) {
	.pxl-post-carousel1 .pxl-carousel-inner {
		overflow: visible;
	}
}
@media screen and (min-width: 992px) {
	.pxl-post-carousel1 .pxl-swiper-container {
		padding: 0 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.pxl-post-carousel1 .pxl-swiper-container .pxl-swiper-slide {
		opacity: 0;
	}
	.pxl-post-carousel1 .pxl-swiper-container .pxl-swiper-slide.swiper-slide-visible {
		opacity: 1;
	}
}
.pxl-post-carousel1 .pxl-swiper-pagination-bullets {
	margin-top: 0px !important;
}
@media screen and (max-width: 1280px) {
	.pxl-post-carousel1.arrows-middle .pxl-swiper-arrow {
		border-radius: 0;
		opacity: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
	}
	.pxl-post-carousel1.arrows-middle:hover .pxl-swiper-arrow {
		opacity: 1;
	}
}
.pxl-blog-grid-layout2 .pxl-post--featured, .pxl-post-carousel2 .pxl-post--featured {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout2 .pxl-post--featured, .pxl-post-carousel2 .pxl-post--featured {
		margin-bottom: 25px;
	}
}
.pxl-blog-grid-layout2 .pxl-post--featured:before, .pxl-post-carousel2 .pxl-post--featured:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	z-index: 1;
	bottom: 0;
	pointer-events: none;
	-webkit-transition: all 300ms ease;
	-khtml-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--dark-color-rgb), 0.9) 20%), to(rgba(var(--secondary-color-rgb), 0.1) 70%));
	background-image: -webkit-linear-gradient(to top, rgba(var(--dark-color-rgb), 0.9) 20%, rgba(var(--secondary-color-rgb), 0.1) 70%);
	background-image: -moz-linear-gradient(to top, rgba(var(--dark-color-rgb), 0.9) 20%, rgba(var(--secondary-color-rgb), 0.1) 70%);
	background-image: -ms-linear-gradient(to top, rgba(var(--dark-color-rgb), 0.9) 20%, rgba(var(--secondary-color-rgb), 0.1) 70%);
	background-image: -o-linear-gradient(to top, rgba(var(--dark-color-rgb), 0.9) 20%, rgba(var(--secondary-color-rgb), 0.1) 70%);
	background-image: linear-gradient(to top, rgba(var(--dark-color-rgb), 0.9) 20%, rgba(var(--secondary-color-rgb), 0.1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(var(--dark-color-rgb), 0.9) 20%', endColorStr='rgba(var(--secondary-color-rgb), 0.1) 70%');
	transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-blog-grid-layout2 .pxl-post--featured img, .pxl-post-carousel2 .pxl-post--featured img {
	-webkit-transition: all 500ms linear 0ms;
	-khtml-transition: all 500ms linear 0ms;
	-moz-transition: all 500ms linear 0ms;
	-ms-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
}
.pxl-blog-grid-layout2 .pxl-post--featured a.link-feature, .pxl-post-carousel2 .pxl-post--featured a.link-feature {
	display: block;
	overflow: hidden;
}
.pxl-blog-grid-layout2 .pxl-post--date, .pxl-post-carousel2 .pxl-post--date {
	padding: 10px 5px 10px;
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 8px;
	min-width: 75px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.pxl-blog-grid-layout2 .pxl-post--date .date-day, .pxl-post-carousel2 .pxl-post--date .date-day {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 3px;
	font-weight: 600;
}
.pxl-blog-grid-layout2 .pxl-post--date .date-month, .pxl-post-carousel2 .pxl-post--date .date-month {
	font-size: 14px;
	width: 100%;
}
.pxl-blog-grid-layout2 .pxl-post--category, .pxl-post-carousel2 .pxl-post--category {
	display: inline-flex;
	padding: 3px 15px;
	border-radius: 6px;
	border: 2px solid var(--fourth-color);
	margin-bottom: 15px;
}
.pxl-blog-grid-layout2 .pxl-post--category a, .pxl-post-carousel2 .pxl-post--category a {
	font-size: 14px;
	color: var(--fourth-color);
	font-weight: 500;
}
.pxl-blog-grid-layout2 .pxl-post--category a:hover, .pxl-post-carousel2 .pxl-post--category a:hover {
	color: var(--fourth-color);
	text-decoration: underline;
}
.pxl-blog-grid-layout2 .pxl-post--title, .pxl-post-carousel2 .pxl-post--title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout2 .pxl-post--title, .pxl-post-carousel2 .pxl-post--title {
		font-size: 20px;
	}
}
.pxl-blog-grid-layout2 .pxl-post--title a, .pxl-post-carousel2 .pxl-post--title a {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout2 .pxl-post--title a, .pxl-post-carousel2 .pxl-post--title a {
		color: var(--secondary-color);
	}
	.pxl-blog-grid-layout2 .pxl-post--title a:hover, .pxl-post-carousel2 .pxl-post--title a:hover {
		color: var(--primary-color);
	}
}
.pxl-blog-grid-layout2 .pxl-post--title span, .pxl-post-carousel2 .pxl-post--title span {
	color: var(--primary-color);
}
.pxl-blog-grid-layout2 .pxl-item--holder, .pxl-post-carousel2 .pxl-item--holder {
	position: absolute;
	padding: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout2 .pxl-item--holder, .pxl-post-carousel2 .pxl-item--holder {
		position: static;
		padding: 10px 15px;
	}
}
.pxl-blog-grid-layout2 .pxl-post--inner, .pxl-post-carousel2 .pxl-post--inner {
	margin-bottom: 15px;
	position: relative;
}
.pxl-blog-grid-layout2 .pxl-post--inner:hover .pxl-post--featured a.link-feature, .pxl-post-carousel2 .pxl-post--inner:hover .pxl-post--featured a.link-feature {
	display: block;
}
.pxl-blog-grid-layout3 .pxl-post--featured, .pxl-post-carousel3 .pxl-post--featured {
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}
.pxl-blog-grid-layout3 .post-button-video, .pxl-post-carousel3 .post-button-video {
	border-radius: 50%;
	top: auto;
	right: auto;
	left: 30px;
	bottom: 30px;
}
.pxl-blog-grid-layout3 .pxl-item--holder, .pxl-post-carousel3 .pxl-item--holder {
	padding: 25px;
}
.pxl-blog-grid-layout3 .pxl-post--title, .pxl-post-carousel3 .pxl-post--title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout3 .pxl-post--title, .pxl-post-carousel3 .pxl-post--title {
		font-size: 20px;
	}
}
.pxl-blog-grid-layout3 .pxl-post--title span, .pxl-post-carousel3 .pxl-post--title span {
	color: var(--primary-color);
}
.pxl-blog-grid-layout3 .pxl-divider, .pxl-post-carousel3 .pxl-divider {
	height: 1px;
	background-color: #d9d9d9;
	margin-bottom: 25px;
}
.pxl-blog-grid-layout3 .btn-plus, .pxl-post-carousel3 .btn-plus {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	background-color: transparent;
	color: var(--primary-color);
	padding: 0;
	position: relative;
}
.pxl-blog-grid-layout3 .btn-plus:before, .pxl-post-carousel3 .btn-plus:before, .pxl-blog-grid-layout3 .btn-plus:after, .pxl-post-carousel3 .btn-plus:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 14px;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform-origin: 50% 50%;
	-webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: var(--primary-color);
}
.pxl-blog-grid-layout3 .btn-plus:before, .pxl-post-carousel3 .btn-plus:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-khtml-transform: translate(-50%, -50%) rotate(90deg);
	-moz-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	-o-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.pxl-blog-grid-layout3 .btn-plus:after, .pxl-post-carousel3 .btn-plus:after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-khtml-transform: translate(-50%, -50%) rotate(0deg);
	-moz-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-o-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
.pxl-blog-grid-layout3 .btn-plus:hover, .pxl-post-carousel3 .btn-plus:hover, .pxl-blog-grid-layout3 .btn-plus:focus, .pxl-post-carousel3 .btn-plus:focus {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}
.pxl-blog-grid-layout3 .btn-plus:hover:before, .pxl-post-carousel3 .btn-plus:hover:before, .pxl-blog-grid-layout3 .btn-plus:focus:before, .pxl-post-carousel3 .btn-plus:focus:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-khtml-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin-top: -4px;
	width: 12px;
	background-color: #fff;
}
.pxl-blog-grid-layout3 .btn-plus:hover:after, .pxl-post-carousel3 .btn-plus:hover:after, .pxl-blog-grid-layout3 .btn-plus:focus:after, .pxl-post-carousel3 .btn-plus:focus:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-khtml-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-top: 4px;
	width: 12px;
	background-color: #fff;
}
.pxl-blog-grid-layout3 .pxl-meta--bottton, .pxl-post-carousel3 .pxl-meta--bottton {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pxl-blog-grid-layout3 .pxl-post--category a, .pxl-post-carousel3 .pxl-post--category a {
	color: var(--primary-color);
}
.pxl-blog-grid-layout3 .pxl-post--category a:after, .pxl-post-carousel3 .pxl-post--category a:after {
	content: ",";
}
.pxl-blog-grid-layout3 .pxl-post--category a:last-child:after, .pxl-post-carousel3 .pxl-post--category a:last-child:after {
	display: none;
}
.pxl-blog-grid-layout3 .pxl-post--date, .pxl-post-carousel3 .pxl-post--date {
	color: var(--third-color);
}
.pxl-blog-grid-layout3 .pxl-post--inner, .pxl-post-carousel3 .pxl-post--inner {
	border-radius: 0 0 15px 15px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
	.pxl-blog-grid-layout3 .pxl-swiper-container, .pxl-post-carousel3 .pxl-swiper-container {
		padding: 0 45px;
		margin-left: -60px;
		margin-right: -60px;
	}
	.pxl-blog-grid-layout3 .pxl-swiper-container .pxl-swiper-slide, .pxl-post-carousel3 .pxl-swiper-container .pxl-swiper-slide {
		opacity: 0;
	}
	.pxl-blog-grid-layout3 .pxl-swiper-container .pxl-swiper-slide.swiper-slide-visible, .pxl-post-carousel3 .pxl-swiper-container .pxl-swiper-slide.swiper-slide-visible {
		opacity: 1;
	}
}
.pxl-recent-post1 .pxl-item--image {
	min-height: 320px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	mask-image: url(../img/image-post-mask.webp);
	-webkit-mask-image: url(../img/image-post-mask.webp);
	-ms-mask-image: url(../img/image-post-mask.webp);
	-o-mask-image: url(../img/image-post-mask.webp);
}
@media screen and (min-width: 992px) {
	.pxl-recent-post1 .pxl-item--image {
		position: absolute;
		height: 100%;
		max-width: 58%;
		width: 100%;
		left: 0;
		top: 30px;
		bottom: 0;
		opacity: 0;
	}
}
@media screen and (max-width: 991px) {
	.pxl-recent-post1 .pxl-item--image {
		position: relative;
	}
}
.pxl-recent-post1 .pxl-item--image .bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width: 479px) {
	.pxl-recent-post1 .pxl-item--image + .pxl-item--body .pxl-post--date {
		margin-top: -80px;
		margin-left: 30px;
	}
}
.pxl-recent-post1 .pxl-item--body {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	padding: 10px 0 15px;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: start;
	position: relative;
	z-index: 22;
}
@media screen and (min-width: 1201px) {
	.pxl-recent-post1 .pxl-item--body {
		padding: 15px 0 35px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 479px) {
	.pxl-recent-post1 .pxl-item--body {
		flex-wrap: wrap;
	}
}
.pxl-recent-post1 .pxl-item--body:after {
	content: "";
	width: 100%;
	height: 1px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	background-color: #f1f1f1;
	position: absolute;
	bottom: -1px;
	right: 0;
}
@media screen and (max-width: 767px) {
	.pxl-recent-post1 .pxl-item--body {
		padding: 20px 0px;
	}
}
.pxl-recent-post1 .pxl-post--date {
	max-width: 76px;
	min-width: 76px;
	min-height: 88px;
	max-height: 88px;
	background-color: var(--primary-color);
	border-radius: 12px;
	margin-right: 20px;
	justify-content: center;
	color: #fff;
}
@media screen and (max-width: 479px) {
	.pxl-recent-post1 .pxl-post--date {
		margin-bottom: 20px;
	}
}
.pxl-recent-post1 .pxl-post--date span {
	line-height: 1;
}
.pxl-recent-post1 .pxl-post--date span.date-day {
	font-size: 40px;
}
.pxl-recent-post1 .pxl-post--date span.date-month {
	font-size: 21px;
}
.pxl-recent-post1 .pxl-item--title {
	font-size: 20px;
	font-weight: 400;
	color: var(--secondary-color);
	margin-bottom: 2px;
}
@media screen and (min-width: 992px) {
	.pxl-recent-post1 .pxl-item--title {
		max-width: 80%;
	}
}
@media screen and (min-width: 1400px) {
	.pxl-recent-post1 .pxl-item--title {
		font-size: 25px;
	}
}
.pxl-recent-post1 .pxl-item--title a {
	color: inherit;
}
.pxl-recent-post1 .pxl-item--title a:hover {
	color: var(--primary-color);
}
.pxl-recent-post1 .pxl-grid-inner {
	padding: 0px;
}
@media screen and (min-width: 992px) {
	.pxl-recent-post1 .pxl-grid-item {
		padding: 0px 0 0px 60%;
	}
}
@media screen and (max-width: 767px) {
	.pxl-recent-post1 .pxl-grid-item {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 992px) {
	.pxl-recent-post1 .pxl-grid-item.active .pxl-item--image {
		z-index: 1;
		opacity: 1;
		top: 0;
	}
}
@media screen and (min-width: 992px) {
	.pxl-recent-post1 .pxl-grid-item.active .pxl-item--body:after {
		width: calc(100% + 130px);
		transition-delay: 200ms;
		background-color: var(--primary-color);
	}
}
.pxl-recent-post1 .pxl-grid-item.active .pxl-item--title a {
	color: var(--primary-color);
}
.pxl-recent-post1 .pxl-grid-item.active .bg-image {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl-service-grid-layout1 .pxl-post--title, .pxl-service-carousel1 .pxl-post--title {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pxl-service-grid-layout1 .pxl-post--title a, .pxl-service-carousel1 .pxl-post--title a {
	color: #fff;
}
.pxl-service-grid-layout1 .pxl-post--title span, .pxl-service-carousel1 .pxl-post--title span {
	font-family: "Inter", sans-serif;
	position: relative;
	top: -2px;
}
@media screen and (max-width: 767px) {
	.pxl-service-grid-layout1 .pxl-post--title, .pxl-service-carousel1 .pxl-post--title {
		font-size: 22px;
	}
}
.pxl-service-grid-layout1 .pxl-post--title:hover a, .pxl-service-carousel1 .pxl-post--title:hover a {
	color: #fff;
}
.pxl-service-grid-layout1 .pxl-post--featured, .pxl-service-carousel1 .pxl-post--featured {
	overflow: hidden;
	position: relative;
}
.pxl-service-grid-layout1 .pxl-post--featured img, .pxl-service-carousel1 .pxl-post--featured img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	transform: scale(1.1) translateY(5px);
}
.pxl-service-grid-layout1 .pxl-post--featured:after, .pxl-service-carousel1 .pxl-post--featured:after {
	border-radius: 8px;
	width: 100%;
	height: 70%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--primary-color-rgb), 0.8) 10%), to(rgba(var(--primary-color-rgb), 0.03) 90%));
	background-image: -webkit-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: -moz-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: -ms-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: -o-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(var(--primary-color-rgb), 0.8) 10%', endColorStr='rgba(var(--primary-color-rgb), 0.03) 90%');
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-webkit-transform: scaleY(0);
	-khtml-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-o-transform-origin: bottom center;
}
.pxl-service-grid-layout1 .pxl-post--contents, .pxl-service-carousel1 .pxl-post--contents {
	padding: 35px 45px 35px 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-webkit-transform: scaleY(0);
	-khtml-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-o-transform-origin: bottom center;
}
.pxl-service-grid-layout1 .btn-link, .pxl-service-carousel1 .btn-link {
	background-color: transparent;
}
.pxl-service-grid-layout1 .btn-link svg, .pxl-service-carousel1 .btn-link svg {
	width: 26px;
	height: 25px;
}
.pxl-service-grid-layout1 .btn-link svg g, .pxl-service-carousel1 .btn-link svg g {
	fill: #fff;
}
.pxl-service-grid-layout1 .pxl-post--inner, .pxl-service-carousel1 .pxl-post--inner {
	position: relative;
}
@media screen and (min-width: 992px) {
	.pxl-service-grid-layout1 .pxl-post--inner, .pxl-service-carousel1 .pxl-post--inner {
		mask-image: url(../img/image-post-mask.webp);
		-webkit-mask-image: url(../img/image-post-mask.webp);
		-ms-mask-image: url(../img/image-post-mask.webp);
		-o-mask-image: url(../img/image-post-mask.webp);
	}
}
.pxl-service-grid-layout1 .pxl-post--inner:hover .pxl-post--featured:after, .pxl-service-carousel1 .pxl-post--inner:hover .pxl-post--featured:after {
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.pxl-service-grid-layout1 .pxl-post--inner:hover .pxl-post--contents, .pxl-service-carousel1 .pxl-post--inner:hover .pxl-post--contents {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.pxl-service-carousel1 .pxl-carousel-inner {
	overflow: visible;
}
.pxl-service-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
	width: 35px;
	height: 35px;
	background-color: #e9e9e9;
	border-color: #e9e9e9;
}
.pxl-service-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow svg {
	max-height: 25px;
}
.pxl-service-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow svg path {
	fill: var(--primary-color);
}
.pxl-service-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.pxl-service-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover svg path {
	fill: #000;
}
.pxl-service-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev svg {
	transform: translateX(-12px);
}
.pxl-service-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next svg {
	transform: translateX(12px);
}
.pxl-service-grid-layout2 .pxl-post--featured, .pxl-service-carousel2 .pxl-post--featured {
	margin-bottom: 30px;
}
.pxl-service-grid-layout2 .item-number, .pxl-service-carousel2 .item-number {
	width: 47px;
	height: 47px;
	background-color: var(--fourth-color);
	font-size: 14px;
	color: #576903;
	margin-right: 15px;
	position: relative;
	top: -2px;
}
.pxl-service-grid-layout2 .pxl-post--title, .pxl-service-carousel2 .pxl-post--title {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}
.pxl-service-grid-layout2 .pxl-post--excerpt, .pxl-service-carousel2 .pxl-post--excerpt {
	margin-bottom: 23px;
	padding-left: 15px;
}
.pxl-service-grid-layout2 .pxl-list-row-info, .pxl-service-carousel2 .pxl-list-row-info {
	list-style: none;
	padding-left: 12px;
	margin-bottom: 42px;
}
.pxl-service-grid-layout2 .pxl-list-row-info i, .pxl-service-carousel2 .pxl-list-row-info i {
	color: #627314;
	position: relative;
	top: 3px;
	line-height: 1;
}
.pxl-service-grid-layout2 .pxl-list-row-info li, .pxl-service-carousel2 .pxl-list-row-info li {
	color: var(--secondary-color);
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.pxl-service-grid-layout2 .pxl-list-row-info li, .pxl-service-carousel2 .pxl-list-row-info li {
		font-weight: 400;
		font-size: 14px;
	}
}
.pxl-service-grid-layout2 .pxl-list-row-info li + li, .pxl-service-carousel2 .pxl-list-row-info li + li {
	margin-top: 8px;
}
.pxl-service-grid-layout2 .btn--icon, .pxl-service-carousel2 .btn--icon {
	background-color: #192a19;
	width: 55px;
	height: 100%;
	margin-left: 20px;
	color: #fff;
}
.pxl-service-grid-layout2 .btn, .pxl-service-carousel2 .btn {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-left: 30px;
	padding-right: 0;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #eee;
	color: var(--secondary-color);
	font-size: 13px;
	font-weight: 600;
}
.pxl-service-grid-layout2 .btn i, .pxl-service-carousel2 .btn i {
	transition: all 150ms linear 0ms;
}
.pxl-service-grid-layout2 .btn:hover i, .pxl-service-carousel2 .btn:hover i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-service-grid-layout2 .pxl-post--inner, .pxl-service-carousel2 .pxl-post--inner {
	padding: 50px 26px;
	border: 1px solid #ddd;
}
@media screen and (max-width: 1400px) {
	.pxl-service-grid-layout2 .pxl-post--inner, .pxl-service-carousel2 .pxl-post--inner {
		padding: 50px 20px;
	}
}
@media screen and (max-width: 991px) {
	.pxl-service-grid-layout2 .pxl-post--inner, .pxl-service-carousel2 .pxl-post--inner {
		padding: 30px 15px;
	}
}
.pxl-service-grid-layout2 .pxl-post--inner:hover .btn, .pxl-service-carousel2 .pxl-post--inner:hover .btn {
	background-color: var(--fourth-color);
	border-color: transparent;
	color: var(--secondary-color);
}
.pxl-service-carousel2 .pxl-post--inner {
	padding: 30px 26px 40px;
	border: none;
	border-right: 1px solid #ddd;
}
@media screen and (max-width: 991px) {
	.pxl-service-carousel2 .pxl-post--inner {
		padding: 30px 10px;
	}
}
.pxl-service-carousel2 .pxl-carousel-inner {
	border: 1px solid #ddd;
}
.pxl-recent-service1 {
	position: relative;
	z-index: 1;
}
.pxl-recent-service1 .pxl-item--image {
	min-height: 320px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	overflow: hidden;
}
@media screen and (min-width: 992px) {
	.pxl-recent-service1 .pxl-item--image {
		height: 513px;
		position: absolute;
		max-width: 452px;
		width: 100%;
		left: 60%;
		bottom: -1px;
		opacity: 0;
		clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	}
}
@media screen and (max-width: 991px) {
	.pxl-recent-service1 .pxl-item--image {
		display: none;
	}
}
.pxl-recent-service1 .pxl-item--image .bg-image {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-recent-service1 .pxl-item--title {
	font-size: 60px;
	font-weight: bold;
	color: var(--secondary-color);
	margin-bottom: 0px;
	line-height: 1;
	opacity: 0.12;
	max-width: 60%;
	min-width: 60%;
}
@media screen and (max-width: 1400px) {
	.pxl-recent-service1 .pxl-item--title {
		font-size: 50px;
	}
}
.pxl-recent-service1 .pxl-item--title a {
	color: inherit;
}
.pxl-recent-service1 .wp-title {
	transition: all 250ms linear 0ms;
}
@media screen and (min-width: 992px) {
	.pxl-recent-service1 .wp-title {
		min-width: 60%;
		max-width: 60%;
	}
}
.pxl-recent-service1 .pxl-title-holder {
	font-size: 32px;
}
.pxl-recent-service1 .pxl-title-holder a {
	color: var(--secondary-color);
}
.pxl-recent-service1 .pxl-excerpt-holder {
	transition: all 250ms linear 0ms;
	margin-top: 12px;
	max-width: 540px;
	font-size: 18px;
}
.pxl-recent-service1 .pxl-item--content {
	font-size: 18px;
	color: var(--third-color);
}
.pxl-recent-service1 .btn-icon--right {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	background-color: var(--secondary-color);
	color: #fff;
}
@media screen and (min-width: 768px) {
	.pxl-recent-service1 .btn-icon--right {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
	}
	.pxl-recent-service1 .btn-icon--right:hover {
		transform: translateY(-50%) rotate(45deg);
	}
}
@media screen and (max-width: 767px) {
	.pxl-recent-service1 .btn-icon--right {
		width: 50px;
		height: 50px;
	}
}
.pxl-recent-service1 .pxl-item--body {
	padding: 25px 0;
	position: relative;
	margin: 0 auto;
	max-width: 1320px;
}
@media screen and (min-width: 768px) {
	.pxl-recent-service1 .pxl-item--body {
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 1400px) {
	.pxl-recent-service1 .pxl-item--body {
		padding: 25px 15px;
	}
}
.pxl-recent-service1 .pxl-item--body .pxl-item--content {
	max-width: 85%;
}
@media screen and (max-width: 767px) {
	.pxl-recent-service1 .pxl-item--body .pxl-item--content {
		max-width: 100%;
	}
}
.pxl-recent-service1 .pxl-item--body .btn-icon--right {
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.pxl-recent-service1 .pxl-item--body .btn-icon--right {
		margin-top: 20px;
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.pxl-recent-service1 .pxl-item--body .pxl-item--title {
		max-width: 100%;
		min-width: 100%;
		font-size: 40px;
	}
}
.pxl-recent-service1 .inner-content-holder {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
}
@media screen and (min-width: 576px) {
	.pxl-recent-service1 .inner-content-holder {
		max-width: 1320px;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 1400px) {
	.pxl-recent-service1 .inner-content-holder {
		padding: 15px;
	}
	.pxl-recent-service1 .inner-content-holder .btn-icon--right {
		right: 15px;
	}
}
.pxl-recent-service1 .content-holder {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
	border-top: 1px solid rgba(7, 6, 22, 0.12);
	border-bottom: 1px solid rgba(7, 6, 22, 0.12);
	background-color: #fed545;
	transition: all 250ms linear 0ms;
}
.pxl-recent-service1 .content-holder:before {
	content: "";
	background-image: url(../img/gr-line.png);
	background-size: auto;
	background-position: top left;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pxl-recent-service1 .pxl-grid-item {
	width: 100%;
	position: relative;
	border-top: 1px solid rgba(7, 6, 22, 0.12);
	transition: all 250ms linear 0ms;
}
@media screen and (max-width: 991px) {
	.pxl-recent-service1 .pxl-grid-item {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-recent-service1 .pxl-grid-item {
		margin-bottom: 15px;
	}
}
.pxl-recent-service1 .pxl-grid-item.active {
	z-index: 2;
}
.pxl-recent-service1 .pxl-grid-item.active .pxl-item--body {
	opacity: 0;
	overflow: hidden;
}
@media screen and (min-width: 992px) {
	.pxl-recent-service1 .pxl-grid-item.active .pxl-item--image {
		z-index: 1;
		opacity: 1;
		left: 55%;
	}
}
.pxl-recent-service1 .pxl-grid-item.active .bg-image {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl-recent-service1 .pxl-grid-item.active .content-holder {
	opacity: 1;
}
.pxl-recent-service1 .pxl-grid-item:last-child {
	border-bottom: 1px solid rgba(7, 6, 22, 0.12);
}
.pxl-recent-service1 .pxl-grid-inner {
	position: relative;
	padding: 25px 0;
}
.pxl-recent-service2 {
	position: relative;
	z-index: 1;
}
.pxl-recent-service2 .pxl-item--image {
	min-height: 320px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (min-width: 992px) {
	.pxl-recent-service2 .pxl-item--image {
		height: 400px;
		width: 400px;
		position: absolute;
		max-width: 400px;
		left: 65%;
		bottom: -30px;
		opacity: 0;
	}
}
@media screen and (max-width: 991px) {
	.pxl-recent-service2 .pxl-item--image {
		position: relative;
	}
}
.pxl-recent-service2 .pxl-item--image .bg-image {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (min-width: 992px) {
	.pxl-recent-service2 .pxl-item--image .bg-image {
		transform: rotate(30deg);
		bottom: 35px;
		left: 100px;
		clip-path: polygon(30% 0, 100% 30%, 70% 100%, 0 70%);
	}
}
.pxl-recent-service2 .pxl-item--image .btn--icon-plus {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--primary-color);
	bottom: 45px;
	left: 50px;
	z-index: 1;
}
.pxl-recent-service2 .pxl-item--image .btn--icon-plus:before, .pxl-recent-service2 .pxl-item--image .btn--icon-plus:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 16px;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform-origin: 50% 50%;
	-webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #fff;
}
.pxl-recent-service2 .pxl-item--image .btn--icon-plus:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-khtml-transform: translate(-50%, -50%) rotate(90deg);
	-moz-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	-o-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.pxl-recent-service2 .pxl-item--image .btn--icon-plus:after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-khtml-transform: translate(-50%, -50%) rotate(0deg);
	-moz-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-o-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
.pxl-recent-service2 .pxl-item--image .btn--icon-plus:hover:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-khtml-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin-top: -4px;
	width: 12px;
	background-color: #fff;
}
.pxl-recent-service2 .pxl-item--image .btn--icon-plus:hover:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-khtml-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-top: 4px;
	width: 12px;
	background-color: #fff;
}
.pxl-recent-service2 .pxl-item--title {
	font-size: 80px;
	font-weight: bold;
	color: var(--secondary-color);
	margin-bottom: 0px;
	line-height: 1;
	position: relative;
	padding-left: 40px;
}
@media screen and (min-width: 992px) {
	.pxl-recent-service2 .pxl-item--title {
		min-width: 70%;
	}
}
.pxl-recent-service2 .pxl-item--title .pxl-item--icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px;
	color: var(--secondary-color);
	width: 31px;
	height: 31px;
	background-color: #e1ecff;
	border-radius: 50%;
}
.pxl-recent-service2 .pxl-item--title .pxl-item--icon i {
	position: relative;
	/*left: 5px;*/
}
.pxl-recent-service2 .pxl-item--title a {
	color: inherit;
	display: block;
	padding-top: 3px;
}
.pxl-recent-service2 .pxl-item--title a:hover {
	color: var(--primary-color);
}
.pxl-recent-service2 .btn-icon--right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 22;
	color: var(--secondary-color);
	font-size: 14px;
}
.pxl-recent-service2 .pxl-item--body {
	padding: 25px 0;
	position: relative;
	display: flex;
	align-items: center;
}
.pxl-recent-service2 .pxl-grid-item {
	width: 100%;
	position: relative;
}
@media screen and (max-width: 991px) {
	.pxl-recent-service2 .pxl-grid-item {
		margin-bottom: 0;
	}
}
.pxl-recent-service2 .pxl-grid-item + .pxl-grid-item {
	border-top: 1px solid rgba(7, 6, 22, 0.12);
}
@media screen and (min-width: 992px) {
	.pxl-recent-service2 .pxl-grid-item.active .pxl-item--image {
		z-index: 1;
		opacity: 1;
	}
}
.pxl-recent-service2 .pxl-grid-item.active .bg-image {
	bottom: 0;
	left: 0;
	transform: rotate(0deg);
}
.pxl-recent-service2 .pxl-grid-item.active .btn--icon-plus {
	width: 80px;
	height: 80px;
}
.pxl-recent-service2 .pxl-grid-item:hover .btn-icon--right {
	color: var(--primary-color);
}
.pxl-recent-service2 .pxl-grid-inner {
	position: relative;
	padding: 25px 0;
}
.pxl-service-list1 ul {
	list-style: none;
	margin-bottom: 0;
}
.pxl-service-list1 ul li + li {
	margin-top: 15px;
}
.pxl-service-list1 ul li i {
	font-size: 12px;
}
.pxl-service-list1 ul li a {
	font-size: 20px;
	display: block;
	color: var(--secondary-color);
	position: relative;
	z-index: 1;
}
.pxl-service-list1 ul li a:hover {
	color: var(--primary-color);
}
.pxl-service-list1.style-default li i {
	font-size: 14px;
	margin-right: 3px;
	-webkit-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position: relative;
	top: 2px;
}
.pxl-service-list1.style-default li i:before {
	font-weight: bold;
}
.pxl-service-list1.style-box li + li {
	margin-top: 8px;
}
.pxl-service-list1.style-box li i {
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0) rotate(0deg);
	-khtml-transform: translateY(-50%) scale(0) rotate(0deg);
	-moz-transform: translateY(-50%) scale(0) rotate(0deg);
	-ms-transform: translateY(-50%) scale(0) rotate(0deg);
	-o-transform: translateY(-50%) scale(0) rotate(0deg);
	transform: translateY(-50%) scale(0) rotate(0deg);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: absolute;
	color: #fff;
	right: 22px;
	width: 26px;
	height: 26px;
	border-radius: 26px;
	font-size: 17px;
}
.pxl-service-list1.style-box li i:hover {
	-webkit-transform: translateY(-50%) scale(1) rotate(45deg) !important;
	-khtml-transform: translateY(-50%) scale(1) rotate(45deg) !important;
	-moz-transform: translateY(-50%) scale(1) rotate(45deg) !important;
	-ms-transform: translateY(-50%) scale(1) rotate(45deg) !important;
	-o-transform: translateY(-50%) scale(1) rotate(45deg) !important;
	transform: translateY(-50%) scale(1) rotate(45deg) !important;
}
.pxl-service-list1.style-box li a {
	display: block;
	padding: 15px 45px 15px 25px;
	background-color: #fff;
	position: relative;
}
.pxl-service-list1.style-box li a:hover {
	color: #fff;
	background-color: var(--primary-color);
}
.pxl-service-list1.style-box li a:hover i {
	-webkit-transform: translateY(-50%) scale(1) rotate(0deg);
	-khtml-transform: translateY(-50%) scale(1) rotate(0deg);
	-moz-transform: translateY(-50%) scale(1) rotate(0deg);
	-ms-transform: translateY(-50%) scale(1) rotate(0deg);
	-o-transform: translateY(-50%) scale(1) rotate(0deg);
	transform: translateY(-50%) scale(1) rotate(0deg);
}
.pxl-portfolio-carousel1 .pxl-post--featured {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.pxl-portfolio-carousel1 .pxl-post--featured img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-portfolio-carousel1 .pxl-item-btn, .pxl-portfolio-carousel1 .pxl-post--excerpt {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-khtml-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.pxl-portfolio-carousel1 .pxl-post--title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 45px;
	-webkit-transition-delay: 0.22s;
	-moz-transition-delay: 0.22s;
	transition-delay: 0.22s;
	line-height: 1.1;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.pxl-portfolio-carousel1 .pxl-post--title {
		font-size: 20px;
		margin-bottom: 12px;
	}
}
.pxl-portfolio-carousel1 .pxl-post--excerpt {
	-webkit-transform: translateY(15px);
	-khtml-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition-delay: 0.22s;
	-moz-transition-delay: 0.22s;
	transition-delay: 0.22s;
}
.pxl-portfolio-carousel1 .btn {
	background-color: var(--secondary-color);
	width: 60px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	border-radius: 50%;
	margin-bottom: 65px;
}
.pxl-portfolio-carousel1 .btn i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-portfolio-carousel1 .pxl-item-btn {
	-webkit-transform: translateY(20px);
	-khtml-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition-delay: 0.12s;
	-moz-transition-delay: 0.12s;
	transition-delay: 0.12s;
	margin-bottom: 10px;
}
.pxl-portfolio-carousel1 .pxl-post--inner {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	border-right: 1px solid rgba(255, 255, 255, 0.72);
	padding: 30px;
}
@media screen and (min-width: 992px) {
	.pxl-portfolio-carousel1 .pxl-post--inner {
		min-height: 470px;
	}
}
@media screen and (max-width: 1200px) {
	.pxl-portfolio-carousel1 .pxl-post--inner {
		padding: 35px 15px;
	}
	.service-sliiders.inner .pxl-item--inner {
		min-height: 420px !important;
		height: auto !important;
	}
}
.pxl-portfolio-carousel1 .pxl-post--inner:hover {
	background-color: #fff;
}
.pxl-portfolio-carousel1 .pxl-post--inner:hover .pxl-post--title a {
	color: var(--secondary-color);
}
.pxl-portfolio-carousel1 .pxl-post--inner:hover .pxl-item-btn, .pxl-portfolio-carousel1 .pxl-post--inner:hover .pxl-post--excerpt {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.pxl-portfolio-carousel2 .pxl-post--title, .pxl-portfolio-grid-layout1 .pxl-post--title {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-right: 20px;
}
.pxl-portfolio-carousel2 .pxl-post--title a, .pxl-portfolio-grid-layout1 .pxl-post--title a {
	color: #fff;
}
.pxl-portfolio-carousel2 .pxl-post--title span, .pxl-portfolio-grid-layout1 .pxl-post--title span {
	font-family: "Inter", sans-serif;
	position: relative;
	top: -2px;
}
@media screen and (max-width: 767px) {
	.pxl-portfolio-carousel2 .pxl-post--title, .pxl-portfolio-grid-layout1 .pxl-post--title {
		font-size: 22px;
	}
}
.pxl-portfolio-carousel2 .pxl-post--title:hover a, .pxl-portfolio-grid-layout1 .pxl-post--title:hover a {
	color: #fff;
}
.pxl-portfolio-carousel2 .pxl-post--featured, .pxl-portfolio-grid-layout1 .pxl-post--featured {
	overflow: hidden;
	position: relative;
}
.pxl-portfolio-carousel2 .pxl-post--featured img, .pxl-portfolio-grid-layout1 .pxl-post--featured img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	transform: scale(1.1) translateY(5px);
}
.pxl-portfolio-carousel2 .pxl-post--featured:after, .pxl-portfolio-grid-layout1 .pxl-post--featured:after {
	border-radius: 8px;
	width: 100%;
	height: 70%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--primary-color-rgb), 0.8) 10%), to(rgba(var(--primary-color-rgb), 0.03) 90%));
	background-image: -webkit-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: -moz-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: -ms-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: -o-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(var(--primary-color-rgb), 0.8) 10%', endColorStr='rgba(var(--primary-color-rgb), 0.03) 90%');
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-webkit-transform: scaleY(0);
	-khtml-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-o-transform-origin: bottom center;
}
.pxl-portfolio-carousel2 .pxl-post--contents, .pxl-portfolio-grid-layout1 .pxl-post--contents {
	padding: 35px 45px 35px 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-webkit-transform: scaleY(0);
	-khtml-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-o-transform-origin: bottom center;
}
.pxl-portfolio-carousel2 .btn-link, .pxl-portfolio-grid-layout1 .btn-link {
	background-color: transparent;
	margin-top: 5px;
}
.pxl-portfolio-carousel2 .btn-link svg, .pxl-portfolio-grid-layout1 .btn-link svg {
	width: 26px;
	height: 25px;
}
.pxl-portfolio-carousel2 .btn-link svg g, .pxl-portfolio-grid-layout1 .btn-link svg g {
	fill: #fff;
}
.pxl-portfolio-carousel2 .pxl-post--inner, .pxl-portfolio-grid-layout1 .pxl-post--inner {
	position: relative;
}
.pxl-portfolio-carousel2 .pxl-post--inner.item-normarl, .pxl-portfolio-grid-layout1 .pxl-post--inner.item-normarl {
	border-radius: 12px;
	overflow: hidden;
}
@media screen and (min-width: 576px) {
	.pxl-portfolio-carousel2 .pxl-post--inner.item-mask, .pxl-portfolio-grid-layout1 .pxl-post--inner.item-mask {
		mask-image: url(../img/image-post-mask.webp);
		-webkit-mask-image: url(../img/image-post-mask.webp);
		-ms-mask-image: url(../img/image-post-mask.webp);
		-o-mask-image: url(../img/image-post-mask.webp);
	}
}
.pxl-portfolio-carousel2 .pxl-post--inner.item-mask:hover .pxl-post--featured:after, .pxl-portfolio-grid-layout1 .pxl-post--inner.item-mask:hover .pxl-post--featured:after {
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.pxl-portfolio-carousel2 .pxl-post--inner:hover .pxl-post--contents, .pxl-portfolio-grid-layout1 .pxl-post--inner:hover .pxl-post--contents {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.pxl-portfolio-grid-layout2 .pxl-post--featured {
	overflow: hidden;
	position: relative;
}
.pxl-portfolio-grid-layout2 .pxl-post--featured:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	background: rgba(0, 0, 0, 0.43);
	-webkit-transform: scaleY(0);
	-khtml-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}
.pxl-portfolio-grid-layout2 .pxl-post--featured img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-transform: translateY(-5px) scale(1.06);
	-khtml-transform: translateY(-5px) scale(1.06);
	-moz-transform: translateY(-5px) scale(1.06);
	-ms-transform: translateY(-5px) scale(1.06);
	-o-transform: translateY(-5px) scale(1.06);
	transform: translateY(-5px) scale(1.06);
}
.pxl-portfolio-grid-layout2 .pxl-post--featured:hover:after {
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
.pxl-portfolio-grid-layout2 .btn-popup {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 13px;
	z-index: 2;
	-webkit-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-khtml-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transform-origin: center center;
	-webkit-transform-origin: center center;
}
.pxl-portfolio-grid-layout2 .pxl-post--inner {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.pxl-portfolio-grid-layout2 .pxl-post--inner:hover .pxl-post--featured img {
	-webkit-transform: translateY(0) scale(1.06);
	-khtml-transform: translateY(0) scale(1.06);
	-moz-transform: translateY(0) scale(1.06);
	-ms-transform: translateY(0) scale(1.06);
	-o-transform: translateY(0) scale(1.06);
	transform: translateY(0) scale(1.06);
}
.pxl-portfolio-grid-layout2 .pxl-post--inner:hover .btn-popup {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-khtml-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 992px) {
	.pxl-portfolio-info .content-item {
		padding-right: 15px;
		margin-right: 45px;
		flex-grow: 1;
		border-right: 1px solid rgba(var(--third-color-rgb),0.2);
	}
}
@media screen and (max-width: 991px) {
	.pxl-portfolio-info .content-item {
		min-width: 33%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-portfolio-info .content-item {
		min-width: 50%;
	}
}
@media screen and (max-width: 575px) {
	.pxl-portfolio-info .content-item {
		min-width: 100%;
	}
}
.pxl-portfolio-info .content-item:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.pxl-portfolio-info .content-item .lbl {
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	color: var(--secondary-color);
	margin-bottom: 10px;
}
.pxl-portfolio-info .content-item .item-text {
	font-size: 18px;
	font-weight: 400;
	color: var(--third-color);
}
.pxl-portfolio-info .content-item a {
	font-size: 16px;
	font-weight: 400;
	color: var(--third-color);
}
.pxl-portfolio-info .content-item a:hover {
	color: var(--primary-color);
}
.pxl-portfolio-info .content-inner {
	display: flex;
}
@media screen and (max-width: 991px) {
	.pxl-portfolio-info .content-inner {
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}
}
.after-content, .pxl-blog-grid-layout1 .pxl-post--featured a.link-feature:after, .pxl-post-carousel1 .pxl-post--featured a.link-feature:after, .pxl-blog-grid-layout2 .pxl-post--featured a.link-feature:after, .pxl-post-carousel2 .pxl-post--featured a.link-feature:after, .pxl-blog-grid-layout1 .pxl-post--featured a.link-feature:after, .pxl-post-carousel1 .pxl-post--featured a.link-feature:after, .pxl-blog-grid-layout2 .pxl-post--featured a.link-feature:after, .pxl-post-carousel2 .pxl-post--featured a.link-feature:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	-webkit-transition: all 150ms linear 0ms;
	-khtml-transition: all 150ms linear 0ms;
	-moz-transition: all 150ms linear 0ms;
	-ms-transition: all 150ms linear 0ms;
	-o-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: 1;
}
.after-hover, .pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--featured a.link-feature:after, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--featured a.link-feature:after, .pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--featured a.link-feature:after, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--featured a.link-feature:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.pxl-blog-grid .pxl-pagination-wrap .pxl-pagination-links {
	margin-top: 30px;
}
.pxl-blog-grid-layout1 .pxl-post--featured, .pxl-post-carousel1 .pxl-post--featured {
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
	padding-top: 16px;
}
.pxl-blog-grid-layout1 .pxl-post--featured img, .pxl-post-carousel1 .pxl-post--featured img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-blog-grid-layout1 .pxl-post--featured a.link-feature, .pxl-post-carousel1 .pxl-post--featured a.link-feature {
	display: block;
	overflow: hidden;
}
.pxl-blog-grid-layout1 .pxl-post--date, .pxl-post-carousel1 .pxl-post--date {
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 15px;
	background-color: var(--fourth-color);
	min-width: 85px;
	text-align: center;
}
.pxl-blog-grid-layout1 .pxl-post--date .date-day, .pxl-post-carousel1 .pxl-post--date .date-day {
	font-size: 40px;
	font-weight: 500;
	color: #576903;
}
.pxl-blog-grid-layout1 .pxl-post--date .date-month, .pxl-post-carousel1 .pxl-post--date .date-month {
	font-size: 13px;
	width: 100%;
	padding: 5px 10px;
	background-color: var(--sixth-color);
	color: #fff;
}
.pxl-blog-grid-layout1 .pxl-post--button, .pxl-post-carousel1 .pxl-post--button {
	margin-top: 22px;
}
.pxl-blog-grid-layout1 .pxl-post--title, .pxl-post-carousel1 .pxl-post--title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.pxl-blog-grid-layout1 .pxl-post--title:before, .pxl-post-carousel1 .pxl-post--title:before, .pxl-blog-grid-layout1 .pxl-post--title:after, .pxl-post-carousel1 .pxl-post--title:after {
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0px;
	content: "";
	left: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-blog-grid-layout1 .pxl-post--title:before, .pxl-post-carousel1 .pxl-post--title:before {
	width: 90%;
	background-color: rgba(var(--third-color-rgb),0.3);
}
.pxl-blog-grid-layout1 .pxl-post--title:after, .pxl-post-carousel1 .pxl-post--title:after {
	width: 0%;
	background-color: var(--third-color);
}
.pxl-blog-grid-layout1 .pxl-post--meta, .pxl-post-carousel1 .pxl-post--meta {
	font-size: 15px;
	color: var(--third-color);
	font-weight: 400;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
	text-transform: capitalize;
	list-style: none;
}
.pxl-blog-grid-layout1 .pxl-post--meta a, .pxl-post-carousel1 .pxl-post--meta a {
	color: inherit;
}
.pxl-blog-grid-layout1 .pxl-post--meta a:hover, .pxl-post-carousel1 .pxl-post--meta a:hover {
	color: inherit;
}
.pxl-blog-grid-layout1 .pxl-post--meta .pxl-post--author a, .pxl-post-carousel1 .pxl-post--meta .pxl-post--author a {
	color: inherit;
}
.pxl-blog-grid-layout1 .pxl-post--meta .pxl-post--author a:hover, .pxl-post-carousel1 .pxl-post--meta .pxl-post--author a:hover {
	color: var(--primary-color);
}
.pxl-blog-grid-layout1 .pxl-post--meta li, .pxl-post-carousel1 .pxl-post--meta li {
	display: inline-flex;
	align-items: center;
}
.pxl-blog-grid-layout1 .pxl-post--meta li:before, .pxl-post-carousel1 .pxl-post--meta li:before {
	content: ".";
	display: inline-block;
}
.pxl-blog-grid-layout1 .pxl-post--meta li:last-child, .pxl-post-carousel1 .pxl-post--meta li:last-child {
	margin-right: 0;
}
.pxl-blog-grid-layout1 .post-button-video, .pxl-post-carousel1 .post-button-video {
	font-size: 18px;
	width: 70px;
	height: 70px;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout1 .pxl-item--holder, .pxl-post-carousel1 .pxl-item--holder {
		padding-left: 0;
		padding-right: 0;
	}
}
.pxl-blog-grid-layout1 .pxl-post--button .btn, .pxl-post-carousel1 .pxl-post--button .btn {
	font-size: 13px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
	padding-left: 0;
	padding-right: 25px;
	color: var(--secondary-color);
}
.pxl-blog-grid-layout1 .pxl-post--button .btn:before, .pxl-post-carousel1 .pxl-post--button .btn:before {
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0px;
	content: "";
	width: 40px;
	left: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	background-color: var(--fourth-color);
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.pxl-blog-grid-layout1 .pxl-post--button .btn .pxl--btn-text, .pxl-post-carousel1 .pxl-post--button .btn .pxl--btn-text {
	position: relative;
	top: 1px;
}
.pxl-blog-grid-layout1 .pxl-post--button .btn .pxl--btn-icon, .pxl-post-carousel1 .pxl-post--button .btn .pxl--btn-icon {
	height: 18px;
	width: 18px;
	right: 0px;
	position: absolute;
	background-color: transparent;
	font-size: 26px;
}
.pxl-blog-grid-layout1 .pxl-post--button .btn .pxl--btn-icon i, .pxl-post-carousel1 .pxl-post--button .btn .pxl--btn-icon i {
	color: var(--secondary-color);
	-webkit-transition: all 150ms linear 0ms;
	-khtml-transition: all 150ms linear 0ms;
	-moz-transition: all 150ms linear 0ms;
	-ms-transition: all 150ms linear 0ms;
	-o-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
}
.pxl-blog-grid-layout1 .pxl-post--button .btn .pxl--btn-icon i:before, .pxl-post-carousel1 .pxl-post--button .btn .pxl--btn-icon i:before {
	font-weight: normal;
}
.pxl-blog-grid-layout1 .pxl-post--button .btn:hover i, .pxl-post-carousel1 .pxl-post--button .btn:hover i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-blog-grid-layout1 .pxl-post--inner, .pxl-post-carousel1 .pxl-post--inner {
	margin-bottom: 15px;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--featured a.link-feature, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--featured a.link-feature {
	display: block;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--featured img, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--featured img {
	-webkit-transform: translateX(0px) scale(1.1);
	-khtml-transform: translateX(0px) scale(1.1);
	-moz-transform: translateX(0px) scale(1.1);
	-ms-transform: translateX(0px) scale(1.1);
	-o-transform: translateX(0px) scale(1.1);
	transform: translateX(0px) scale(1.1);
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title a, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title a {
	color: var(--fifth-color);
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title:before, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title:before, .pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title:after, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title:after {
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0px;
	content: "";
	left: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title:before, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title:before {
	background-color: rgba(var(--third-color-rgb),0);
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--title:after, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--title:after {
	width: 90%;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--button .btn:before, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--button .btn:before {
	width: 100%;
}
.pxl-blog-grid-layout1 .pxl-post--inner:hover .pxl-post--button .btn .pxl--btn-icon, .pxl-post-carousel1 .pxl-post--inner:hover .pxl-post--button .btn .pxl--btn-icon {
	color: var(--secondary-color);
}
.pxl-post-carousel1 .pxl-post--inner {
	margin-top: 25px;
}
@media screen and (min-width: 992px) {
	.pxl-post-carousel1 .pxl-carousel-inner {
		overflow: visible;
	}
}
@media screen and (min-width: 992px) {
	.pxl-post-carousel1 .pxl-swiper-container {
		padding: 0 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.pxl-post-carousel1 .pxl-swiper-container .pxl-swiper-slide {
		opacity: 0;
	}
	.pxl-post-carousel1 .pxl-swiper-container .pxl-swiper-slide.swiper-slide-visible {
		opacity: 1;
	}
}
.pxl-post-carousel1 .pxl-swiper-pagination-bullets {
	margin-top: 0px !important;
}
@media screen and (max-width: 1280px) {
	.pxl-post-carousel1.arrows-middle .pxl-swiper-arrow {
		border-radius: 0;
		opacity: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
	}
	.pxl-post-carousel1.arrows-middle:hover .pxl-swiper-arrow {
		opacity: 1;
	}
}
.pxl-blog-grid-layout2 .pxl-post--featured, .pxl-post-carousel2 .pxl-post--featured {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout2 .pxl-post--featured, .pxl-post-carousel2 .pxl-post--featured {
		margin-bottom: 25px;
	}
}
.pxl-blog-grid-layout2 .pxl-post--featured:before, .pxl-post-carousel2 .pxl-post--featured:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	z-index: 1;
	bottom: 0;
	pointer-events: none;
	-webkit-transition: all 300ms ease;
	-khtml-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--dark-color-rgb), 0.9) 20%), to(rgba(var(--secondary-color-rgb), 0.1) 70%));
	background-image: -webkit-linear-gradient(to top, rgba(var(--dark-color-rgb), 0.9) 20%, rgba(var(--secondary-color-rgb), 0.1) 70%);
	background-image: -moz-linear-gradient(to top, rgba(var(--dark-color-rgb), 0.9) 20%, rgba(var(--secondary-color-rgb), 0.1) 70%);
	background-image: -ms-linear-gradient(to top, rgba(var(--dark-color-rgb), 0.9) 20%, rgba(var(--secondary-color-rgb), 0.1) 70%);
	background-image: -o-linear-gradient(to top, rgba(var(--dark-color-rgb), 0.9) 20%, rgba(var(--secondary-color-rgb), 0.1) 70%);
	background-image: linear-gradient(to top, rgba(var(--dark-color-rgb), 0.9) 20%, rgba(var(--secondary-color-rgb), 0.1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(var(--dark-color-rgb), 0.9) 20%', endColorStr='rgba(var(--secondary-color-rgb), 0.1) 70%');
	transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-blog-grid-layout2 .pxl-post--featured img, .pxl-post-carousel2 .pxl-post--featured img {
	-webkit-transition: all 500ms linear 0ms;
	-khtml-transition: all 500ms linear 0ms;
	-moz-transition: all 500ms linear 0ms;
	-ms-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
}
.pxl-blog-grid-layout2 .pxl-post--featured a.link-feature, .pxl-post-carousel2 .pxl-post--featured a.link-feature {
	display: block;
	overflow: hidden;
}
.pxl-blog-grid-layout2 .pxl-post--date, .pxl-post-carousel2 .pxl-post--date {
	padding: 10px 5px 10px;
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 8px;
	min-width: 75px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.pxl-blog-grid-layout2 .pxl-post--date .date-day, .pxl-post-carousel2 .pxl-post--date .date-day {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 3px;
	font-weight: 600;
}
.pxl-blog-grid-layout2 .pxl-post--date .date-month, .pxl-post-carousel2 .pxl-post--date .date-month {
	font-size: 14px;
	width: 100%;
}
.pxl-blog-grid-layout2 .pxl-post--category, .pxl-post-carousel2 .pxl-post--category {
	display: inline-flex;
	padding: 3px 15px;
	border-radius: 6px;
	border: 2px solid var(--fourth-color);
	margin-bottom: 15px;
}
.pxl-blog-grid-layout2 .pxl-post--category a, .pxl-post-carousel2 .pxl-post--category a {
	font-size: 14px;
	color: var(--fourth-color);
	font-weight: 500;
}
.pxl-blog-grid-layout2 .pxl-post--category a:hover, .pxl-post-carousel2 .pxl-post--category a:hover {
	color: var(--fourth-color);
	text-decoration: underline;
}
.pxl-blog-grid-layout2 .pxl-post--title, .pxl-post-carousel2 .pxl-post--title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout2 .pxl-post--title, .pxl-post-carousel2 .pxl-post--title {
		font-size: 20px;
	}
}
.pxl-blog-grid-layout2 .pxl-post--title a, .pxl-post-carousel2 .pxl-post--title a {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout2 .pxl-post--title a, .pxl-post-carousel2 .pxl-post--title a {
		color: var(--secondary-color);
	}
	.pxl-blog-grid-layout2 .pxl-post--title a:hover, .pxl-post-carousel2 .pxl-post--title a:hover {
		color: var(--primary-color);
	}
}
.pxl-blog-grid-layout2 .pxl-post--title span, .pxl-post-carousel2 .pxl-post--title span {
	color: var(--primary-color);
}
.pxl-blog-grid-layout2 .pxl-item--holder, .pxl-post-carousel2 .pxl-item--holder {
	position: absolute;
	padding: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout2 .pxl-item--holder, .pxl-post-carousel2 .pxl-item--holder {
		position: static;
		padding: 10px 15px;
	}
}
.pxl-blog-grid-layout2 .pxl-post--inner, .pxl-post-carousel2 .pxl-post--inner {
	margin-bottom: 15px;
	position: relative;
}
.pxl-blog-grid-layout2 .pxl-post--inner:hover .pxl-post--featured a.link-feature, .pxl-post-carousel2 .pxl-post--inner:hover .pxl-post--featured a.link-feature {
	display: block;
}
.pxl-blog-grid-layout3 .pxl-post--featured, .pxl-post-carousel3 .pxl-post--featured {
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}
.pxl-blog-grid-layout3 .post-button-video, .pxl-post-carousel3 .post-button-video {
	border-radius: 50%;
	top: auto;
	right: auto;
	left: 30px;
	bottom: 30px;
}
.pxl-blog-grid-layout3 .pxl-item--holder, .pxl-post-carousel3 .pxl-item--holder {
	padding: 25px;
}
.pxl-blog-grid-layout3 .pxl-post--title, .pxl-post-carousel3 .pxl-post--title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.pxl-blog-grid-layout3 .pxl-post--title, .pxl-post-carousel3 .pxl-post--title {
		font-size: 20px;
	}
}
.pxl-blog-grid-layout3 .pxl-post--title span, .pxl-post-carousel3 .pxl-post--title span {
	color: var(--primary-color);
}
.pxl-blog-grid-layout3 .pxl-divider, .pxl-post-carousel3 .pxl-divider {
	height: 1px;
	background-color: #d9d9d9;
	margin-bottom: 25px;
}
.pxl-blog-grid-layout3 .btn-plus, .pxl-post-carousel3 .btn-plus {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	background-color: transparent;
	color: var(--primary-color);
	padding: 0;
	position: relative;
}
.pxl-blog-grid-layout3 .btn-plus:before, .pxl-post-carousel3 .btn-plus:before, .pxl-blog-grid-layout3 .btn-plus:after, .pxl-post-carousel3 .btn-plus:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 14px;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform-origin: 50% 50%;
	-webkit-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: var(--primary-color);
}
.pxl-blog-grid-layout3 .btn-plus:before, .pxl-post-carousel3 .btn-plus:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-khtml-transform: translate(-50%, -50%) rotate(90deg);
	-moz-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	-o-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.pxl-blog-grid-layout3 .btn-plus:after, .pxl-post-carousel3 .btn-plus:after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-khtml-transform: translate(-50%, -50%) rotate(0deg);
	-moz-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-o-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
.pxl-blog-grid-layout3 .btn-plus:hover, .pxl-post-carousel3 .btn-plus:hover, .pxl-blog-grid-layout3 .btn-plus:focus, .pxl-post-carousel3 .btn-plus:focus {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}
.pxl-blog-grid-layout3 .btn-plus:hover:before, .pxl-post-carousel3 .btn-plus:hover:before, .pxl-blog-grid-layout3 .btn-plus:focus:before, .pxl-post-carousel3 .btn-plus:focus:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-khtml-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin-top: -4px;
	width: 12px;
	background-color: #fff;
}
.pxl-blog-grid-layout3 .btn-plus:hover:after, .pxl-post-carousel3 .btn-plus:hover:after, .pxl-blog-grid-layout3 .btn-plus:focus:after, .pxl-post-carousel3 .btn-plus:focus:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-khtml-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-top: 4px;
	width: 12px;
	background-color: #fff;
}
.pxl-blog-grid-layout3 .pxl-meta--bottton, .pxl-post-carousel3 .pxl-meta--bottton {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pxl-blog-grid-layout3 .pxl-post--category a, .pxl-post-carousel3 .pxl-post--category a {
	color: var(--primary-color);
}
.pxl-blog-grid-layout3 .pxl-post--category a:after, .pxl-post-carousel3 .pxl-post--category a:after {
	content: ",";
}
.pxl-blog-grid-layout3 .pxl-post--category a:last-child:after, .pxl-post-carousel3 .pxl-post--category a:last-child:after {
	display: none;
}
.pxl-blog-grid-layout3 .pxl-post--date, .pxl-post-carousel3 .pxl-post--date {
	color: var(--third-color);
}
.pxl-blog-grid-layout3 .pxl-post--inner, .pxl-post-carousel3 .pxl-post--inner {
	border-radius: 0 0 15px 15px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
	.pxl-blog-grid-layout3 .pxl-swiper-container, .pxl-post-carousel3 .pxl-swiper-container {
		padding: 0 45px;
		margin-left: -60px;
		margin-right: -60px;
	}
	.pxl-blog-grid-layout3 .pxl-swiper-container .pxl-swiper-slide, .pxl-post-carousel3 .pxl-swiper-container .pxl-swiper-slide {
		opacity: 0;
	}
	.pxl-blog-grid-layout3 .pxl-swiper-container .pxl-swiper-slide.swiper-slide-visible, .pxl-post-carousel3 .pxl-swiper-container .pxl-swiper-slide.swiper-slide-visible {
		opacity: 1;
	}
}
.pxl-recent-post1 .pxl-item--image {
	min-height: 320px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	mask-image: url(../img/image-post-mask.webp);
	-webkit-mask-image: url(../img/image-post-mask.webp);
	-ms-mask-image: url(../img/image-post-mask.webp);
	-o-mask-image: url(../img/image-post-mask.webp);
}
@media screen and (min-width: 992px) {
	.pxl-recent-post1 .pxl-item--image {
		position: absolute;
		height: 100%;
		max-width: 58%;
		width: 100%;
		left: 0;
		top: 30px;
		bottom: 0;
		opacity: 0;
	}
}
@media screen and (max-width: 991px) {
	.pxl-recent-post1 .pxl-item--image {
		position: relative;
	}
}
.pxl-recent-post1 .pxl-item--image .bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width: 479px) {
	.pxl-recent-post1 .pxl-item--image + .pxl-item--body .pxl-post--date {
		margin-top: -80px;
		margin-left: 30px;
	}
}
.pxl-recent-post1 .pxl-item--body {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	padding: 10px 0 15px;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: start;
	position: relative;
	z-index: 22;
}
@media screen and (min-width: 1201px) {
	.pxl-recent-post1 .pxl-item--body {
		padding: 15px 0 35px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 479px) {
	.pxl-recent-post1 .pxl-item--body {
		flex-wrap: wrap;
	}
}
.pxl-recent-post1 .pxl-item--body:after {
	content: "";
	width: 100%;
	height: 1px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	background-color: #f1f1f1;
	position: absolute;
	bottom: -1px;
	right: 0;
}
@media screen and (max-width: 767px) {
	.pxl-recent-post1 .pxl-item--body {
		padding: 20px 0px;
	}
}
.pxl-recent-post1 .pxl-post--date {
	max-width: 76px;
	min-width: 76px;
	min-height: 88px;
	max-height: 88px;
	background-color: var(--primary-color);
	border-radius: 12px;
	margin-right: 20px;
	justify-content: center;
	color: #fff;
}
@media screen and (max-width: 479px) {
	.pxl-recent-post1 .pxl-post--date {
		margin-bottom: 20px;
	}
}
.pxl-recent-post1 .pxl-post--date span {
	line-height: 1;
}
.pxl-recent-post1 .pxl-post--date span.date-day {
	font-size: 40px;
}
.pxl-recent-post1 .pxl-post--date span.date-month {
	font-size: 21px;
}
.pxl-recent-post1 .pxl-item--title {
	font-size: 20px;
	font-weight: 400;
	color: var(--secondary-color);
	margin-bottom: 2px;
}
@media screen and (min-width: 992px) {
	.pxl-recent-post1 .pxl-item--title {
		max-width: 80%;
	}
}
@media screen and (min-width: 1400px) {
	.pxl-recent-post1 .pxl-item--title {
		font-size: 25px;
	}
}
.pxl-recent-post1 .pxl-item--title a {
	color: inherit;
}
.pxl-recent-post1 .pxl-item--title a:hover {
	color: var(--primary-color);
}
.pxl-recent-post1 .pxl-grid-inner {
	padding: 0px;
}
@media screen and (min-width: 992px) {
	.pxl-recent-post1 .pxl-grid-item {
		padding: 0px 0 0px 60%;
	}
}
@media screen and (max-width: 767px) {
	.pxl-recent-post1 .pxl-grid-item {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 992px) {
	.pxl-recent-post1 .pxl-grid-item.active .pxl-item--image {
		z-index: 1;
		opacity: 1;
		top: 0;
	}
}
@media screen and (min-width: 992px) {
	.pxl-recent-post1 .pxl-grid-item.active .pxl-item--body:after {
		width: calc(100% + 130px);
		transition-delay: 200ms;
		background-color: var(--primary-color);
	}
}
.pxl-recent-post1 .pxl-grid-item.active .pxl-item--title a {
	color: var(--primary-color);
}
.pxl-recent-post1 .pxl-grid-item.active .bg-image {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.before-divider3 {
	content: '';
	height: 4px;
	position: absolute;
	border-radius: 4px;
	width: 30%;
	bottom: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-nav-menu .pxl-menu-primary > li {
	/* Style Level First */
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-plus {
	display: inline-flex;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-plus:before {
	content: '+';
	font-style: normal;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-arrow {
	display: inline-flex;
	line-height: normal;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-arrow:before {
	content: "\f150";
	font-family: "Caseicon";
	font-size: 8px;
	font-style: normal;
	position: relative;
	top: 2px;
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
	display: none !important;
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li > a .pxl-menu-item-text {
	display: inline-flex;
	align-items: center;
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li > a .pxl-menu-item-text .flaticon-up-right-arrow {
	font-size: 9px;
	font-weight: 400;
	color: var(--gradient-color-to);
	margin-left: 12px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	transform: translateX(-10px);
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li > a.pxl-onepage-active .pxl-menu-item-text .flaticon-up-right-arrow, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li:hover > a .pxl-menu-item-text .flaticon-up-right-arrow, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current_page_item > a .pxl-menu-item-text .flaticon-up-right-arrow, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current-menu-item > a .pxl-menu-item-text .flaticon-up-right-arrow, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current_page_ancestor > a .pxl-menu-item-text .flaticon-up-right-arrow, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current-menu-ancestor > a .pxl-menu-item-text .flaticon-up-right-arrow {
	opacity: 1;
	transform: translateX(0px);
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li .sub-menu .flaticon-up-right-arrow {
	display: none;
}
.pxl-nav-menu.fr-style-dotted .pxl-menu-primary > li > a:after {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: var(--primary-color);
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	display: inline-block;
	top: -3px;
}
.pxl-nav-menu.fr-style-dotted .pxl-menu-primary > li:first-child > a:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: var(--primary-color);
	margin-right: 15px;
	position: relative;
	display: inline-block;
	top: -3px;
}
.pxl-nav-menu.fr-spacer-divider .pxl-menu-primary > li {
	margin: 0;
	border-right: 1px solid #eee;
	padding-left: 35px;
	padding-right: 35px;
}
.pxl-nav-menu.fr-spacer-divider .pxl-menu-primary > li > a .pxl-menu-item-text {
	display: inline-flex;
	align-items: center;
}
.pxl-nav-menu.fr-spacer-left .pxl-menu-primary > li {
	margin: 0;
	border-left: 1px solid #eee;
	padding-left: 35px;
	padding-right: 35px;
}
.pxl-nav-menu.fr-spacer-left .pxl-menu-primary > li > a .pxl-menu-item-text {
	display: inline-flex;
	align-items: center;
}
.pxl-nav-menu.fr-horizontal-divider {
	/* Sub Menu */
}
.pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li {
	margin: 0 12px;
}
.pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li > a {
	padding: 0 0px;
}
@media screen and (max-width: 1400px) {
	.pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li > a {
		padding: 0px;
	}
}
.pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li > a:before {
	content: '';
	height: 4px;
	width: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background-color: var(--primary-color);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	bottom: 0;
}
.pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li > a.pxl-onepage-active:before, .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li:hover > a:before, .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li.current_page_item > a:before, .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li.current-menu-item > a:before, .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li.current_page_ancestor > a:before, .pxl-nav-menu.fr-horizontal-divider .pxl-menu-primary > li.current-menu-ancestor > a:before {
	width: 100%;
}
.pxl-nav-menu .sub-menu li.menu-item-has-children > a:after {
	content: "\f14d";
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 9px;
	font-family: "Caseicon";
	font-weight: 400;
}
@media screen and (min-width: 1201px) {
	.pxl-nav-menu.sub-style-default .sub-menu > li .pxl-menu-item-text {
		-webkit-transition: all 200ms linear 0ms;
		-khtml-transition: all 200ms linear 0ms;
		-moz-transition: all 200ms linear 0ms;
		-ms-transition: all 200ms linear 0ms;
		-o-transition: all 200ms linear 0ms;
		transition: all 200ms linear 0ms;
		position: relative;
	}
	.pxl-nav-menu.sub-style-default .sub-menu > li .pxl-menu-item-text:before {
		content: '';
		width: 5px;
		height: 5px;
		position: absolute;
		top: 8px;
		left: 0;
		opacity: 0;
		-webkit-transition: width 0.25s;
		transition: width 0.25s;
		background-color: #fff;
	}
	.pxl-nav-menu.sub-style-default .sub-menu > li > a.pxl-onepage-active .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li:hover > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_item > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-item > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_ancestor > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-ancestor > a .pxl-menu-item-text {
		padding-left: 10px;
	}
	.pxl-nav-menu.sub-style-default .sub-menu > li > a.pxl-onepage-active .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li:hover > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_item > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-item > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_ancestor > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-ancestor > a .pxl-menu-item-text:before {
		background-color: #fff;
		opacity: 1;
	}
}
.pxl-nav-menu.show-effect-fade .pxl-menu-primary .sub-menu {
	margin-top: 0;
}
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary .sub-menu {
	-webkit-transform: scaleY(0);
	-khtml-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	margin-top: 0;
}
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li.focus > .sub-menu {
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary .sub-menu {
	margin-top: 0;
	transform: perspective(500px) rotateX(-20deg);
	transform-origin: 50% 0%;
}
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
	transform: perspective(500px) rotateX(0deg);
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu {
	position: static;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
	padding: 0;
	text-align: inherit;
	background-color: transparent;
	margin: 0;
	padding-top: 18px;
	display: none;
	transition: none;
	min-width: auto;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li {
	padding: 0;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li > a {
	padding: 0;
	display: inline-block;
	font-weight: 400;
	font-size: 19px;
	color: rgba(0, 0, 0, 0.54);
	border: none;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li > a:hover {
	color: var(--primary-color);
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li + li {
	margin-top: 12px;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu li:hover > .sub-menu {
	margin-top: 0 !important;
}
.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary > li {
	display: block;
	margin: 0;
}
.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary > li > a {
	line-height: normal;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-arrow-toggle {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 80%;
	width: 40px;
	height: 40px;
	display: inline-flex;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	align-items: center;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary {
	padding: 0 50px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary > li + li {
	margin-top: 30px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary > li > a {
	line-height: normal;
	font-size: 36px;
	text-transform: uppercase;
	color: #141414;
	font-weight: 500;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary > li > a .caseicon-angle-arrow-down {
	display: none !important;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary li.menu-item-has-children > a:hover .pxl-arrow-toggle {
	opacity: 1;
	right: -60px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-arrow-toggle {
	display: none;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a {
	min-width: 145px;
	font-size: 18px;
	line-height: 60px;
	color: #040607;
	z-index: 1;
}
@media screen and (max-width: 1400px) {
	.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a {
		font-size: 16px;
		line-height: 51px;
	}
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:before, .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:after {
	content: '';
	position: absolute;
	width: 31px;
	height: 27px;
	border-color: var(--primary-color);
	border-style: solid;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:before {
	top: 0;
	left: 0;
	border-radius: 8px 0 0 0;
	border-width: 3px 0 0 3px;
	transform-origin: top left;
}
@media screen and (max-width: 1400px) {
	.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:before {
		border-width: 2px 0 0 2px;
	}
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:after {
	border-radius: 0 0 8px 0px;
	border-width: 0 3px 3px 0;
	right: 0;
	bottom: 0;
	transform-origin: bottom right;
}
@media screen and (max-width: 1400px) {
	.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:after {
		border-width: 0 2px 2px 0;
	}
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a .pxl-menu-item-text {
	position: static;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a .pxl-menu-item-text:before {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	z-index: -1;
	background-color: var(--primary-color);
	transform: scaleY(0);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:hover:before, .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:hover:after {
	transform: scale(0);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:hover .pxl-menu-item-text:before {
	transform: scaleY(1);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li + li {
	margin-top: 22px;
}
@media screen and (max-width: 1400px) {
	.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li + li {
		margin-top: 12px;
	}
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li .sub-menu {
	margin-bottom: 36px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary li.menu-item-has-children > a .pxl-menu-item-text:after {
	content: '+';
	margin-left: 4px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li > a {
	color: #555;
	font-size: 16px;
	font-weight: 700;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li > a:after {
	display: none;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li > a:hover {
	color: var(--primary-color);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li .sub-menu > li > a {
	color: #777;
	font-size: 15px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li .sub-menu > li > a:hover {
	color: var(--primary-color);
}
.pxl-nav-menu.pxl-mega-boxed .pxl-megamenu > .sub-menu {
	max-width: 1230px;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	.pxl-primary-menu-not-set li a {
		padding: 0 22px;
		background-color: var(--primary-color);
		font-weight: 700;
		line-height: 46px;
		border-radius: 23px;
		display: inline-flex;
		color: #fff;
		font-size: 16px;
	}
}
@media screen and (min-width: 1201px) {
	#pxl-header-default .pxl-menu-primary > li {
		margin: 0 1px;
	}
	#pxl-header-default .pxl-menu-primary > li > a {
		margin: 0 18px;
		padding: 0 5px;
	}
	#pxl-header-default .pxl-menu-primary > li > a span {
		line-height: 37px;
		display: inline-flex;
		align-items: center;
		position: relative;
		z-index: 1;
	}
	#pxl-header-default .pxl-menu-primary > li > a:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 2px;
		background: var(--primary-color);
		bottom: 0;
		left: 0;
		-webkit-transform: scaleX(0);
		-khtml-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0);
		transition: all 200ms linear 0ms;
		z-index: 100;
	}
	#pxl-header-default .pxl-menu-primary > li:hover > a, #pxl-header-default .pxl-menu-primary > li.current_page_item > a, #pxl-header-default .pxl-menu-primary > li.current-menu-item > a, #pxl-header-default .pxl-menu-primary > li.current_page_ancestor > a, #pxl-header-default .pxl-menu-primary > li.current-menu-ancestor > a {
		color: var(--primary-color);
	}
	#pxl-header-default .pxl-menu-primary > li:hover > a:before, #pxl-header-default .pxl-menu-primary > li.current_page_item > a:before, #pxl-header-default .pxl-menu-primary > li.current-menu-item > a:before, #pxl-header-default .pxl-menu-primary > li.current_page_ancestor > a:before, #pxl-header-default .pxl-menu-primary > li.current-menu-ancestor > a:before {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	#pxl-header-default .pxl-menu-primary > li:last-child > a {
		margin-right: 0;
	}
	#pxl-header-default .pxl-menu-primary > li:first-child > a {
		margin-left: 0;
	}
}
.section-mega-active.section-remove-br {
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
button:not(.btn), .button:not(.btn), input[type="submit"]:not(.btn) {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0 28px;
	line-height: 56px;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	border: none;
	height: auto;
	text-align: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: var(--primary-color);
}
button:not(.btn):hover, .button:not(.btn):hover, input[type="submit"]:not(.btn):hover, button:not(.btn):focus, .button:not(.btn):focus, input[type="submit"]:not(.btn):focus {
	background-color: var(--secondary-color);
	color: #fff;
}
.btn {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0 28px;
	line-height: 56px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: relative;
	cursor: pointer;
	border: none;
	height: auto;
	display: inline-flex;
	align-items: center;
	text-align: center;
	background-color: var(--primary-color);
	justify-content: center;
	overflow: hidden;
	z-index: 1;
}
.btn:hover, .btn:focus {
	outline: medium none;
	text-decoration: none;
	color: #fff;
	background-color: var(--secondary-color);
}
.btn.btn-block {
	width: 100%;
}
.btn.btn-block .pxl--btn-text {
	flex-grow: 1;
}
.btn.btn-visible {
	overflow: visible;
}
.btn.pxl-icon--right {
	flex-direction: row-reverse;
}
.btn.pxl-icon-active i {
	justify-content: center;
	align-items: center;
}
.btn.btn-w-full {
	width: 100%;
}
.btn .pxl--btn-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	overflow: hidden;
}
.btn .pxl--btn-icon i, .btn .pxl--btn-icon svg {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.btn.btn-text-underline {
	line-height: 1.2;
	background-color: transparent;
	color: var(--secondary-color);
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
}
.btn.btn-text-underline i {
	-webkit-transition: all 350ms linear 0ms;
	-khtml-transition: all 350ms linear 0ms;
	-moz-transition: all 350ms linear 0ms;
	-ms-transition: all 350ms linear 0ms;
	-o-transition: all 350ms linear 0ms;
	transition: all 350ms linear 0ms;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}
.btn.btn-text-underline:before {
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0px;
	content: "";
	width: 100%;
	left: 0;
	background-color: var(--primary-color);
}
.btn.btn-text-underline:hover {
	color: var(--fifth-color);
}
.btn.btn-text-nina.btn-default:hover, .btn.btn-text-nina.btn-default:focus {
	background-color: var(--primary-color);
}
.btn.btn-text-nina .pxl--btn-text {
	position: relative;
}
.btn.btn-text-nina .pxl--btn-text:before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-transition: -webkit-transform 0.1s, opacity 0.1s;
	transition: transform 0.1s, opacity 0.1s;
	transition-timing-function: ease, ease;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	white-space: nowrap;
}
.btn.btn-text-nina .pxl--btn-text > span {
	white-space: nowrap;
	display: inline-block;
	padding: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, -14px, 0);
	transform: translate3d(0, -14px, 0);
	-webkit-transition: -webkit-transform 0.1s, opacity 0.1s;
	transition: transform 0.1s, opacity 0.1s;
	transition-timing-function: ease, ease;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	line-height: normal;
}
.btn.btn-text-nina:hover {
	-webkit-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.btn.btn-text-nina:hover .pxl--btn-text:before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.btn.btn-text-nina:hover .pxl--btn-text span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn.btn-text-nina:not(:hover) .pxl--btn-text > span {
	transition-delay: 0s !important;
}
.btn.btn-text-nina.btn-outline-gradient:hover .pxl--btn-text:before {
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}
.btn.btn-text-nanuk .pxl--btn-text span {
	display: inline-block;
}
.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1), .btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n) {
	-webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1) {
	-webkit-animation: pxl_nanuk_1 0.5s forwards;
	animation: pxl_nanuk_1 0.5s forwards;
}
.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n) {
	-webkit-animation: pxl_nanuk_2 0.5s forwards;
	animation: pxl_nanuk_2 0.5s forwards;
}
.btn.icon-ef-right-from-left:hover .pxl--btn-icon i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.btn.icon-ef-left-from-right:hover .pxl--btn-icon i {
	-webkit-animation: pxl_left_right 0.5s forwards;
	-khtml-animation: pxl_left_right 0.5s forwards;
	-moz-animation: pxl_left_right 0.5s forwards;
	-ms-animation: pxl_left_right 0.5s forwards;
	-o-animation: pxl_left_right 0.5s forwards;
	animation: pxl_left_right 0.5s forwards;
}
.btn.icon-ef-bottom-from-top:hover .pxl--btn-icon i {
	-webkit-animation: toBottomFromTop 0.5s forwards;
	-khtml-animation: toBottomFromTop 0.5s forwards;
	-moz-animation: toBottomFromTop 0.5s forwards;
	-ms-animation: toBottomFromTop 0.5s forwards;
	-o-animation: toBottomFromTop 0.5s forwards;
	animation: toBottomFromTop 0.5s forwards;
}
.btn.icon-ef-top-from-bottom:hover .pxl--btn-icon i {
	-webkit-animation: toTopFromBottom 0.5s forwards;
	-khtml-animation: toTopFromBottom 0.5s forwards;
	-moz-animation: toTopFromBottom 0.5s forwards;
	-ms-animation: toTopFromBottom 0.5s forwards;
	-o-animation: toTopFromBottom 0.5s forwards;
	animation: toTopFromBottom 0.5s forwards;
}
.btn.bg-style1:before {
	position: absolute;
	display: block;
	bottom: -1px;
	right: -1px;
	left: -1px;
	top: -1px;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	background-color: var(--fourth-color);
	transition: all 0.33s ease;
	content: "";
	z-index: -1;
}
.btn.bg-style1:hover {
	color: var(--secondary-color);
}
.btn.bg-style1:hover:before {
	transform: scaleY(1);
}
.btn.bg-style2:before {
	position: absolute;
	display: block;
	bottom: -1px;
	right: -1px;
	left: -1px;
	top: -1px;
	transform: scaleX(0);
	transform-origin: 0% 100%;
	background-color: var(--fourth-color);
	transition: all 0.33s ease;
	content: "";
	z-index: -1;
}
.btn.bg-style2:hover {
	color: var(--secondary-color);
}
.btn.bg-style2:hover:before {
	transform: scaleX(1);
}
.btn.btn-text-down:before {
	content: attr(data-hover);
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translate(0, -100%);
	transition: all 0.3s ease-in-out;
}
.btn.btn-text-down span {
	transition: all 0.3s ease-in-out;
}
.btn.btn-text-down:hover:before {
	opacity: 1;
	transform: translate(0, 0);
}
.btn.btn-text-down:hover span {
	transform: translate(0, 40px);
	opacity: 0;
}
.btn-style2-revo {
	background-color: var(--primary-color);
	overflow: hidden;
	position: relative;
	-webkit-transition: all 400ms ease;
	-khtml-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	z-index: 1;
	display: flex !important;
	align-items: center !important;
}
.btn-style2-revo:before {
	position: absolute;
	display: block;
	bottom: -1px;
	right: -1px;
	left: -1px;
	top: -1px;
	transform: scaleX(0);
	transform-origin: 0% 100%;
	background-color: var(--fourth-color);
	transition: all 0.33s ease;
	content: "";
	z-index: -1;
}
.btn-style2-revo i {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}
.btn-style2-revo .btn-icon {
	width: 40px;
	height: 40px;
	background-color: #fff;
	color: #000;
	margin-left: 15px;
	font-size: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.btn-style2-revo .btn-icon:before {
	font-weight: bold;
}
.btn-style2-revo:hover:before {
	transform: scaleX(1);
}
.btn-style2-revo:hover .btn-icon {
	background-color: var(--secondary-color);
	color: #fff;
}
.btn-style2-revo:hover .btn-icon i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.bg-slide-bottom-blenmord {
	mix-blend-mode: luminosity;
}
.image-blend-mord img {
	filter: grayscale(1);
	-webkit-transition: all 400ms linear 0ms;
	-khtml-transition: all 400ms linear 0ms;
	-moz-transition: all 400ms linear 0ms;
	-ms-transition: all 400ms linear 0ms;
	-o-transition: all 400ms linear 0ms;
	transition: all 400ms linear 0ms;
}
.image-blend-mord img:hover {
	filter: grayscale(0);
}
.icon-phone-tada i {
	-webkit-animation: tada 1500ms ease-out infinite;
	-khtml-animation: tada 1500ms ease-out infinite;
	-moz-animation: tada 1500ms ease-out infinite;
	-ms-animation: tada 1500ms ease-out infinite;
	-o-animation: tada 1500ms ease-out infinite;
	animation: tada 1500ms ease-out infinite;
}
@keyframes pxl_nanuk_1 {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: inherit;
	}
	100% {
		color: inherit;
	}
}
@keyframes pxl_nanuk_2 {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: inherit;
	}
	100% {
		color: inherit;
	}
}
.pxl-button-box a {
	position: relative;
	z-index: 1;
	width: 190px;
	height: 190px;
	display: flex;
	background-color: var(--fourth-color);
	color: var(--secondary-color);
	padding: 30px 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
.pxl-button-box a:before {
	width: 130%;
	height: 130%;
	z-index: -1;
	border: 1px solid #3b4a3b;
	border-radius: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: block;
}
.pxl-button-box a:hover:before {
	border-color: var(--fourth-color);
}
@media screen and (min-width: 576px) {
	.revslider-initialised .btn.btn-icon-box {
		padding-left: 44px;
		padding-right: 90px;
		line-height: 67px;
		font-size: 18px;
		background-color: var(--gradient-color-to);
	}
	.revslider-initialised .btn.btn-icon-box .pxl--btn-icon {
		width: 65px;
		height: 67px;
		position: absolute;
		top: 0;
		right: 0;
		background-color: var(--gradient-color-from);
		border-radius: 67px;
		align-items: center;
		justify-content: center;
		font-size: 13px;
	}
	.revslider-initialised .btn.btn-icon-box:hover, .revslider-initialised .btn.btn-icon-box:focus {
		background-color: var(--gradient-color-to);
	}
}
.pxl-icon-box1 .pxl-item--icon {
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px;
	margin-right: 23px;
	background-color: rgba(var(--secondary-color-rgb),0.06);
	position: relative;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	z-index: 1;
}
@media screen and (max-width: 479px) {
	.pxl-icon-box1 .pxl-item--icon {
		margin-bottom: 25px;
	}
}
.pxl-icon-box1 .pxl-item--icon i {
	font-size: 32px;
	color: var(--secondary-color);
}
.pxl-icon-box1 .pxl-item--icon svg {
	max-width: 32px;
	max-height: 32px;
}
.pxl-icon-box1 .pxl-item--icon svg path {
	fill: var(--secondary-color);
}
.pxl-icon-box1 .pxl-item--icon.icon-image {
	overflow: hidden;
	border-radius: 6px;
}
.pxl-icon-box1 .pxl-item--title {
	font-size: 18px;
	color: var(--secondary-color);
	margin-bottom: 0;
}
.pxl-icon-box1 .pxl-item--title a {
	color: inherit;
}
.pxl-icon-box1 .pxl-item--title a:hover {
	color: var(--primary-color);
}
.pxl-icon-box1 .pxl-item--inner {
	display: flex;
	align-items: center;
	padding: 15px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background-color: rgba(var(--secondary-color-rgb),0.04);
}
@media screen and (max-width: 479px) {
	.pxl-icon-box1 .pxl-item--inner {
		flex-wrap: wrap;
	}
}
.pxl-icons-carousel1 .pxl-item--icon, .pxl-icon-box2 .pxl-item--icon {
	max-height: 68px;
	min-height: 68px;
	max-width: 68px;
	min-width: 68px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.12);
	font-size: 35px;
	color: var(--fourth-color);
	position: relative;
}
.pxl-icons-carousel1 .pxl-item--icon svg, .pxl-icon-box2 .pxl-item--icon svg, .pxl-icons-carousel1 .pxl-item--icon img, .pxl-icon-box2 .pxl-item--icon img {
	max-height: 40px;
	max-width: 40px;
}
.pxl-icons-carousel1 .pxl-item--icon i, .pxl-icon-box2 .pxl-item--icon i, .pxl-icons-carousel1 .pxl-item--icon svg, .pxl-icon-box2 .pxl-item--icon svg, .pxl-icons-carousel1 .pxl-item--icon img, .pxl-icon-box2 .pxl-item--icon img {
	-webkit-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-icons-carousel1 .pxl-item--icon svg, .pxl-icon-box2 .pxl-item--icon svg {
	fill: var(--fourth-color);
}
.pxl-icons-carousel1 .pxl-item--icon a, .pxl-icon-box2 .pxl-item--icon a {
	color: var(--fourth-color);
	width: 100%;
	height: 100%;
}
.pxl-icons-carousel1 .pxl-item--title, .pxl-icon-box2 .pxl-item--title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 0px;
	padding-left: 15px;
}
@media screen and (max-width: 1400px) {
	.pxl-icons-carousel1 .pxl-item--title, .pxl-icon-box2 .pxl-item--title {
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.pxl-icons-carousel1 .pxl-item--title, .pxl-icon-box2 .pxl-item--title {
		font-size: 20px;
	}
}
.pxl-icons-carousel1 .pxl-item--title a, .pxl-icon-box2 .pxl-item--title a {
	color: inherit;
}
.pxl-icons-carousel1 .pxl-item--title a:hover, .pxl-icon-box2 .pxl-item--title a:hover {
	color: #786103;
}
.pxl-icons-carousel1 .wrap-title, .pxl-icon-box2 .wrap-title {
	margin-bottom: 20px;
}
.pxl-icons-carousel1 .pxl-item--excerpt, .pxl-icon-box2 .pxl-item--excerpt {
	font-size: 18px;
}
.pxl-icons-carousel1 .pxl-item--inner:hover .pxl-item--icon, .pxl-icon-box2 .pxl-item--inner:hover .pxl-item--icon {
	background-color: var(--fourth-color);
	color: var(--secondary-color);
}
.pxl-icons-carousel1 .pxl-item--inner:hover .pxl-item--icon i, .pxl-icon-box2 .pxl-item--inner:hover .pxl-item--icon i, .pxl-icons-carousel1 .pxl-item--inner:hover .pxl-item--icon svg, .pxl-icon-box2 .pxl-item--inner:hover .pxl-item--icon svg, .pxl-icons-carousel1 .pxl-item--inner:hover .pxl-item--icon img, .pxl-icon-box2 .pxl-item--inner:hover .pxl-item--icon img {
	-webkit-animation: pxl_bounce 0.9s linear 1;
	-khtml-animation: pxl_bounce 0.9s linear 1;
	-moz-animation: pxl_bounce 0.9s linear 1;
	-ms-animation: pxl_bounce 0.9s linear 1;
	-o-animation: pxl_bounce 0.9s linear 1;
	animation: pxl_bounce 0.9s linear 1;
	color: var(--secondary-color);
}
.pxl-icons-carousel1 .pxl-item--inner:hover .pxl-item--icon a, .pxl-icon-box2 .pxl-item--inner:hover .pxl-item--icon a {
	color: var(--secondary-color);
}
.pxl-icons-carousel1 .pxl-item--inner:hover .pxl-item--icon svg, .pxl-icon-box2 .pxl-item--inner:hover .pxl-item--icon svg {
	fill: var(--secondary-color);
}
.pxl-icons-carousel1 .pxl-item--inner:hover .btn-icon:before, .pxl-icon-box2 .pxl-item--inner:hover .btn-icon:before {
	width: 100%;
}
.pxl-icons-carousel1.style-2 .wrap-title {
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pxl-icons-carousel1.style-2 .pxl-item--inner {
	padding: 40px;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 20px;
}
.service-sliiders.inner .pxl-item--inner{
	min-height: 520px !important;
	height: auto !important;
}
@media screen and (max-width: 1200px) {
	.pxl-icons-carousel1.style-2 .pxl-item--inner {
		padding: 20px;
	}
}
.pxl-icon-box3 .pxl-item--icon {
	min-height: 100px;
	font-size: 80px;
	color: var(--fourth-color);
	position: relative;
	margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
	.pxl-icon-box3 .pxl-item--icon {
		margin-bottom: 90px;
	}
}
.pxl-icon-box3 .pxl-item--icon svg, .pxl-icon-box3 .pxl-item--icon img {
	max-height: 80px;
	max-width: 100px;
}
.pxl-icon-box3 .pxl-item--icon i, .pxl-icon-box3 .pxl-item--icon svg, .pxl-icon-box3 .pxl-item--icon img {
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-icon-box3 .pxl-item--icon svg {
	fill: var(--fourth-color);
}
.pxl-icon-box3 .pxl-item--icon a {
	line-height: 1;
	color: var(--fourth-color);
}
.pxl-icon-box3 .pxl-item--title {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 18px;
}
@media screen and (max-width: 1400px) {
	.pxl-icon-box3 .pxl-item--title {
		font-size: 20px;
	}
}
.pxl-icon-box3 .pxl-item--title a {
	color: inherit;
}
.pxl-icon-box3 .pxl-item--title a:hover {
	color: #786103;
}
.pxl-icon-box3 .btn-readmore {
	line-height: 40px;
	font-size: 14px;
	background-color: rgba(var(--secondary-color-rgb),0.08);
	padding: 0 30px;
	clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: var(--secondary-color);
}
.pxl-icon-box3 .btn-readmore:hover {
	background-color: var(--primary-color);
	color: #fff;
}
.pxl-icon-box3 .pxl-item--excerpt {
	font-size: 18px;
	margin-bottom: 35px;
}
.pxl-icon-box3 .pxl-item--inner:hover .pxl-item--icon {
	color: var(--secondary-color);
}
.pxl-icon-box3 .pxl-item--inner:hover .btn-readmore {
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.pxl-icon-box4 .pxl-item--icon {
	min-width: 78px;
	max-width: 78px;
	min-height: 78px;
	max-height: 78px;
	margin-right: 25px;
	background-color: var(--secondary-color);
	position: relative;
	z-index: 1;
	margin-left: -40px;
}
@media screen and (max-width: 479px) {
	.pxl-icon-box4 .pxl-item--icon {
		margin-bottom: 25px;
		margin-left: 0;
	}
}
.pxl-icon-box4 .pxl-item--icon i {
	font-size: 45px;
	color: #fff;
}
.pxl-icon-box4 .pxl-item--icon svg {
	max-width: 45px;
	max-height: 45px;
}
.pxl-icon-box4 .pxl-item--icon svg path {
	fill: #fff;
}
.pxl-icon-box4 .pxl-item--icon.icon-image {
	overflow: hidden;
}
.pxl-icon-box4 .pxl-item--title {
	font-size: 23px;
	color: var(--secondary-color);
	margin-bottom: 10px;
}
.pxl-icon-box4 .pxl-item--title a {
	color: inherit;
}
.pxl-icon-box4 .pxl-item--title a:hover {
	color: var(--primary-color);
}
.pxl-icon-box4 .pxl-item--inner {
	display: flex;
	align-items: center;
	padding: 15px 15px 15px 0;
	border: 1px solid rgba(var(--third-color-rgb),0.15);
	margin-left: 40px;
}
@media screen and (max-width: 479px) {
	.pxl-icon-box4 .pxl-item--inner {
		flex-wrap: wrap;
		padding: 15px;
		margin-left: 0;
	}
}
.pxl-icon-box5 .pxl-item--icon {
	min-height: 60px;
	font-size: 40px;
	position: relative;
	z-index: 1;
	padding-left: 15px;
}
.pxl-icon-box5 .pxl-item--icon:before {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
}
.pxl-icon-box5 .pxl-item--icon svg, .pxl-icon-box5 .pxl-item--icon img {
	max-height: 40px;
	max-width: 40px;
}
.pxl-icon-box5 .pxl-item--icon i {
	color: var(--primary-color);
}
.pxl-icon-box5 .pxl-item--icon i, .pxl-icon-box5 .pxl-item--icon svg, .pxl-icon-box5 .pxl-item--icon img {
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-icon-box5 .pxl-item--icon svg {
	fill: var(--primary-color);
}
.pxl-icon-box5 .pxl-item--icon a {
	line-height: 1;
	color: var(--primary-color);
}
.pxl-icon-box5 .pxl-item--title {
	font-size: 24px;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
@media screen and (max-width: 1400px) {
	.pxl-icon-box5 .pxl-item--title {
		font-size: 20px;
	}
}
.pxl-icon-box5 .pxl-item--title a {
	color: inherit;
}
.pxl-icon-box5 .pxl-item--title a:hover {
	color: #786103;
}
.pxl-icon-box5 .pxl-item--excerpt {
	font-size: 16px;
}
.pxl-icon-box5 .pxl-item--inner {
	padding: 15px 25px 25px;
	background-color: #f6f6f6;
}
.pxl-icon-box5 .pxl-item--inner:hover .pxl-item--icon {
	color: var(--secondary-color);
}
.pxl-icon-box6 .pxl-main--image {
	margin-bottom: 20px;
}
.pxl-icon-box6 .pxl-main--image img {
	max-height: 199px;
	width: auto;
}
.pxl-icon-box6 .pxl-item--subtitle {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--primary-color);
}
.pxl-icon-box6 .pxl-item--subtitle a {
	color: var(--primary-color);
}
.pxl-icon-box6 .pxl-item--title {
	font-size: 24px;
	margin-bottom: 0px;
}
@media screen and (max-width: 1400px) {
	.pxl-icon-box6 .pxl-item--title {
		font-size: 20px;
	}
}
.pxl-icon-box6 .pxl-item--title a {
	color: inherit;
}
.pxl-icon-box6 .pxl-item--title a:hover {
	color: var(--primary-color);
}
.pxl-icon-box6 .pxl-item--inner {
	padding: 25px 0px 10px;
	text-align: center;
}
.pxl-team-single1 .pxl-item--image {
	overflow: hidden;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.pxl-team-single1 .pxl-item--image img {
	width: 100%;
	-webkit-transform: scale(1.08);
	-khtml-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pxl-team-single1 .pxl-item--social {
	background-color: #ffdad1;
	display: inline-flex;
	align-items: center;
	padding: 0 30px;
	margin-top: 30px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.pxl-team-single1 .pxl-item--social i {
	font-weight: 400;
	font-size: 28px;
	color: var(--secondary-color);
}
.pxl-team-single1 .pxl-item--social svg, .pxl-team-single1 .pxl-item--social img {
	max-height: 25px;
	width: auto;
}
@media screen and (max-width: 767px) {
	.pxl-team-single1 .pxl-item--social i {
		font-size: 22px;
	}
	.pxl-team-single1 .pxl-item--social svg, .pxl-team-single1 .pxl-item--social img {
		max-height: 20px;
	}
}
.pxl-team-single1 .pxl-item--social a {
	-webkit-transition: all 100ms linear 0ms;
	-khtml-transition: all 100ms linear 0ms;
	-moz-transition: all 100ms linear 0ms;
	-ms-transition: all 100ms linear 0ms;
	-o-transition: all 100ms linear 0ms;
	transition: all 100ms linear 0ms;
	width: 60px;
	height: 97px;
	line-height: 97px;
	margin: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	.pxl-team-single1 .pxl-item--social a {
		width: 30px;
		height: 70px;
		line-height: 70px;
	}
}
.pxl-team-single1 .pxl-item--social a i, .pxl-team-single1 .pxl-item--social a svg, .pxl-team-single1 .pxl-item--social a img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl-team-single1 .pxl-item--social a:before, .pxl-team-single1 .pxl-item--social a:after {
	width: 8px;
	height: 21px;
	background-color: var(--primary-color);
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-khtml-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}
.pxl-team-single1 .pxl-item--social a:before {
	top: -5px;
}
.pxl-team-single1 .pxl-item--social a:after {
	bottom: -5px;
}
.pxl-team-single1 .pxl-item--social a:hover i, .pxl-team-single1 .pxl-item--social a:hover svg, .pxl-team-single1 .pxl-item--social a:hover img {
	-webkit-transform: scale(0.7);
	-khtml-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}
.pxl-team-single1 .pxl-item--social a:hover:before, .pxl-team-single1 .pxl-item--social a:hover:after {
	opacity: 1;
}
.pxl-team-single1 .pxl-item--social a:hover:before {
	top: 0px;
}
.pxl-team-single1 .pxl-item--social a:hover:after {
	bottom: 0px;
}
.pxl-team-single1 .pxl-item--inner {
	text-align: center;
}
.pxl-team-single1 .pxl-item--inner:hover .pxl-item--image img {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pxl-team-grid1 .pxl-item--image, .pxl-team-carousel1 .pxl-item--image {
	margin-bottom: 22px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0 10px;
	-webkit-transition: all 230ms ease;
	-khtml-transition: all 230ms ease;
	-moz-transition: all 230ms ease;
	-ms-transition: all 230ms ease;
	-o-transition: all 230ms ease;
	transition: all 230ms ease;
	border-radius: 8px;
}
.pxl-team-grid1 .pxl-item--image:before, .pxl-team-carousel1 .pxl-item--image:before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 70%;
	content: "";
	background-image: url(../img/bg-team.png);
	background-repeat: repeat;
	background-size: cover;
	border-radius: 8px;
}
.pxl-team-grid1 .pxl-item--image:after, .pxl-team-carousel1 .pxl-item--image:after {
	border-radius: 8px;
	width: 100%;
	height: 70%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--primary-color-rgb), 0.8) 10%), to(rgba(var(--primary-color-rgb), 0.03) 90%));
	background-image: -webkit-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: -moz-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: -ms-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: -o-linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	background-image: linear-gradient(to top, rgba(var(--primary-color-rgb), 0.8) 10%, rgba(var(--primary-color-rgb), 0.03) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(var(--primary-color-rgb), 0.8) 10%', endColorStr='rgba(var(--primary-color-rgb), 0.03) 90%');
}
.pxl-team-grid1 .pxl-item--image img, .pxl-team-carousel1 .pxl-item--image img {
	-webkit-transition: all 400ms linear 0ms;
	-khtml-transition: all 400ms linear 0ms;
	-moz-transition: all 400ms linear 0ms;
	-ms-transition: all 400ms linear 0ms;
	-o-transition: all 400ms linear 0ms;
	transition: all 400ms linear 0ms;
	width: 100%;
}
.pxl-team-grid1 .pxl-item--title, .pxl-team-carousel1 .pxl-item--title {
	margin-bottom: 0px;
	line-height: 1.33;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}
.pxl-team-grid1 .pxl-item--title a, .pxl-team-carousel1 .pxl-item--title a {
	color: inherit;
}
.pxl-team-grid1 .pxl-item--position, .pxl-team-carousel1 .pxl-item--position {
	font-size: 16px;
}
.pxl-team-grid1 .pxl-item--inner, .pxl-team-carousel1 .pxl-item--inner {
	text-align: center;
}
.pxl-team-carousel1 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
	margin-top: 26px;
}
.pxl-team-grid2 .pxl-item--image, .pxl-team-carousel2 .pxl-item--image {
	mask-image: url(../img/image-post-mask.webp);
	-webkit-mask-image: url(../img/image-post-mask.webp);
	-ms-mask-image: url(../img/image-post-mask.webp);
	-o-mask-image: url(../img/image-post-mask.webp);
}
.pxl-team-grid2 .pxl-item--image img, .pxl-team-carousel2 .pxl-item--image img {
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	transform: translateX(-3px) scale(1.03);
}
.pxl-team-grid2 .pxl-item--title, .pxl-team-carousel2 .pxl-item--title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 20px;
}
.pxl-team-grid2 .pxl-item--title a, .pxl-team-carousel2 .pxl-item--title a {
	color: #fff;
}
.pxl-team-grid2 .pxl-item--position, .pxl-team-carousel2 .pxl-item--position {
	color: #fff;
}
.pxl-team-grid2 .pxl-item--title, .pxl-team-carousel2 .pxl-item--title, .pxl-team-grid2 .pxl-item--position, .pxl-team-carousel2 .pxl-item--position {
	transform: skew(3deg);
}
.pxl-team-grid2 .pxl-item--meta, .pxl-team-carousel2 .pxl-item--meta {
	padding-left: 35px;
	padding-right: 45px;
	position: relative;
	margin-top: -45px;
	transform: skew(-3deg);
}
.pxl-team-grid2 .btn-link, .pxl-team-carousel2 .btn-link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	font-size: 11px;
	color: #fff;
}
.pxl-team-grid2 .btn-link i, .pxl-team-carousel2 .btn-link i {
	-webkit-transition: all 400ms linear 0ms;
	-khtml-transition: all 400ms linear 0ms;
	-moz-transition: all 400ms linear 0ms;
	-ms-transition: all 400ms linear 0ms;
	-o-transition: all 400ms linear 0ms;
	transition: all 400ms linear 0ms;
}
.pxl-team-grid2 .pxl-item-inner-meta, .pxl-team-carousel2 .pxl-item-inner-meta {
	padding: 20px 50px 20px 30px;
	background-color: var(--primary-color);
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}
.pxl-team-grid2 .pxl-item--inner:hover .btn-link i, .pxl-team-carousel2 .pxl-item--inner:hover .btn-link i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-team-grid2 .pxl-item--inner:hover .pxl-item--image img, .pxl-team-carousel2 .pxl-item--inner:hover .pxl-item--image img {
	transform: translateX(0px) scale(1.03);
}
.pxl-star-wrap.color-style1 .pxl-item--star {
	color: var(--third-color);
}
.pxl-star-wrap.color-style1 .pxl-item--star i {
	font-size: 15px;
	margin: 0 2px;
}
.pxl-star-wrap.color-style1 .pxl-item--5-star i {
	color: #ffc106;
}
.pxl-star-wrap.color-style1 .pxl-item--4-star i:nth-child(1), .pxl-star-wrap.color-style1 .pxl-item--4-star i:nth-child(2), .pxl-star-wrap.color-style1 .pxl-item--4-star i:nth-child(3), .pxl-star-wrap.color-style1 .pxl-item--4-star i:nth-child(4) {
	color: #ffc106;
}
.pxl-star-wrap.color-style1 .pxl-item--4-star i:nth-child(5) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style1 .pxl-item--3-star i:nth-child(1), .pxl-star-wrap.color-style1 .pxl-item--3-star i:nth-child(2), .pxl-star-wrap.color-style1 .pxl-item--3-star i:nth-child(3) {
	color: #ffc106;
}
.pxl-star-wrap.color-style1 .pxl-item--3-star i:nth-child(5), .pxl-star-wrap.color-style1 .pxl-item--3-star i:nth-child(4) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style1 .pxl-item--2-star i:nth-child(1), .pxl-star-wrap.color-style1 .pxl-item--2-star i:nth-child(2) {
	color: #ffc106;
}
.pxl-star-wrap.color-style1 .pxl-item--2-star i:nth-child(5), .pxl-star-wrap.color-style1 .pxl-item--2-star i:nth-child(4), .pxl-star-wrap.color-style1 .pxl-item--2-star i:nth-child(3) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style1 .pxl-item--1-star i:nth-child(1) {
	color: #ffc106;
}
.pxl-star-wrap.color-style1 .pxl-item--1-star i:nth-child(5), .pxl-star-wrap.color-style1 .pxl-item--1-star i:nth-child(4), .pxl-star-wrap.color-style1 .pxl-item--1-star i:nth-child(3), .pxl-star-wrap.color-style1 .pxl-item--1-star i:nth-child(2) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style2 .pxl-item--5-star i {
	color: var(--primary-color);
}
.pxl-star-wrap.color-style2 .pxl-item--4-star {
	color: var(--primary-color);
}
.pxl-star-wrap.color-style2 .pxl-item--4-star i:nth-child(5) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style2 .pxl-item--3-star {
	color: var(--primary-color);
}
.pxl-star-wrap.color-style2 .pxl-item--3-star i:nth-child(5), .pxl-star-wrap.color-style2 .pxl-item--3-star i:nth-child(4) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style2 .pxl-item--2-star {
	color: var(--primary-color);
}
.pxl-star-wrap.color-style2 .pxl-item--2-star i:nth-child(5), .pxl-star-wrap.color-style2 .pxl-item--2-star i:nth-child(4), .pxl-star-wrap.color-style2 .pxl-item--2-star i:nth-child(3) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style2 .pxl-item--1-star {
	color: var(--primary-color);
}
.pxl-star-wrap.color-style2 .pxl-item--1-star i:nth-child(5), .pxl-star-wrap.color-style2 .pxl-item--1-star i:nth-child(4), .pxl-star-wrap.color-style2 .pxl-item--1-star i:nth-child(3), .pxl-star-wrap.color-style2 .pxl-item--1-star i:nth-child(2) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style3 .pxl-item--5-star i {
	font-size: 14px;
	color: var(--secondary-color);
}
.pxl-star-wrap.color-style3 .pxl-item--4-star {
	color: var(--secondary-color);
}
.pxl-star-wrap.color-style3 .pxl-item--4-star i:nth-child(5) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style3 .pxl-item--3-star {
	color: var(--secondary-color);
}
.pxl-star-wrap.color-style3 .pxl-item--3-star i:nth-child(5), .pxl-star-wrap.color-style3 .pxl-item--3-star i:nth-child(4) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style3 .pxl-item--2-star {
	color: var(--secondary-color);
}
.pxl-star-wrap.color-style3 .pxl-item--2-star i:nth-child(5), .pxl-star-wrap.color-style3 .pxl-item--2-star i:nth-child(4), .pxl-star-wrap.color-style3 .pxl-item--2-star i:nth-child(3) {
	color: var(--third-color);
}
.pxl-star-wrap.color-style3 .pxl-item--1-star {
	color: var(--secondary-color);
}
.pxl-star-wrap.color-style3 .pxl-item--1-star i:nth-child(5), .pxl-star-wrap.color-style3 .pxl-item--1-star i:nth-child(4), .pxl-star-wrap.color-style3 .pxl-item--1-star i:nth-child(3), .pxl-star-wrap.color-style3 .pxl-item--1-star i:nth-child(2) {
	color: var(--third-color);
}
.pxl-star-wrap.color-gradient .pxl-item--star {
	color: var(--third-color);
}
.pxl-star-wrap.color-gradient .pxl-item--star i {
	font-size: 20px;
}
.pxl-star-wrap.color-gradient .pxl-item--4-star i:nth-child(5) {
	color: var(--third-color);
}
.pxl-star-wrap.color-gradient .pxl-item--3-star i:nth-child(5), .pxl-star-wrap.color-gradient .pxl-item--3-star i:nth-child(4) {
	color: var(--third-color);
}
.pxl-star-wrap.color-gradient .pxl-item--2-star i:nth-child(5), .pxl-star-wrap.color-gradient .pxl-item--2-star i:nth-child(4), .pxl-star-wrap.color-gradient .pxl-item--2-star i:nth-child(3) {
	color: var(--third-color);
}
.pxl-star-wrap.color-gradient .pxl-item--1-star i:nth-child(5), .pxl-star-wrap.color-gradient .pxl-item--1-star i:nth-child(4), .pxl-star-wrap.color-gradient .pxl-item--1-star i:nth-child(3), .pxl-star-wrap.color-gradient .pxl-item--1-star i:nth-child(2) {
	color: var(--third-color);
}
.pxl-testimonial-carousel1 .icon-qouter {
	margin-bottom: 12px;
}
.pxl-testimonial-carousel1 .icon-qouter svg path {
	fill: #464a4f;
}
.pxl-testimonial-carousel1 .pxl-item--image {
	max-width: 60px;
	position: relative;
	z-index: 1;
	margin-left: 5px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.pxl-testimonial-carousel1 .pxl-item--title {
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
}
.pxl-testimonial-carousel1 .pxl-item--title span.text-name {
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
}
.pxl-testimonial-carousel1 .pxl-item--position {
	font-size: 16px;
}
.pxl-testimonial-carousel1 .pxl-item--desc {
	font-size: 22px;
	font-style: italic;
	margin-bottom: 22px;
}
.pxl-testimonial-carousel1 .pxl-item--inner {
	padding: 40px;
	background-color: #f2f2f2;
	border-radius: 12px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.pxl-testimonial-carousel1 .pxl-item--inner:hover {
	background-color: #f5e199;
}
@media screen and (max-width: 1400px) {
	.pxl-testimonial-carousel1 .pxl-item--inner {
		padding: 25px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-testimonial-carousel1 .pxl-item--inner {
		padding: 25px 15px;
	}
}
.pxl-testimonial-carousel2 .icon-qouter {
	width: 59px;
	height: 35px;
	background: var(--secondary-color);
	mask-image: url(../img/mask-qouter.png);
	-webkit-mask-image: url(../img/mask-qouter.png);
	-ms-mask-image: url(../img/mask-qouter.png);
	-o-mask-image: url(../img/mask-qouter.png);
	margin-bottom: 20px;
}
.pxl-testimonial-carousel2 .pxl-item--desc {
	font-size: 18px;
	margin-bottom: 22px;
}
.pxl-testimonial-carousel2 .pxl-item--title {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 0;
	line-height: 1;
}
.pxl-testimonial-carousel2 .pxl-item--position {
	font-size: 13px;
	line-height: 1;
	color: var(--third-color);
}
.pxl-testimonial-carousel2 .pxl-item--inner {
	padding: 55px 75px;
}
@media screen and (min-width: 992px) {
	.pxl-testimonial-carousel2 .pxl-item--inner {
		background-color: var(--primary-color);
		mask-image: url(../img/bg-testsi-1.png);
		-webkit-mask-image: url(../img/bg-testsi-1.png);
		-ms-mask-image: url(../img/bg-testsi-1.png);
		-o-mask-image: url(../img/bg-testsi-1.png);
		position: relative;
		overflow: hidden;
	}
	.pxl-testimonial-carousel2 .pxl-item--inner:before {
		content: "";
		display: block;
		position: absolute;
		left: 8px;
		top: 8px;
		bottom: 8px;
		right: 8px;
		z-index: -1;
		background-color: #fff;
		mask-image: url(../img/bg-testsi-2.png);
		-webkit-mask-image: url(../img/bg-testsi-2.png);
		-ms-mask-image: url(../img/bg-testsi-2.png);
		-o-mask-image: url(../img/bg-testsi-2.png);
		transform: rotate(-0.5deg);
	}
}
@media screen and (max-width: 1200px) {
	.pxl-testimonial-carousel2 .pxl-item--inner {
		padding: 35px 45px;
	}
}
@media screen and (max-width: 991px) {
	.pxl-testimonial-carousel2 .pxl-item--inner {
		padding: 25px 0px;
	}
}
.pxl-testimonial-grid1 .pxl-item--avatar {
	width: 60px;
	min-width: 60px;
	max-width: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.pxl-testimonial-grid1 .pxl-qouter i {
	font-size: 50px;
	line-height: 1;
	color: var(--third-color);
	opacity: 0.6;
}
.pxl-testimonial-grid1 .pxl-item--desc {
	margin-top: 15px;
	margin-bottom: 30px;
	color: rgba(var(--third-color-rgb),0.7);
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.45455;
}
@media screen and (max-width: 1200px) {
	.pxl-testimonial-grid1 .pxl-item--desc {
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.pxl-testimonial-grid1 .pxl-item--desc {
		font-size: 18px;
	}
}
.pxl-testimonial-grid1 .pxl-item--title {
	margin-bottom: 0;
	font-size: 20px;
	letter-spacing: 2px;
	color: var(--secondary-color);
}
@media screen and (max-width: 1200px) {
	.pxl-testimonial-grid1 .pxl-item--title {
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.pxl-testimonial-grid1 .pxl-item--title {
		font-size: 18px;
	}
}
.pxl-testimonial-grid1 .pxl-item--position {
	font-size: 14px;
	color: var(--third-color);
}
.pxl-testimonial-grid1 .pxl-item--meta {
	flex-grow: 1;
}
.pxl-testimonial-grid1 .pxl-item--inner {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	padding: 50px 54px;
	border-radius: 10px;
	background-color: #f6f6f6;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.pxl-testimonial-grid1 .pxl-item--inner:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 20px;
	bottom: 20px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	mask-image: url(../img/mask-inner.png);
	-webkit-mask-image: url(../img/mask-inner.png);
	-ms-mask-image: url(../img/mask-inner.png);
	-o-mask-image: url(../img/mask-inner.png);
}
@media screen and (max-width: 991px) {
	.pxl-testimonial-grid1 .pxl-item--inner {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-testimonial-grid1 .pxl-item--inner {
		padding: 20px 15px;
	}
}
.pxl-testimonial-grid1 .pxl-item--inner:hover {
	background-color: var(--primary-color);
}
.pxl-testimonial-grid1 .pxl-item--inner:hover:before {
	opacity: 1;
	top: 0px;
	bottom: 0px;
}
.pxl-metabox-carousel .pxl-swiper-slide {
	width: 100%;
	padding: 0;
}
.pxl-metabox-carousel .pxl-swiper-thumbs {
	max-width: 40%;
	min-width: 40%;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 991px) {
	.pxl-metabox-carousel .pxl-swiper-thumbs {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 35px;
	}
}
.pxl-metabox-carousel .pxl-item--thumb {
	width: 100%;
	position: relative;
}
.pxl-metabox-carousel .pxl-item--thumb img {
	opacity: 0.4;
	width: 100%;
	-webkit-transition: all 500ms linear 0ms;
	-khtml-transition: all 500ms linear 0ms;
	-moz-transition: all 500ms linear 0ms;
	-ms-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
	transform: translateX(35px) scale(0.8);
}
.pxl-metabox-carousel .pxl-carousel-inner {
	width: 60%;
	padding-left: 45px;
}
@media screen and (max-width: 991px) {
	.pxl-metabox-carousel .pxl-carousel-inner {
		max-width: 100%;
		min-width: 100%;
		padding-left: 0;
	}
}
.pxl-metabox-carousel .pxl-carousel-inner .pxl-swiper-container {
	margin: 0;
}
.pxl-metabox-carousel .pxl-wrapper-content {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.pxl-metabox-carousel .pxl-wrapper-content {
		flex-wrap: wrap;
	}
}
.pxl-metabox-carousel .pxl-swiper-arrow-wrap {
	justify-content: left;
}
.pxl-metabox-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
	width: 64px;
	height: 64px;
	background-color: var(--sixth-color);
	border-radius: 64px;
	color: #fff;
	font-size: 30px;
}
.pxl-metabox-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow i {
	line-height: 1;
}
.pxl-metabox-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow + .pxl-swiper-arrow {
	margin-left: 15px;
}
.pxl-metabox-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
	background-color: var(--primary-color);
}
.pxl-metabox-carousel .pxl-item--name {
	font-size: 40px;
	margin-bottom: 5px;
	text-transform: uppercase;
	line-height: 1.22;
	color: #fff;
	transform: translate(35px, 35px);
	-webkit-transition: all 500ms linear 0ms;
	-khtml-transition: all 500ms linear 0ms;
	-moz-transition: all 500ms linear 0ms;
	-ms-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
}
@media screen and (max-width: 1400px) {
	.pxl-metabox-carousel .pxl-item--name {
		font-size: 30px;
	}
}
.pxl-metabox-carousel .pxl-item--position {
	font-size: 18px;
	color: var(--third-color);
	transform: translate(45px, 45px);
	-webkit-transition: all 500ms linear 0ms;
	-khtml-transition: all 500ms linear 0ms;
	-moz-transition: all 500ms linear 0ms;
	-ms-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
}
.pxl-metabox-carousel .pxl-meta-info {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
}
.pxl-metabox-carousel .pxl-item--desc {
	color: #fff;
	font-style: italic;
	font-size: 22px;
}
.pxl-metabox-carousel .pxl-star-wrap {
	margin-bottom: 23px;
}
.pxl-metabox-carousel .pxl-star-wrap .pxl-item--star i {
	font-size: 23px;
}
.pxl-metabox-carousel .pxl-item--inner {
	transform: translateX(35px);
	-webkit-transition: all 500ms linear 0ms;
	-khtml-transition: all 500ms linear 0ms;
	-moz-transition: all 500ms linear 0ms;
	-ms-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
}
.pxl-metabox-carousel .swiper-slide-active .pxl-item--thumb {
	width: 100%;
	position: relative;
}
.pxl-metabox-carousel .swiper-slide-active .pxl-item--thumb img {
	opacity: 1;
	transform: translateX(0px) scale(1);
}
.pxl-metabox-carousel .swiper-slide-active .pxl-item--inner {
	transform: translateX(0px);
}
.pxl-metabox-carousel .swiper-slide-active .pxl-item--name, .pxl-metabox-carousel .swiper-slide-active .pxl-item--position {
	transform: translate(0px);
}
.pxl-imagebox-carousel .pxl-swiper-thumbs {
	max-width: 80%;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.pxl-imagebox-carousel .pxl-swiper-thumbs {
		max-width: 100%;
	}
}
.pxl-imagebox-carousel .pxl-swiper-thumbs .pxl-item--bg {
	width: 100%;
	height: 100%;
	opacity: 0.2;
}
.pxl-imagebox-carousel .pxl-swiper-thumbs .pxl-item--bg img {
	width: 100%;
	opacity: 0;
}
@media screen and (min-width: 1201px) {
	.pxl-imagebox-carousel .pxl-swiper-thumbs .pxl-item--bg {
		transition: opacity 0.6s ease-in-out, transform 1s ease 0.4s;
		-webkit-transform: scale(1.4);
		-khtml-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		-o-transform: scale(1.4);
		transform: scale(1.4);
	}
}
.pxl-imagebox-carousel .pxl-swiper-thumbs .pxl-swiper-slide {
	padding-left: 0;
	padding-right: 0;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}
@media screen and (min-width: 1201px) {
	.pxl-imagebox-carousel .pxl-swiper-thumbs .pxl-swiper-slide.swiper-slide-active .pxl-item--bg {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition-delay: 0.16s;
		transition-delay: 0.16s;
		opacity: 1;
		transition: opacity 0.8s ease-in-out, transform 1s ease 0.4s;
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.pxl-imagebox-carousel .el--subtitle {
	margin-left: -120px;
	color: var(--fourth-color);
	padding: 5px 15px;
	display: inline-block;
	background-color: var(--secondary-color);
	font-size: 16px;
	margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
	.pxl-imagebox-carousel .el--subtitle {
		margin-left: 0px;
	}
}
.pxl-imagebox-carousel .el--title {
	font-size: 100px;
	color: #fff;
	line-height: 1;
	margin-left: -265px;
}
@media screen and (max-width: 1200px) {
	.pxl-imagebox-carousel .el--title {
		margin-left: -5px;
		font-size: 70px;
	}
}
@media screen and (max-width: 991px) {
	.pxl-imagebox-carousel .el--title {
		font-size: 50px;
	}
}
@media screen and (max-width: 575px) {
	.pxl-imagebox-carousel .el--title {
		font-size: 45px;
	}
}
.pxl-imagebox-carousel .el--excerpt {
	max-width: 500px;
	margin-bottom: 35px;
}
.pxl-imagebox-carousel .btn-viewmore {
	background-color: var(--secondary-color);
	color: #fff;
	position: relative;
	z-index: 1;
}
.pxl-imagebox-carousel .btn-viewmore:before {
	position: absolute;
	display: block;
	bottom: -1px;
	right: -1px;
	left: -1px;
	top: -1px;
	transform: scaleX(0);
	transform-origin: 0% 100%;
	background-color: var(--primary-color);
	transition: all 0.33s ease;
	content: "";
	z-index: -1;
}
.pxl-imagebox-carousel .btn-viewmore:hover:before {
	transform: scaleX(1);
}
.pxl-imagebox-carousel .pxl-wrapper-heading {
	width: 65%;
	padding: 0px 50px 0px 120px;
}
@media screen and (max-width: 1200px) {
	.pxl-imagebox-carousel .pxl-wrapper-heading {
		padding: 0 25px;
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	.pxl-imagebox-carousel .pxl-wrapper-heading {
		width: 100%;
		padding: 0 15px;
	}
}
.pxl-imagebox-carousel .item-number {
	font-weight: bold;
	font-size: 104px;
	display: block;
	text-align: right;
	padding-right: 10px;
	line-height: 1;
	color: rgba(14, 8, 30, 0.2);
	transition: all 0.7s ease;
}
@media screen and (min-width: 1201px) {
	.pxl-imagebox-carousel .item-number {
		-webkit-transform: scale(0.7);
		-khtml-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
}
.pxl-imagebox-carousel .pxl-carousel-inner {
	width: 60%;
	background-color: var(--fourth-color);
	z-index: 1;
	padding: 82px 65px 50px 0;
}
@media screen and (min-width: 768px) {
	.pxl-imagebox-carousel .pxl-carousel-inner {
		display: flex;
	}
}
@media screen and (max-width: 1200px) {
	.pxl-imagebox-carousel .pxl-carousel-inner {
		width: 90%;
		padding: 50px 20px;
	}
}
@media screen and (max-width: 767px) {
	.pxl-imagebox-carousel .pxl-carousel-inner {
		width: 100%;
		padding: 35px 15px;
	}
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-item--thumb {
	margin-top: -35px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #000;
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-item--thumb img {
	width: 100%;
}
@media screen and (min-width: 1201px) {
	.pxl-imagebox-carousel .pxl-carousel-inner .pxl-item--thumb img {
		transition: opacity 0.7s ease-in-out, transform 1s ease 0.3s;
		-webkit-transform: scale(1.2);
		-khtml-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-item--thumb a {
	display: block;
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-slide.swiper-slide-active .pxl-item--thumb img {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.13s;
	transition-delay: 0.13s;
	opacity: 1;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
@media screen and (min-width: 1201px) {
	.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-slide.swiper-slide-active .item-number {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-container {
	overflow: visible;
	margin: 0;
	margin-top: 70px;
}
@media screen and (min-width: 768px) {
	.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-container {
		width: 35%;
	}
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-arrow {
	width: 56px;
	height: 56px;
	background-color: var(--secondary-color);
	justify-content: center;
	color: var(--fourth-color);
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-arrow i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	line-height: 1;
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-arrow.pxl-swiper-arrow-prev {
	position: relative;
	top: -56px;
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-arrow.pxl-swiper-arrow-prev:hover i {
	-webkit-animation: pxl_left_right 0.5s forwards;
	-khtml-animation: pxl_left_right 0.5s forwards;
	-moz-animation: pxl_left_right 0.5s forwards;
	-ms-animation: pxl_left_right 0.5s forwards;
	-o-animation: pxl_left_right 0.5s forwards;
	animation: pxl_left_right 0.5s forwards;
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-arrow.pxl-swiper-arrow-next:hover i {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-khtml-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	-ms-animation: toRightFromLeft 0.5s forwards;
	-o-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-arrow + .pxl-swiper-arrow {
	background-color: var(--primary-color);
	color: #fff;
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-arrow-wrap {
	position: absolute;
	margin-top: 0;
	bottom: 0px;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-arrow-wrap {
		left: -56px;
	}
}
.pxl-imagebox-carousel .pxl-carousel-inner .pxl-swiper-slide {
	padding-left: 0;
	padding-right: 0;
}
.pxl-imagebox-carousel .pxl-wrapper-content {
	position: relative;
	display: flex;
	justify-content: end;
	padding-top: 80px;
}
@media screen and (min-width: 768px) {
	.pxl-imagebox-carousel .pxl-wrapper-content {
		padding-top: 158px;
	}
}
.pxl-client-review1 .pxl-item--img {
	width: 57px;
	min-width: 57px;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 220ms linear 0ms;
	-khtml-transition: all 220ms linear 0ms;
	-moz-transition: all 220ms linear 0ms;
	-ms-transition: all 220ms linear 0ms;
	-o-transition: all 220ms linear 0ms;
	transition: all 220ms linear 0ms;
}
.pxl-client-review1 .pxl-item--img + .pxl-item--img {
	margin-left: -20px;
}
.pxl-client-review1 .pxl-item--images {
	display: flex;
	flex-wrap: nowrap;
	margin-right: 20px;
}
@media screen and (max-width: 575px) {
	.pxl-client-review1 .pxl-item--images {
		margin-bottom: 35px;
	}
}
@media screen and (min-width: 576px) {
	.pxl-client-review1 .pxl-item--inner {
		display: flex;
		align-items: center;
	}
}
@-webkit-keyframes pxl_text_slide_l {
	0% {
		-webkit-transform: translate(-40%, 0%);
	}
	100% {
		-webkit-transform: translate(-60%, 0%);
	}
}
@keyframes pxl_text_slide_l {
	0% {
		transform: translate(-40%, 0%);
	}
	100% {
		transform: translate(-60%, 0%);
	}
}
@-webkit-keyframes pxl_text_slide_r {
	0% {
		-webkit-transform: translate(40%, 0%);
	}
	100% {
		-webkit-transform: translate(60%, 0%);
	}
}
@keyframes pxl_text_slide_r {
	0% {
		transform: translate(40%, 0%);
	}
	100% {
		transform: translate(60%, 0%);
	}
}
@-webkit-keyframes pxl_text_slide_t {
	0% {
		-webkit-transform: translate(0%, 0);
	}
	100% {
		-webkit-transform: translate(0%, -100%);
	}
}
@keyframes pxl_text_slide_t {
	0% {
		transform: translate(0%, 0);
	}
	100% {
		transform: translate(0%, -100%);
	}
}
@-webkit-keyframes pxl_text_slide_b {
	0% {
		-webkit-transform: translate(0%, -100%);
	}
	100% {
		-webkit-transform: translate(0%, 0);
	}
}
@keyframes pxl_text_slide_b {
	0% {
		transform: translate(0%, -100%);
	}
	100% {
		transform: translate(0%, 0);
	}
}
.text-slide-to-left {
	-webkit-animation: pxl_text_slide_l 10s linear infinite;
	animation: pxl_text_slide_l 10s linear infinite;
}
.text-slide-to-right {
	-webkit-animation: pxl_text_slide_r 10s linear infinite;
	animation: pxl_text_slide_r 10s linear infinite;
}
.text-slide-to-top {
	-webkit-animation: pxl_text_slide_t 10s linear infinite;
	animation: pxl_text_slide_t 10s linear infinite;
}
.text-slide-to-bottom {
	-webkit-animation: pxl_text_slide_b 10s linear infinite;
	animation: pxl_text_slide_b 10s linear infinite;
}
.pxl-image-marquee-vertical {
	position: relative;
	overflow: hidden;
	margin: 0 -15px;
	height: 830px;
}
.pxl-image-marquee-vertical .pxl-item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.pxl-image-marquee-vertical .pxl-item-right {
	display: flex;
	align-items: center;
}
.pxl-image-marquee-vertical .pxl--item {
	margin: 15px 0;
	width: auto;
	position: relative;
	box-shadow: 0px 5px 30px rgba(0, 7, 26, 0.08);
}
.pxl-image-marquee-vertical .pxl-text-fixed {
	visibility: hidden;
	opacity: 0;
}
.pxl-image-marquee-vertical .pxl-text-slide {
	position: absolute;
	top: 0;
	padding: 0 15px;
	height: inherit;
}
.pxl-image-marquee-vertical .pxl-text-slide.text-slide-to-top {
	top: -50%;
}
.pxl-image-marquee-vertical .pxl-text-slide.text-slide-to-bottom {
	bottom: 50%;
}
.pxl-pxl_testimonial_marquee1 {
	position: relative;
	overflow: hidden;
	margin: 0 -25px;
	height: 830px;
}
.pxl-pxl_testimonial_marquee1 .pxl-item--text {
	white-space: nowrap;
	line-height: 1;
	font-size: 18px;
	color: #00071a;
	font-weight: bold;
	margin-right: 4px;
}
.pxl-pxl_testimonial_marquee1 .pxl-sub-title {
	line-height: 1;
	font-size: 18px;
	color: #4d515f;
	font-weight: 400;
}
.pxl-pxl_testimonial_marquee1 .pxl-item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.pxl-pxl_testimonial_marquee1 .pxl-item-desc {
	font-size: 18px;
	color: #00071a;
	font-weight: 400;
	max-width: 99%;
	line-height: 1.55;
	margin-bottom: 28px;
}
.pxl-pxl_testimonial_marquee1 .pxl-item-right {
	display: flex;
	align-items: center;
}
.pxl-pxl_testimonial_marquee1 .pxl-item--star {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.pxl-pxl_testimonial_marquee1 .pxl--item {
	padding: 28px 15px 28px 21px;
	margin: 15px 0;
	width: auto;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 5px 30px rgba(0, 7, 26, 0.08);
	border-radius: 10px;
}
.pxl-pxl_testimonial_marquee1 .pxl-text-fixed {
	visibility: hidden;
	opacity: 0;
}
.pxl-pxl_testimonial_marquee1 .pxl-text-slide {
	position: absolute;
	top: 0;
	padding: 0 25px;
	height: inherit;
}
.pxl-pxl_testimonial_marquee1 .pxl-text-slide.text-slide-to-top {
	top: -50%;
}
.pxl-pxl_testimonial_marquee1 .pxl-text-slide.text-slide-to-bottom {
	bottom: 50%;
}
body:not(.rtl) .ltr-reverse {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
	text-align: right;
}
body.rtl .rtl-icon {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	display: inline-block;
}
body.rtl .rtl-reverse {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
body.rtl .pxl-icon-reverse {
	-webkit-transform: scaleX(1);
	-khtml-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
body.rtl .pxl-text-left {
	text-align: right;
}
body.rtl .pxl-text-right {
	text-align: left;
}
@media screen and (min-width: 1201px) {
	body.rtl .pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
		margin-left: 0;
		margin-right: 8px;
	}
	body.rtl .pxl-menu-primary .sub-menu, body.rtl .pxl-menu-primary .children {
		text-align: right;
	}
	body.rtl .pxl-menu-primary li a span:before {
		left: auto;
		right: 0;
	}
	body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu), body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) {
		left: auto;
		right: 0;
		text-align: right;
	}
	body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu) li > .sub-menu, body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) li > .sub-menu, body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu) li > .children, body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) li > .children {
		left: auto;
		right: 100%;
		text-align: right;
	}
	body.rtl .pxl-menu-primary .sub-menu li.menu-item-has-children > a::after {
		content: "\f136";
		right: auto;
		left: 24px;
	}
	body.rtl .pxl-nav-menu.hv-style1 .pxl-menu-primary > li > a::before {
		left: auto;
		right: 0;
	}
}
@media screen and (max-width: 1200px) {
	body.rtl #pxl-header-default #pxl-nav-mobile, body.rtl #pxl-header-elementor #pxl-nav-mobile {
		right: auto;
		left: 15px;
	}
	body.rtl .pxl-header-menu {
		left: auto;
		right: 0;
		-webkit-transform: translateX(100%);
		-khtml-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	body.rtl .pxl-header-menu.active {
		-webkit-transform: translateX(0%);
		-khtml-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	body.rtl .pxl-menu-toggle, body.rtl .pxl-menu-close, body.rtl .pxl-header-mobile-search .search-submit {
		right: auto;
		left: 0;
	}
	body.rtl .pxl-menu-primary .sub-menu li a, body.rtl .pxl-menu-primary .children li a {
		padding-left: 0;
		padding-right: 14px;
	}
	body.rtl .pxl-menu-primary .pxl-megamenu .pxl-heading {
		padding-left: 0;
		padding-right: 14px;
	}
}
body.rtl #pxl-search-popup .pxl-item--conent form .search-submit {
	right: auto;
	left: 0;
	text-align: left;
}
body.rtl .pxl---post .pxl-item--meta li {
	margin-right: 0;
	margin-left: 20px;
}
body.rtl .pxl---post .pxl-item--meta li i {
	margin-right: 0;
	margin-left: 8px;
}
body.rtl blockquote {
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 0;
	margin-right: 0;
}
body.rtl blockquote:before {
	left: auto;
	right: 0;
}
body.rtl .pxl--post-footer label {
	margin-right: 0;
	margin-left: 18px;
}
body.rtl .pxl--post-footer .pxl--tags {
	margin-right: 0;
	margin-left: 30px;
}
body.rtl .pxl---post .pxl-item--meta::before {
	right: 0;
	left: auto;
}
body.rtl .comment-inner img.avatar {
	margin-right: 0;
	margin-left: 18px;
}
body.rtl .comment-reply {
	right: auto;
	left: 23px;
}
body.rtl .comment-reply a i {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-left: 0;
	margin-right: 5px;
}
body.rtl .comment-form-cookies-consent {
	padding-left: 0;
	padding-right: 32px;
}
body.rtl .comment-form-cookies-consent input, body.rtl .comment-form-cookies-consent label::before, body.rtl .comment-form-cookies-consent label::after {
	left: auto;
	right: 0;
}
body.rtl .comment-list li .comment-respond {
	margin-left: 0;
	margin-right: 130px;
}
@media screen and (max-width: 767px) {
	body.rtl .comment-list li .comment-respond {
		margin-left: 0px;
		margin-right: 78px;
	}
}
@media screen and (max-width: 575px) {
	body.rtl .comment-list li .comment-respond {
		margin-right: 0;
	}
}
body.rtl .comment-list li .children {
	padding-right: 120px;
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	body.rtl .comment-list li .children {
		padding-right: 78px;
		padding-left: 0;
	}
}
@media screen and (max-width: 575px) {
	body.rtl .comment-list li .children {
		padding-right: 0;
	}
}
body.rtl .comment-reply-title small {
	margin-left: 0;
	margin-right: 10px;
}
body.rtl .pxl-pagination-wrap .page-numbers i {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
body.rtl .widget-title::before, body.rtl .comment-reply-title::before, body.rtl .comments-title::before {
	left: auto;
	right: 0;
}
body.rtl .widget_product_categories ul li a:after, body.rtl .widget_categories ul li a:after, body.rtl .widget_nav_menu ul li a:after, body.rtl .widget_pages ul li a:after, body.rtl .widget_archive ul li a:after, body.rtl .widget_meta ul li a:after, body.rtl .widget_recent_entries ul li a:after {
	right: auto;
	left: 24px;
	transform: translate(0, -50%) scaleX(-1);
}
body.rtl .widget_search .search-submit {
	right: auto;
	left: 0;
}
.pxl-mr-3 {
	margin-right: 3px;
}
.pxl-mr-4 {
	margin-right: 4px;
}
.pxl-mr-5 {
	margin-right: 5px;
}
.pxl-mr-6 {
	margin-right: 6px;
}
.pxl-mr-7 {
	margin-right: 7px;
}
.pxl-mr-8 {
	margin-right: 8px;
}
.pxl-mr-9 {
	margin-right: 9px;
}
.pxl-mr-10 {
	margin-right: 10px;
}
.pxl-mr-11 {
	margin-right: 11px;
}
.pxl-mr-12 {
	margin-right: 12px;
}
.pxl-mr-13 {
	margin-right: 13px;
}
.pxl-mr-14 {
	margin-right: 14px;
}
.pxl-mr-15 {
	margin-right: 15px;
}
.pxl-mr-16 {
	margin-right: 16px;
}
.pxl-mr-17 {
	margin-right: 17px;
}
.pxl-mr-18 {
	margin-right: 18px;
}
.pxl-mr-19 {
	margin-right: 19px;
}
.pxl-mr-20 {
	margin-right: 20px;
}
.pxl-mr-21 {
	margin-right: 21px;
}
.pxl-mr-22 {
	margin-right: 22px;
}
.pxl-mr-23 {
	margin-right: 23px;
}
.pxl-mr-24 {
	margin-right: 24px;
}
.pxl-mr-25 {
	margin-right: 25px;
}
.pxl-mr-26 {
	margin-right: 26px;
}
.pxl-mr-27 {
	margin-right: 27px;
}
.pxl-mr-28 {
	margin-right: 28px;
}
.pxl-mr-29 {
	margin-right: 29px;
}
.pxl-mr-30 {
	margin-right: 30px;
}
.pxl-mr-31 {
	margin-right: 31px;
}
.pxl-mr-32 {
	margin-right: 32px;
}
.pxl-mr-33 {
	margin-right: 33px;
}
.pxl-mr-34 {
	margin-right: 34px;
}
.pxl-mr-35 {
	margin-right: 35px;
}
.pxl-mr-36 {
	margin-right: 36px;
}
.pxl-mr-37 {
	margin-right: 37px;
}
.pxl-mr-38 {
	margin-right: 38px;
}
.pxl-mr-39 {
	margin-right: 39px;
}
.pxl-mr-40 {
	margin-right: 40px;
}
.pxl-ml-3 {
	margin-left: 3px;
}
.pxl-ml-4 {
	margin-left: 4px;
}
.pxl-ml-5 {
	margin-left: 5px;
}
.pxl-ml-6 {
	margin-left: 6px;
}
.pxl-ml-7 {
	margin-left: 7px;
}
.pxl-ml-8 {
	margin-left: 8px;
}
.pxl-ml-9 {
	margin-left: 9px;
}
.pxl-ml-10 {
	margin-left: 10px;
}
.pxl-ml-11 {
	margin-left: 11px;
}
.pxl-ml-12 {
	margin-left: 12px;
}
.pxl-ml-13 {
	margin-left: 13px;
}
.pxl-ml-14 {
	margin-left: 14px;
}
.pxl-ml-15 {
	margin-left: 15px;
}
.pxl-ml-16 {
	margin-left: 16px;
}
.pxl-ml-17 {
	margin-left: 17px;
}
.pxl-ml-18 {
	margin-left: 18px;
}
.pxl-ml-19 {
	margin-left: 19px;
}
.pxl-ml-20 {
	margin-left: 20px;
}
.pxl-ml-21 {
	margin-left: 21px;
}
.pxl-ml-22 {
	margin-left: 22px;
}
.pxl-ml-23 {
	margin-left: 23px;
}
.pxl-ml-24 {
	margin-left: 24px;
}
.pxl-ml-25 {
	margin-left: 25px;
}
.pxl-ml-26 {
	margin-left: 26px;
}
.pxl-ml-27 {
	margin-left: 27px;
}
.pxl-ml-28 {
	margin-left: 28px;
}
.pxl-ml-29 {
	margin-left: 29px;
}
.pxl-ml-30 {
	margin-left: 30px;
}
.pxl-ml-31 {
	margin-left: 31px;
}
.pxl-ml-32 {
	margin-left: 32px;
}
.pxl-ml-33 {
	margin-left: 33px;
}
.pxl-ml-34 {
	margin-left: 34px;
}
.pxl-ml-35 {
	margin-left: 35px;
}
.pxl-ml-36 {
	margin-left: 36px;
}
.pxl-ml-37 {
	margin-left: 37px;
}
.pxl-ml-38 {
	margin-left: 38px;
}
.pxl-ml-39 {
	margin-left: 39px;
}
.pxl-ml-40 {
	margin-left: 40px;
}
.pxl-pr-3 {
	padding-right: 3px;
}
.pxl-pr-4 {
	padding-right: 4px;
}
.pxl-pr-5 {
	padding-right: 5px;
}
.pxl-pr-6 {
	padding-right: 6px;
}
.pxl-pr-7 {
	padding-right: 7px;
}
.pxl-pr-8 {
	padding-right: 8px;
}
.pxl-pr-9 {
	padding-right: 9px;
}
.pxl-pr-10 {
	padding-right: 10px;
}
.pxl-pr-11 {
	padding-right: 11px;
}
.pxl-pr-12 {
	padding-right: 12px;
}
.pxl-pr-13 {
	padding-right: 13px;
}
.pxl-pr-14 {
	padding-right: 14px;
}
.pxl-pr-15 {
	padding-right: 15px;
}
.pxl-pr-16 {
	padding-right: 16px;
}
.pxl-pr-17 {
	padding-right: 17px;
}
.pxl-pr-18 {
	padding-right: 18px;
}
.pxl-pr-19 {
	padding-right: 19px;
}
.pxl-pr-20 {
	padding-right: 20px;
}
.pxl-pr-21 {
	padding-right: 21px;
}
.pxl-pr-22 {
	padding-right: 22px;
}
.pxl-pr-23 {
	padding-right: 23px;
}
.pxl-pr-24 {
	padding-right: 24px;
}
.pxl-pr-25 {
	padding-right: 25px;
}
.pxl-pr-26 {
	padding-right: 26px;
}
.pxl-pr-27 {
	padding-right: 27px;
}
.pxl-pr-28 {
	padding-right: 28px;
}
.pxl-pr-29 {
	padding-right: 29px;
}
.pxl-pr-30 {
	padding-right: 30px;
}
.pxl-pr-31 {
	padding-right: 31px;
}
.pxl-pr-32 {
	padding-right: 32px;
}
.pxl-pr-33 {
	padding-right: 33px;
}
.pxl-pr-34 {
	padding-right: 34px;
}
.pxl-pr-35 {
	padding-right: 35px;
}
.pxl-pr-36 {
	padding-right: 36px;
}
.pxl-pr-37 {
	padding-right: 37px;
}
.pxl-pr-38 {
	padding-right: 38px;
}
.pxl-pr-39 {
	padding-right: 39px;
}
.pxl-pr-40 {
	padding-right: 40px;
}
.pxl-pr-60 {
	padding-right: 60px;
}
.pxl-pl-3 {
	padding-left: 3px;
}
.pxl-pl-4 {
	padding-left: 4px;
}
.pxl-pl-5 {
	padding-left: 5px;
}
.pxl-pl-6 {
	padding-left: 6px;
}
.pxl-pl-7 {
	padding-left: 7px;
}
.pxl-pl-8 {
	padding-left: 8px;
}
.pxl-pl-9 {
	padding-left: 9px;
}
.pxl-pl-10 {
	padding-left: 10px;
}
.pxl-pl-11 {
	padding-left: 11px;
}
.pxl-pl-12 {
	padding-left: 12px;
}
.pxl-pl-13 {
	padding-left: 13px;
}
.pxl-pl-14 {
	padding-left: 14px;
}
.pxl-pl-15 {
	padding-left: 15px;
}
.pxl-pl-16 {
	padding-left: 16px;
}
.pxl-pl-17 {
	padding-left: 17px;
}
.pxl-pl-18 {
	padding-left: 18px;
}
.pxl-pl-19 {
	padding-left: 19px;
}
.pxl-pl-20 {
	padding-left: 20px;
}
.pxl-pl-21 {
	padding-left: 21px;
}
.pxl-pl-22 {
	padding-left: 22px;
}
.pxl-pl-23 {
	padding-left: 23px;
}
.pxl-pl-24 {
	padding-left: 24px;
}
.pxl-pl-25 {
	padding-left: 25px;
}
.pxl-pl-26 {
	padding-left: 26px;
}
.pxl-pl-27 {
	padding-left: 27px;
}
.pxl-pl-28 {
	padding-left: 28px;
}
.pxl-pl-29 {
	padding-left: 29px;
}
.pxl-pl-30 {
	padding-left: 30px;
}
.pxl-pl-31 {
	padding-left: 31px;
}
.pxl-pl-32 {
	padding-left: 32px;
}
.pxl-pl-33 {
	padding-left: 33px;
}
.pxl-pl-34 {
	padding-left: 34px;
}
.pxl-pl-35 {
	padding-left: 35px;
}
.pxl-pl-36 {
	padding-left: 36px;
}
.pxl-pl-37 {
	padding-left: 37px;
}
.pxl-pl-38 {
	padding-left: 38px;
}
.pxl-pl-39 {
	padding-left: 39px;
}
.pxl-pl-40 {
	padding-left: 40px;
}
.pxl-l-0 {
	left: 0;
}
.pxl-l-1 {
	left: 1px;
}
.pxl-l-2 {
	left: 2px;
}
.pxl-l-3 {
	left: 3px;
}
.pxl-l-4 {
	left: 4px;
}
.pxl-l-5 {
	left: 5px;
}
.pxl-l-6 {
	left: 6px;
}
.pxl-l-7 {
	left: 7px;
}
.pxl-l-8 {
	left: 8px;
}
.pxl-l-9 {
	left: 9px;
}
.pxl-l-10 {
	left: 10px;
}
.pxl-l-11 {
	left: 11px;
}
.pxl-l-12 {
	left: 12px;
}
.pxl-l-13 {
	left: 13px;
}
.pxl-l-14 {
	left: 14px;
}
.pxl-l-15 {
	left: 15px;
}
.pxl-l-16 {
	left: 16px;
}
.pxl-l-17 {
	left: 17px;
}
.pxl-l-18 {
	left: 18px;
}
.pxl-l-19 {
	left: 19px;
}
.pxl-l-20 {
	left: 20px;
}
.pxl-l-21 {
	left: 21px;
}
.pxl-l-22 {
	left: 22px;
}
.pxl-l-23 {
	left: 23px;
}
.pxl-l-24 {
	left: 24px;
}
.pxl-l-25 {
	left: 25px;
}
.pxl-l-26 {
	left: 26px;
}
.pxl-l-27 {
	left: 27px;
}
.pxl-l-28 {
	left: 28px;
}
.pxl-l-29 {
	left: 29px;
}
.pxl-l-30 {
	left: 30px;
}
.pxl-l-31 {
	left: 31px;
}
.pxl-l-32 {
	left: 32px;
}
.pxl-l-33 {
	left: 33px;
}
.pxl-l-34 {
	left: 34px;
}
.pxl-l-35 {
	left: 35px;
}
.pxl-l-36 {
	left: 36px;
}
.pxl-l-37 {
	left: 37px;
}
.pxl-l-38 {
	left: 38px;
}
.pxl-l-39 {
	left: 39px;
}
.pxl-l-40 {
	left: 40px;
}
.pxl-r-0 {
	right: 0;
}
.pxl-r-1 {
	right: 1px;
}
.pxl-r-2 {
	right: 2px;
}
.pxl-r-3 {
	right: 3px;
}
.pxl-r-4 {
	right: 4px;
}
.pxl-r-5 {
	right: 5px;
}
.pxl-r-6 {
	right: 6px;
}
.pxl-r-7 {
	right: 7px;
}
.pxl-r-8 {
	right: 8px;
}
.pxl-r-9 {
	right: 9px;
}
.pxl-r-10 {
	right: 10px;
}
.pxl-r-11 {
	right: 11px;
}
.pxl-r-12 {
	right: 12px;
}
.pxl-r-13 {
	right: 13px;
}
.pxl-r-14 {
	right: 14px;
}
.pxl-r-15 {
	right: 15px;
}
.pxl-r-16 {
	right: 16px;
}
.pxl-r-17 {
	right: 17px;
}
.pxl-r-18 {
	right: 18px;
}
.pxl-r-19 {
	right: 19px;
}
.pxl-r-20 {
	right: 20px;
}
.pxl-r-21 {
	right: 21px;
}
.pxl-r-22 {
	right: 22px;
}
.pxl-r-23 {
	right: 23px;
}
.pxl-r-24 {
	right: 24px;
}
.pxl-r-25 {
	right: 25px;
}
.pxl-r-26 {
	right: 26px;
}
.pxl-r-27 {
	right: 27px;
}
.pxl-r-28 {
	right: 28px;
}
.pxl-r-29 {
	right: 29px;
}
.pxl-r-30 {
	right: 30px;
}
.pxl-r-31 {
	right: 31px;
}
.pxl-r-32 {
	right: 32px;
}
.pxl-r-33 {
	right: 33px;
}
.pxl-r-34 {
	right: 34px;
}
.pxl-r-35 {
	right: 35px;
}
.pxl-r-36 {
	right: 36px;
}
.pxl-r-37 {
	right: 37px;
}
.pxl-r-38 {
	right: 38px;
}
.pxl-r-39 {
	right: 39px;
}
.pxl-r-40 {
	right: 40px;
}
[dir="rtl"] .pxl-mr-3 {
	margin-right: 0px;
	margin-left: 3px;
}
[dir="rtl"] .pxl-mr-4 {
	margin-right: 0px;
	margin-left: 4px;
}
[dir="rtl"] .pxl-mr-5 {
	margin-right: 0px;
	margin-left: 5px;
}
[dir="rtl"] .pxl-mr-6 {
	margin-right: 0px;
	margin-left: 6px;
}
[dir="rtl"] .pxl-mr-7 {
	margin-right: 0px;
	margin-left: 7px;
}
[dir="rtl"] .pxl-mr-8 {
	margin-right: 0px;
	margin-left: 8px;
}
[dir="rtl"] .pxl-mr-9 {
	margin-right: 0px;
	margin-left: 9px;
}
[dir="rtl"] .pxl-mr-10 {
	margin-right: 0px;
	margin-left: 10px;
}
[dir="rtl"] .pxl-mr-11 {
	margin-right: 0px;
	margin-left: 11px;
}
[dir="rtl"] .pxl-mr-12 {
	margin-right: 0px;
	margin-left: 12px;
}
[dir="rtl"] .pxl-mr-13 {
	margin-right: 0px;
	margin-left: 13px;
}
[dir="rtl"] .pxl-mr-14 {
	margin-right: 0px;
	margin-left: 14px;
}
[dir="rtl"] .pxl-mr-15 {
	margin-right: 0px;
	margin-left: 15px;
}
[dir="rtl"] .pxl-mr-16 {
	margin-right: 0px;
	margin-left: 16px;
}
[dir="rtl"] .pxl-mr-17 {
	margin-right: 0px;
	margin-left: 17px;
}
[dir="rtl"] .pxl-mr-18 {
	margin-right: 0px;
	margin-left: 18px;
}
[dir="rtl"] .pxl-mr-19 {
	margin-right: 0px;
	margin-left: 19px;
}
[dir="rtl"] .pxl-mr-20 {
	margin-right: 0px;
	margin-left: 20px;
}
[dir="rtl"] .pxl-mr-21 {
	margin-right: 0px;
	margin-left: 21px;
}
[dir="rtl"] .pxl-mr-22 {
	margin-right: 0px;
	margin-left: 22px;
}
[dir="rtl"] .pxl-mr-23 {
	margin-right: 0px;
	margin-left: 23px;
}
[dir="rtl"] .pxl-mr-24 {
	margin-right: 0px;
	margin-left: 24px;
}
[dir="rtl"] .pxl-mr-25 {
	margin-right: 0px;
	margin-left: 25px;
}
[dir="rtl"] .pxl-mr-26 {
	margin-right: 0px;
	margin-left: 26px;
}
[dir="rtl"] .pxl-mr-27 {
	margin-right: 0px;
	margin-left: 27px;
}
[dir="rtl"] .pxl-mr-28 {
	margin-right: 0px;
	margin-left: 28px;
}
[dir="rtl"] .pxl-mr-29 {
	margin-right: 0px;
	margin-left: 29px;
}
[dir="rtl"] .pxl-mr-30 {
	margin-right: 0px;
	margin-left: 30px;
}
[dir="rtl"] .pxl-mr-31 {
	margin-right: 0px;
	margin-left: 31px;
}
[dir="rtl"] .pxl-mr-32 {
	margin-right: 0px;
	margin-left: 32px;
}
[dir="rtl"] .pxl-mr-33 {
	margin-right: 0px;
	margin-left: 33px;
}
[dir="rtl"] .pxl-mr-34 {
	margin-right: 0px;
	margin-left: 34px;
}
[dir="rtl"] .pxl-mr-35 {
	margin-right: 0px;
	margin-left: 35px;
}
[dir="rtl"] .pxl-mr-36 {
	margin-right: 0px;
	margin-left: 36px;
}
[dir="rtl"] .pxl-mr-37 {
	margin-right: 0px;
	margin-left: 37px;
}
[dir="rtl"] .pxl-mr-38 {
	margin-right: 0px;
	margin-left: 38px;
}
[dir="rtl"] .pxl-mr-39 {
	margin-right: 0px;
	margin-left: 39px;
}
[dir="rtl"] .pxl-mr-40 {
	margin-right: 0px;
	margin-left: 40px;
}
[dir="rtl"] .pxl-ml-3 {
	margin-left: 0px;
	margin-right: 3px;
}
[dir="rtl"] .pxl-ml-4 {
	margin-left: 0px;
	margin-right: 4px;
}
[dir="rtl"] .pxl-ml-5 {
	margin-left: 0px;
	margin-right: 5px;
}
[dir="rtl"] .pxl-ml-6 {
	margin-left: 0px;
	margin-right: 6px;
}
[dir="rtl"] .pxl-ml-7 {
	margin-left: 0px;
	margin-right: 7px;
}
[dir="rtl"] .pxl-ml-8 {
	margin-left: 0px;
	margin-right: 8px;
}
[dir="rtl"] .pxl-ml-9 {
	margin-left: 0px;
	margin-right: 9px;
}
[dir="rtl"] .pxl-ml-10 {
	margin-left: 0px;
	margin-right: 10px;
}
[dir="rtl"] .pxl-ml-11 {
	margin-left: 0px;
	margin-right: 11px;
}
[dir="rtl"] .pxl-ml-12 {
	margin-left: 0px;
	margin-right: 12px;
}
[dir="rtl"] .pxl-ml-13 {
	margin-left: 0px;
	margin-right: 13px;
}
[dir="rtl"] .pxl-ml-14 {
	margin-left: 0px;
	margin-right: 14px;
}
[dir="rtl"] .pxl-ml-15 {
	margin-left: 0px;
	margin-right: 15px;
}
[dir="rtl"] .pxl-ml-16 {
	margin-left: 0px;
	margin-right: 16px;
}
[dir="rtl"] .pxl-ml-17 {
	margin-left: 0px;
	margin-right: 17px;
}
[dir="rtl"] .pxl-ml-18 {
	margin-left: 0px;
	margin-right: 18px;
}
[dir="rtl"] .pxl-ml-19 {
	margin-left: 0px;
	margin-right: 19px;
}
[dir="rtl"] .pxl-ml-20 {
	margin-left: 0px;
	margin-right: 20px;
}
[dir="rtl"] .pxl-ml-21 {
	margin-left: 0px;
	margin-right: 21px;
}
[dir="rtl"] .pxl-ml-22 {
	margin-left: 0px;
	margin-right: 22px;
}
[dir="rtl"] .pxl-ml-23 {
	margin-left: 0px;
	margin-right: 23px;
}
[dir="rtl"] .pxl-ml-24 {
	margin-left: 0px;
	margin-right: 24px;
}
[dir="rtl"] .pxl-ml-25 {
	margin-left: 0px;
	margin-right: 25px;
}
[dir="rtl"] .pxl-ml-26 {
	margin-left: 0px;
	margin-right: 26px;
}
[dir="rtl"] .pxl-ml-27 {
	margin-left: 0px;
	margin-right: 27px;
}
[dir="rtl"] .pxl-ml-28 {
	margin-left: 0px;
	margin-right: 28px;
}
[dir="rtl"] .pxl-ml-29 {
	margin-left: 0px;
	margin-right: 29px;
}
[dir="rtl"] .pxl-ml-30 {
	margin-left: 0px;
	margin-right: 30px;
}
[dir="rtl"] .pxl-ml-31 {
	margin-left: 0px;
	margin-right: 31px;
}
[dir="rtl"] .pxl-ml-32 {
	margin-left: 0px;
	margin-right: 32px;
}
[dir="rtl"] .pxl-ml-33 {
	margin-left: 0px;
	margin-right: 33px;
}
[dir="rtl"] .pxl-ml-34 {
	margin-left: 0px;
	margin-right: 34px;
}
[dir="rtl"] .pxl-ml-35 {
	margin-left: 0px;
	margin-right: 35px;
}
[dir="rtl"] .pxl-ml-36 {
	margin-left: 0px;
	margin-right: 36px;
}
[dir="rtl"] .pxl-ml-37 {
	margin-left: 0px;
	margin-right: 37px;
}
[dir="rtl"] .pxl-ml-38 {
	margin-left: 0px;
	margin-right: 38px;
}
[dir="rtl"] .pxl-ml-39 {
	margin-left: 0px;
	margin-right: 39px;
}
[dir="rtl"] .pxl-ml-40 {
	margin-left: 0px;
	margin-right: 40px;
}
[dir="rtl"] .pxl-pr-3 {
	padding-right: 0px;
	padding-left: 3px;
}
[dir="rtl"] .pxl-pr-4 {
	padding-right: 0px;
	padding-left: 4px;
}
[dir="rtl"] .pxl-pr-5 {
	padding-right: 0px;
	padding-left: 5px;
}
[dir="rtl"] .pxl-pr-6 {
	padding-right: 0px;
	padding-left: 6px;
}
[dir="rtl"] .pxl-pr-7 {
	padding-right: 0px;
	padding-left: 7px;
}
[dir="rtl"] .pxl-pr-8 {
	padding-right: 0px;
	padding-left: 8px;
}
[dir="rtl"] .pxl-pr-9 {
	padding-right: 0px;
	padding-left: 9px;
}
[dir="rtl"] .pxl-pr-10 {
	padding-right: 0px;
	padding-left: 10px;
}
[dir="rtl"] .pxl-pr-11 {
	padding-right: 0px;
	padding-left: 11px;
}
[dir="rtl"] .pxl-pr-12 {
	padding-right: 0px;
	padding-left: 12px;
}
[dir="rtl"] .pxl-pr-13 {
	padding-right: 0px;
	padding-left: 13px;
}
[dir="rtl"] .pxl-pr-14 {
	padding-right: 0px;
	padding-left: 14px;
}
[dir="rtl"] .pxl-pr-15 {
	padding-right: 0px;
	padding-left: 15px;
}
[dir="rtl"] .pxl-pr-16 {
	padding-right: 0px;
	padding-left: 16px;
}
[dir="rtl"] .pxl-pr-17 {
	padding-right: 0px;
	padding-left: 17px;
}
[dir="rtl"] .pxl-pr-18 {
	padding-right: 0px;
	padding-left: 18px;
}
[dir="rtl"] .pxl-pr-19 {
	padding-right: 0px;
	padding-left: 19px;
}
[dir="rtl"] .pxl-pr-20 {
	padding-right: 0px;
	padding-left: 20px;
}
[dir="rtl"] .pxl-pr-21 {
	padding-right: 0px;
	padding-left: 21px;
}
[dir="rtl"] .pxl-pr-22 {
	padding-right: 0px;
	padding-left: 22px;
}
[dir="rtl"] .pxl-pr-23 {
	padding-right: 0px;
	padding-left: 23px;
}
[dir="rtl"] .pxl-pr-24 {
	padding-right: 0px;
	padding-left: 24px;
}
[dir="rtl"] .pxl-pr-25 {
	padding-right: 0px;
	padding-left: 25px;
}
[dir="rtl"] .pxl-pr-26 {
	padding-right: 0px;
	padding-left: 26px;
}
[dir="rtl"] .pxl-pr-27 {
	padding-right: 0px;
	padding-left: 27px;
}
[dir="rtl"] .pxl-pr-28 {
	padding-right: 0px;
	padding-left: 28px;
}
[dir="rtl"] .pxl-pr-29 {
	padding-right: 0px;
	padding-left: 29px;
}
[dir="rtl"] .pxl-pr-30 {
	padding-right: 0px;
	padding-left: 30px;
}
[dir="rtl"] .pxl-pr-31 {
	padding-right: 0px;
	padding-left: 31px;
}
[dir="rtl"] .pxl-pr-32 {
	padding-right: 0px;
	padding-left: 32px;
}
[dir="rtl"] .pxl-pr-33 {
	padding-right: 0px;
	padding-left: 33px;
}
[dir="rtl"] .pxl-pr-34 {
	padding-right: 0px;
	padding-left: 34px;
}
[dir="rtl"] .pxl-pr-35 {
	padding-right: 0px;
	padding-left: 35px;
}
[dir="rtl"] .pxl-pr-36 {
	padding-right: 0px;
	padding-left: 36px;
}
[dir="rtl"] .pxl-pr-37 {
	padding-right: 0px;
	padding-left: 37px;
}
[dir="rtl"] .pxl-pr-38 {
	padding-right: 0px;
	padding-left: 38px;
}
[dir="rtl"] .pxl-pr-39 {
	padding-right: 0px;
	padding-left: 39px;
}
[dir="rtl"] .pxl-pr-40 {
	padding-right: 0px;
	padding-left: 40px;
}
[dir="rtl"] .pxl-pr-60 {
	padding-right: 0px;
	padding-left: 60px;
}
[dir="rtl"] .pxl-pl-3 {
	padding-left: 0px;
	padding-right: 3px;
}
[dir="rtl"] .pxl-pl-4 {
	padding-left: 0px;
	padding-right: 4px;
}
[dir="rtl"] .pxl-pl-5 {
	padding-left: 0px;
	padding-right: 5px;
}
[dir="rtl"] .pxl-pl-6 {
	padding-left: 0px;
	padding-right: 6px;
}
[dir="rtl"] .pxl-pl-7 {
	padding-left: 0px;
	padding-right: 7px;
}
[dir="rtl"] .pxl-pl-8 {
	padding-left: 0px;
	padding-right: 8px;
}
[dir="rtl"] .pxl-pl-9 {
	padding-left: 0px;
	padding-right: 9px;
}
[dir="rtl"] .pxl-pl-10 {
	padding-left: 0px;
	padding-right: 10px;
}
[dir="rtl"] .pxl-pl-11 {
	padding-left: 0px;
	padding-right: 11px;
}
[dir="rtl"] .pxl-pl-12 {
	padding-left: 0px;
	padding-right: 12px;
}
[dir="rtl"] .pxl-pl-13 {
	padding-left: 0px;
	padding-right: 13px;
}
[dir="rtl"] .pxl-pl-14 {
	padding-left: 0px;
	padding-right: 14px;
}
[dir="rtl"] .pxl-pl-15 {
	padding-left: 0px;
	padding-right: 15px;
}
[dir="rtl"] .pxl-pl-16 {
	padding-left: 0px;
	padding-right: 16px;
}
[dir="rtl"] .pxl-pl-17 {
	padding-left: 0px;
	padding-right: 17px;
}
[dir="rtl"] .pxl-pl-18 {
	padding-left: 0px;
	padding-right: 18px;
}
[dir="rtl"] .pxl-pl-19 {
	padding-left: 0px;
	padding-right: 19px;
}
[dir="rtl"] .pxl-pl-20 {
	padding-left: 0px;
	padding-right: 20px;
}
[dir="rtl"] .pxl-pl-21 {
	padding-left: 0px;
	padding-right: 21px;
}
[dir="rtl"] .pxl-pl-22 {
	padding-left: 0px;
	padding-right: 22px;
}
[dir="rtl"] .pxl-pl-23 {
	padding-left: 0px;
	padding-right: 23px;
}
[dir="rtl"] .pxl-pl-24 {
	padding-left: 0px;
	padding-right: 24px;
}
[dir="rtl"] .pxl-pl-25 {
	padding-left: 0px;
	padding-right: 25px;
}
[dir="rtl"] .pxl-pl-26 {
	padding-left: 0px;
	padding-right: 26px;
}
[dir="rtl"] .pxl-pl-27 {
	padding-left: 0px;
	padding-right: 27px;
}
[dir="rtl"] .pxl-pl-28 {
	padding-left: 0px;
	padding-right: 28px;
}
[dir="rtl"] .pxl-pl-29 {
	padding-left: 0px;
	padding-right: 29px;
}
[dir="rtl"] .pxl-pl-30 {
	padding-left: 0px;
	padding-right: 30px;
}
[dir="rtl"] .pxl-pl-31 {
	padding-left: 0px;
	padding-right: 31px;
}
[dir="rtl"] .pxl-pl-32 {
	padding-left: 0px;
	padding-right: 32px;
}
[dir="rtl"] .pxl-pl-33 {
	padding-left: 0px;
	padding-right: 33px;
}
[dir="rtl"] .pxl-pl-34 {
	padding-left: 0px;
	padding-right: 34px;
}
[dir="rtl"] .pxl-pl-35 {
	padding-left: 0px;
	padding-right: 35px;
}
[dir="rtl"] .pxl-pl-36 {
	padding-left: 0px;
	padding-right: 36px;
}
[dir="rtl"] .pxl-pl-37 {
	padding-left: 0px;
	padding-right: 37px;
}
[dir="rtl"] .pxl-pl-38 {
	padding-left: 0px;
	padding-right: 38px;
}
[dir="rtl"] .pxl-pl-39 {
	padding-left: 0px;
	padding-right: 39px;
}
[dir="rtl"] .pxl-pl-40 {
	padding-left: 0px;
	padding-right: 40px;
}
[dir="rtl"] .pxl-l-0 {
	right: 0;
	left: auto;
}
[dir="rtl"] .pxl-l-1 {
	right: 1px;
	left: auto;
}
[dir="rtl"] .pxl-l-2 {
	right: 2px;
	left: auto;
}
[dir="rtl"] .pxl-l-3 {
	right: 3px;
	left: auto;
}
[dir="rtl"] .pxl-l-4 {
	right: 4px;
	left: auto;
}
[dir="rtl"] .pxl-l-5 {
	right: 5px;
	left: auto;
}
[dir="rtl"] .pxl-l-6 {
	right: 6px;
	left: auto;
}
[dir="rtl"] .pxl-l-7 {
	right: 7px;
	left: auto;
}
[dir="rtl"] .pxl-l-8 {
	right: 8px;
	left: auto;
}
[dir="rtl"] .pxl-l-9 {
	right: 9px;
	left: auto;
}
[dir="rtl"] .pxl-l-10 {
	right: 10px;
	left: auto;
}
[dir="rtl"] .pxl-l-11 {
	right: 11px;
	left: auto;
}
[dir="rtl"] .pxl-l-12 {
	right: 12px;
	left: auto;
}
[dir="rtl"] .pxl-l-13 {
	right: 13px;
	left: auto;
}
[dir="rtl"] .pxl-l-14 {
	right: 14px;
	left: auto;
}
[dir="rtl"] .pxl-l-15 {
	right: 15px;
	left: auto;
}
[dir="rtl"] .pxl-l-16 {
	right: 16px;
	left: auto;
}
[dir="rtl"] .pxl-l-17 {
	right: 17px;
	left: auto;
}
[dir="rtl"] .pxl-l-18 {
	right: 18px;
	left: auto;
}
[dir="rtl"] .pxl-l-19 {
	right: 19px;
	left: auto;
}
[dir="rtl"] .pxl-l-20 {
	right: 20px;
	left: auto;
}
[dir="rtl"] .pxl-l-21 {
	right: 21px;
	left: auto;
}
[dir="rtl"] .pxl-l-22 {
	right: 22px;
	left: auto;
}
[dir="rtl"] .pxl-l-23 {
	right: 23px;
	left: auto;
}
[dir="rtl"] .pxl-l-24 {
	right: 24px;
	left: auto;
}
[dir="rtl"] .pxl-l-25 {
	right: 25px;
	left: auto;
}
[dir="rtl"] .pxl-l-26 {
	right: 26px;
	left: auto;
}
[dir="rtl"] .pxl-l-27 {
	right: 27px;
	left: auto;
}
[dir="rtl"] .pxl-l-28 {
	right: 28px;
	left: auto;
}
[dir="rtl"] .pxl-l-29 {
	right: 29px;
	left: auto;
}
[dir="rtl"] .pxl-l-30 {
	right: 30px;
	left: auto;
}
[dir="rtl"] .pxl-l-31 {
	right: 31px;
	left: auto;
}
[dir="rtl"] .pxl-l-32 {
	right: 32px;
	left: auto;
}
[dir="rtl"] .pxl-l-33 {
	right: 33px;
	left: auto;
}
[dir="rtl"] .pxl-l-34 {
	right: 34px;
	left: auto;
}
[dir="rtl"] .pxl-l-35 {
	right: 35px;
	left: auto;
}
[dir="rtl"] .pxl-l-36 {
	right: 36px;
	left: auto;
}
[dir="rtl"] .pxl-l-37 {
	right: 37px;
	left: auto;
}
[dir="rtl"] .pxl-l-38 {
	right: 38px;
	left: auto;
}
[dir="rtl"] .pxl-l-39 {
	right: 39px;
	left: auto;
}
[dir="rtl"] .pxl-l-40 {
	right: 40px;
	left: auto;
}
[dir="rtl"] .pxl-r-0 {
	left: 0;
	right: auto;
}
[dir="rtl"] .pxl-r-1 {
	left: 1px;
	right: auto;
}
[dir="rtl"] .pxl-r-2 {
	left: 2px;
	right: auto;
}
[dir="rtl"] .pxl-r-3 {
	left: 3px;
	right: auto;
}
[dir="rtl"] .pxl-r-4 {
	left: 4px;
	right: auto;
}
[dir="rtl"] .pxl-r-5 {
	left: 5px;
	right: auto;
}
[dir="rtl"] .pxl-r-6 {
	left: 6px;
	right: auto;
}
[dir="rtl"] .pxl-r-7 {
	left: 7px;
	right: auto;
}
[dir="rtl"] .pxl-r-8 {
	left: 8px;
	right: auto;
}
[dir="rtl"] .pxl-r-9 {
	left: 9px;
	right: auto;
}
[dir="rtl"] .pxl-r-10 {
	left: 10px;
	right: auto;
}
[dir="rtl"] .pxl-r-11 {
	left: 11px;
	right: auto;
}
[dir="rtl"] .pxl-r-12 {
	left: 12px;
	right: auto;
}
[dir="rtl"] .pxl-r-13 {
	left: 13px;
	right: auto;
}
[dir="rtl"] .pxl-r-14 {
	left: 14px;
	right: auto;
}
[dir="rtl"] .pxl-r-15 {
	left: 15px;
	right: auto;
}
[dir="rtl"] .pxl-r-16 {
	left: 16px;
	right: auto;
}
[dir="rtl"] .pxl-r-17 {
	left: 17px;
	right: auto;
}
[dir="rtl"] .pxl-r-18 {
	left: 18px;
	right: auto;
}
[dir="rtl"] .pxl-r-19 {
	left: 19px;
	right: auto;
}
[dir="rtl"] .pxl-r-20 {
	left: 20px;
	right: auto;
}
[dir="rtl"] .pxl-r-21 {
	left: 21px;
	right: auto;
}
[dir="rtl"] .pxl-r-22 {
	left: 22px;
	right: auto;
}
[dir="rtl"] .pxl-r-23 {
	left: 23px;
	right: auto;
}
[dir="rtl"] .pxl-r-24 {
	left: 24px;
	right: auto;
}
[dir="rtl"] .pxl-r-25 {
	left: 25px;
	right: auto;
}
[dir="rtl"] .pxl-r-26 {
	left: 26px;
	right: auto;
}
[dir="rtl"] .pxl-r-27 {
	left: 27px;
	right: auto;
}
[dir="rtl"] .pxl-r-28 {
	left: 28px;
	right: auto;
}
[dir="rtl"] .pxl-r-29 {
	left: 29px;
	right: auto;
}
[dir="rtl"] .pxl-r-30 {
	left: 30px;
	right: auto;
}
[dir="rtl"] .pxl-r-31 {
	left: 31px;
	right: auto;
}
[dir="rtl"] .pxl-r-32 {
	left: 32px;
	right: auto;
}
[dir="rtl"] .pxl-r-33 {
	left: 33px;
	right: auto;
}
[dir="rtl"] .pxl-r-34 {
	left: 34px;
	right: auto;
}
[dir="rtl"] .pxl-r-35 {
	left: 35px;
	right: auto;
}
[dir="rtl"] .pxl-r-36 {
	left: 36px;
	right: auto;
}
[dir="rtl"] .pxl-r-37 {
	left: 37px;
	right: auto;
}
[dir="rtl"] .pxl-r-38 {
	left: 38px;
	right: auto;
}
[dir="rtl"] .pxl-r-39 {
	left: 39px;
	right: auto;
}
[dir="rtl"] .pxl-r-40 {
	left: 40px;
	right: auto;
}
.elementor-5632 .elementor-element.elementor-element-71b4f89 img{
	width: auto;
}
.page-id-47 .pxl-icons-carousel1.style-2 .pxl-item--inner{
	margin-top: 0;
}
.home #slider-tservices .pxl-item--inner {
	min-height: 430px!important;
}
.home .service-sliiders .pxl-item--inner {
	height: 580px!important;
}
.footer-bottom-text p{
	text-align: right;
}

@media (max-width: 1366px) {
	.home #slider-tservices .pxl-item--inner {
		min-height: 480px!important;
	}
}

@media (max-width: 1200px) {
	.home #slider-tservices .pxl-item--inner {
		min-height: 360px!important;
	}
	.home .service-sliiders .pxl-item--inner {
		height: 410px!important;
	}
	.pxl-counter2 .pxl-counter--number{
		min-width: 121px;
	}

}

@media (max-width: 1000px) {
	.footer-bottom-text p{
		text-align: left;
	}
}

@media (max-width: 900px) {
	.home #slider-tservices .pxl-item--inner {
		min-height: 450px!important;
	}
	.home .service-sliiders .pxl-item--inner {
		height: 500px!important;
	}
	.home #protfolio-con .pxl-swiper-slide {
		height: 100% !important;
	}
}

@media (max-width: 768px) {
	.home #slider-tservices .pxl-item--inner {
		min-height: 390px!important;
	}

}

@media (max-width: 680px) {
	.page-id-18033 .elementor-page:not(.single-post):not(.single-product) #pxl-main{
		padding-top: 70px;
	}
	.footer-bottom-text p{
		font-size: 14px !important;
	}
	.ready-apply h2{
		font-size: 38px;
	}
	.ready-apply p{
		font-size: 16px;
		margin-bottom: 0;
	}
	.service-sliiders.inner .pxl-item--inner {
		min-height: 460px !important;
		height: auto !important;
	}
	.pxl-recent-service2 .pxl-item--title{
		font-size: 18px !important;
	}
	.home #home-testimonial .pxl-item--inner {
		height: 350px;
	}
	.home #slider-tservices .pxl-item--inner {
		min-height: 360px!important;
	}
	.home .service-sliiders .pxl-item--inner {
		height: 550px!important;
	}
}
