	@charset "utf-8";
/* Our Team CSS Document */
.teammember-list{ position:relative; -webkit-transform: perspective(1px) translateZ(0); transform:perspective(1px) translateZ(0); -webkit-transition-duration: 0.3s; transition-duration:0.3s; -webkit-transition-property:transform; transition-property:transform; margin:15px 0; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
.team-thumbnail-wrap{ position: relative; display: block; padding: 50px 20px 70px; }
.team-thumbnail-wrap::before { content: ''; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background-color: #f3faf8; z-index: 1; }
.team-thumbnail{ position: relative; width: 220px; height: 220px; background-color: #019444; margin: 0 auto; border-radius: 50%; z-index: 2; }
.team-thumbnail::before{ content: ''; position: absolute; left: -10px; top: -10px; right: -10px; bottom: -10px; border: 2px dashed rgba(0, 0, 0, 0.20); border-radius: 50%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.team-thumbnail img{ position: relative; display: block; width: 220px; height: 220px; border-radius: 50%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.team-content{ position: relative; padding: 20px 30px; background-color: #ffffff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; text-align: center; }

.team-content .team-name h4{ font-size:22px; font-weight:600; letter-spacing: 1px; margin-bottom: 10px; }
.team-content .team-name h4 a, .team-content .team-name span{ -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
.team-name h4 a, .teammember-list:hover span{ color:#212529; }
.teammember-list:hover h4 a, .team-name span{ color:#019444; }

.member-social-icon { position: relative; display: flex; justify-content: space-around; flex-wrap: wrap; align-items: center; margin: 0px 20px 20px; margin-top: 0px; line-height: 24px; padding: 11px 20px; background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.12); margin-top: -44px; border-radius: 24px; z-index: 2; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }