 .team-item {position: relative;overflow: hidden;z-index: 1;}.team-item .overlay {background-color: rgba(0, 0, 0, 0.2);position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;z-index: 1;visibility: hidden;opacity: 0;}.team-item:hover .overlay {visibility: visible;opacity: 1;}.team-item img {width: 100%;transition: all 0.3s ease-in-out;}.team-item:hover img {transform: scale(1.08);cursor: pointer;}.team-item .team-content {display: block;}.team-item.style-1 .team-content h3 {background-color: #fff;color: #263a4f;font-size: 17px;position: absolute;left: 10px;bottom: -17px;box-shadow: 0px 14px 70px -10px rgba(0, 0, 0, .15);transform-origin: 0 0;transform: rotate(270deg);padding: 10px;z-index: 2;margin: 0;}.team-item.style-1 .team-content span {position: absolute;width: auto;height: auto;right: 20px;bottom: 20px;color: #fff;font-size: 12px;font-family: "Work Sans", sans-serif;padding: 5px 10px;background-color: #bfca02;box-shadow: 0px 14px 70px -10px rgba(0, 0, 0, .15);text-transform: uppercase;font-weight: 600;z-index: 2;}.team-item.style-2 .team-content {position: absolute;left: 0;bottom: 0;width: 100%;height: auto;padding: 25px;z-index: 3;}.team-item.style-2 .team-content h3 {font-size: 17px;color: #fff;letter-spacing: -0.04em;margin: 0;transition: all 0.3s linear;}.team-item.style-2 .team-content span {display: block;color: #fff;font-size: 12px;font-family: "Work Sans", sans-serif;font-weight: 600;text-transform: uppercase;transition: all 0.3s linear;}.team-item.style-2:hover .team-content h3, .team-item.style-2:hover .team-content span {transform: translateY(-5px);}.team-item .team-social {position: absolute;width: auto;height: auto;right: 20px;top: 20px;visibility: hidden;opacity: 0;list-style: none;margin: 0;padding: 0;z-index: 2;transition: all 0.3s linear;}.team-item:hover .team-social {visibility: visible;opacity: 1;}.team-item .team-social li {transform: translateX(50px);transition: all 0.3s linear;}.team-item .team-social li:nth-child(1) {transition-delay: 0ms;}.team-item .team-social li:nth-child(2) {transition-delay: 50ms;}.team-item .team-social li:nth-child(3) {transition-delay: 100ms;}.team-item .team-social li:nth-child(4) {transition-delay: 150ms;}.team-item .team-social li:nth-child(5) {transition-delay: 200ms;}.team-item:hover .team-social li {transform: translateX(0);}.team-social li a {color: #fff;margin-bottom: 20px;display: flex;align-items: center;justify-content: center;}.team-social li a svg{fill: currentColor;width: auto;height: 18px;}.team-3.style-3 {text-align: center;overflow: hidden;}.team-3.style-3 .team-thumb {position: relative;overflow: hidden;border-radius: 3px;}.team-3.style-3 .team-thumb img {transition: all 0.3s linear;}.team-3.style-3 .team-thumb:hover img {-webkit-transform: scale(1.1) rotate(2deg);transform: scale(1.1) rotate(2deg);filter: blur(2px);-webkit-animation: teamhover 0.2s linear;animation: teamhover 0.2s linear;}.team-3.style-3 .team-details {display: inline-block;text-align: center;margin-top: 15px;}.team-3.style-3 .team-details h3 {margin: 0;}.team-3.style-3 .team-details h3 .m-title {font-size: 18px;color: #263a4f;font-weight: 600;letter-spacing: -1px;display: block;margin: 0;}.team-3.style-3 .team-details h3 .pos {display: block;font-family: "Work Sans", sans-serif;font-size: 12px;font-weight: 600;text-transform: uppercase;color: #6a8695;letter-spacing: 0;margin-top: 10px;}.team-3.style-3 .team-social {position: absolute;width: 100%;height: auto;left: 0;bottom: 30px;text-align: center;margin: 0;padding: 0;}.team-3.style-3 .team-social li {display: inline-block;visibility: hidden;margin: 2px;opacity: 0;-webkit-transform: translateY(100%);transform: translateY(100%);-webkit-transition: all .4s cubic-bezier(.37, .31, .2, .85);transition: all .4s cubic-bezier(.37, .31, .2, .85);}.team-3.style-3:hover .team-social li {transform: translateY(0);visibility: visible;opacity: 1;}.team-3.style-3 .team-social li a {display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;border-radius: 50%;color: #fff;font-size: 13px;}.team-3.style-3 .team-social li a.fb {background-color: #3b5999;}.team-3.style-3 .team-social li a.twitter {background-color: #55acee;}.team-3.style-3 .team-social li a.insta {background-color: #e4405f;}.team-3.style-3 .team-social li a.yt {background-color: #cd201f;}.team-3.style-3 .team-social li a.linkedin {background-color: #0e76a8;}.team-3.style-3 .team-social li:nth-child(1) {transition-delay: 0ms;}.team-3.style-3 .team-social li:nth-child(2) {transition-delay: 50ms;}.team-3.style-3 .team-social li:nth-child(3) {transition-delay: 100ms;}.team-3.style-3 .team-social li:nth-child(4) {transition-delay: 150ms;}.team-3.style-3 .team-social li:nth-child(5) {transition-delay: 200ms;}@-webkit-keyframes teamhover {from {-webkit-transform: scale(1);transform: scale(1);filter: blur(0);}60% {-webkit-transform: scale(1.05) rotate(1deg);transform: scale(1.05) rotate(1deg);filter: blur(1px);}to {-webkit-transform: scale(1.1) rotate(2deg);transform: scale(1.1) rotate(2deg);filter: blur(2px);}}@keyframes teamhover {from {-webkit-transform: scale(1);transform: scale(1);filter: blur(0);}60% {-webkit-transform: scale(1.05) rotate(1deg);transform: scale(1.05) rotate(1deg);filter: blur(1px);}to {-webkit-transform: scale(1.1) rotate(2deg);transform: scale(1.1) rotate(2deg);filter: blur(2px);}}