/*-- //banner --*/
/*-- about --*/
.about,.services,.team-bottom,.mail{
	padding:5em 0 0 0;
}
.w3l_head{
	font-size: 1.8em;
    font-weight: bold;
    color:#34A1EF;
    text-transform: capitalize;
	position:relative;
	letter-spacing: 3px;
}
.w3l_head:before,.w3l_head:after{
	content: '';
    background: #eaeaea;
    height: 2px;
    width: 20%;
    position: absolute;
}
.w3l_head:before{
	top: -20%;
    left: -8%;
}
.w3l_head:after{
	bottom:0%;
	right:35%;
}
.w3ls_head_para{
	color:#fa3d43;
	text-transform:uppercase;
	letter-spacing:8px;
}
.agileits_about_left{
	border-right:1px solid #212121;
}
.agileits_about_right p{
	color:#333333;
	left:200px;
	line-height:1em;
	margin-bottom:2em;
}
.agileits_about_right p i{
	color:#003366;
	display:block;
	margin:2em 0 0;
}

.agileits_about_right {
	left:60px;
    padding-left: 7em;
}
.agileits_about_right ul li{
	display: block;
    margin-bottom: 1em;
    color: #212121;
    line-height: 1.5em;
    text-transform: capitalize;
    font-family: 'Questrial', sans-serif;
    font-size: 1em;
	font-weight:600;
	letter-spacing:2px;
}
.agileits_about_right ul li i{
	color:#fa3d43;
	padding-right:1em;
}
.agileits_about_right ul li:last-child,.agileinfo_about_bottom_right_wthree ul li:last-child{
	margin-bottom:0;
}
/*-- //about --*/
/*-- about-bottom --*/
.about-bottom{
	/*--background:url(../images/1.jpg) no-repeat 0px 0px;--*/
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
}
.agileinfo_about_bottom_left img {
    margin: 0 auto;
}
.agileinfo_about_bottom_right h2{
	font-size: 2em;
    color: #fff;
    line-height: 1.5em;
    text-transform: capitalize;
    margin: 2em 0 1em;
}
.agileinfo_about_bottom_right_wthree{
	padding-left:0;
}
.agileinfo_about_bottom_right_wthree ul li{
	display:block;
	margin-bottom:1em;
	color:#fff;
	text-transform:capitalize;
}
.agileinfo_about_bottom_right_wthree ul li i{
	color:#fa3d43;
	padding-right:1em;
}
