body {
	font-size: 1.2rem;
}
img.logo {
	margin: 20px 0;
}
.header img {
	/* height: 300px; */
	width: 100%;
}
.wrapper {
	margin: 40px 0;
}
.desc {
	margin-top: 40px;
	color: #4F5D6C; 
}
p.blue-font {
	color: #3BB9FF; 
	font-weight: bold;
	font-size: 18px;
}
h5.blue-font{
	color: #2e4957; 
}

.form-header h5{
	display:inline-block;
}

/*
ul li::before{
	content: "";
    border-color: transparent #EE7600;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.60em;
    display: block;
    height: 0;
    width: 0;
    left: -1.3em;
    top: 1.3em;
	position: relative;
}*/

.form-download {
    background-color: #fff;
    padding: 30px 40px 10px 40px;
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.41);
	-moz-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.41);
	box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.41);
}
.form-download label {
	color: #8285A0;
}
.form-group {
    margin-bottom: 0.5rem;
}
label.error {
	color: #f00;
	font-size: 15px;
}
.checkbox-inline {
	margin-right: 25px;
}
.tc {
	font-size: 1rem;
}
.btn-submit {
	background-color: #2e4957;
	text-transform: uppercase;
	color:#fff;
	width: 100%;
}
a.btn-submit {
	margin-bottom: 40px;
}
a.btn-submit:hover {
	color:#fff;
}
.form-download a {
	color: #2e4957;
}
#about {
	color: #4F5D6C;	
}
#about h4 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 20px;
}
.footer {
	background-color: #0F2233;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	font-size: 1rem;
}
.footer a {
	color: #fff;
	text-decoration: none;
}