body {
    background-color: #FFF;
}

a {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

a:hover {
	text-decoration: none;
}

.h2, h2 {
	font-size: 24px;
}

.h3, h3 {
	font-size: 22px;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
	font-size: 16px;
}

.btn-h {
	background-color: #ffc107;
	color: #011c47;
	padding: 15px 30px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
}

.btn-h:hover {
	background-color: #011c47;
	color: #ffc107;
}

.line::after {
	content: "";
	width: 40px;
	height: 3px;
	background-color: #ffce05;
	display: flex;
	margin: 1rem auto;
}

main#primary {
	min-height: 50.2vh;
}

.wow {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}


/* Under Header */
.under-header {
	height: 120vh;
	background: url("img/bg-slider.png") center center;
	background-size: 1920px 100%;
	padding: 100px 0;
	margin-bottom: 23rem;
}

.under-header h1 {
    color: #ffce04;
    font-size: 46px;
    margin-bottom: 20px;
}

/* Services */
.services {
    padding: 50px 0;
}

.services h2 {
	color: #011c47;
	margin-bottom: 5rem;
}

.services .box {
	border: 1px solid #dee2e6;
	border-radius: 20px;
	box-shadow: 0 0 50px 5px #f4f4f5;
	margin-bottom: 30px;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding: 30px 15px 10px 15px;
}

.services .box:hover {
	background-color: #dee2e6;
}

.services .box h2, .services .box h3 {
	color: #011c47;
}

/* Download */
.download {
    padding: 200px 0;
    margin-bottom: 200px;
    background: url("img/d-bg.png") #ffce04 center center repeat-x;
    background-size: contain;
    color: #011c47;
}



.download img.position-absolute {
    left: 0;
    top: -200px;
    position: absolute;
}

/* About */
.about {
	padding: 2rem  15px;
}

.about h1 {
	color: #011c47;
}

.about h1.line::after {
	margin: 2rem 0;
}



/* Responsive */
@media (max-width: 992px) {
	.btn-h {
		padding: 5px 1rem;
	}
	.under-header h1 {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.under-header {
		padding: 50px 0;
		margin-bottom: 9rem;
	}
	.download {
		padding: 5rem 0;
		margin-bottom: 0;
	}

	.download img.position-absolute {
		display: none;
	}

	.about {
		padding: 50px 0;
	}

	.about img.img-fluid {
		display: none;
	}
}

@media (max-width: 360px) {
	.under-header {
		margin-bottom: 5rem;
	}
	.download h1 {
		font-size: 2.5rem;
	}
}