.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8{
padding:6px 30px;
margin:20px 0px 0px;
font-weight:bold;
}

.box1{
border:1px solid #202f55;
color:#ffffff;
border-radius: 25px;
	background-color: #202f55;
}

.box2{
border:1px solid #00885a;
color:#fff;
border-radius: 25px;
	background-color: #00885a;
}

.jumbotron {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 55vh;
	margin-bottom: 0;
	background-image: url(../img/slide_img-01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.jumbotron h1,
.jumbotron .h1 {
	font-size: 40px;
	font-weight: bold;
	color: #00a1e9;
	text-align: left;
	letter-spacing: 2px;
}

.jumbotron > hr {
  border-top-color: #cfd9db;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		height: 100vh;
		background-image: url(../img/slide_img-04.jpg);
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 80px;
		font-weight: bold;
		line-height: 50px;
		color: #00a1e9;
		letter-spacing: 2px;
	}
}


.jumbotron1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 55vh;
	margin-bottom: 0;
	background-image: url(../img/slide_img-02.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.jumbotron1 h1,
.jumbotron1 .h1 {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-align: left;
	letter-spacing: 2px;
}

.jumbotron1 > hr {
  border-top-color: #cfd9db;
}

@media screen and (min-width: 768px) {
	.jumbotron1 {
		height: 100vh;
		background-image: url(../img/slide_img-05.jpg);
	}

	.jumbotron1 h1,
	.jumbotron1 .h1 {
		font-size: 18px;
		font-weight: 300;
		line-height: 20px;
		color: #fff;
		letter-spacing: 2px;
	}
}