.border-0,
.border-0 img {
	border: none;
}
.border-radius-1,
.border-radius-1 img {
	border-radius: 1rem;
}

.box-shadow-1 {
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.owl-carousel.fade-edge::before {
	padding-top: calc(1 / 4 * 100%);
	content: "";
	width: 30%;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	position: absolute;
	top: 0;
	left: -39%;
	z-index: 1;
}

.owl-carousel.fade-edge::after {
	padding-top: calc(1 / 4 * 100%);
	content: "";
	width: 30%;
	background: linear-gradient(
		-90deg,
		rgba(255, 255, 255, 1) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	position: absolute;
	top: 0;
	right: -37%;
	z-index: 1;
	visibility: visible;
}

.icon-with-text .icon-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.icon-with-text .icon-wrapper p {
	margin-bottom: 0;
	text-align: center;
	color: var(--dark);
}
.icon-with-text .icon-wrapper .icon {
	width: 50px;
	height: 50px;
	padding: 10px 14px;
	font-size: 18px;
	line-height: 1.6;
	border-radius: 25px !important;
	background: linear-gradient(
		135deg,
		var(--primary) 0%,
		var(--secondary) 80%
	) !important;
	color: var(--primary-inverse);
}
.icon-with-text:hover {
	text-decoration: none !important;
}

.text-flex-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	text-align: center;
}

.row.flex-center {
	justify-content: center;
}

.process-step.border-white .process-step-circle {
	border-color: #fff;
}
.process-step.border-white .process-step-circle .process-step-circle-content {
	color: #fff;
}
.process-step.border-white .process-step-content,
.process-step.border-white .process-step-content h4,
.process-step.border-white .process-step-content p {
	color: #fff;
}

.mt-n2 {
	margin-top: -2rem;
}

.text-strike-through {
	text-decoration: line-through;
}
.text-black {
	color: var(--dark);
}
.text-default {
	color: var(--default);
}

#footer .link-hover-style-1:hover {
	color: var(--primary) !important;
}

.slideshow-ratio {
	position: relative;
}
.slideshow-ratio img {
	position: absolute;
	top: 0;
}
.slideshow-ratio:before {
	width: 100%;
	padding-top: calc(1 / 4 * 100%);
	content: "";
	display: block;
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 80%);
	border-radius: 1rem;
}
