
.our-team{
	background-color: white;
	text-align: center;
	overflow: hidden;
	position: relative;
	border:1px dotted #ccc;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
}
h1{
    margin-bottom:15px;
}
.our-team .pic{
    display:inline-block;
    width: 200px;
    height: 200px;
    margin-bottom: 10px;

    position: relative;
    z-index: 1;
	
}
.our-team .pic:before{
	content: "";
	width: 100%;
	height: 0;
	border-radius: 50%;
	background-color:antiquewhite; /*background-color top*/
	position: absolute;
	bottom: 135%;
	right: 0;
	left: 0;
	transform: scale(3);
	transition: all 0.3s linear 0s;
}

.our-team:hover .pic:before{
    height: 100%;
}
.our-team .pic::after{
    content: "";
    width: 100%;
    height: 99%;
    border-radius: 50%;
   /*/ background: #f54957;background-BORDER color for image*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content{
	margin-top: 45px;
    margin-bottom: 10px;
}
.our-team .teamname{
    font-size: 16px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize; 
}@charset "utf-8";
/* CSS Document */

