.our-team{ text-align: center; }

.our-team .pic{
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 100px 0 0 rgba(255, 255, 255, 0.01) inset, 0 100px 0 rgba(255, 255, 255, 0.01) inset, -100px 0 0 rgba(255, 255, 255, 0.01) inset, 0 -100px 0 rgba(255, 255, 255, 0.01) inset;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms linear 0s;
}

.our-team .pic:after{
    transform: rotate(45deg);
}

.our-team:hover .pic:after,
.our-team:hover .pic:before{
    box-shadow: 5px 0 0 rgba(255, 0, 0, 0.5) inset, 0 5px 0 rgba(252, 150, 0, 0.5) inset, -5px 0 0 rgba(0, 255, 0, 0.5) inset, 0 -5px 0 rgba(0, 150, 255, 0.5) inset;
}

.our-team .pic img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 300ms linear 0s;
}

.our-team:hover .pic img{
    transform: scale(1.1);
}

.our-team .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #4371ac;
    letter-spacing: 1px;
    margin: 0 0 17px 0;
}

.our-team .post{
	display: block;
	font-size: 13px;
	color: #333;
	text-transform: capitalize;
	text-align: justify;
	line-height: 24px;
	height: 405px;
}

.socialss {text-align: center;}

.our-team .socialn{
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}

.our-team .socialn li{
    display: inline-block;
    margin-right: 5px;
}

.our-team .socialn li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0 15px 0 15px;
    background: #d33f49;
    font-size: 15px;
    color: #fff;
    transition: all 300ms linear 0s;
	padding-left: 10px;
}

.our-team:hover .socialn li a{
    border-radius: 15px 0 15px 0;
    background: #eca400;
}

@media only screen and (max-width: 767px){
    .our-team{ margin-bottom: 30px; }
}
