@charset "utf-8";
/* CSS Document */
	.section-wrap {padding: 20px 0px; width:1200px; margin: 0 auto;}
	.bg-ilogistic {background-color: #CC2931;}
	.bg-aonline {background-color: #F39800;}
	.bg-grey {background-color: #EDEDED;padding: 20px 0px}
	div, h1,h2,h3,h4,h5,h6,p,a {font-family: 'open sans', Arial, sans-serif; }
	
	a  {text-decoration: none;}
	a: hover {text-decoration: none;}
	div {display: block;}
	h1 {
		font-size: 28px; 
		font-weight: 700; 
		line-height: 40px; 
		color: #202020;
		text-align: center;
	}
	.sub {
		font-size: 22px; 
		font-weight: 400; 
		line-height: 40px; 
		color: #202020;
		text-align: center;
	}
	h2 {
		font-size: 22px; 
		font-weight: 700; 
		line-height: 36px; 
		color: #202020;
	}
	h3 {
		font-size: 18px; 
		font-weight: 400; 
		line-height: 26px; 
		color: #202020;
		text-align: center;
	}
	h5{
		margin-bottom: 20px;
		line-height: 1.5em;
	}
	p{
		font-size: 15px; 
		font-weight: 400;
		line-height: 1.2em;
	}
	.row {
		padding: 20px 0px;
		clear: both;
	}
	.col-12{
		width: 100%
	}
	.col-6 {
		width: 45%;
		float: left;
	}
	.btn{
	margin: 0 auto;
	padding: 30px 0;
}
	
	.t-center {text-align:center}
	.cta{
	font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
    padding: 8px 40px;
    text-align: center;
    border: 0px;
    min-width: 120px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
	.cta:hover{
		color: #ffffff;
}
	.cta-border-ilogistic {
	font-size: 16px;
    color: #CC2931;	
	padding: 8px 40px;
	border: solid #CC2931 2px;
	border-radius: 5px;}
