#Our-team{
     width: 90%;
    margin: -40px auto;
    position: relative;
    background-color: #cbcbcb;
    min-height: 500px;
    z-index: 999;
    text-align: left;
}
#team{
	width: 1200px;
	margin:auto;
	min-height: 200px;
	overflow: hidden;
	position: relative;
}
#team h1{
    margin: 10px 0px;
    font-family: 'bpg_nino_medium_capsregular';
    font-size: 30px;
    color: #2d2d2d;
}
.team_a{
    position: absolute;
    height: 23px;
    position: absolute;
    top: 10px;
    right: 0;
    color: #c6c6c6;
    font-weight: normal;
    font-size: 20px;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.team_a:hover{
   text-decoration: underline;
}
.team{
	width: 380px;
	height: 430px;
	margin: 10px;
	float: left;
	background-image: url(../img/Untitdfgdfled-2.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
	border: 3px solid #d3cfef;
	box-sizing: border-box;
	 -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.team:hover{
	border: 3px solid #014a7f;
}
.team_color{
	width: 95%;
	height: 60px;
	position: absolute;
	bottom: 0;
	color: #5e5e60;
	line-height: 23px;
	background-color:#e8edf0;
	 -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'bpg_nino_medium_capsregular';
    padding: 10px;
    font-size: 13px;
}
.team_color p{
	margin-top: 14px;
}
.team_color b{
    font-size: 17px;
    color: #000002;
        font-family: "Regular2";
}
.team_color pre{
	color: #014a7f;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
     font-size: 17px;
     margin-top: 5px;
}
