#particles {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.btn::after {
	content: ">";
	font-weight: bold;
	margin-left: 1rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.home-top {
	position: relative;
	min-height: 400px;
}
.home-top .container {
	z-index: 15;
	padding-top: 9rem;
	padding-bottom: 5rem;
	text-align: center;
}
.home-top .layer {
	display: inline-block;
	position: relative;
	z-index: 20;
}
.home-top h1 {
	font-size: 40px;
}
.home-top .frame {
	background-color: #ffffff;
	display: inline-block;
}
.home-teaser-top,
.home-teaser-bottom {
	background: url("../img/blue.svg") no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
}
.home-teaser-top .container,
.home-teaser-bottom .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
	font-size: 16px;
	color: #ffffff;
}
.home-teaser-top h2,
.home-teaser-bottom h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 1.5rem;
	background: url("../img/hr.png") no-repeat center bottom;	
}
.home-teaser-middle {
	background: url("../img/oval.svg") no-repeat center center #f6f5f7;
	background-size: auto;
}
.home-teaser-middle .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
	font-size: 20px;
}
.home-teaser-middle .head {
	color: #110638;
}
.home-teaser-middle .head h3 {
	background: none;
	margin-top: 0.25rem;
	margin-bottom: 0;
	padding-top: 0;
	font-size: 20px;
	text-transform: uppercase;
}
.home-teaser-middle .head i {
	font-size: 3rem;
}
.home-teaser-middle .head span {
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.home-teaser-middle .card {
	font-weight: bold;
}
.home-teaser-middle .card-header {
	color: #ffffff;
	font-size: 28px;
}
.home-teaser-middle .card-body span {
	display: block;
	margin-bottom: 1.5rem;
}
.home-teaser-middle .carousel-indicators {
	position: relative;
	bottom: auto;
	margin-top: 1.5rem;
}
.home-teaser-middle .carousel-indicators li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #a09baf;
}
.home-teaser-middle .carousel-indicators li.active {
	background-color: #e11457;
}
.home-customers {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: #ffffff;
	font-size: 16px;
}
.home-customers h2 {
	font-size: 32px;
	margin-bottom: 0;
}
.home-customers .head span {
	color: #a09baf;
}
.home-customers img {
	display: block;
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}



@media (min-width: 768px) {
	.home-top .container {
		text-align: left;
	}
	.home-top h1 {
		font-size: 60px;
	}
	.home-teaser-top,
	.home-teaser-bottom {
		text-align: left;
	}
	.home-teaser-top h2,
	.home-teaser-bottom h2 {
		padding-bottom: 0;
		padding-top: 1.5rem;
		background: url("../img/hr.png") no-repeat left top;	
	}
	.home-teaser-middle .head span {
		width: 50% !important;
	}
}
