@media(max-width:767px)
{
	.our-team-main
{
	width:100%;
	height:320px;
	border-bottom:5px #323233 solid;
	background:#fff;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
	
}
}
@media(min-width:768px)
{
	
.our-team-main
{
	width:60%;
	height:320px;
	border-bottom:5px #323233 solid;
	background:#fff;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
	
}

}
@media(min-width:1024px)
{

.our-team-main
{
	width:100%;
	height:320px;
	border-bottom:5px #323233 solid;
	background:#fff;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
}

}

.our-team-main h3
{
	font-size:20px;
	font-weight:700;
}

.our-team-main p
{
	margin-bottom:0;
}

.team-back
{
	width:100%;
	height:320px;
	position:absolute;
	top:60px;
	left:0px;
	padding:5px 15px 0 15px;
	text-align:left;
	background:#fff;
	
	
}

.team-front
{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
	background:#fff;
	padding:15px;
	bottom:0px;
	transition: all 0.5s ease;
}

.our-team-main:hover .team-front
{
	bottom:-240px;
	transition: all 0.5s ease;
}

.our-team-main:hover
{
	border-color:#777;
	transition:0.5s;
}


#Head1
  {
    text-align: center;
    color:#245993 ;
  }
  #Head1>strong
  {
    color:#857a3a ;
  }


.fa#person,.fa#globalmail,.fa#globe
{
	color:#857a3a;
	border: none;
	font-size: x-large;
	margin-left:10px;
	margin-right:5px;

}
.fa#person:hover,.fa#globalmail:hover,.fa#globe:hover {
	
	background-color:white;
	color:#857a3a;
	border: none;
	font-size: x-large;
	margin-right:10px;

  }
h5,h6{
  color:#245993;
}
.country{
    margin: 0;
	padding: 0;
	text-align: center;
	font-size: 22px;
	color: #245993;
	font-weight: 600;

}
