/** @section Owl Carousel */
.owl-carousel-stop {
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel-stop .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel-stop .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel-stop .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel-stop .owl-wrapper,
.owl-carousel-stop .owl-item {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}



.owl-carousel-stop .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	width: 465px;
	padding-left: 0px;
}

@media (max-width: 900px) {
.owl-carousel-stop .owl-item {
	width: 350px;
	padding-left: 20px;
}


}
.owl-carousel-stop .owl-nav,
.owl-carousel-stop .owl-dots {
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel-stop .owl-nav.disabled,
.owl-carousel-stop .owl-dots.disabled {
	display: none;
}

.owl-carousel-stop .owl-prev,
.owl-carousel-stop .owl-next,
.owl-carousel-stop .owl-dot {
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}

.owl-carousel-stop.owl-loaded {
	display: block;
}

.owl-carousel-stop.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel-stop.owl-hidden {
	opacity: 0;
}

.owl-carousel-stop.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel-stop.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel-stop.owl-grab {
	cursor: grab;
}

.owl-carousel-stop.owl-rtl {
	direction: rtl;
}

.owl-carousel-stop.owl-rtl .owl-item {
	float: right;
}

.owl-carousel-stop .owl-nav {
	pointer-events: none;
}

.owl-carousel-stop .owl-prev,
.owl-carousel-stop .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	font-size: 33px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	color: #01C9F5;
	transition: all 0.3s ease-in-out;
}

.owl-carousel-stop .owl-prev::before, .owl-carousel-stop .owl-prev::after,
.owl-carousel-stop .owl-next::before,
.owl-carousel-stop .owl-next::after {
	display: block;
	font-family: "FontAwesome";
}

.owl-carousel-stop .owl-prev:hover,
.owl-carousel-stop .owl-next:hover {
	text-decoration: none;
	color: #085bd9;
}

.owl-carousel-stop .owl-prev.disabled,
.owl-carousel-stop .owl-next.disabled {
	opacity: 0;
	cursor: default;
}

.owl-carousel-stop .owl-prev {
	left: -76px;
}

.owl-carousel-stop .owl-prev::before {
	content: '\f104';
}

.owl-carousel-stop .owl-next {
	right: -76px;
}

.owl-carousel-stop .owl-next::before {
	content: '\f105';
}

.owl-carousel-stop .owl-dots {
	text-align: center;
}

.owl-carousel-stop .owl-dot {
	display: inline-block;
	text-align: center;
	width: 24px;
	height: 12px;
	font-size: 0;
	line-height: 0;
	margin: 0 4px;
	zoom: 1;
}

.owl-carousel-stop .owl-dot span {
	display: inline-block;
	content: '';
	width: 12px;
	height: inherit;
	border-radius: 8px;
	background: #F2F1F6;
	transition: all .3s ease;
}

.owl-carousel-stop .owl-dot:hover span {
	background: #006DF0;
}

.owl-carousel-stop .owl-dot.active span {
	width: inherit;
	background: #006DF0;
}

.owl-carousel-stop * + .owl-dots {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.owl-carousel-stop * + .owl-dots {
		margin-top: 55px;
	}
}

.owl-carousel-stop[data-auto-height="true"] .owl-height {
	transition: .3s ease-out height;
}

.owl-corporate-wide + .owl-corporate-wide {
	margin-top: 20px;
}

* + .owl-corporate-wide {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	* + .owl-corporate-wide {
		margin-top: 83px;
	}
}

* + .owl-corporate-wide-1 {
	margin-top: 40px;
}

@media (min-width: 992px) {
	* + .owl-corporate-wide-2 {
		margin-top: 60px;
	}
}

.owl-wide .owl-stage-outer {
	overflow: visible;
}

.owl-app .owl-stage-outer {
	padding: 55px;
	margin: -55px;
}

.owl-app img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(0 10px 20px rgba(41, 48, 67, 0.25));
	transform: translate3d(0, 0, 0);
}

.owl-style-1 {
	text-align: center;
	max-width: 30.7%;
	margin-left: auto;
	margin-right: auto;
}

.owl-style-1 .owl-stage-outer {
	overflow: visible;
}

.owl-style-1 .owl-dots {
	position: absolute;
	bottom: 0;
}

.owl-style-1 img {
	max-width: 69.33%;
}

* + .owl-style-1 {
	margin-top: 30px;
}

.owl-dots-1 + .button,
.owl-style-1 + .button {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .owl-style-1 {
		margin-top: 50px;
	}
	.owl-dots-1 + .button,
	.owl-style-1 + .button {
		margin-top: 60px;
	}
}

@media (min-width: 992px) {
	* + .owl-style-1 {
		margin-top: 70px;
	}
}

.owl-style-2 {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.owl-style-2 .owl-stage-outer {
	overflow: visible;
}

* + .owl-style-2 {
	margin-top: 40px;
}

@media (min-width: 992px) {
	* + .owl-style-2 {
		margin-top: 60px;
	}
}

.owl-style-3 .owl-stage-outer {
	margin: -30px;
	padding: 30px;
}

* + .owl-style-3 {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.owl-style-3 * + .owl-dots {
		margin-top: 40px;
	}
}

.owl-dots-1 {
	font-size: 0;
	line-height: 0;
	transform: translate3d(0, 0, 0);
}

.owl-dots-1 .owl-dot {
	display: inline-block;
	text-align: center;
	width: 24px;
	height: 12px;
	margin: 0 4px;
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	zoom: 1;
}

.owl-dots-1 .owl-dot span {
	display: inline-block;
	content: '';
	width: 12px;
	height: inherit;
	border-radius: 8px;
	background: #F2F1F6;
	transition: all .3s ease;
}

.owl-dots-1 .owl-dot:hover span {
	background: #01C9F5;
}

.owl-dots-1 .owl-dot.active span {
	width: inherit;
	background: #01C9F5;
}

* + .owl-dots-1 {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	* + .owl-dots-1 {
		margin-top: 60px;
	}
}