.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;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
		border: 1px solid transparent !important;
		transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header a {
		position: relative;
		padding: 23px 30px;
		background-color: #FFF;
		transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
		content: '+';
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: inherit;
		font-weight: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		transform-origin: 50% 50%;
		transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
		transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .accordion-toggle {
		background-color: #f4f4f4 !important;
}

.custom-accordion-style-1 > .card + .card {
		margin-top: 20px;
}

/* 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;
}
