@font-face {
	font-family: "MADETommySoftLight";
	src: url(../fonts/MADETommySoftLight.otf);
}


p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: unset;
}

a:hover {
	text-decoration: none;
	color: unset;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

body {
	font-family: 'MADETommySoftRegular';
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, h1, .h1, .h2, .h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}

p {
}
img{
	max-width: 100%;
}

.sitecontainer{
	margin: 0 auto;
	max-width: 1140px;
}


.header{
	float: left;
	width: 100%;
	padding: 15px 0;
	background-color: #fff;
}
.header .logo{
	float: left;
	width: 100%;
}
.header .logo img{
	max-width: 155px;
	position: relative;
	left: -8px;
}


.herobanner{
	float: left;
	width: 100%;
	background-image: url('../images/herobanner.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: 50%;
}
.herobanner .bannerimg{
	position: absolute;
	top: -63px;
	right: 75px;
	width: 49%;
}
.herobanner .bannerimgmob{
	display: none;
}
.herobanner .bannertop{
	float: left;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}

.herobanner .bannertop h1{
	font-size: 40px;
	line-height: 41px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	font-family: "Poppins";
	margin-bottom: 30px;
}
.herobanner .bannertop h4{
	opacity: 0.800;
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Poppins";
}

.herobanner .bannerbottom{
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: rgb(4, 191, 32, 0.8);
}

.herobanner .bannerbottom ul{
	float: left;
	width: 100%;
}
.herobanner .bannerbottom ul li{
	font-size: 19px;
	line-height: 30px;
	color: #305c54;
	font-weight: 500;
	font-family: "Poppins";
	padding-left: 30px;
	position: relative;
}
.herobanner .bannerbottom ul li:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	position: absolute;
	left: 0;
}	



.targetskills{
	float: left;
	width: 100%;
}
.targetskills .targetskillsitem{
	float: left;
	width: 100%;
	padding-top: 38px;
	padding-bottom: 38px;
}
.targetskills .targetlabel{
	float: left;
	width: 19%;
}
.targetskills .targetlabel .heading{
	float: left;
	display: flex;
	align-items: center;
	width: 175px;
	height: 150px;
	background-color: #ffae00;
	text-align: center;
	font-size: 32px;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	font-family: "Poppins";
	position: relative;
	justify-content: center;
}
.targetskills .targetlabel .heading img{
	position: absolute;
	right: -10px;
}
.targetskills .targetpoints{
	float: left;
	width: 81%;
}
.targetskills .targetpoints ul li{
	float: left;
	width: 33.33%;
	font-size: 17px;
	line-height: 30px;
	color: #000000;
	font-weight: 400;
	font-family: "Poppins";
}
.targetskills .targetpoints ul li:before{
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right: 12px;
	color: #1457a3;
}	

.targetskills.slills .targetskillsitem{
	border-top: 1px solid #eaeaea;
	padding-bottom: 85px;
}
.targetskills.slills .targetlabel .heading{
	background-color: #ff0003;
	height: 130px;
}


.footer{
	float: left;
	width: 100%;
	padding-bottom: 43px;
	background-color: #585858;
}
.footer .contact{
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 37px;
	filter: drop-shadow(0px 11px 19px rgba(0,0,0,0.2));
	background-image: linear-gradient(0deg, #d7d7d7 0%, #ffffff 100%);
	border: 2px solid #305c54;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	margin-top: -30px;
}
.footer .contact label{
	font-size: 32px;
	line-height: 30px;
	text-transform: uppercase;
	color: #305c54;
	font-weight: 600;
	font-family: "Poppins";
	margin-bottom: 0;
	justify-content: center;
	border-right: 1px solid #d7d7d7;
	padding-right: 25px;
	margin-right: 25px;
}
.footer .contact p{
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	font-weight: 400;
	font-family: "Poppins";
}
.footer .contact p i{
	color: #305c54;
	font-weight: 600;
	margin-right: 7px;
}
.footer .copyright{
	float: left;
	width: 100%;
	padding-top: 30px;
}
.footer .copyright p{
	font-size: 18px;
	line-height: 40px;
	color: #f7fbff;
	font-weight: 400;
	font-family: "Nunito";
}