.btn-whatsapp {
    position: fixed;
    left: 75px;
    bottom: 75px;
}

.btn-whatsapp .feature-box .feature-box-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
	border-radius: 100%;
	color: #FFF;
	font-size: 18px;
	font-size: 1rem;
	position: relative;
	top: 7px;
	text-align: center;
	padding: 0.8em;
	height: 1px;
	width: 4.5em;
	height: 4.5em;
}

@media (max-width: 767px) {
	.btn-whatsapp {
		position: fixed;
		left: 30px;
		bottom: 30px;
	}
	
	.btn-whatsapp .feature-box .feature-box-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 1 0 auto;
		border-radius: 100%;
		color: #FFF;
		font-size: 18px;
		font-size: 1rem;
		position: relative;
		top: 7px;
		text-align: center;
		padding: 0.8em;
		height: 1px;
		width: 4em;
		height: 4em;
	}
}

.custom-paragraph {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.custom-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.custom-text-line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.custom-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.custom-font-size-1 {
		font-size: 12.8px;
		font-size: 0.8rem;
}

@media (max-width: 767px) {
		.custom-mobile-remove-divider-left-border {
				border-left: 0;
		}
}

.custom-divider {
		height: 60px;
		width: 0.5px;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* Header */
#header .header-nav-main nav > ul > li > a {
		font-size: 16px;
}

/* Parallax*/
.custom-parallax-bg-pos-left {
		background-position-x: 0% !important;
}

.custom-parallax-medium-padding {
		padding: 128px 0 !important;
}

.custom-parallax-big-padding {
		padding: 25vh 0 !important;
}

/* Overlay */
.custom-overlay-opacity-95:before {
		opacity: 0.95 !important;
}

/* Process */
.process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg path, .process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg polyline, .process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg line {
		stroke: #FFF !important;
}

.process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg[data-filename="people.svg"] path, .process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg[data-filename="people.svg"] polyline, .process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg[data-filename="people.svg"] line {
		stroke: inherit !important;
		fill: #FFF !important;
}

.process.custom-process .process-step .process-step-circle {
		width: 115px;
		height: 115px;
}

@media (min-width: 992px) {
		.process .process-step:before {
				background-color: #d6dde5;
		}
}

/* Testimonial */
.custom-testimonial-style-1.testimonial-style-2 .testimonial-author > img {
		max-width: 120px;
		max-height: none;
		height: auto;
		-o-object-fit: cover;
			 object-fit: cover;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before {
		top: -15px;
}

/* Progress Bars */
.custom-progress-bars-style-1 .progress {
		background-color: rgba(255, 255, 255, 0.3);
}

.custom-view-more svg {
		transition: ease transform 300ms;
}

.custom-view-more:hover svg {
		transform: translate3d(7px, 0, 0);
}

/* Footer */
#footer p, #footer span, #footer li, #footer a:not(.btn):not(.no-footer-css) {
		color: #888888;
}

#footer p:hover, #footer span:hover, #footer li:hover, #footer a:not(.btn):not(.no-footer-css):hover {
		color: #212121;
}

#footer .footer-copyright p {
		color: #888888;
}
