.logo img{
	width:120px;
	height:auto;
}
.logo2 img {
	width: 120px;
	height: auto;
}
.btn-darkblue {
	padding: 8px 30px;
	background: var(--main-color);
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
}
.btn-darkblue:hover {
	padding: 8px 30px;
	background: var(--secondary-color);
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
}
.btn-red-outline {
	padding: 8px 30px;
	background: #fff;
	border:3px solid var(--red-color);
	color: #385068;
	text-transform: uppercase;
	border-radius: 0;
}

	.btn-red-outline:hover {
		padding: 8px 30px;
		background: var(--red-color);
		color: #fff;
		text-transform: uppercase;
		border-radius: 0;
	}
.navbar{
	padding-top:14px;
	padding-bottom:14px;
}


	/*.navbar-nav > li {
		position: relative;
		display: block;
		padding-left: 0px;
		white-space: nowrap;
		background: none;
		margin: 0 10px;
	}
*/
		.navbar-nav > li:first-child {
			margin-left: 0;
		}

		.navbar-nav > li > a, .navbar-nav > li > ul > li > a {
			text-decoration: none;
			background: none;
			font-family: 'Open Sans';
			font-weight: 800;
			font-size: 12px;
			line-height: 33px;
			color: #385068;
			text-shadow: none;
			padding: 0;
			border: none;
			margin-right: 20px;
			text-transform: uppercase;
			position: relative;
			transition: color 0.3s ease-out;
			-moz-transition: color 0.3s ease-out;
			-webkit-transition: color 0.3s ease-out;
			-o-transition: color 0.3s ease-out;
		}

			.navbar-nav > li > a.active, .navbar-nav > li > a.active:hover, .navbar-nav > li > a.active:focus, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.sfHover > a, .navbar-nav > li.sfHover > a:hover {
				color: #8b8b8b!important;
			}

			.line-left {
				position: relative;
				display: inline-block; /* Keeps the line only under the text width */
				padding-bottom: 6px; /* Space between text and line */
			}

	.line-left i{
		color:var(--red-color);
	}

	.line-left::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px; /* length of line */
		height: 3px; /* thickness */
		background-color: var(--red-color); /* line color */
		border-radius: 2px; /* smooth ends */
	}



.parallax {
	/* Background image */
	background-image: url("../images/hr-bg.jpg"); /* change to your image */
	min-height: 300px;
	/* Parallax magic */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* Optional overlay for readability */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
}

	.parallax::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5); /* dark overlay */
		z-index: 1;
	}

.parallax-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
}

@media (max-width: 768px) {
	.parallax {
		background-attachment: scroll;
	}
	.logo img {
		width: 60px;
		height: auto;
	}
}


.fa-list {
	list-style: none;
	padding-left: 20px;
}

	.fa-list li {
		position: relative;
		margin-bottom: 3px;
		font-size:14px;
	}

		.fa-list li::before {
			content: "\f101"; /* Font Awesome check icon */
			font-family: "Font Awesome 7 Free"; 
			font-weight: 900; /* for solid icons */
			position: absolute;
			left: -20px;
			top: 0;
			color: var(--red-color); /* change color here */
			font-size:11px;
		}


.fa-ex-list {
	list-style: none;
}

	.fa-ex-list li {
		position: relative;
		margin-bottom: 3px;
		font-size: 14px;
		padding-bottom:4px;
		padding-top:4px;
		border-bottom:1px solid var(--secondary-color);
	}


		/*timeline*/

#timeline {
	padding: 100px 0;
	background: #f7f7f7;
	border-top: 1px solid rgba(191,191,191,0.4);
	border-bottom: 1px solid rgba(191,191,191,0.4)
}

	#timeline h1 {
		text-align: center;
		font-size: 3rem;
		font-weight: 200;
		margin-bottom: 20px
	}

	#timeline p.leader {
		text-align: center;
		max-width: 90%;
		margin: auto;
		margin-bottom: 45px
	}

	#timeline .demo-card-wrapper {
		position: relative;
		margin: auto
	}

		#timeline .demo-card-wrapper::after {
			z-index: 1;
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			left: 50%;
			border-left: 1px solid rgba(191,191,191,0.4)
		}

@media (min-width:1000px) {
	#timeline .demo-card-wrapper {
		display: flex;
		flex-flow: column wrap;
		width: 1170px;
		height: 1650px;
		margin: 0 auto
	}

		#timeline .demo-card-wrapper::after {
			border-left: 1px solid #bdbdbd
		}
}

.demo-card:nth-child(1) {
	order: 1
}

.demo-card:nth-child(2) {
	order: 4
}

.demo-card:nth-child(3) {
	order: 2
}

.demo-card:nth-child(4) {
	order: 5
}

.demo-card:nth-child(5) {
	order: 3
}

#timeline .demo-card {
	position: relative;
	display: block;
	margin: 10px auto 80px;
	max-width: 94%;
	z-index: 2
}

@media (min-width:480px) {
	#timeline .demo-card {
		max-width: 80%;
		box-shadow: 0px 1px 22px 4px rgba(0,0,0,0.07)
	}
}

@media (min-width:720px) {
	#timeline .demo-card {
		max-width: 80%
	}
}

@media (min-width:1000px) {
	#timeline .demo-card {
		max-width: 450px;
		height: 400px;
		margin: 90px;
		margin-top: 45px;
		margin-bottom: 45px
	}

		#timeline .demo-card:nth-child(odd) {
			margin-right: 45px
		}

			#timeline .demo-card:nth-child(odd) .head::after {
				position: absolute;
				content: "";
				width: 0;
				height: 0;
				border-top: 15px solid transparent;
				border-bottom: 15px solid transparent;
				border-left-width: 15px;
				border-left-style: solid;
				left: 100%
			}

			#timeline .demo-card:nth-child(odd) .head::before {
				position: absolute;
				content: "";
				width: 9px;
				height: 9px;
				background-color: #bdbdbd;
				border-radius: 9px;
				box-shadow: 0px 0px 2px 8px #f7f7f7;
				left: 491.5px
			}

		#timeline .demo-card:nth-child(even) {
			margin-left: 45px
		}

			#timeline .demo-card:nth-child(even) .head::after {
				position: absolute;
				content: "";
				width: 0;
				height: 0;
				border-top: 15px solid transparent;
				border-bottom: 15px solid transparent;
				border-right-width: 15px;
				border-right-style: solid;
				right: 100%
			}

			#timeline .demo-card:nth-child(even) .head::before {
				position: absolute;
				content: "";
				width: 9px;
				height: 9px;
				background-color: #bdbdbd;
				border-radius: 9px;
				box-shadow: 0px 0px 2px 8px #f7f7f7;
				right: 489.5px
			}

		#timeline .demo-card:nth-child(2) {
			margin-top: 180px
		}
}

#timeline .demo-card h4{
	text-transform:uppercase;
	color:#fff;
}
	#timeline .demo-card h4 span{
		font-size:120%;
	}
	#timeline .demo-card .head {
		position: relative;
		display: flex;
		align-items: center;
		color: #fff;
		font-weight: 400
	}

	#timeline .demo-card .head .number-box {
		display: inline;
		float: left;
		margin: 15px;
		padding: 10px;
		font-size: 35px;
		line-height: 35px;
		font-weight: 600;
		background: rgba(0,0,0,0.17)
	}

	#timeline .demo-card .head h2 {
		text-transform: uppercase;
		font-size: 1.3rem;
		font-weight: inherit;
		letter-spacing: 2px;
		margin: 0;
		padding-bottom: 6px;
		line-height: 1rem
	}

@media (min-width:480px) {
	#timeline .demo-card .head h2 {
		font-size: 165%;
		line-height: 1.2rem
	}
}

#timeline .demo-card .head h2 span {
	display: block;
	font-size: .6rem;
	margin: 0
}

@media (min-width:480px) {
	#timeline .demo-card .head h2 span {
		font-size: .8rem
	}
}

#timeline .demo-card .body {
	background: #fff;
	border: 1px solid rgba(191,191,191,0.4);
	border-top: 0;
	padding: 15px
}

@media (min-width:1000px) {
	#timeline .demo-card .body {
		min-height: 215px
	}
}

#timeline .demo-card .body p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px
}

#timeline .demo-card .body img {
	display: block;
	width: 100%
}

.demo-card--step1 {
	background-color: var(--red-color);
	background-image: url("../images/eff1.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 200px; /* height = 200px */
	border-radius:10px;
}

	.demo-card--step1 .head::after {
		border-color: var(--red-color);

	}

.demo-card--step2 {
	background-color: var(--secondary-color);
	background-image: url("../images/com.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 200px; /* height = 200px */
	border-radius: 10px;
}

	.demo-card--step2 .head::after {
		border-color: var(--secondary-color);
	}

.demo-card--step3 {
	background-color: var(--red-color);
	background-image: url("../images/sca.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 200px; /* height = 200px */
	border-radius: 10px;
}

	.demo-card--step3 .head::after {
		border-color: var(--red-color);
	}

.demo-card--step4 {
	background-color: var(--secondary-color);
	background-image: url("../images/conf.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 200px; /* height = 200px */
	border-radius: 10px;
}

	.demo-card--step4 .head::after {
		border-color: var(--secondary-color);
	}

.demo-card--step5 {
	background-color: var(--red-color);
	background-image: url("../images/speed.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 200px; /* height = 200px */
	border-radius: 10px;
}

	.demo-card--step5 .head::after {
		border-color: var(--red-color);
	}
