/*Our Team images css*/
.hovereffect{position:relative;overflow:hidden;border-radius:50%;transition:.5s;box-shadow:0 5px 10px 5px rgba(0, 0, 0, 0.12);border:8px solid #efefef;}.hovereffect:hover{border-radius:5px}.hovereffect .hover-overlay{position:absolute;left:50%;top:50%;margin:auto;transition:.5s;width:0%;height:0%;background:linear-gradient(45deg,rgba(0,0,0,.5),rgba(0,0,0,.1));color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:flex-end;opacity:0}.hovereffect:hover .hover-overlay{width:100%;height:100%;opacity:1;left:0;top:0}.hovereffect img{transition:1s .3s ease-in}.hovereffect:hover img{transform:scale(1.2)}.hovereffect h2{background:#0050a9cf;font-size:15px;padding:15px;display:inline-block;font-weight:700}.hovereffect .info{background:var(--white);color:var(--black);font-size:15px;padding:5px 10px;display:inline-block;border-radius:20px}.hovereffect .info,.hovereffect h2{opacity:0}.hovereffect:hover .info,.hovereffect:hover h2{opacity:1}