/* ABOUTUS START */
.aboutus{
	max-width: 100%;
	min-height: 600px;
	padding: 30px 30px 100px 30px;
	margin: 0px;
	box-sizing: border-box;
	background-image: url('../images/13.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #0a243c;
	background-size: 1920px;
}
.aboutusdiv{
	max-width: 100%;
	min-height: 1100px;
	padding: 100px 0px 0px 0px;
	margin: 0px;
	box-sizing: border-box;
	background-color: #0a243c;
	text-align: center;
}
.aboutusdiv .title{
	color: #e18b22;
	text-align: center;
}
.aboutuscont{
	margin: 0 auto;
	padding: 50px 150px;
	max-width: 1300px;
	box-sizing: border-box;
	height: 250px;
}
.aboutuscont .cell{
	box-sizing: border-box;
	padding: 10px;
	float: left;
	width: 25%;
	text-align: center;
	height: 250px;
}
.aboutuscont img{
	width: 140px;
}
.aboutuscont .cell .top{
	height: 70%; 
	padding: 10px 20px;
	box-sizing: border-box;
}
.aboutuscont .cell .btm{
	height: 30%;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	color: white;
}
.aboutusbody1{
	color: white;
	text-align: center;
	padding: 50px;
	max-width: 1500px;
	margin: auto;
}	
.aboutusbodyline{
	background-color: white;
}
.aboutusline{
	width: 150px;
	border-top: 5px solid #e18b22;
	margin: auto;
	padding-bottom: 50px;
}
.aboutusbody2{
	background-color: white;
	min-height: 600px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 17px; 
	padding: 0 70px;
}
.aboutusbody2 .body1{
	margin: auto;
	box-sizing: border-box;
	padding: 50px;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutusbody2 .body1 .left{
	float: left;
	width: 40%;
	padding: 30px;
	box-sizing: border-box;
}
.aboutusbody2 .body1 .right{
	float: left;
	width: 60%;
}
.aboutusbody2 .body2{
	margin: auto;
	box-sizing: border-box;
	padding: 0 50px 50px 50px;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutusbody2 .body2 .left{
	float: left;
	width: 60%;
}
.aboutusbody2 .body2 .right{
	float: left;
	width: 40%;
	padding: 30px;
	box-sizing: border-box;
}
.aboutusbody3{
	max-width: 100%;
	min-height: 200px;
	margin: 0px;
	box-sizing: border-box;
	background-image: url('../images/16.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #22293d;
	background-size: 1900px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
}
.aboutusbody4{
	max-width: 100%;
	min-height: 250px;
	margin: 0px;
	padding: 50px 80px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	background-color: white;
}
.aboutusbody5{
	width: 100%;
	padding: 100px 30px 30px 30px;
	margin: 0px;
	box-sizing: border-box;
	background-color: #0a243c;
	text-align: center;
	color: white;
	font-size: 18px;
	position: relative;
}
.aboutusbody5 b{
	color: #e18b22;
}
.aboutusbody5 p{
	margin: 0;
}
.aboutusbody5 img{
	width: 140px;
	position: relative;
	z-index: 2;
}
.aboutusbody5 .line{
	border-right: 4px dotted white;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
}
.aboutusbody5 .model .left{
	float: left;
	width: 20%;
	overflow: hidden;
	box-sizing: border-box;
	max-height: 270px;
}
.aboutusbody5 .model .right{
	float: left;
	width: 80%;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.aboutusbody5 .model{
	min-height: 270px;
}
.aboutusbody5 .strengths{
	min-height: 270px;
	
}
.aboutusbody5 .strengths .left{
	float: left;
	width: 20%;
	box-sizing: border-box;
}
.aboutusbody5 .strengths .right{
	float: left;
	width: 80%;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
}
/* ABOUTUS END */