@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

.training-block {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height:30px;
	margin-bottom:30px;
}
.training-block p {
	margin-bottom: 10px;
}
.weblink-conenction ul.list-inline li > a > i{
	color:#00A859;
}
.training-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 490px;
	position: relative;
	margin-bottom: 30px;
	background-color: #f48634;
	text-align: center;
	color: #fff;
}
.overlay {
	position: absolute;
	width: 100%;
	height:100%;
	z-index: 9;
	top:0;
	left: 0;
	background: rgba(00,0,0,0.4);
}
.training-banner h1, .training-banner h2, .training-banner h3 {
	position: relative;
	z-index: 99;
	color: #fff;
	text-align: center;
}
.training-banner h1 {
	margin-top: 130px;
	font-size: 60px;
	line-height:75px;
	font-weight: 600;
}
.training-banner h2, .training-banner h3 {
	font-size: 30px;
	line-height:50px;
	font-weight: 300;
}

ul {
	margin-left: 20px;
}
.training-block form label {
	font-weight: 300;
}