/* #services
================================================== */

#app2u_services{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:70px;
	z-index:2;
/*	background-color: #F6B710; */
	background-color: #d1d1d1;
}
 
.last-services{
	position: relative; 
	margin: 0 auto;
	padding:20px;
/*	background-color: #273A09; */
	background-color: #c1c1c1;
	overflow:hidden;
	z-index:2;
	/*cursor:pointer;*/
	-webkit-transition: background-image .35s ease-in-out;
	-moz-transition: background-image .35s ease-in-out;
	-ms-transition: background-image .35s ease-in-out;
	-o-transition: background-image .35s ease-in-out;
	transition: background-image .35s ease-in-out;
} 

.last-services h6{
	position:relative;
	display:inline-block;
	padding-left:15px;
	text-align:left;
	padding-bottom:25px;
}
.last-services p{
	text-align:left;
	color: #333;
	font-size: 18px;
}

.last-services1{
	position: relative; 
	margin: 0 auto;
	padding:20px;
	background-color: #c1c1c1;
/*	background-image:url('../img/qud.png');
	background-repeat:no-repeat;
	background-position:top left;*/
	overflow:hidden;
	text-align:right;
	z-index:2;
	/*cursor:pointer;*/
	-webkit-transition: background-image .35s ease-in-out;
	-moz-transition: background-image .35s ease-in-out;
	-ms-transition: background-image .35s ease-in-out;
	-o-transition: background-image .35s ease-in-out;
	transition: background-image .35s ease-in-out;
}
.last-services1:hover{
/*	background-image:url('../img/qud2.png');
*/}

.last-services:before {
    /*background: none repeat scroll 0 0 #d1d1d1;
    border-color: #d1d1d1 #d1d1d1 #666666 #666666;
    border-style: solid;
    border-width: 0 25px 25px 0;
    content: "";
    display: block;
    right: 0;
    position: absolute;
    top: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    width: 0;*/
}

.last-services1:before {
    /*background: none repeat scroll 0 0 #d1d1d1;
    border-color: #d1d1d1 #666666 #666666 #d1d1d1;
    border-style: solid;
    border-width: 0 0 25px 25px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    width: 0;*/
}

.last-services1:hover:before, .last-services:hover:before{
	border-width:0;
}

.last-services1 h6{
	position:relative;
	display:inline-block;
	padding-right:15px;
	text-align:right;
	padding-bottom:25px;
}
.last-services1 p{
	text-align:right;
	color: #333;
	font-size: 18px;
}

.icon-right1{
	position:relative;
	display:inline-block;
	font-family: 'FontAwesome';
	line-height:32px;
	font-size:22px;
	text-align:right;
	z-index:6;
	width:22px;
	height:32px;
}

.icon-left1{
	position:relative;
	display:inline-block;
	font-family: 'FontAwesome';
	line-height:32px;
	font-size:22px;
	text-align:left;
	z-index:6;
	width:22px;
	height:32px;
} 
