.team-heading h3{
	color:#FFFFFF;
}
.team-heading h4{
    color: rgba(255, 255, 255, 0.47);
}
.team-info{
    position: relative;
    overflow: hidden;	
}
.team-info img{
	width:100%;
}
.team-caption h4{
    margin:0;
    color: #212121;
    font-size: 1.05em;
    line-height: 1.8em;
}
.team-caption p{
	color: #FFFFFF;
    font-size: .9em;
    margin: 0;
}
.team-caption {
    background: #B3CD27;
    padding: 0.1em;
    text-align: center;
    width: 100%;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}

.team-info:before {
    background-color: rgba(0,0,0,0.85);
    border: 3px solid #FFC107;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.agileits-team-grid1 ul li{
	list-style-position:inside;
	margin-left:0.5em;
}
.agileits-team-grid1 ul li a{
	margin: 0;
color: #333333;
font-size: 1em;
line-height: 2.8em;
padding: 0.3em 0em;
transition:all 1s;
font-weight:bold;
}
.agileits-team-grid1 ul li a:hover{
	text-decoration:underline;
}
.agileits-team-grid1 .work1 h4 {
    margin: 0;
    color: #ffff;
    font-size: 1em;
    line-height: 2em;
	font-weight:100;
    padding: 0.9em 0.8em;
}
.w3l_service_grid_left table tr td{
	color: #000000;
line-height: 2em;
text-align: left;
padding:0.1em 1em;
}

/*-- //team --*/
/*-- /responsive--*/
@media (max-width: 991px){
	.agileits-team-grid {
		float: left;
		width: 50%;
	}

	.agileits-team-grid:nth-child(3),.agileits-team-grid:nth-child(4){
		margin:2em 0 0 0;
	}
}
@media (max-width:414px){
	.w3ls-services-grids, .agileits-team-grids, .w3layouts-contact-grids {
		margin: 2em 0 0 0;
	}
	.agileits-team-grid {
		float: none;
		width: 100%;
	}
	.agileits-team-grid:nth-child(2){
		margin:2em 0 0 0;
	}
	.agileits-team-grid1 h4{
font-size: 0.9em;
}
.w3l_service_grid_left table tr td{
	font-size:0.9em;
}
}
/*-- //responsive--*/