.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.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;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	-webkit-tap-highlight-color: transparent;
}

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

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.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 {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-dots {
	margin-top: 1.25rem;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.owl-carousel .owl-dot {
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 7px;
	border: 2px solid rgba(39, 43, 55, 0.3);
	border-radius: 50%;
	transform: scale(0.7);
	transition: all .3s ease;
}

.owl-carousel .owl-dot::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	content: '';
	transform: translate(-50%, -50%);
	background-color: transparent;
	border-radius: inherit;
	transition: inherit;
}

.owl-carousel .owl-dot:hover {
	border-color: #bf0a30;
}

.owl-carousel .owl-dot.active {
	border-color: #bf0a30;
}

.owl-carousel .owl-dot.active::before {
	background-color: #bf0a30;
}

* + .owl-content-1 {
	margin-top: 1.25rem;
}

* + .owl-content-2 {
	margin-top: 1.875rem;
}

.owl-vertical-center .owl-stage {
	display: flex;
	align-items: center;
}

.owl-nav-lg {
	position: relative;
}

.owl-nav-lg .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 1.25rem;
	transform: translateY(-50%);
	pointer-events: none;
}

.owl-nav-lg .owl-prev,
.owl-nav-lg .owl-next {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.45em;
	height: 1.45em;
	font-size: 1.875rem;
	line-height: 1;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	pointer-events: auto;
	transition: all 0.2s ease-in-out;
}

.owl-nav-lg .owl-prev::before, .owl-nav-lg .owl-prev::after,
.owl-nav-lg .owl-next::before,
.owl-nav-lg .owl-next::after {
	display: block;
	font-family: 'Material Design Icons';
}

.owl-nav-lg .owl-prev:hover,
.owl-nav-lg .owl-next:hover {
	color: #fff;
	background-color: #bf0a30;
}

.owl-nav-lg .owl-prev.disabled,
.owl-nav-lg .owl-next.disabled {
	color: #bf0a30;
	opacity: .3;
	cursor: default;
	pointer-events: none;
}

.owl-nav-lg .owl-prev::before {
	content: '\f237';
}

.owl-nav-lg .owl-next::before {
	content: '\f238';
}

.owl-carousel-shadow .owl-stage-outer {
	margin: 0 -30px;
	padding: 0 30px 30px;
}

.owl-carousel-shadow .owl-item:not(.active) > * {
	box-shadow: none;
}

.owl-carousel-shadow-2 .owl-stage-outer {
	margin: 0 -30px -20px;
	padding: 0 30px 50px;
}

.owl-carousel-shadow-2 .owl-item:not(.active) > * {
	box-shadow: none;
}

.context-dark .owl-carousel .owl-dot {
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.context-dark .owl-carousel .owl-dot:hover {
	border-color: #bf0a30;
}

.context-dark .owl-carousel .owl-dot.active {
	border-color: #bf0a30;
}

.context-dark .owl-carousel .owl-dot.active::before {
	background-color: #bf0a30;
}

@media (min-width: 1200px) {
	.owl-carousel .owl-dots {
		margin-top: 2.5rem;
	}
	.owl-carousel .owl-dot {
		transform: scale(1);
	}
	.owl-quote .owl-dots {
		margin-top: -35px;
		padding-left: 27%;
	}
	.owl-quote-2 .owl-dots {
		padding-left: 4.25rem;
		text-align: left;
	}
	.owl-quote-3 .owl-dots {
		margin-top: -25px;
		padding-right: 12px;
		text-align: right;
	}
	* + .owl-content-1 {
		margin-top: 2.5rem;
	}
	* + .owl-content-2 {
		margin-top: 4.6875rem;
	}
}

.owl-carousel-bordered::before {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 100vw;
	content: '';
	border-top: 1px solid #cfcfcf;
	transform: translateX(-50%);
}

.owl-carousel-bordered .owl-stage {
	display: flex;
	margin-left: -1px;
}

.owl-carousel-bordered .owl-item {
	display: flex;
}

.owl-carousel-bordered .owl-item.active {
	border-left: 1px solid #cfcfcf;
}

* + .owl-carousel-bordered {
	margin-top: 1.5625rem;
}

@media (min-width: 1200px) {
	* + .owl-carousel-bordered {
		margin-top: 3.5625rem;
	}
}

@media (min-width: 1920px) {
	.owl-carousel-bordered.owl-nav-lg .owl-nav {
		left: -60px;
		right: -60px;
		width: auto;
		padding: 0;
	}
	.owl-carousel-bordered.owl-nav-lg .owl-prev,
	.owl-carousel-bordered.owl-nav-lg .owl-next {
		color: #cfcfcf;
	}
	.owl-carousel-bordered.owl-nav-lg .owl-prev:hover,
	.owl-carousel-bordered.owl-nav-lg .owl-next:hover {
		color: #fff;
		background-color: #bf0a30;
	}
	.owl-carousel-bordered.owl-nav-lg .owl-prev.disabled,
	.owl-carousel-bordered.owl-nav-lg .owl-next.disabled {
		color: #bf0a30;
		opacity: .3;
	}
}