.home-consultation {
	max-width: 100rem;
	margin: 0 auto;
}
.btn-action {
	text-decoration: none; /*k*/
	background-color: #b4dc39;
	color: #444;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	padding: 0.66rem 2.6rem;
	margin: 0 0.33rem;
	box-shadow: 0 0 0 transparent;
	transform: scale(1);
	transition: all .4s ease;
}
.btn-action:hover {
	text-decoration: none; /*k*/
	box-shadow: inset 0 0 1px 5px #b4dc39;
	background-color: transparent !important;
	color: #b4dc39;
	font-weight: 700;
	transform: scale(1.05);
}
.btn-action.yellow {
	background-color: #eedb33 !important;
}
.btn-action.yellow:hover {
	background-color: transparent !important;
	box-shadow: inset 0 0 1px 5px #eedb33;
	color: #eedb33;
}
.btn-action:disabled,
.btn-action.gray {
	color: #fff;
	background-color: #bcbcbc !important;
	box-shadow: inset 0 0 1px 5px #bcbcbc;
}
.btn-action.gray:hover {
	background-color: #8f8f8f;
}

.home-carousel {
	transition: all 1.6s ease;
}
.home-carousel:hover {
	background-size: 120%;
}

.home-carousel .owl-item .reveal-text,
.home-carousel .owl-item button {
	display: none;
}
.home-carousel .owl-item.active .reveal-text,
.home-carousel .owl-item.active button {
	display: block;
}
/***/
.home-carousel .item {
	height: calc(100vh - 5rem);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	padding-bottom: 3rem;
	/* transition: all 1.6s ease; */
}
.home-carousel .item > div {
	padding: 2rem;
	margin: 0 auto;
}
.home-carousel .item.first {
	background-image: url(../img/gallery/parallax01.jpg);
}
.home-carousel .item.last {
	background-image: url(../img/gallery/parallax02.jpg);
}
.home-carousel .item h3 {
	font-size: 4rem;
	font-weight: 700;
}
.home-carousel .item h6 {
	font-size: 2rem;
}
.home-carousel .btn-action {
	margin: 0 auto;
}

.home-consultation {
	padding: 2rem;
	background-color: #f9f7f5;
	position: relative;
  z-index: 1;
}
.home-consultation section {
	color: var(--color-green-dark);
	box-shadow: 0 0 10px #00000040;
	background-color: #fff;
	max-width: var(--section-max-width-lg);
	min-height: 25rem;
	margin: -8rem auto 0;
	padding: 4rem;
	display: flex;
	align-items: center;
}
.home-consultation section h3 {
	font-size: 3.15rem;
	font-weight: 700;
}
.home-consultation section h6 {
	font-size: 1.25rem;
	color: var(--color-green-light);
	margin-bottom: 0;
}
.home-consultation section p {
	font-size: 1.25rem;
}
.home-consultation button {
	display: block;
	background-color: var(--color-green-dark);
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	border-radius: 30px;
	padding: 0.5rem 2.25rem;
	margin: -2rem auto 0;
	transition: background-color .4s ease;
}
.home-consultation button:hover {
	background-color: var(--color-green-alt);
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	-webkit-animation-name: pulse;
  animation-name: pulse;
}
.home-consultation button i {
	font-size: .85em;
}

.home-section {
	padding: 4rem 0;
}
.home-section h3 {
	font-size: 3.15rem;
	font-weight: 700;
}
/* .home-section h6 {
	font-size: 1.25rem;
} */
.home-section p.subtitle {
	font-size: 2.25rem;
	font-weight: 300;
	margin-bottom: 2rem;
	margin-top: -0.5rem;
}
.home-section .imabox {
	display: flex;
	flex-wrap: wrap;
	margin: 4rem 0;
}
.home-section .imabox a {
	text-decoration: none;
	display: block;
  margin-top: 8%;
}
.home-section .imabox > div {
	position: relative;
	height: 0;
	width: calc(33% - 0.66rem);
	padding: 0.33rem;
	padding-bottom: calc(33% - 0.66rem);
	margin: 0.33rem;
	text-align: center;
	cursor: pointer;
	border-width: 0;
	transition: all .4s ease;
}
.home-section .imabox > div:hover {
	box-shadow: inset 0 0 2px 1px var(--color-green-dark);
	background-color: #dedede;
	transform: scale(1.05);
}
.home-section .imabox > div img {
	width: 60%;
}
.home-section .imabox > div h5 {
	color: var(--color-green-dark);
	font-weight: 700;
}

.home-gallery {
	display: flex;
	flex-wrap: wrap;
	/* margin-right: -1px; */
}
.home-gallery div {
	overflow: hidden;
	position: relative;
}
.home-gallery div::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
  border: solid 1px #fff;
}
.home-gallery.border-gray div::before {
	border-color: #f9f7f5;
}
.home-gallery div.first {
	width: 100%;
	max-height: 30rem;
	overflow: hidden;
  /* border: solid 1px transparent; */
}
.home-gallery div:not(.first) {
	position: relative;
	height: 0;
	width: 33.3%;
	padding-bottom: 33%;
	/* border: solid 1px transparent; */
  border-bottom: 0;
}
.home-gallery img {
	width: 100%;
	transition: all .4s ease;
}
.home-gallery div:hover img {
	transform: scale(1.1);
}

.home-testimonial {
	/* height: 31.25rem; */
	padding: 4rem 0;
	background-image: url(../img/gallery/testimonial.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
  align-items: center;
}
.home-testimonial .owl-carousel .owl-stage {
	display: flex;
  align-items: center;
	justify-content: center;
}
.item-testimonial {
	max-width: var(--section-max-width-lg);
	display: flex;
	align-items: center;
	padding: 0 1rem;
	margin: 0 auto;
}
.item-testimonial img {
	width: 20rem !important;
	height: 20rem;
	border-radius: 50%;
	margin-right: 2rem;
}
.item-testimonial h3 {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
}
.item-testimonial p {
	color: #fff;
	padding: 1rem 0;
	font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.44em;
}
.item-testimonial span {
	text-align: right;
	display: block;
	color: #62be1e;
	font-size: 2rem;
  font-weight: 400;
}

.home-about {
	padding: 6rem 2rem;
	background: rgb(255,255,255);
}
.home-about > div {
	max-width: var(--section-max-width-lg);
	min-height: 25rem;
	margin: 0 auto 0;
}
.home-about h3 {
	font-size: 3.15rem;
	font-weight: 700;
}
.home-about h6 {
	font-size: 1.25rem;
	color: orange;
}
.home-about {
	font-size: 1.25rem;
}
.home-about .img-service {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc(100% - 40px);
	border: solid 20px #fff;
	border-radius: 3px;
	box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
	margin-bottom: 1.88rem;
	overflow: hidden;
}
.home-about .img-service img {
	width: 120%;
	margin-left: -10%;
	cursor: pointer;
	transition: all .4s ease;
}
.home-about .img-service:hover img {
	width: 130%;
}

.home-contact {
	color: #fff;
	padding: 3.75rem 1rem;
	background-image: url(../img/gallery/contact.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home-contact > div {
	max-width: var(--section-max-width-lg);
	margin: 0 auto 0;
}
.home-contact .title {
	font-size: 3.15rem;
	font-weight: 500;
	line-height: 1.35em;
	text-transform: uppercase;
}
.home-contact .subtitle {
	font-size: 2.125rem;
	font-weight: 400;
	line-height: 1.44em;
	margin: 1.5rem 0;
	text-transform: uppercase;
	width: 60%;
}
.home-contact .phone-number {
	font-size: 2.875rem;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 1.5rem;
}
.home-contact .btn-appointment {
	background-color: transparent;
	color: #000;
	font-size: 1.5rem;
	transition: all .4s ease;
}
.home-contact .btn-appointment:hover {
	color: #fff;
	border-color: #111;
	background-color: rgba(0,0,0,.3) !important;
	box-shadow: none !important;
}
.no-border {
	border: none !important
}

@media (min-width: 992px) {
	.home-about {
		background: linear-gradient(90deg, rgba(255,255,255,1) 58%, var(--color-green-alt) 58%, var(--color-green-alt) 100%);
	}
	.home-carousel .item h3,
	.home-carousel .item h6 {
		width: 60%;
	}
	.home-section .half-section {
		max-width: 50rem;
	}
}

@media (max-width: 992px)  {
	.home-gallery {
		margin-left: -15px;
		margin-right: -15px;
	}
	.home-about {
		padding: 4rem 2rem;
	}
}

@media (max-width: 768px) {
	.item-testimonial {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.home-contact .subtitle {
		width: 100%;
	}
	.item-testimonial img {
		margin-bottom: 2rem;
	}
}

@media (max-width: 576px) {
	.btn-action {
		font-size: 1.25rem;
		display: block;
    width: 100%;
	}
	.home-carousel .item h3 {
		font-size: 3rem;
	}
	.home-carousel .item h6 {
		font-size: 1.5rem;
	}
	.home-consultation button {
		font-size: 1.5rem;
	}
	.home-consultation section {
		padding: 2rem;
	}
	.home-consultation section h3,
	.home-section h3,
	.home-about h3,
	.item-testimonial h3 {
		font-size: 2.5rem;
	}
	.home-section p.subtitle {
		font-size: 2rem;
	}
	.item-testimonial img {
		width: 15rem !important;
		height: 15rem;
		margin-right: 0;
	}
	.home-consultation button {
		font-size: 1.5rem;
	}
	.home-section .imabox > div {
		width: calc(50% - 0.66rem);
    padding: 0.33rem;
    padding-bottom: calc(50% - 0.66rem);
    margin: 0.33rem;
	}
	.home-contact .title {
		font-size: 2.5rem;
	}
	.home-contact .subtitle {
		font-size: 1.8rem;
	}
}

@media (max-width: 400px) {
	.home-carousel .item h6 {
		font-size: 1.2rem;
	}
	.home-carousel .item h3,
	.home-consultation section h3, 
	.home-section h3, 
	.home-about h3, 
	.item-testimonial h3 {
		font-size: 2.2rem;
	}
}