.max-width-60 {
	max-width: 60px;
}

.max-width-80 {
	max-width: 80px;
}

.max-width-120 {
	max-width: 120px;
}

.max-width-150 {
	max-width: 150px;
}

.max-width-200 {
	max-width: 200px;
}

.max-width-250 {
	max-width: 250px;
}

.max-width-320 {
	max-width: 320px;
}

.max-width-400 {
	max-width: 400px;
}

.title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.custom-big-text-1 {
		font-size: 152px;
		font-size: 9.5rem;
}

@media (max-width: 575px) {
		.custom-big-text-1 {
				font-size: 5rem;
		}
}

.custom-big-text-2 {
		font-size: 124.8px;
		font-size: 7.8rem;
		line-height: 112px;
		line-height: 7rem;
}

@media (max-width: 575px) {
		.custom-big-text-2 {
				font-size: 3.8rem;
				line-height: 3.8rem;
		}
}

.custom-stroke-text-effect-1 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 0.5px;
		-webkit-text-stroke-color: #FFF;
		white-space: nowrap;
}

.custom-rounded-circle {
	border-radius: 50% !important;
	width: 250px;
	height: 250px;
}

.custom-line {
		display: inline-block;
		width: 50px;
		border-bottom: 3px solid #CCC;
}

.customLineAnimation {
		-webkit-animation-name: customLineAnimation;
						animation-name: customLineAnimation;
}

@-webkit-keyframes customLineAnimation {
		0% {
				width: 0px;
				opacity: 1;
		}
		100% {
				width: 50px;
				opacity: 1;
		}
}

@keyframes customLineAnimation {
		0% {
				width: 0px;
				opacity: 1;
		}
		100% {
				width: 50px;
				opacity: 1;
		}
}

.custom-featured-icon-wrapper {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 110px;
		height: 110px;
		border-radius: 100%;
}

.custom-featured-icon-wrapper .icon-featured {
		margin: 0 !important;
}

.custom-svg-reverse > svg {
		transform: rotateY(180deg);
}

.custom-svg-style-1 {
		width: 100%;
}

@media (max-width: 1920px) {
		.custom-svg-style-1 {
				width: 1920px;
		}
}

@media (max-width: 767px) {
		.custom-svg-style-1 {
				width: 1920px;
				left: 100% !important;
		}
		.custom-svg-style-1.custom-svg-style-1-variation {
				left: 0% !important;
		}
}

/*
* Header
*/
@media (min-width: 992px) {
		#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
				background: #FFF !important;
				height: 1px !important;
		}
		#header .header-nav.header-nav-line nav > ul li:hover > a:before {
				background: #FFF !important;
				height: 1px !important;
		}
		#header .header-nav-main nav > ul > li {
				margin-left: 15px;
		}
		#header .header-nav-main nav > ul > li > a {
				font-size: 14px;
				font-weight: 300;
		}
}

.custom-read-more svg {
		transition: ease transform 300ms;
}

.custom-read-more:hover svg {
		transform: translate3d(6px, 0, 0);
}


@media (min-width: 992px) {
		.custom-steps-icons {
				display: flex;
		}
}

.custom-steps-icons .custom-steps-icon {
		text-align: center;
}

.custom-steps-icons .custom-steps-icon .animated-icon {
		border: 1px solid #d9d9d9;
		padding: 14px;
		border-radius: 50%;
		max-width: 105px;
		margin: 0 auto;
}

.custom-steps-icons .custom-steps-icon h4 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -0.5px;
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 15px;
}

@media (min-width: 992px) {
		.custom-steps-icons .custom-steps-icon h4 {
				margin-top: 10px;
				margin-bottom: 0;
		}
}

.custom-steps-icons .custom-steps-connect {
		position: relative;
		min-width: 115px;
}

.custom-steps-icons .custom-steps-connect-dots {
		position: absolute;
		top: 15%;
		left: 5px;
		visibility: hidden;
}

@media (min-width: 992px) {
		.custom-steps-icons .custom-steps-connect-dots {
				visibility: visible;
		}
}

.custom-steps-icons .custom-steps-connect-point {
		position: absolute;
		top: 15%;
		left: 98px;
		margin-top: 15px;
		visibility: hidden;
}

@media (min-width: 992px) {
		.custom-steps-icons .custom-steps-connect-point {
				visibility: visible;
		}
}