.home-six1.bg-image {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 1024px) {
	.home-six1.bg-image {
		background-attachment: scroll;
	}
}

.home-six1__container {
	max-width: var(--CONTAINER_WIDTH);
	margin: 0px auto;
	padding: 0 20px;
}

.home-six1 .overlay-mf {
	background-color: var(--SECONDARY_MAJOR_COLOR);
}

.home-six1 .overlay-mf {
	position: absolute;
	top: 0;
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: 0.7;
}

.home-six1.paralax-mf {
	position: relative;
	padding: 8rem 0;
}
.home-six1-slider {
	margin-bottom: 20px;
}
.home-six1 .testimonial-box {
	text-align: center;
	color: var(--SECONDARY_MINOR_COLOR);
}

.home-six1 .testimonial-box .author-test {
	margin-top: 1rem;
}

.home-six1 .testimonial-box .author-test img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	object-fit: cover;
}

.home-six1 .testimonial-box .author {
	text-transform: uppercase;
	font-weight: 600;
	margin: 1rem 0;
	display: block;
	font-size: 1.4rem;
	color: var(--SECONDARY_MINOR_COLOR);
	font-family: var(--TITLE_FONT);
}

@media (min-width: 768px) {
	.home-six1 .testimonial-box .description {
		padding: 0 5rem;
	}
}

@media (min-width: 992px) {
	.home-six1 .testimonial-box .description {
		padding: 0 8rem;
	}
}

@media (min-width: 1200px) {
	.home-six1 .testimonial-box .description {
		padding: 0 13rem;
	}
}
