@charset "UTF-8";

:root {
	--primary-color: 39.41deg, 97.14%, 58.82%;
	--secondary-color: 210deg, 11%, 15%;
	--text-color: #fff;
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	max-height: 450px !important;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.blog-text {
	height: 100px;
	overflow: hidden;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../images/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.1s ease;
	transition: -webkit-transform 0.1s ease;
	transition: transform 0.1s ease;
	transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none;
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	left: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
	direction: ltr;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); */
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	/* -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); */
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: right;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-left: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
	screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes b {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 1.875rem 0;
	}
}

@keyframes b {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 1.875rem 0;
	}
}

/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule {
	font-size: 0;
	height: 0;
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
		-webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
		-webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
		height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
		height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
		-webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.iziToast-capsule,
.iziToast-capsule * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.iziToast-overlay {
	display: block;
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	bottom: -100px;
	z-index: 997;
}

.iziToast {
	display: inline-block;
	clear: both;
	position: relative;
	font-family: "Lato", Tahoma, Arial;
	font-size: 14px;
	padding: 8px 45px 9px 0;
	background: rgba(238, 238, 238, 0.9);
	border-color: rgba(238, 238, 238, 0.9);
	width: 100%;
	pointer-events: all;
	cursor: default;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-height: 54px;
}

.iziToast > .iziToast-progressbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.2);
}

.iziToast > .iziToast-progressbar > div {
	height: 2px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0 0 3px 3px;
}

.iziToast.iziToast-balloon:before {
	content: "";
	position: absolute;
	right: 8px;
	left: auto;
	width: 0;
	height: 0;
	top: 100%;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-top: 10px solid #000;
	border-top-color: inherit;
	border-radius: 0;
}

.iziToast.iziToast-balloon .iziToast-progressbar {
	top: 0;
	bottom: auto;
}

.iziToast.iziToast-balloon > div {
	border-radius: 0 0 0 3px;
}

.iziToast > .iziToast-cover {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: 0;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.1);
}

.iziToast > .iziToast-close {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	padding: 0;
	opacity: 0.6;
	width: 42px;
	height: 100%;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC)
		no-repeat 50% 50%;
	background-size: 8px;
	cursor: pointer;
	outline: 0;
}

.iziToast > .iziToast-close:hover {
	opacity: 1;
}

.iziToast > .iziToast-body {
	position: relative;
	padding: 0 0 0 10px;
	height: auto;
	min-height: 36px;
	margin: 0 0 0 15px;
	text-align: left;
}

.iziToast > .iziToast-body:after {
	content: "";
	display: table;
	clear: both;
}

.iziToast > .iziToast-body .iziToast-texts {
	margin: 10px 0 0;
	padding-right: 2px;
	float: left;
}

.iziToast > .iziToast-body .iziToast-inputs {
	min-height: 19px;
	float: left;
	margin: 3px -2px;
}

.iziToast
	> .iziToast-body
	.iziToast-inputs
	> input:not([type="checkbox"]):not([type="radio"]),
.iziToast > .iziToast-body .iziToast-inputs > select {
	position: relative;
	display: inline-block;
	margin: 2px;
	border-radius: 2px;
	border: 0;
	padding: 4px 7px;
	font-size: 13px;
	letter-spacing: 0.02em;
	background: rgba(0, 0, 0, 0.1);
	color: #000;
	/* -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); */
	min-height: 26px;
}

/* .iziToast>.iziToast-body .iziToast-inputs>input:not([type="checkbox"]):not([type="radio"]):focus,
.iziToast>.iziToast-body .iziToast-inputs>select:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
} */

.iziToast > .iziToast-body .iziToast-buttons {
	min-height: 17px;
	float: left;
	margin: 4px -2px;
}

.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast
	> .iziToast-body
	.iziToast-buttons
	> input:not([type="checkbox"]):not([type="radio"]) {
	position: relative;
	display: inline-block;
	margin: 2px;
	border-radius: 2px;
	border: 0;
	padding: 5px 10px;
	font-size: 12px;
	letter-spacing: 0.02em;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.1);
	color: #000;
}

.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast
	> .iziToast-body
	.iziToast-buttons
	> input:not([type="checkbox"]):not([type="radio"]):hover {
	background: rgba(0, 0, 0, 0.2);
}

/* .iziToast>.iziToast-body .iziToast-buttons>a:focus,
.iziToast>.iziToast-body .iziToast-buttons>button:focus,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type="checkbox"]):not([type="radio"]):focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
} */

.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast
	> .iziToast-body
	.iziToast-buttons
	> input:not([type="checkbox"]):not([type="radio"]):active {
	top: 1px;
}

.iziToast > .iziToast-body .iziToast-icon {
	position: absolute;
	left: 0;
	top: 50%;
	display: table;
	font-size: 23px;
	line-height: 24px;
	margin-top: -12px;
	color: #000;
	width: 24px;
	height: 24px;
}

.iziToast > .iziToast-body .iziToast-icon.ico-info {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=)
		no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==)
		no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-error {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC)
		no-repeat 50% 50%;
	background-size: 80%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-success {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==)
		no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-question {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC)
		no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-message,
.iziToast > .iziToast-body .iziToast-title {
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	float: left;
	white-space: normal;
}

.iziToast > .iziToast-body .iziToast-title {
	color: #000;
	margin: 0;
}

.iziToast > .iziToast-body .iziToast-message {
	margin: 0 0 10px;
	color: rgba(0, 0, 0, 0.6);
}

.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-inputs-child,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-title {
	opacity: 0;
}

.iziToast-target {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.iziToast-target .iziToast-capsule {
	overflow: hidden;
}

.iziToast-target .iziToast-capsule:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.iziToast-target .iziToast-capsule .iziToast {
	width: 100%;
	float: left;
}

.iziToast-wrapper {
	z-index: 99999;
	position: fixed;
	width: 100%;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.iziToast-wrapper .iziToast.iziToast-balloon:before {
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-top: 10px solid #000;
	border-top-color: inherit;
	right: 8px;
	left: auto;
}

.iziToast-wrapper-bottomLeft {
	left: 0;
	bottom: 0;
	text-align: left;
}

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before,
.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
	border-right: 15px solid transparent;
	border-left: 0 solid transparent;
	right: auto;
	left: 8px;
}

.iziToast-wrapper-bottomRight {
	right: 0;
	bottom: 0;
	text-align: right;
}

.iziToast-wrapper-topLeft {
	left: 0;
	top: 0;
	text-align: left;
}

.iziToast-wrapper-topRight {
	top: 0;
	right: 0;
	text-align: right;
}

.iziToast-wrapper-topCenter {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.iziToast-wrapper-bottomCenter,
.iziToast-wrapper-center {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.iziToast-wrapper-center {
	top: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.iziToast-rtl {
	direction: rtl;
	padding: 8px 0 9px 45px;
	font-family: Tahoma, "Lato", Arial;
}

.iziToast-rtl .iziToast-cover {
	left: auto;
	right: 0;
}

.iziToast-rtl .iziToast-close {
	right: auto;
	left: 0;
}

.iziToast-rtl .iziToast-body {
	padding: 0 10px 0 0;
	margin: 0 16px 0 0;
	text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-message,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title {
	float: right;
	text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-icon {
	left: auto;
	right: 0;
}

@media only screen and (min-width: 568px) {
	.iziToast-wrapper {
		padding: 10px 15px;
	}

	.iziToast {
		margin: 5px 0;
		border-radius: 3px;
		width: auto;
	}

	.iziToast:after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 3px;
		/* -webkit-box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2),
            inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2),
            inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25); */
	}

	.iziToast:not(.iziToast-rtl) .iziToast-cover {
		border-radius: 3px 0 0 3px;
	}

	.iziToast.iziToast-rtl .iziToast-cover {
		border-radius: 0 3px 3px 0;
	}

	/* .iziToast.iziToast-color-dark:after {
        -webkit-box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3),
            0 10px 10px -5px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3),
            0 10px 10px -5px rgba(0, 0, 0, 0.25);
    } */

	.iziToast.iziToast-balloon .iziToast-progressbar {
		background: 0 0;
	}

	/* .iziToast.iziToast-balloon:after {
        -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25),
            inset 0 10px 20px -5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25),
            inset 0 10px 20px -5px rgba(0, 0, 0, 0.25);
    }

    .iziToast-target .iziToast:after {
        -webkit-box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2),
            inset 0 0 5px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2),
            inset 0 0 5px rgba(0, 0, 0, 0.1);
    } */
}

.iziToast.iziToast-theme-dark {
	background: #565c70;
	border-color: #565c70;
}

.iziToast.iziToast-theme-dark .iziToast-title {
	color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-message {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 300;
}

.iziToast.iziToast-theme-dark .iziToast-close {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC)
		no-repeat 50% 50%;
	background-size: 8px;
}

.iziToast.iziToast-theme-dark .iziToast-icon {
	color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=)
		no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==)
		no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC)
		no-repeat 50% 50%;
	background-size: 80%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==)
		no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC)
		no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* .iziToast.iziToast-theme-dark .iziToast-buttons>a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons>button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons>input:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
} */

.iziToast.iziToast-color-red {
	background: rgba(255, 175, 180, 0.9);
	border-color: rgba(255, 175, 180, 0.9);
}

.iziToast.iziToast-color-orange {
	background: rgba(255, 207, 165, 0.9);
	border-color: rgba(255, 207, 165, 0.9);
}

.iziToast.iziToast-color-yellow {
	background: rgba(255, 249, 178, 0.9);
	border-color: rgba(255, 249, 178, 0.9);
}

.iziToast.iziToast-color-blue {
	background: rgba(157, 222, 255, 0.9);
	border-color: rgba(157, 222, 255, 0.9);
}

.iziToast.iziToast-color-green {
	background: rgba(166, 239, 184, 0.9);
	border-color: rgba(166, 239, 184, 0.9);
}

.iziToast.iziToast-layout2 .iziToast-body .iziToast-message,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts {
	width: 100%;
}

.iziToast.iziToast-layout3 {
	border-radius: 2px;
}

.iziToast.iziToast-layout3::after {
	display: none;
}

.iziToast .revealIn,
.iziToast.revealIn {
	-webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
	animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
}

.iziToast .slideIn,
.iziToast.slideIn {
	-webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
	animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}

.iziToast.bounceInLeft {
	-webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
	animation: iziT-bounceInLeft 0.7s ease-in-out both;
}

.iziToast.bounceInRight {
	-webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
	animation: iziT-bounceInRight 0.85s ease-in-out both;
}

.iziToast.bounceInDown {
	-webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
	animation: iziT-bounceInDown 0.7s ease-in-out both;
}

.iziToast.bounceInUp {
	-webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
	animation: iziT-bounceInUp 0.7s ease-in-out both;
}

.iziToast .fadeIn,
.iziToast.fadeIn {
	-webkit-animation: iziT-fadeIn 0.5s ease both;
	animation: iziT-fadeIn 0.5s ease both;
}

.iziToast.fadeInUp {
	-webkit-animation: iziT-fadeInUp 0.7s ease both;
	animation: iziT-fadeInUp 0.7s ease both;
}

.iziToast.fadeInDown {
	-webkit-animation: iziT-fadeInDown 0.7s ease both;
	animation: iziT-fadeInDown 0.7s ease both;
}

.iziToast.fadeInLeft {
	-webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
	animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.iziToast.fadeInRight {
	-webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1)
		both;
	animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.iziToast.flipInX {
	-webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
	animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
}

.iziToast.fadeOut {
	-webkit-animation: iziT-fadeOut 0.7s ease both;
	animation: iziT-fadeOut 0.7s ease both;
}

.iziToast.fadeOutDown {
	-webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91)
		both;
	animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast.fadeOutUp {
	-webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91)
		both;
	animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast.fadeOutLeft {
	-webkit-animation: iziT-fadeOutLeft 0.5s ease both;
	animation: iziT-fadeOutLeft 0.5s ease both;
}

.iziToast.fadeOutRight {
	-webkit-animation: iziT-fadeOutRight 0.5s ease both;
	animation: iziT-fadeOutRight 0.5s ease both;
}

.iziToast.flipOutX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
	animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast-overlay.fadeIn {
	-webkit-animation: iziT-fadeIn 0.5s ease both;
	animation: iziT-fadeIn 0.5s ease both;
}

.iziToast-overlay.fadeOut {
	-webkit-animation: iziT-fadeOut 0.7s ease both;
	animation: iziT-fadeOut 0.7s ease both;
}

@-webkit-keyframes iziT-revealIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 1);
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes iziT-slideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(280px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	70% {
		-webkit-transform: translateX(10px);
	}

	to {
		-webkit-transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-280px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	70% {
		-webkit-transform: translateX(-10px);
	}

	to {
		-webkit-transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(10px);
	}

	70% {
		-webkit-transform: translateY(-5px);
	}

	to {
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes iziT-bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(-10px);
	}

	70% {
		-webkit-transform: translateY(5px);
	}

	to {
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes iziT-fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes iziT-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes iziT-fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes iziT-fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-webkit-keyframes iziT-fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@-webkit-keyframes iziT-fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

@-webkit-keyframes iziT-fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
}

@-webkit-keyframes iziT-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@-webkit-keyframes iziT-revealIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 1);
		transform: scale3d(0.3, 0.3, 1);
	}

	to {
		opacity: 1;
	}
}

@keyframes iziT-revealIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 1);
		transform: scale3d(0.3, 0.3, 1);
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes iziT-slideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes iziT-slideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(280px);
		transform: translateX(280px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	70% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes iziT-bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(280px);
		transform: translateX(280px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	70% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-280px);
		transform: translateX(-280px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	70% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes iziT-bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-280px);
		transform: translateX(-280px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	70% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	70% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes iziT-bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	70% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes iziT-bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	70% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes iziT-bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	70% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes iziT-fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes iziT-fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes iziT-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes iziT-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes iziT-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes iziT-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes iziT-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes iziT-flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes iziT-fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes iziT-fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes iziT-fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes iziT-fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-webkit-keyframes iziT-fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes iziT-fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@-webkit-keyframes iziT-fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

@keyframes iziT-fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

@-webkit-keyframes iziT-fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
}

@keyframes iziT-fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
}

@-webkit-keyframes iziT-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes iziT-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
select,
textarea,
button {
	outline: 0;
	resize: none;
	text-align: right;
}

button:focus {
	outline: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

button.noStyle {
	outline: 0;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1rem;
}

b,
strong {
	font-weight: 500;
}

a,
a:hover {
	text-decoration: none;
}

.ltr-text {
	display: inline-block;
	direction: ltr;
	text-align: right;
	letter-spacing: 0.5px;
}

.wrapper {
	position: relative;
	padding: 3rem 0;
}

section.eeeeee {
	background-color: #eeeeee !important;
}

section.f5f5f5 {
	background-color: #f5f5f5 !important;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	overflow-x: hidden !important;
	background-color: #ffffff;
	text-align: left;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	display: inline-block;
	font-weight: 300;
	vertical-align: middle;
	color: hsl(var(--secondary-color));
	margin-bottom: 0.5rem;
}

.form-group label small {
	display: inline-block;
	vertical-align: middle;
}

.form-group .form-control {
	color: #63605e;
	font-weight: 300;
	font-size: 14px;
}

.form-group textarea {
	min-height: 120px;
}

.form-group .custom-label {
	display: inline-block;
	vertical-align: middle;
	width: 95%;
	height: 42px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	text-align: center;
	border-radius: 0.3rem;
	overflow: hidden;
	line-height: 42px;
	color: #94979d;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.form-group .custom-label i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
	font-size: 1.5em;
}

.form-group .square-label {
	position: relative;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 200;
	-webkit-user-select: none;
	overflow: hidden;
}

.form-group .square-label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 0.25rem;
	border: 1px solid #c0c0c0;
	margin-left: 0.5rem;
}

.form-group .square-label::after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 0.25rem;
	background-color: hsl(var(--primary-color));
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	visibility: hidden;
	opacity: 0;
}

.form-group .custom-label {
	position: relative;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	overflow: hidden;
	border: 2px solid #ddd;
	padding: 0.25rem;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
}

.form-group input[type="checkbox"],
.form-group input[type="radio"] {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.form-group input[type="checkbox"]:checked ~ .custom-label,
.form-group input[type="radio"]:checked ~ .custom-label {
	border-color: hsl(var(--secondary-color));
}

.form-group input[type="checkbox"]:checked ~ .square-label,
.form-group input[type="radio"]:checked ~ .square-label {
	color: hsl(var(--primary-color));
	font-weight: 400;
}

.form-group input[type="checkbox"]:checked ~ .square-label::before,
.form-group input[type="radio"]:checked ~ .square-label::before {
	border-color: hsl(var(--primary-color));
}

.form-group input[type="checkbox"]:checked ~ .square-label::after,
.form-group input[type="radio"]:checked ~ .square-label::after {
	visibility: visible;
	opacity: 1;
}

.form-group:last-child {
	margin-bottom: 0;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 0.625rem 1.125rem;
	border-radius: 0;
	font-size: 1em;
	border: 0;
	border: 1px solid transparent;
	text-transform: capitalize;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-decoration: none;
	font-weight: 400;
	background-color: hsl(var(--primary-color));
	color: hsl(var(--secondary-color));
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn.btn-default {
	background-color: hsl(var(--primary-color));
	color: hsl(var(--secondary-color));
}

.btn.btn-default:hover {
	background-color: hsl(var(--primary-color));
}

.btn.btn-gold {
	background-color: #111;
	color: hsl(var(--primary-color));
}

.btn.btn-green {
	background-color: #00c092;
	color: #ffffff;
}

.btn.btn-red {
	background-color: hsl(var(--primary-color));
	color: #ffffff;
}

.btn.btn-white {
	background-color: #ffffff;
	color: hsl(var(--primary-color));
}

.btn.btn-transparent {
	background-color: transparent;
	color: hsl(var(--primary-color));
	border-color: hsl(var(--primary-color));
}

.btn.btn-transparent:hover {
	background-color: rgba(237, 168, 0, 0.15);
}

.btn.btn-gray {
	background-color: #f8f9fa;
	color: hsl(var(--primary-color));
	border-color: transparent;
}

.btn.btn-gray:hover {
	color: #ffffff;
	background-color: hsl(var(--primary-color));
}

.btn.btn-blue {
	background-color: rgba(15, 153, 228, 0.85);
	color: #ffffff;
}

.btn.btn-blue:hover {
	background-color: #0f99e4;
}

/* .btn.box-shadow {
    -webkit-box-shadow: 0px 6px 18px 0px rgba(237, 168, 0, 0.25);
    box-shadow: 0px 6px 18px 0px rgba(237, 168, 0, 0.25);
} */

.btn:focus {
	outline: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

/* .btn:hover {
    -webkit-box-shadow: 0 2px 15px rgba(22, 22, 22, 0.15);
    box-shadow: 0 2px 15px rgba(22, 22, 22, 0.15);
} */

.text-shadow {
	text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.title_up {
	display: table;
	margin: auto;
	margin-bottom: 4rem;
	font-weight: 900;
	color: #63605e;
	padding-left: 3rem;
	padding-right: 3rem;
	border-bottom: 1px solid hsl(var(--primary-color));
	font-size: 2.25em;
}

#backToTop {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	background-color: hsl(var(--secondary-color));
	color: hsl(var(--primary-color));
	text-align: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	z-index: 3;
	border: 0;
	outline: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	visibility: hidden;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: capitalize;
	font-weight: 300;
}

/* #backToTop:hover {
    -webkit-box-shadow: 0px 0px 0 5px rgba(237, 168, 0, 0.4);
    box-shadow: 0px 0px 0 5px rgba(237, 168, 0, 0.4);
} */

#backToTop.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.fw-900 {
	font-weight: 900 !important;
}

.fw-800 {
	font-weight: 800 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-200 {
	font-weight: 200 !important;
}

.font-size-1x {
	font-size: 1em !important;
}

.font-size-2x {
	font-size: 1.25em !important;
}

.font-size-3x {
	font-size: 1.5em !important;
}

.font-size-4x {
	font-size: 2em !important;
}

.font-size-5x {
	font-size: 3em !important;
}

.dir-rtl {
	direction: rtl !important;
}

.dir-ltr {
	direction: ltr !important;
}

/*! Ripple.js v1.2.1
 * The MIT License (MIT)
 * Copyright (c) 2014 Jacob Kelley */
.has-ripple {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ripple {
	display: block;
	position: absolute;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background: #ffffff;
	opacity: 1;
}

.ripple-animate {
	-webkit-animation: ripple;
	animation: ripple;
}

@-webkit-keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

@keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

.text-center p {
	text-align-last: center;
}

.white-bg-color {
	background-color: #ffffff !important;
}

.border-radius-10 {
	border-radius: 10px;
}

/* .box-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
} */

.o-auto {
	overflow: auto;
}

a {
	color: #0f99e4;
}

.text-color {
	color: #63605e !important;
}

.black-color {
	color: #161616 !important;
}

.blue-color {
	color: #0f99e4 !important;
}

.red-color {
	color: #f63a3a !important;
}

.primary-color {
	color: hsl(var(--primary-color)) !important;
}

.dark-color {
	color: hsl(var(--secondary-color)) !important;
}

.height-100 {
	height: 100% !important;
}

.primary-bg-color {
	background-color: hsl(var(--primary-color)) !important;
}

.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination .page-item .page-link {
	margin-left: -1px !important;
	color: hsl(var(--primary-color));
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.pagination .page-item.active .page-link {
	background-color: hsl(var(--primary-color));
	border-color: hsl(var(--primary-color));
	color: hsl(var(--secondary-color));
}

.pagination .page-item.disabled .page-link {
	color: hsl(var(--secondary-color), 0.5);
}

.blured {
	overflow: hidden;
}

.blured header,
.blured main,
.blured footer,
.blured #backToTop,
.blured #buy-product {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	opacity: 0.5;
}

.owl-carousel .owl-item {
	touch-action: auto !important;
	-ms-touch-action: auto !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: hsl(var(--primary-color)) !important;
}

.tab-bar .tab-bar-content {
	display: none;
}

.tab-bar .tab-bar-content.active {
	display: block;
}

.badge {
	color: #ffffff;
	font-weight: 300;
}

.badge.badge-warning {
	background-color: #fd7e14;
}

.badge.badge-success {
	background-color: #28a745;
}

.badge.badge-danger {
	background-color: #dc3545;
}

.badge.badge-info {
	background-color: #0dcaf0;
	color: #161616;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 1.5rem;
}

.container-fluid {
	padding-left: 2rem;
	padding-right: 2rem;
	max-width: 2048px;
}

.collapse_item {
	display: none;
}

.collapse_header.active + .collapse_item {
	display: block;
}

.normal-list {
	list-style-type: disc;
	padding-right: 1.25rem;
}

.normal-list li {
	margin: 0.25rem 0;
}

.iziToast-wrapper * {
	/*font-family: "sans";*/
}

@media (max-width: 1200px) {
	.container,
	.container-fluid {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

a.logo {
	display: inline-block;
}

@media (max-width: 992px) {
	.wrapper {
		padding: 2.5rem 0;
	}

	.row.reverse-responsive {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media (max-width: 768px) {
	.wrapper {
		padding: 2rem 0;
	}
}

@media (max-width: 577px) {
	.container,
	.container-fluid {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	body {
		font-size: 14px;
	}

	.font-size-4x {
		font-size: 1.75em !important;
	}

	.font-size-5x {
		font-size: 2.5em !important;
	}

	.btn {
		padding: 0.5rem 1rem;
	}

	.wrapper {
		padding: 1.5rem 0;
	}
}

@media (max-width: 500px) {
	.wrapper {
		padding: 2.5rem 0;
	}
}

.shared_titleUp {
	position: relative;
	text-align: center;
	color: hsl(var(--secondary-color));
	padding-bottom: 0.5rem;
	margin-bottom: 3rem;
}

.shared_titleUp::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 120px;
	height: 1px;
	background-color: hsl(var(--secondary-color));
}

.shared_titleUp .sub {
	font-size: 1em;
	margin-bottom: 0.5rem;
}

.shared_titleUp .title {
	font-weight: 500;
	font-size: 1.75em;
	margin-bottom: 1rem;
}

.shared_titleUp .desc {
	color: #63605e;
	font-weight: 200;
	font-size: 1em;
	margin-bottom: 1rem;
}

.shared_pageTitle {
	background-color: #eee;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.shared_pageTitle .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shared_pageTitle h1 {
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 0;
	color: #161616;
}

.shared_pageTitle ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.shared_pageTitle ul li::after {
	content: "/";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75rem;
	margin-left: 0.75rem;
	color: #999;
}

.shared_pageTitle ul li:last-child::after {
	display: none;
}

.shared_pageTitle ul li a {
	color: #666;
}

.shared_pageTitle ul li a:hover {
	color: hsl(var(--primary-color));
}

.shared_pageTitle ul li.active a {
	color: hsl(var(--primary-color));
}

.shared_widget_title {
	font-size: 1.125em;
	font-weight: 500;
	color: hsl(var(--secondary-color));
	position: relative;
	padding-bottom: 0.75rem;
	margin-bottom: 1rem;
}

.shared_widget_title::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: hsl(var(--primary-color));
	width: 3rem;
	height: 1px;
}

.shared_widget .shared_widget_body .form-select {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.shared_widget .shared_widget_body .form-select:focus {
	border: 1px solid #ced4da !important;
}

.shared_widget_body form {
	position: relative;
}

.shared_widget_body form .form-control {
	height: 40px;
	padding-left: 40px;
	border: 0;
	border-bottom: 1px solid hsl(var(--secondary-color));
	border-radius: 0;
	background-color: transparent;
	padding-right: 0;
	color: hsl(var(--secondary-color));
}

.shared_widget_body form .submit-btn {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	color: hsl(var(--secondary-color));
	cursor: pointer;
	border: 0;
	padding: 0;
	text-align: left;
	background-color: transparent;
}

.shared_widget_body ul {
	list-style-type: disc;
}

.shared_widget_body ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0.5rem 0;
}

.shared_widget_body ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: hsl(var(--secondary-color));
	margin-left: 0.8rem;
}

.shared_widget_body ul li a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	color: hsl(var(--secondary-color));
}

.shared_widget_body ul li a::before {
	content: "";
	position: absolute;
	right: -105%;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: hsl(var(--primary-color));
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shared_widget_body ul li a:hover {
	color: hsl(var(--primary-color));
}

.shared_widget_body ul li a:hover::before {
	right: 0;
}

.shared_widget_body .irs-from,
.shared_widget_body .irs-to,
.shared_widget_body .irs-single {
	background: hsl(var(--primary-color));
	color: #161616;
}

.shared_widget_body .irs-bar {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#161616),
		to(hsl(var(--secondary-color)))
	);
	background: linear-gradient(
		to top,
		#161616 0%,
		hsl(var(--secondary-color)) 100%
	);
}

.shared_aside_contact {
	position: -webkit-sticky;
	position: sticky;
	top: 5rem;
	background: url("../images/sidebar-banner-pettern.png") no-repeat center
		center;
	background-size: cover;
	border-radius: 0.5rem;
	padding: 4rem 1rem 0 1rem;
}

.shared_aside_contact .title {
	font-weight: 500;
	font-size: 1.75em;
	line-height: 1.5;
	color: #ffffff;
	margin-bottom: 2rem;
}

.shared_aside_contact ul {
	padding-right: 0;
	list-style-type: none;
	padding-bottom: 12rem;
	margin-bottom: 0;
}

.shared_aside_contact ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0.5rem;
	color: #ffffff;
}

.shared_aside_contact ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	background-color: #ffffff;
	color: hsl(var(--primary-color));
	width: 1rem;
	height: 1rem;
	border-radius: 3px;
	font-size: 9px;
	margin-left: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shared_aside_contact .call-now {
	position: absolute;
	left: 0;
	bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	padding: 0.5rem 1rem;
	border-radius: 0 1rem 1rem 0;
	display: flex;
	align-items: center;
	direction: ltr;
}

.shared_aside_contact .call-now .icon {
	width: 4rem;
	height: 4rem;
	background: #ffffff;
	text-align: center;
	font-size: 1.8em;
	border-radius: 100%;
	margin-right: 1rem;
	/* -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2); */
	color: hsl(var(--primary-color));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shared_aside_contact .call-now div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shared_aside_contact .call-now div a {
	color: hsl(var(--secondary-color));
	font-weight: 500;
	font-size: 1.125em;
	margin: 0.25rem 0;
}

.site-modal {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	visibility: hidden;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
}

.site-modal .overal {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.site-modal .close-modal {
	position: absolute;
	right: 2.5rem;
	top: 2rem;
	width: 3rem;
	height: 3rem;
	border-radius: 2rem;
	background-color: #ffffff;
	color: hsl(var(--secondary-color));
	font-size: 2em;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 2;
}

.site-modal .close-modal:hover {
	background-color: hsl(var(--secondary-color));
	color: #f63a3a;
}

.site-modal .modal-box {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	border-radius: 0.75rem;
	padding: 1.5rem;
	width: 100%;
	max-width: 800px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	opacity: 0;
	visibility: hidden;
	max-height: 90%;
	overflow: auto;
}

.site-modal .modal-box .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.site-modal .modal-box .title-row {
	margin-bottom: 2rem;
}

.site-modal .modal-box .title-row .title {
	font-size: 1.5em;
	font-weight: 500;
	color: hsl(var(--secondary-color));
	margin-bottom: 0.5rem;
	margin-top: 0;
}

.site-modal .modal-box .title-row .red-color {
	color: hsl(var(--primary-color));
}

.site-modal .modal-box .title-row .desc {
	color: #63605e;
}

.site-modal .modal-box .title-row hr {
	margin-bottom: 0;
	margin-top: 1rem;
	margin-right: 0;
	height: 2px;
	background-color: hsl(var(--primary-color));
	opacity: 1;
}

.site-modal .modal-box .form-group {
	margin-bottom: 0;
}

.site-modal .modal-box input {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: auto;
}

.site-modal .modal-box .btn {
	background-color: hsl(var(--primary-color));
	color: #ffffff;
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.box p {
	color: var(--text-color);
}

.site-modal.active {
	visibility: visible;
	opacity: 1;
}

.site-modal.active .overal {
	opacity: 1;
	visibility: visible;
}

.site-modal.active .modal-box {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.bodyOverlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	visibility: hidden;
	opacity: 0;
}

.bodyOverlay.active {
	visibility: visible;
	opacity: 1;
}

.resmenu {
	position: fixed;
	z-index: 6;
	background-color: hsl(var(--primary-color));
	width: 220px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem;
	/* overflow: auto; */
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	-o-transform: translateX(-250px);
}

#close-resmenu {
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	width: 30px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #fff !important;
}

.resmenu_logo {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}

.resmenu_logo img {
	display: block;
	margin: auto;
	max-height: 70px;
}

.resmenu_items {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.resmenu_items ul li {
	margin: 0.5rem 0;
}

.resmenu_items ul li a {
	color: hsl(var(--secondary-color));
}

.resmenu_items ul li a.collapse_header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.resmenu_items ul li a.collapse_header::after {
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.resmenu_items ul.collapse_item {
	margin-bottom: 1rem;
	padding-right: 1.5rem;
	list-style-type: disc;
}

.resmenu_items ul.collapse_item li {
	margin: 0.25rem 0;
}

.resmenu_items ul.collapse_item li a {
	color: #63605e;
}

.resmenu_footer {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #ddd;
	text-align: center;
}

.resmenu_footer p a {
	color: var(--text-color);
	font-weight: 400;
	font-size: 1.25em;
	letter-spacing: 1px;
}

.resmenu_footer ul.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0.75rem;
}

.resmenu_footer ul.social li {
	margin: 0 0.5rem;
}

.resmenu_footer ul.social li a {
	display: block;
	color: #63605e;
	font-size: 1.25em;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.resmenu_footer ul.social li a:hover {
	color: hsl(var(--primary-color));
}

.resmenu.active {
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
}

header {
	position: sticky;
	top: 0;
	z-index: 2;
}

header .bottom-bar .container-fluid {
	position: relative;
}

header .bottom-bar #menu-res-btn {
	padding: 0;
	width: 2.5rem;
	height: 2rem;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}

header .bottom-bar #menu-res-btn .fa-times {
	display: none;
}

header .bottom-bar #menu-res-btn.active .fa-times {
	display: block;
}

header .bottom-bar #menu-res-btn.active .fa-bars {
	display: none;
}

header .bottom-bar .row {
	border-top: 1px solid #555;
}

header .bottom-bar .logo {
	display: inline-block;
	vertical-align: middle;
}

header .bottom-bar .logo img {
	display: block;
	max-width: 150px;
	max-height: 50px;
}

header .bottom-bar .menu {
	display: inline-block;
	vertical-align: middle;
}

header .bottom-bar .menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .bottom-bar .menu ul li {
	margin-left: 1rem;
}

header .bottom-bar .menu ul li:last-child {
	margin-left: 0;
}

header .bottom-bar .menu ul li > a {
	display: block;
	position: relative;
	overflow: hidden;
	font-weight: 400;
	padding: 2rem 0;
	color: hsl(var(--secondary-color));
}

header .bottom-bar .menu ul li > a::before {
	content: "";
	position: absolute;
	right: -101%;
	top: 2rem;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: hsl(var(--primary-color));
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .bottom-bar .menu ul li > a:hover::before {
	right: 0;
}

header .bottom-bar .menu ul li > ul {
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	background-color: #222;
	border: 1px solid #333;
	border-top: 0;
	padding: 1rem 1rem 1rem 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
	opacity: 0;
	visibility: hidden;
}

header .bottom-bar .menu ul li > ul li {
	margin: 0.5rem 0;
}

header .bottom-bar .menu ul li > ul li a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
	color: #ccc;
}

header .bottom-bar .menu ul li > ul li a::before {
	top: 98%;
	background-color: #aaa;
}

header .bottom-bar .menu ul li.mega-menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .bottom-bar .menu ul li.mega-menu > ul > li {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}

header .bottom-bar .menu ul li.mega-menu > ul > li > a {
	margin-bottom: 0.75rem;
}

header .bottom-bar .menu ul li.mega-menu > ul > li .sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

header .bottom-bar .menu ul li.mega-menu > ul > li .sub-menu > * {
	margin: 0.25rem 0;
}

header .bottom-bar .menu ul li.mega-menu > ul > li .sub-menu a:not(.more-btn) {
	position: relative;
	overflow: hidden;
	color: #999;
	font-weight: 400;
}

header
	.bottom-bar
	.menu
	ul
	li.mega-menu
	> ul
	> li
	.sub-menu
	a:not(.more-btn)::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -101%;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header
	.bottom-bar
	.menu
	ul
	li.mega-menu
	> ul
	> li
	.sub-menu
	a:not(.more-btn):hover::before {
	right: 0;
}

header .bottom-bar .menu ul li.mega-menu > ul > li .sub-menu .more-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 0;
	color: hsl(var(--primary-color));
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .bottom-bar .menu ul li.mega-menu > ul > li .sub-menu .more-btn::after {
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-right: 0.3rem;
	font-size: smaller;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .bottom-bar .menu ul li.mega-menu > ul > li .sub-menu .more-btn:hover {
	color: hsl(var(--primary-color));
	margin-right: 0.35rem;
}

header .bottom-bar .menu ul li.normal-menu {
	position: relative;
}

header .bottom-bar .menu ul li.normal-menu ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: all 0.2s linear;
	width: 220px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

header .bottom-bar .menu ul li:hover > ul {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

header .bottom-bar .left-items ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

header .bottom-bar .left-items ul li {
	position: relative;
}

header .bottom-bar .left-items ul li a {
	color: hsl(var(--secondary-color));
	font-weight: 300;
	display: block;
}

header .bottom-bar .left-items ul li .drop-down {
	position: absolute;
	left: 0;
	top: 100%;
	width: 280px;
	padding: 1rem;
	background-color: #ffffff;
	/* -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); */
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .bottom-bar .left-items ul li .drop-down form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid hsl(var(--secondary-color));
}

header .bottom-bar .left-items ul li .drop-down form .form-control {
	height: 40px;
	font-size: 14px;
	border: 0;
	padding-right: 0;
	border-radius: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

header .bottom-bar .left-items ul li .drop-down form button {
	height: 40px;
	border: 0;
	outline: 0;
	background-color: transparent;
	color: hsl(var(--secondary-color));
}

header .bottom-bar .left-items ul li:hover > .drop-down {
	visibility: visible;
	opacity: 1;
}

header .bottom-bar {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 3;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	background-color: hsl(var(--primary-color));
}

header.has-bg .bottom-bar {
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.25); */
	background-color: hsl(var(--primary-color));
}

header .bottom-bar .row {
	border-top: 0;
}

header .bottom-bar .menu ul li > a {
	padding: 1rem 0.5rem;
}

header .bottom-bar .menu ul li > ul li a {
	padding: 0;
}

header .bottom-bar .left-items ul li a {
	padding: 1rem;
}

header.anim .bottom-bar {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

main {
	position: relative;
	z-index: 1;
}

.home_slider_01_item {
	position: relative;
}

.home_slider_01_item img {
	min-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.home_slider_01_item .content {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	max-width: 74%;
	text-align: right;
}

.home_slider_01_item .content > * {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.home_slider_01_item .content .sub {
	font-weight: 200;
	margin-bottom: 0.75rem;
	font-size: 1.25em;
}

.home_slider_01_item .content .title {
	font-weight: 500;
	font-size: 2.5em;
	margin-bottom: 1.25rem;
}

.home_slider_01_item .content .desc {
	max-width: 480px;
	font-weight: 200;
}

.home_slider_01_item .content .more-btn {
	color: #ffffff;
	margin-top: 2rem;
	font-weight: 300;
}

.home_slider_01_item .content .more-btn svg {
	color: inherit;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.home_slider_01_item .content .more-btn svg .arc-1,
.home_slider_01_item .content .more-btn svg .arc-2 {
	fill: none;
	stroke-width: 1px;
	stroke: #ffffff;
	stroke-dasharray: 251;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.home_slider_01_item .content .more-btn svg .arc-1 {
	opacity: 0.85;
	stroke-dashoffset: 251;
	-webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.home_slider_01_item .content .more-btn svg .arc-2 {
	opacity: 0.5;
	stroke-dashoffset: 165;
}

.home_slider_01_item .content .more-btn .txt {
	margin-right: -1rem;
}

.home_slider_01_item .content .more-btn:hover .arc-1 {
	stroke-dashoffset: 165;
}

.home_slider_01 .owl-theme .owl-nav {
	margin-top: 0;
}

.home_slider_01 .owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: 48%;
	font-size: 2em;
	color: #ffffff;
	margin: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.home_slider_01 .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}

.home_slider_01 .owl-theme .owl-nav .owl-next {
	left: 1.5rem;
}

.home_slider_01 .owl-theme .owl-nav .owl-next:hover {
	left: 1.25rem;
}

.home_slider_01 .owl-theme .owl-nav .owl-prev {
	right: 1.5rem;
}

.home_slider_01 .owl-theme .owl-nav .owl-prev:hover {
	right: 1.25rem;
}

.home_intro {
	position: relative;
	display: flex !important;
	justify-content: center;
}

.home_intro::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.home_intro_video {
	position: relative;
	z-index: 0;
	width: 100dvw;
}

.home_intro_video video {
	display: block;
	width: 100dvw;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	max-height: 100dvh;
}

.home_intro_video video.tablet-video,
.home_intro_video video.mobile-video {
	display: none;
}

@media screen and (max-width: 768px) {
	.home_intro_video video.tablet-video {
		display: block;
		aspect-ratio: 3/4;
	}

	.home_intro_video video.desktop-video,
	.home_intro_video video.mobile-video {
		display: none;
	}
}

@media screen and (max-width: 425px) {
	.home_intro_video video.mobile-video {
		display: block;
		aspect-ratio: 9/20;
	}

	.home_intro_video video.desktop-video,
	.home_intro_video video.tablet-video {
		display: none;
	}
}

.home_intro .muteBtn {
	position: absolute;
	z-index: 1;
	left: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.5rem;
	background-color: hsl(var(--primary-color));
	border: 0;
	outline: 0;
	color: #161616;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.home_intro_details {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
}

.home_intro_details .title {
	font-weight: 500;
	font-size: 3.5em;
	margin-bottom: 0.5rem;
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
	visibility: hidden;
	opacity: 0;
	transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-o-transition: all 3s ease;
	transform: scale(0) translateY(400px);
	-moz-transform: scale(0) translateY(400px);
	-webkit-transform: scale(0) translateY(400px);
	-ms-transform: scale(0) translateY(400px);
	-o-transform: scale(0) translateY(400px);
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}

.home_intro_details .desc {
	visibility: hidden;
	opacity: 0;
	font-size: 1.5em;
	font-weight: 200;
	margin-bottom: 2rem;
	transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transform: translateY(500px);
	-moz-transform: translateY(500px);
	-webkit-transform: translateY(500px);
	-ms-transform: translateY(500px);
	-o-transform: translateY(500px);
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}

.home_intro_details .btn {
	visibility: hidden;
	opacity: 0;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transform: translateY(400px);
	-moz-transform: translateY(400px);
	-webkit-transform: translateY(400px);
	-ms-transform: translateY(400px);
	-o-transform: translateY(400px);
	-webkit-transition-delay: 7s;
	transition-delay: 7s;
}

.home_intro_details.active .title {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateY(0px);
	-moz-transform: scale(1) translateY(0px);
	-webkit-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	-o-transform: scale(1) translateY(0px);
}

.home_intro_details.active .desc {
	visibility: visible;
	opacity: 1;
	transform: scale(1) translateY(0px);
	-moz-transform: scale(1) translateY(0px);
	-webkit-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	-o-transform: scale(1) translateY(0px);
}

.home_intro_details.active .btn {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.home_intro .scrol-down {
	display: block;
	width: 30px;
	height: 70px;
	position: absolute;
	bottom: 1rem;
	margin-right: -1rem;
	margin-top: 1rem;
}

.home_intro .chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	-webkit-animation: move 3s ease-out infinite;
	animation: move 3s ease-out infinite;
}

.home_intro .chevron:first-child {
	-webkit-animation: move 3s ease-out 1s infinite;
	animation: move 3s ease-out 1s infinite;
}

.home_intro .chevron:nth-child(2) {
	-webkit-animation: move 3s ease-out 2s infinite;
	animation: move 3s ease-out 2s infinite;
}

.home_intro .chevron::before,
.home_intro .chevron::after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: rgba(255, 255, 255, 0.8);
}

.home_intro .chevron::before {
	left: 0;
	-webkit-transform: skew(0deg, 30deg);
	transform: skew(0deg, 30deg);
}

.home_intro .chevron::after {
	right: 0;
	width: 50%;
	-webkit-transform: skew(0deg, -30deg);
	transform: skew(0deg, -30deg);
}

@-webkit-keyframes move {
	25% {
		opacity: 1;
	}

	33% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	67% {
		opacity: 1;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

@keyframes move {
	25% {
		opacity: 1;
	}

	33% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	67% {
		opacity: 1;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

.home_services_item {
	position: relative;
	display: block;
	color: #ffffff;
	overflow: hidden;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.home_services_item::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 1;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgba(255, 255, 255, 0)),
		to(rgba(255, 255, 255, 0.3))
	);
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0.3) 100%
	);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
}

.home_services_item img {
	display: block;
	width: 100%;
	height: auto;
}

.home_services_item .content {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 2rem;
}

.home_services_item .content > * {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.home_services_item .content .sub {
	font-weight: 200;
	font-size: 1.125em;
	margin-bottom: 1rem;
}

.home_services_item .content .title {
	position: relative;
	font-size: 1.5em;
	font-weight: 400;
	padding-bottom: 1rem;
}

.home_services_item .content .title::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 1px;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.home_services_item:hover {
	color: #ffffff;
	text-shadow: 0 0 1px rgba(56, 43, 31, 0.25);
}

.home_services_item:hover::before {
	left: 105%;
}

.home_services_item:hover .content .title::before {
	width: 160px;
}

.home_products .row > * {
	margin-bottom: 2.5rem;
}

.home_products .sticky-lg-top {
	top: 80px;
}

.home_products_item {
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	height: 100%;
	/* border-radius: 0.5rem;
    -webkit-box-shadow: 0 2px 15px rgba(56, 43, 31, 0.1);
    box-shadow: 0 2px 15px rgba(56, 43, 31, 0.1); */
}

.home_products_item .image {
	position: relative;
	overflow: hidden;
}

/* .home_products_item .image::before {
    position: absolute;
    top: 0;
    left: -125%;
    z-index: 3;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, 0.15)));
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.15) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
} */

.home_products_item .image img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: contain;
	object-fit: contain;
	transition: all 0.65s ease;
	-moz-transition: all 0.65s ease;
	-ms-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
}

.home_products_item .image .more-btn {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(56, 43, 31, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	visibility: hidden;
	opacity: 0;
}

.home_products_item .image .more-btn .btn {
	transition: all 0.65s ease;
	-moz-transition: all 0.65s ease;
	-ms-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transform: scale(0.5);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
}

.home_products_item .content {
	padding: 1rem;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: hsl(var(--secondary-color));
	/* background: hsl(var(--primary-color)); */
	/* flex-direction: column; */
}

.home_products_item .content .title {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 0;
}

.home_products_item .content .sub {
	margin-top: 0.25rem;
	font-weight: 200;
	font-size: 1em;
}

.home_products_item .content .price {
	font-weight: 400;
	min-width: 120px;
	text-align: left;
}

.home_products_item:hover .image::before {
	left: 105%;
}

/* .home_products_item:hover .image img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
} */

.home_products_item:hover img.main_img {
	display: none;
}

.home_products_item:hover img.second_img {
	display: block !important;
}

.home_products_item:hover .image .more-btn {
	visibility: visible;
	opacity: 1;
}

.home_products_item:hover .image .more-btn .btn {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.home_brands {
	text-align: center;
	background-color: rgba(237, 168, 0, 0.2);
}

.home_brands_item {
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home_brands_item img {
	max-width: 75px;
	max-height: 110px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.home_brands_item img:hover {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

.home_brands .owl-dots {
	margin-top: 2rem !important;
}

.home_team {
	position: relative;
}

.home_team.wrapper {
	background-color: rgba(237, 168, 0, 0.2);
}

.home_team .row > * {
	margin-bottom: 2rem;
}

.home_team_item {
	height: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
	/*box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
	*/margin-inline: 0.5rem;
	padding: 1rem;
	background-color: white;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}

.home_team_carousel.owl-carousel .owl-item {
	margin-left: unset !important;
}

.home_team_carousel.owl-carousel .owl-item .home_team_item img {
	display: block;
	width: 100%;
	margin-inline: auto;
	/* height: 300px; */
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	border-radius: 50rem;
	/* box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3); */
}

.home_team_item .content {
	margin-top: 0.75rem;
	color: hsl(var(--secondary-color));
}

.home_team_item .content .title {
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

.home_team_item .content .role {
	font-weight: 300;
	font-size: 0.85rem;
	color: black !important;
}

.home_team_item .content .number {
	color: hsl(var(--primary-color)) !important;
}

.home_newsletter_old_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid hsl(var(--secondary-color));
	padding: 3rem;
	border-radius: 0.5rem;
}

.home_newsletter_old_box > * {
	width: 33.33333%;
	padding-left: 1rem;
	padding-right: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home_newsletter_old_box .has-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home_newsletter_old_box .has-icon > i {
	font-size: 3em;
	color: hsl(var(--secondary-color));
}

.home_newsletter_old_box .has-icon .content {
	padding-right: 1.25rem;
	padding-left: 2.5rem;
}

.home_newsletter_old_box .has-icon .content .title {
	font-size: 1.15em;
	font-weight: 500;
	color: hsl(var(--secondary-color));
	margin-bottom: 0.45rem;
}

.home_newsletter_old_box .has-icon .content .desc {
	font-size: 1em;
	font-weight: 200;
	color: #63605e;
}

.home_newsletter_old_box .form-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home_newsletter_old_box .form-box .title {
	font-size: 1.4em;
	font-weight: 500;
	color: hsl(var(--secondary-color));
	margin-bottom: 0.5rem;
}

.home_newsletter_old_box .form-box form {
	position: relative;
}

.home_newsletter_old_box .form-box form .form-control {
	height: 40px;
	padding-left: 40px;
	border: 0;
	border-bottom: 1px solid hsl(var(--secondary-color));
	border-radius: 0;
	padding-right: 0;
	font-weight: 200;
	color: hsl(var(--secondary-color));
}

.form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.home_newsletter_old_box .form-box form .submit-btn {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	color: hsl(var(--secondary-color));
	cursor: pointer;
	border: 0;
	padding: 0;
	text-align: left;
	background-color: transparent;
}

.home_portfolio .row > * {
	margin-bottom: -1px;
	padding: 1px !important;
}

.home_portfolio_item {
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
	height: 100%;
}

.home_portfolio_item::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		to(rgba(0, 0, 0, 0.65))
	);
	background: linear-gradient(
		to bottom,
		transparent 0%,
		rgba(0, 0, 0, 0.65) 100%
	);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.home_portfolio_item img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.home_portfolio_item .more-btn {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	bottom: -4rem;
	margin: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: 2px solid #ffffff;
	border-radius: 0.5rem;
	padding: 0.5rem 1.5rem;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.home_portfolio_item:hover::before {
	visibility: visible;
	opacity: 1;
}

.home_portfolio_item:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.home_portfolio_item:hover .more-btn {
	bottom: 2.5rem;
}

.home_blog_item {
	background-color: #ffffff;
	overflow: hidden;
	height: 100%;
	border: 1px solid hsla(var(--secondary-color), 0.1);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}

.home_blog_item .image img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

.home_blog_item .content {
	font-weight: 300;
	color: #63605e;
	padding: 1rem;
	min-height: 7rem;
}

.home_blog_item .content .title {
	font-size: 1.25em;
	font-weight: 500;
	color: hsl(var(--secondary-color));
}

.home_blog_item .content .btn {
	width: 100%;
	margin-top: 1.5rem;
}

.home_blog_item h4 {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	height: auto !important;
}

.home_garranty_item {
	color: hsl(var(--secondary-color));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.home_garranty_item img {
	display: block;
	margin-bottom: 1rem;
}

.home_garranty_item .title {
	font-weight: 500;
	font-size: 1.25em;
	margin-bottom: 0.75rem;
}

.home_garranty_item p {
	font-weight: 200;
}

.product_single .single_p_slider img {
	display: block;
	width: 100%;
	max-height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 0.5rem;
}

.product_single #carousel-custom-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	overflow: auto;
	margin-top: 1rem;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.product_single #carousel-custom-dots .owl-dot {
	cursor: pointer;
	margin: 0 0.5rem;
}

.product_single #carousel-custom-dots .owl-dot img {
	display: block;
	width: 5rem;
	height: 5rem;
	border-radius: 0.5rem;
	opacity: 0.75;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.product_single #carousel-custom-dots .owl-dot.active img,
.product_single #carousel-custom-dots .owl-dot:hover img {
	opacity: 1;
}

.product_single .owl-theme .owl-nav {
	margin-top: 0;
}

.product_single .owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	position: absolute;
	top: 48%;
	color: #ffffff;
	font-size: 1.5em;
}

.product_single .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}

.product_single .owl-theme .owl-nav .owl-prev {
	right: 1rem;
}

.product_single .owl-theme .owl-nav .owl-next {
	left: 1rem;
}

.product_single_content {
	color: hsl(var(--secondary-color));
	margin-top: 1.5rem;
}

.product_single_content > .title {
	font-size: 1.5em;
	font-weight: 500;
	color: hsl(var(--secondary-color));
}

.product_single_content .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.25em;
	font-weight: 400;
}

.product_single_content .price del {
	font-weight: 200;
	margin-left: 1rem;
	color: hsl(var(--secondary-color));
}

.product_single_content .p-label {
	display: inline-block;
	min-width: 150px;
	margin-left: 0.5rem;
}

.product_single_content a:not(.btn) {
	color: hsl(var(--secondary-color));
}

.product_single_content a:not(.btn):hover {
	color: hsl(var(--primary-color));
}

.product_single_content p {
	margin-bottom: 0.5rem;
}

.product_single_content_colors li {
	display: inline-block;
	margin-left: 1rem;
	margin-bottom: 0.5rem;
}

.product_single_content_colors li.first {
	display: block;
	width: 100%;
}

.product_single_content_colors li .custom-label {
	margin-bottom: 0;
}

.product_single_content_colors li .custom-label span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.product_single_content .form-control {
	max-width: 200px;
}

.product_content .tab-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #ddd;
}

.product_content .tab-menu button {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0.5rem 1rem;
	color: #999;
}

.product_content .tab-menu button.active {
	color: hsl(var(--primary-color));
}

.product_content .tab-bar-content {
	color: hsl(var(--secondary-color));
	margin-block: 1.5rem;
}

.product_content .tab-bar-content h2,
.product_content .tab-bar-content h3,
.product_content .tab-bar-content h4,
.product_content .tab-bar-content h5,
.product_content .tab-bar-content h6 {
	font-weight: 500;
	font-size: 1.25em;
	color: hsl(var(--secondary-color));
}

/* .product_content .tab-bar-content p {
    margin-bottom: 0.75rem;
} */

.product_content_technical {
	padding: 1.5rem;
	/* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
	border-radius: 1rem;
}

.product_content_technical li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	color: hsl(var(--secondary-color));
}

.product_content_technical li .title {
	font-weight: 400;
	color: hsl(var(--secondary-color));
	min-width: 360px;
}

.product_content_technical li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.comments_submit {
	border-radius: 0.5rem;
	padding: 1.75rem;
	margin-bottom: 2rem;
	background-color: #f5f5f5;
	color: #63605e;
	font-size: 1.1em;
}

.comments_submit textarea {
	height: 120px;
}

.comments_submit .btn {
	padding-left: 2rem;
	padding-right: 2rem;
}

.comments_item {
	position: relative;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
	padding: 1rem;
	/* margin-bottom: 1.5rem; */
}

.comments_item .reply {
	position: absolute;
	left: 1rem;
	top: 1.5rem;
	color: hsl(var(--primary-color));
	background-color: transparent;
	border: 1px solid hsl(var(--primary-color));
	padding: 0.25rem 0.75rem;
	font-weight: 300;
	font-size: 90%;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.comments_item .reply:hover {
	background-color: hsl(var(--primary-color));
	color: #ffffff;
}

.comments_item .user-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}

.comments_item .user-data img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	margin-left: 15px;
}

.comments_item .user-data p {
	margin-bottom: 0;
}

.comments_item .user-data .title {
	font-weight: 500;
	color: hsl(var(--secondary-color));
}

.comments_item .user-data .date {
	font-weight: 200;
	color: #63605e;
}

.comments_item .content {
	color: #fff;
	font-weight: 300;
	padding-right: 60px;
	margin-bottom: 2rem;
}

.comments_item .content a {
	color: hsl(var(--primary-color));
}

.comments_item .comments_item {
	margin-right: 60px;
	border-radius: 0;
	border: 0;
	border-right: 3px solid #ddd;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	padding-top: 0;
	padding-bottom: 0;
}

.comments_item .comments_item .content {
	margin-bottom: 0;
}

.blog_item {
	display: block;
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.blog_item .image {
	padding-bottom: 100px;
}

.blog_item .image img {
	display: block;
	width: 100%;
	aspect-ratio: 1920/813;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.blog_item .content {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: #ffffff;
	padding: 1rem;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.blog_item .content .title {
	position: relative;
	color: hsl(var(--secondary-color));
	font-size: 1.15em;
	font-weight: 500;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.blog_item .content .title::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #ddd;
	visibility: hidden;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.blog_item .content .desc {
	height: 0;
	opacity: 0;
	overflow: hidden;
	color: #63605e;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.blog_item .content .more-details {
	color: hsl(var(--primary-color));
	border-bottom: 1px solid hsl(var(--primary-color));
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.blog_item .content .more-details:hover {
	text-decoration: none;
}

/* .blog_item:hover {
    -webkit-box-shadow: 0 0 15px rgba(22, 22, 22, 0.1);
    box-shadow: 0 0 15px rgba(22, 22, 22, 0.1);
} */

.blog_item:hover .content .title {
	padding-bottom: 0.75rem;
	margin-bottom: 1rem;
}

.blog_item:hover .content .title::before {
	visibility: visible;
	width: 260px;
}

.blog_item:hover .content .desc {
	height: 55px;
	margin-bottom: 0.5rem;
	opacity: 1;
}

.blog_item:hover .content .more-details {
	visibility: visible;
	opacity: 1;
}

.blog_moshavere {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 0.5rem;
}

.blog_single {
	background-color: #f5f5f5;
}

.blog_single_pageTitle {
	position: relative;
}

.blog_single_pageTitle img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	aspect-ratio: 1920/813;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.blog_single_pageTitle .title-box {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 1.25rem;
	background-color: hsl(var(--primary-color));
	padding: 1rem 1.25rem;
	color: hsl(var(--secondary-color));
	/* -webkit-box-shadow: 0 0 15px rgba(56, 43, 31, 0.5);
    box-shadow: 0 0 15px rgba(56, 43, 31, 0.5); */
}

.blog_single_pageTitle .title-box .title {
	color: hsl(var(--secondary-color));
	font-weight: 500;
	font-size: 1.5em;
}

.blog_single_pageTitle .title-box span {
	font-weight: 300;
	display: inline-block;
}

.blog_single_pageTitle .title-box span.dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: hsl(var(--secondary-color));
	margin: 0 1rem;
}

.blog_single_content {
	background-color: #ffffff;
	padding: 2rem 1.5rem;
	border-radius: 4px;
	color: #63605e;
}

.blog_single_content h3::before,
.blog_single_content h4::before,
.blog_single_content h5::before,
.blog_single_content h6::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background-color: hsl(var(--secondary-color));
}

.blog_single_content p {
	text-align: right;
	margin-bottom: 0.7rem;
}

.blog_single_content a {
	color: hsl(var(--primary-color));
}

.blog_single_content ul {
	list-style-type: disc;
	padding-right: 2rem;
}

.blog_single_content ul li {
	margin-bottom: 1rem;
}

.blog_single_content blockquote {
	position: relative;
	background-color: rgba(237, 168, 0, 0.1);
	overflow: hidden;
	border-radius: 12px;
	padding: 1.5rem 2rem;
	margin: 1.5rem 0;
}

.blog_single_content blockquote::before {
	font-family: Arial;
	content: "\201D";
	position: absolute;
	right: 2rem;
	top: 5rem;
	color: hsl(var(--primary-color));
	font-size: 50em;
	line-height: 0.6;
	opacity: 0.075;
	z-index: 0;
}

.blog_single_content blockquote > * {
	position: relative;
	z-index: 1;
}

.blog_single_content blockquote p {
	margin-bottom: 1.5rem;
}

.blog_single_content blockquote p:last-child {
	margin-bottom: 0;
}

.blog_single_content blockquote ul li {
	margin-bottom: 1rem;
}

.blog_single_content blockquote ul li:last-child {
	margin-bottom: 0;
}

.blog_single_content .blog_moshavere ul {
	padding-right: 0;
	list-style: none;
	margin: 0;
}

.blog_single_content .title {
	color: hsl(var(--secondary-color)) !important;
}

.blog_single_content .alert {
	padding-right: 60px;
	padding-left: 60px;
}

.blog_single_content .alert .alert_icon {
	width: 30px;
	height: 30px;
	font-size: 1.125em;
	line-height: 33px;
}

.blog_single_content .alert a.close {
	right: 10px;
	top: 15px;
}

.project_single_images .row {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}

.project_single_images .row > * {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	/* margin-bottom: 0.5rem; */
}

.project_single_images .row img {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.project_single_content {
	/* color: #fff; */
	/* position: -webkit-sticky;
    position: sticky;
    top: 5rem; */
}

.project_single_content .title {
	font-weight: 500;
	font-size: 1.35em;
	margin-bottom: 1rem;
	color: hsl(var(--primary-color));
}

.project_single_content ul {
	padding-top: 1rem;
}

.project_single_content ul li {
	margin-top: 0.75rem;
}

.contact_main .row > * {
	margin-bottom: 2rem;
}

.contact_main_box {
	text-align: justify;
	color: #63605e;
	height: 100%;
	background-color: #ffffff;
	border-radius: 0.5rem;
	padding: 1rem 1.25rem;
	/* -webkit-box-shadow: 0px 3px 6px -2px rgba(56, 43, 31, 0.25);
    box-shadow: 0px 3px 6px -2px rgba(56, 43, 31, 0.25); */
}

.contact_main_box .title {
	font-size: 1.4em;
	font-weight: 500;
	color: hsl(var(--secondary-color));
}

.contact_main_box a {
	color: hsl(var(--secondary-color));
}

.contact_main_box a:hover {
	text-decoration: underline;
}

.contact_main_box_map {
	overflow: hidden;
	border-radius: 0.5rem;
}

.contact_main_box_map iframe {
	display: block;
	width: 100%;
	height: 360px;
	border: 0;
}

.contact_main_box_item {
	padding-right: 2rem;
	margin-bottom: 1rem;
	position: relative;
}

.contact_main_box_item:last-child {
	margin-bottom: 0;
}

.contact_main_box_item > .fal {
	position: absolute;
	right: 0;
	top: 0.3rem;
	width: 20px;
	height: 20px;
	text-align: center;
}

.contact_main_box.blue {
	background-color: rgba(237, 168, 0, 0.2);
}

.contact_form .form-group {
	margin-bottom: 1.5rem;
}

.about_intro {
	color: #63605e;
	font-weight: 300;
}

.about_intro .wrapper.f5f5f5 {
	color: #fff !important;
	background-color: #161616 !important;
}

.about_intro .wrapper.f5f5f5 h3.title {
	color: #fff !important;
}

.contact_main .wrapper.f5f5f5 {
	background-color: #221f1b !important;
}

.about_intro .title {
	position: relative;
	font-weight: 500;
	font-size: 1.5em;
	color: hsl(var(--secondary-color));
	padding-bottom: 0.75rem;
	margin-bottom: 1rem;
}

.about_intro .title::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	background-color: hsl(var(--primary-color));
}

.about_intro p {
	margin-bottom: 0.75rem;
}

.about_intro ul {
	list-style-type: disc;
	padding-right: 1rem;
}

.about_intro ul li {
	margin-bottom: 0.5rem;
}

.about_intro .image-popup {
	display: block;
	margin-bottom: 1rem;
}

.about_intro .image-popup img {
	border-radius: 1rem;
	display: block;
	min-width: 160px;
	width: auto;
}

.about_intro video {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 480px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.about_resume .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about_resume_image {
	position: relative;
	padding: 2rem;
}

.about_resume_image img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.about_resume_image::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 95%;
	height: 92%;
	border: 6px solid hsl(var(--primary-color));
	z-index: 2;
}

.about_resume_image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	height: 80%;
	background-color: hsl(var(--secondary-color));
	z-index: 0;
}

.about_resume_content {
	color: hsl(var(--secondary-color));
}

.about_resume_content .title {
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 1.25rem;
	font-size: 1.5em;
	font-weight: 500;
	color: hsl(var(--secondary-color));
}

.about_resume_content .title::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	background-color: hsl(var(--primary-color));
}

.about_resume_content p {
	margin-bottom: 0.75rem;
}

.about_resume_content .btn {
	padding: 0.75rem 1.5rem;
}

.about_resume.right-image .about_resume_image::before {
	right: unset;
	left: 0;
}

.about_resume.right-image .about_resume_image::after {
	left: unset;
	right: 0;
}

.about_resume.right-image .about_resume_content {
	padding-right: 2rem;
}

.about_resume.left-image .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.about_resume.left-image .about_resume_content {
	padding-left: 2rem;
}

.about_services {
	position: relative;
}

/* .about_services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background-color: #161616;
  z-index: 0;
}  */

.about_services .container {
	position: relative;
	z-index: 1;
}

.about_services .sec-title {
	font-weight: 500;
	font-size: 2.25em;
	color: hsl(var(--primary-color));
	margin-bottom: 0.5rem;
}

.about_services .sec-desc {
	color: #aaa;
	font-weight: 300;
	font-size: 1.125em;
	margin-bottom: 0;
}

.about_services p {
	color: #aaa;
}

.about_services a {
	color: hsl(var(--primary-color));
}

.about_services_item {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 0.5rem;
	aspect-ratio: 16/11;
	/* -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); */
}

.about_services_item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 1;
}

.about_services_item img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	aspect-ratio: 16/11;
}

.about_services_item_txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 1rem 1.5rem;
	z-index: 2;
}

.about_services_item_txt i {
	font-size: 3em;
	color: hsl(var(--primary-color));
	margin-bottom: 1.5rem;
}

.about_services_item_txt .title {
	font-size: 1.25em;
	font-weight: 400;
	color: hsl(var(--primary-color));
	margin-bottom: 0;
}

.about_services .owl-theme .owl-nav {
	margin-top: 0;
}

.about_services .owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	position: absolute;
	top: 28%;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background-color: #ffffff;
	/* -webkit-box-shadow: 0 0 20px rgba(22, 22, 22, 0.2);
    box-shadow: 0 0 20px rgba(22, 22, 22, 0.2); */
	border: 1px solid rgba(22, 22, 22, 0.1);
	color: hsl(var(--primary-color));
	font-size: 1.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about_services .owl-theme .owl-nav .owl-prev {
	right: -3.5rem;
}

.about_services .owl-theme .owl-nav .owl-next {
	left: -3.5rem;
}

.about_services .owl-theme .owl-dots {
	margin-top: 2rem;
}

.about_services .owl-theme .about_services_item::before {
	background-color: transparent;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.1)),
		to(rgba(0, 0, 0, 0.7))
	);
	background: linear-gradient(
		top,
		rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0.7) 100%
	);
}

.about_services .owl-theme .about_services_item_txt {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.agents_list .row > * {
	margin-bottom: 2rem;
}

.agents_list_item {
	border-radius: 1rem;
	background-color: #ffffff;
	height: 100%;
	/* -webkit-box-shadow: 0 1px 12px rgba(56, 43, 31, 0.15);
    box-shadow: 0 1px 12px rgba(56, 43, 31, 0.15); */
	padding: 1.25rem 1rem;
	font-weight: 300;
	color: #63605e;
}

.agents_list_item .title {
	font-size: 1.25em;
	font-weight: 500;
	color: hsl(var(--secondary-color));
	margin-bottom: 0.5rem;
	text-align: center;
}

.agents_list_item .role {
	text-align: center;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	position: relative;
}

.agents_list_item .role::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 1px;
	background-color: hsl(var(--secondary-color));
}

.agents_list_item_gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -0.25rem;
	margin-right: -0.25rem;
	white-space: nowrap;
	overflow: auto;
}

.agents_list_item_gallery > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.agents_list_item_gallery img {
	display: block;
	width: 100%;
	height: 95px;
	border: 2px solid hsl(var(--secondary-color));
	border-radius: 1rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.agents_list_item_gallery img:hover {
	opacity: 0.7;
}

.agents_list_item_contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

.agents_list_item_contacts p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.agents_list_item_contacts p i {
	margin-left: 0.25rem;
	font-size: 1.125em;
}

.agents_list_item_contacts p:nth-child(1),
.agents_list_item_contacts p:nth-child(2) {
	width: 50%;
	margin-bottom: 0.5rem;
}

.agents_list_item_contacts p:nth-child(1) a,
.agents_list_item_contacts p:nth-child(2) a {
	font-size: 1.25em;
	color: hsl(var(--secondary-color));
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.agents_list_item_contacts p:nth-child(1) a:hover,
.agents_list_item_contacts p:nth-child(2) a:hover {
	color: hsl(var(--primary-color));
}

.iran_map .shape {
	display: inline-block;
	width: 2rem;
	height: 0.5rem;
	border-radius: 2px;
}

.iran_map svg {
	width: 100%;
	height: auto;
}

.iran_map svg .sea path,
.iran_map svg .lake path {
	fill: #004b7a;
}

.iran_map svg .border,
.iran_map svg .island {
	fill: #fff;
}

.iran_map svg .province path {
	fill: hsl(var(--secondary-color));
}

.iran_map svg .province path.has-agency {
	fill: hsl(var(--primary-color));
}

.iran_map svg .province a.active path {
	fill: #00c092;
}

.iran_map svg .province path:hover,
.iran_map svg .province path.hover,
.iran_map svg .island path:hover,
.iran_map svg .island path.hover,
.iran_map svg .province path:hover,
.iran_map svg .province path.hover,
.iran_map svg .island path:hover,
.iran_map svg .island path.hover {
	cursor: pointer;
	fill: hsl(var(--primary-color));
}

.iran_map_agents .province-list {
	display: none;
}

.iran_map_agents .province-list .row {
	transition: all 0.65s ease;
	-moz-transition: all 0.65s ease;
	-ms-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transform: scale(0.9) translateY(400px);
	-moz-transform: scale(0.9) translateY(400px);
	-webkit-transform: scale(0.9) translateY(400px);
	-ms-transform: scale(0.9) translateY(400px);
	-o-transform: scale(0.9) translateY(400px);
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	visibility: hidden;
	opacity: 0;
}

.iran_map_agents .province-list .row > * {
	margin-bottom: 1.75rem;
}

.iran_map_agents .province-list.active {
	display: block;
}

.iran_map_agents .province-list.anim .row {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.landing_services {
	background-color: transparent;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(75%, rgba(237, 168, 0, 0.15)),
		color-stop(75%, #ffffff)
	);
	background-image: linear-gradient(
		90deg,
		rgba(237, 168, 0, 0.15) 75%,
		#ffffff 75%
	);
}

.landing_services .row > * {
	margin-bottom: 2rem;
}

.landing_services_item {
	background-color: #ffffff;
	/* -webkit-box-shadow: 0px 20px 80px 0px rgba(22, 22, 22, 0.1);
    box-shadow: 0px 20px 80px 0px rgba(22, 22, 22, 0.1); */
	padding: 1.5rem;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.landing_services_item .icon {
	background-size: 40% 40%;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 6rem;
	height: 6rem;
	border-radius: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.landing_services_item .icon img {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 1.25rem;
}

.landing_services_item .icon i {
	font-size: 2.25em;
}

.landing_services_item .title {
	font-size: 1.25em;
	color: hsl(var(--secondary-color));
	font-weight: 500;
	margin-top: 1.5rem;
}

.landing_services_item .desc {
	color: #63605e;
	font-weight: 300;
}

.landing_services .col-md-3:nth-child(1) .landing_services_item .icon {
	background-color: #fff3d2;
}

.landing_services .col-md-3:nth-child(1) .landing_services_item .icon i {
	color: #fac124;
}

.landing_services .col-md-3:nth-child(2) .landing_services_item .icon {
	background-color: #ecfbf8;
}

.landing_services .col-md-3:nth-child(2) .landing_services_item .icon i {
	color: #27e9c2;
}

.landing_services .col-md-3:nth-child(3) .landing_services_item .icon {
	background-color: #fff0eb;
}

.landing_services .col-md-3:nth-child(3) .landing_services_item .icon i {
	color: #ff6937;
}

.landing_services .col-md-3:nth-child(4) .landing_services_item .icon {
	background-color: #e5fff3;
}

.landing_services .col-md-3:nth-child(4) .landing_services_item .icon i {
	color: #23cf7f;
}

.landing_services .col-md-3:nth-child(5) .landing_services_item .icon {
	background-color: #fff0ee;
}

.landing_services .col-md-3:nth-child(5) .landing_services_item .icon i {
	color: #c74230;
}

.landing_services .col-md-3:nth-child(6) .landing_services_item .icon {
	background-color: #f9ecff;
}

.landing_services .col-md-3:nth-child(6) .landing_services_item .icon i {
	color: #a639d8;
}

.landing_services .col-md-3:nth-child(7) .landing_services_item .icon {
	background-color: #ecf5fb;
}

.landing_services .col-md-3:nth-child(7) .landing_services_item .icon i {
	color: #0b76bd;
}

.landing_services .col-md-3:nth-child(8) .landing_services_item .icon {
	background-color: #ffe0ec;
}

.landing_services .col-md-3:nth-child(8) .landing_services_item .icon i {
	color: #c92866;
}

.landing_products .owl-theme .owl-nav {
	margin-top: 0;
}

.landing_products .owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: -4.25rem;
	width: 2rem;
	height: 2rem;
	border-radius: 0.5rem;
	background-color: #161616;
	color: hsl(var(--primary-color));
	font-size: 14px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.landing_products .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: hsl(var(--primary-color));
	color: #161616;
}

.landing_products .owl-theme .owl-nav .owl-next {
	left: 0;
}

.landing_products .owl-theme .owl-nav .owl-prev {
	left: 2.5rem;
}

.landing_products .owl-dots {
	margin-top: 1.5rem;
}

.landing_order {
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.landing_order_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: hsl(var(--secondary-color));
}

.landing_order_box i {
	margin-bottom: 1rem;
}

.landing_order_box .title {
	font-weight: 500;
	font-size: 1.5em;
	margin-bottom: 0.75rem;
}

.landing_order_box p {
	color: #63605e;
}

.landing_order_box .btn {
	margin-top: 1.5rem;
}

.cart table {
	text-align: center;
	border: 1px solid #ddd;
}

.cart table img {
	display: block;
	width: 4rem;
	height: 3.75rem;
	border-radius: 0.25rem;
}

.cart table td,
.cart table th {
	vertical-align: middle;
	padding: 1rem;
}

.cart table tr {
	border-bottom: 1px solid #ddd;
}

.cart table tr:last-child {
	border-bottom: 0;
}

.cart table .remove {
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.cart table .remove:hover {
	color: hsl(var(--primary-color));
}

.related_products .owl-theme .owl-nav,
.home_team .owl-theme .owl-nav {
	margin-top: 0;
}

.related_products .owl-theme .owl-nav [class*="owl-"],
.home_team .owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: -4rem;
	width: 2rem;
	height: 2rem;
	border-radius: 0.5rem;
	background-color: #161616;
	color: hsl(var(--primary-color));
	font-size: 14px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.related_products .owl-theme .owl-nav [class*="owl-"]:hover,
.home_team .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: hsl(var(--primary-color));
	color: #161616;
}

.related_products .owl-theme .owl-nav .owl-next,
.home_team .owl-theme .owl-nav .owl-next {
	right: 2.5rem;
}

.related_products .owl-theme .owl-nav .owl-prev,
.home_team .owl-theme .owl-nav .owl-prev {
	right: 0rem;
}

.related_products .owl-dots,
.home_team .owl-dots {
	margin-top: 1.5rem;
}

aside.col-lg-3 .sticky-lg-top {
	top: 5rem;
}

#buy-product {
	position: fixed;
	bottom: 1rem;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 4;
	max-width: 200px;
	/* -webkit-box-shadow: 0 2px 30px rgba(56, 43, 31, 0.6);
    box-shadow: 0 2px 30px rgba(56, 43, 31, 0.6); */
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#buy-product.show {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

footer {
	padding-top: 3.5rem;
	background-color: hsl(var(--primary-color));
}

footer .logo {
	display: block;
	margin-bottom: 1rem;
}

footer .title {
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 1rem;
	color: hsl(var(--secondary-color));
}

footer ul:not(.social) li {
	margin-bottom: 0.5rem;
}

footer ul:not(.social) li a {
	color: hsl(var(--secondary-color));
}

footer ul:not(.social) li a:hover {
	color: hsl(var(--secondary-color));
}

footer p:not(.title) {
	color: hsl(var(--secondary-color));
}

footer p:not(.title) a {
	color: var(--text-color);
}

footer .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1.5rem;
}

footer .social li a {
	color: hsl(var(--secondary-color));
	/*width: 10rem;*/
	/*height: 10rem;*/
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 10rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

footer .social li:last-child {
	margin-left: 0;
}

footer .copy-right {
	border-top: 1px solid #555;
	padding-top: 1rem;
	padding-bottom: 1.5rem;
	text-align: left;
	margin-top: 4rem;
}

footer .copy-right a {
	color: hsl(var(--secondary-color));
}

@media (max-width: 1366px) {
	.home_slider_item .content {
		top: 5rem;
	}
}

.home_blog {
	background-color: none !important;
}

.landing_services {
	background-image: none;
}

.landing_services > h2 {
	color: white !important;
}

.home_team p.title {
	color: hsl(var(--primary-color)) !important;
}

.home_team p.role {
	color: white !important;
}

/* section > div{
    background: #262626 !important;
    padding: 4rem 2rem !important;
}



.home_garranty_item > h4{
    color: hsl(var(--primary-color));
}

.home_garranty_item > p{
    color: white;
}
.home_intro_details {
    background:none!important;
} */

@media (max-width: 1200px) {
	.about_services_item img {
		min-height: 180px;
	}

	.about_services .owl-theme .owl-nav .owl-prev {
		right: -0.5rem;
	}

	.about_services .owl-theme .owl-nav .owl-next {
		left: -0.5rem;
	}
}

@media (max-width: 992px) {
	header .bottom-bar .menu {
		display: none;
	}

	header .bottom-bar .col-sm-7 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	header .bottom-bar #menu-res-btn {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.home_intro_details .title {
		font-size: 2.5em;
	}

	.home_intro_details .desc {
		font-size: 1.25em;
	}

	.home_newsletter_box {
		padding: 2rem 1rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.home_newsletter_box .form-box .title {
		font-size: 1.15em;
	}

	.home_newsletter_box .has-icon {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
		text-align: right;
	}

	.home_newsletter_box .has-icon > i {
		margin-bottom: 0.75rem;
		font-size: 2.25em;
	}

	.home_newsletter_box .has-icon .content {
		padding-left: 0;
		padding-right: 0;
	}

	.home_services_item .content .title {
		margin-bottom: 0;
		font-size: 1.25em;
	}

	.home_services_item .content .sub {
		margin-bottom: 0.25rem;
	}

	footer .social {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0.5rem;
	}

	footer .social li {
		margin-top: 0.5rem;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
}

@media (max-width: 768px) {
	.shared_titleUp {
		margin-bottom: 2rem;
		padding-bottom: 0.25rem;
	}

	.shared_titleUp .title {
		font-size: 1.5em;
	}

	.shared_pageTitle {
		text-align: center;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.shared_pageTitle h1 {
		margin-bottom: 1rem;
		font-size: 1.75em;
	}

	.shared_pageTitle .row,
	.shared_pageTitle ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.shared_pageTitle ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	header .bottom-bar .left-items ul li {
		margin-right: 1.5rem;
	}

	header .bottom-bar .left-items ul li:first-child {
		margin-right: 0;
	}

	.home_intro_details .title {
		font-size: 2em;
	}

	.home_intro .muteBtn {
		z-index: 3;
	}

	.home_services .row > *,
	.home_garranty .row > *,
	.home_brands .row > * {
		margin-bottom: 1.5rem;
	}

	.home_services .row > *:last-child,
	.home_garranty .row > *:last-child,
	.home_brands .row > *:last-child {
		margin-bottom: 0;
	}

	.home_portfolio_item img {
		max-height: 360px;
	}

	.about_resume_image {
		padding: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.about_resume_content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.about_resume_content .title {
		margin-bottom: 1rem;
		padding-bottom: 0.75rem;
	}

	.about_services .col-md-5 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 1rem;
	}

	.about_services p {
		text-align: justify;
	}

	.about_services .sec-desc {
		max-width: 220px;
	}

	.iran_map .col-md-7 {
		margin-top: 2rem;
	}

	.blog_single_content {
		padding: 1.25rem 1rem;
	}

	.blog_single_content blockquote {
		padding: 1.25rem;
		margin: 1rem 0;
	}

	.blog_single_content blockquote p {
		margin-bottom: 1rem;
	}

	.blog_single_content blockquote ul li {
		margin-bottom: 0.75rem;
	}

	.blog_single_pageTitle {
		margin-bottom: 1rem;
	}

	.blog_single_pageTitle .title-box {
		bottom: unset;
		position: relative;
		margin-top: 1rem;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		border-radius: 0.5rem;
	}

	.blog_single_pageTitle .title-box .title {
		font-size: 1.25em;
	}

	.landing_services_item .icon {
		width: 5.5rem;
		height: 5rem;
	}

	.landing_services_item .title {
		margin-top: 1rem;
		margin-bottom: 0.75rem;
	}

	.landing_order_box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.product_single_content .form-control {
		max-width: 110px;
	}

	.product_content_technical li .title {
		min-width: auto;
		margin-left: 1rem;
	}

	.project_single_content {
		margin-top: 1rem;
	}

	.site-modal .close-modal {
		z-index: 3;
		background-color: hsl(var(--secondary-color));
		color: #ffffff;
	}

	.site-modal .modal-box .title-row {
		font-size: 1.25em;
	}

	footer .copy-right {
		margin-top: 2rem;
	}
}

@media (max-width: 576px) {
	.shared_pageTitle h1 {
		font-size: 1.5em;
	}

	.shared_pageTitle ul li::after {
		margin-right: 0.5rem;
		margin-left: 0.6rem;
	}

	header .top-bar {
		display: none;
	}

	header .bottom-bar .row {
		border-top: 0;
	}

	header .bottom-bar .left-items ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.home_intro_details {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		text-align: center;
	}

	.home_intro_details .title {
		margin-top: 2rem;
	}

	.home_intro_details .desc {
		margin-bottom: 1.5rem;
	}

	.home_intro .scrol-down {
		bottom: 0;
	}

	.home_products .row > * {
		margin-bottom: 1.5rem;
	}

	.agents_list_item_gallery > * {
		width: 50%;
	}

	.about_services .col-md-5 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
	}

	.about_services .sec-desc {
		max-width: 100%;
	}

	.about_resume_content .btn {
		width: 100%;
		margin-bottom: 1rem;
	}

	.blog_single_content h2,
	.blog_single_content h3,
	.blog_single_content h4,
	.blog_single_content h5,
	.blog_single_content h6 {
		font-size: 1.3em;
	}

	.blog_single_content ul {
		padding-right: 1.5rem;
	}

	.blog_moshavere .btn {
		width: 100%;
		margin-bottom: 1rem;
	}

	.blog_item:hover .content .desc {
		height: 50px;
	}

	.comments_submit {
		padding: 1rem;
	}

	.comments_item .reply {
		top: 1rem;
	}

	.comments_item .content {
		padding-right: 0;
	}

	.comments_item .comments_item {
		margin-right: 0;
	}

	.contact_form .form-group {
		margin-bottom: 1rem;
	}

	.contact_main .row > * {
		margin-bottom: 1.5rem;
	}

	.contact_main_box {
		padding: 1rem;
	}

	.contact_main_box .title {
		font-size: 1.25em;
		margin-bottom: 0.75rem;
	}

	footer p:not(.title) {
		text-align: justify;
	}

	footer .copy-right p {
		text-align: center;
	}

	footer .copy-right p a {
		display: block;
		clear: both;
	}

	.site-modal .close-modal {
		right: 1.25rem;
		top: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.5em;
	}

	.site-modal .modal-box {
		padding: 1.5rem 1rem;
	}

	.site-modal .modal-box .title-row .title {
		font-size: 1.25em;
	}

	.site-modal .modal-box .title-row .desc {
		font-size: 85%;
	}

	.product_content_technical {
		padding: 1rem;
	}

	.product_content_technical li {
		display: block;
	}

	.product_content_technical li .title {
		display: inline-block;
		margin-left: 0.5rem;
	}

	.resmenu_logo {
		margin-bottom: 0.75rem;
	}

	.landing_services .row > * {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 420px) {
	.about_intro p {
		text-align: justify;
	}

	.about_intro .btn {
		margin-bottom: 1.5rem;
		width: 100%;
	}

	.about_resume_image {
		padding: 1rem;
	}

	.about_resume_image::before {
		border-width: 4px;
	}

	.about_resume_content p {
		text-align: justify;
	}

	.contact_main_box .btn {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.product_single .sliders img {
		max-height: 300px;
	}

	.product_single_content .form-control {
		max-width: 70px;
	}

	.product_content {
		padding-bottom: 3rem !important;
	}

	.product_content .tab-menu {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product_content .tab-menu button {
		margin: 0;
		margin-bottom: 0.5rem;
		margin-left: 1rem;
	}

	.product_content .tab-menu button:last-child {
		margin-left: 0;
	}
}

/* Table Styles */

.table-wrapper {
	margin: 10px 70px 70px;
	/* box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2); */
}

.fl-table {
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	border: none;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	background-color: white;
}

.fl-table td,
.fl-table th {
	text-align: center;
	padding: 8px;
}

.fl-table td {
	border-right: 1px solid #f8f8f8;
	font-size: 12px;
}

.fl-table thead th {
	color: #ffffff;
	background: hsl(var(--primary-color));
}

.fl-table thead th:nth-child(odd) {
	color: #ffffff;
	background: #111111;
}

.fl-table tr:nth-child(even) {
	background: #f8f8f8;
}

/* Responsive */

@media (max-width: 767px) {
	.fl-table {
		display: block;
		width: 100%;
	}

	.table-wrapper:before {
		content: "Scroll horizontally >";
		display: block;
		text-align: right;
		font-size: 11px;
		color: white;
		padding: 0 0 10px;
	}

	.fl-table thead,
	.fl-table tbody,
	.fl-table thead th {
		display: block;
	}

	.fl-table thead th:last-child {
		border-bottom: none;
	}

	.fl-table thead {
		float: right;
	}

	.fl-table tbody {
		width: auto;
		position: relative;
		overflow-x: auto;
	}

	.fl-table td,
	.fl-table th {
		padding: 20px 0.625em 0.625em 0.625em;
		height: 60px;
		vertical-align: middle;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		width: 120px;
		font-size: 13px;
		text-overflow: ellipsis;
	}

	.fl-table thead th {
		text-align: center;
		border-bottom: 1px solid #f7f7f9;
	}

	.fl-table tbody tr {
		display: table-cell;
	}

	.fl-table tbody tr:nth-child(odd) {
		background: none;
	}

	.fl-table tr:nth-child(even) {
		background: transparent;
	}

	.fl-table tr td:nth-child(odd) {
		background: #f8f8f8;
		border-right: 1px solid #e6e4e4;
	}

	.fl-table tr td:nth-child(even) {
		border-right: 1px solid #e6e4e4;
	}

	.fl-table tbody td {
		display: block;
		text-align: center;
	}
}

.all-price {
	display: flex;
	width: 100%;
	justify-content: center;
}

@media screen and (max-width: 600px) {
	.image1 {
		order: 1 !important;
	}

	.image2 {
		order: 2 !important;
	}

	.text_center {
		order: 3 !important;
	}

	#contact-us {
		left: auto !important;
		right: 5% !important;
	}
}

.social {
	display: block !important;
}

.social li {
	float: left !important;
}

#contact-us,
.phone-contact-us {
	display: block;
	position: fixed;
	/* width: 56px; */
	bottom: 10%;
	height: 90px;
	border-radius: 79%;
	overflow: hidden;
	right: 1%;
	z-index: 1000000000000;
}

.phone-contact-us {
	height: auto !important;
	display: block;
	position: fixed;
	bottom: 9%;
	width: auto;
	border-radius: 6%;
	overflow: hidden;
	/* left: 4%; */
	/* background: #221f1b; */
	/* color: #e8a600; */
	z-index: 1000000000000;
	padding: 0;
}

#text-gallery {
	font-size: 14px;
}

@media screen and (max-width: 993px) {
	#text-gallery {
		font-size: 13px;
	}
}

@media screen and (max-width: 1300px) {
	#text-gallery {
		font-size: 13px;
	}
}

@media screen and (max-width: 1085px) {
	#text-gallery {
		font-size: 12px !important;
	}
}

.phone-contact-us a {
	width: auto;
	padding: 4px 8px !important;
	background: #221f1b;
	color: #e8a600 !important;
	display: none;
	float: left;
}

/* nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.home_services div.col-md-4 {
	padding: 0;
}

.home_services_item {
	border-radius: 0px !important;
}

.home_products_item .image {
	width: 100%;
}

#city_id {
	min-width: 150px;
}

form .form-group button {
	min-width: 120px;
}

.custom-product-label {
	cursor: pointer;
	background-color: hsl(var(--primary-color));
	color: black !important;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_blog_carousel .owl-stage-outer {
	max-height: 420px !important;
}

.home_blog_carousel .owl-stage-outer .owl-item {
	margin-inline: 0.5rem;
}

.home_blog_item--img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.home-h3 {
	min-height: 60px;
}

.landing-cat-video {
	border-radius: 1rem;
	width: 100%;
	height: auto;
}

button.accordion-button:focus {
	outline: none;
	border-color: none;
	box-shadow: none;
}

ul.normal-menu-subs {
	position: absolute !important;
	top: 0 !important;
	right: 100% !important;
}

/* Limit texts to n line */
.limit-three {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	height: auto !important;
}

.swiper-pagination-bullet {
	background-color: grey !important;
	opacity: 0.7 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: hsl(var(--primary-color)) !important;
}

a.single-product-gallery {
	margin: 0 !important;
	padding: 1px !important;
}

a.single-product-gallery .home_products_item {
	border-radius: 0 !important;
}

.swiper-blogs-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.swiper-blogs-button {
	background-color: #161616;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin: 0.5rem 0.5rem 0.5rem 0;
	border-radius: 0.5rem;
}

.swiper-blogs-button i {
	color: hsl(var(--primary-color));
}

.wrapper .project-samples .project-row .btn,
.wrapper .project-samples .project-row p {
	transition: transform 0.3s ease-in-out;
}

.wrapper .project-samples .project-row:hover .btn {
	transform: scale(1.2);
}

.wrapper .project-samples .project-row:hover p {
	transform: scale(0.8);
}

.related-prods-button {
	width: 2rem;
	height: 2rem;
	border-radius: 0.5rem;
	background-color: #161616;
	color: hsl(var(--primary-color));
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.related-prods-button:hover {
	background-color: hsl(var(--primary-color));
	color: #161616;
}

.related-prods-button-next {
	margin-inline-end: 0.5rem;
}

.home_blog .mySwiper2 {
	padding-bottom: 2.5rem;
}

.home_blog .swiper-pagination {
	bottom: 0 !important;
}

@media screen and (min-width: 992px) {
	header .bottom-bar .logo {
		margin-left: 1rem;
	}
}
