.our-team{
    position: relative;
    text-align:center;
    overflow: hidden;
    box-shadow:0 0 5px #00000047;
	border-radius: 10px;
	margin-top:25px; border:1px solid #ffffff47;
}

small{ color: #4d9c2e; font-size: 15px;}
.our-team a{ color: #000;}



.demo
{
	padding: 100px 0;
}
.heading-title
{
	margin-bottom: 100px;
}
.our-team img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.40s linear 0s;
}

.our-team:hover img{
    transform: scale(1.3);
    transition:transform 3s linear 0s;
}

.our-team .team-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 40px 20px;
    background: rgba(255,255,255,0.8);
    transition: all 0.50s ease-in-out;
}

.our-team:hover .team-content{
    opacity: 1;
}

.our-team .team-prof{
    margin:20px 0 20px 0;
    position:relative;
    top:13%;
}

.our-team .team-prof a{
    color:#0374c8;
    font-size:16px;
    font-weight: bold;
    letter-spacing:1px;
    text-transform: none;
}

.our-team .team-prof a:hover{
    color:#4b9c2e;
    text-decoration:none;
}

.our-team .team-prof small{
    color:#020202;
    display: block;
    font-size:13px;
    margin-top:10px;
    text-transform: none;
}

.our-team .social-link{
    padding:0;
    margin:0;
    position:relative;
    top:13%;
}

.our-team .social-link li{
    list-style:none;
    margin-right:5px;
    display:inline-block;
}

.our-team .social-link li a{
    width: 35px;
    height: 35px;
    line-height:35px;
    border-radius:50%;
    color:#fff;
    background:rgba(0, 0, 0, 0.3);
}

.our-team .social-link li a:hover{
    background:#0374c8;
    text-decoration:none;
}

@media only screen and (max-width: 990px){
    .our-team{  margin-bottom:20px; }
}@charset "utf-8";
/* CSS Document */

