:root {
  --bodyFont: "Poppins", sans-serif;
  --titleFont: "Tomorrow", sans-serif;
  --transition: all 0.5s ease-in-out;
  --transition-sec: all 1.8s ease-in-out;
  --transition-third: all 2.2s ease-in-out;
  /* Color styles */
  --primaryColor: #ed2a00;
  --titleColor: #ffffff;
  --textColor: #474747;
  --bodyColor: #000000;
  --blackColor: #000000;
  --whiteColor: #ffffff;
  --menuColor: #000000;
  --borderColor: #e6e6e6;
  --borderColor2: #ffffff14;
  --btnTextColor: #000000;
  --btnTextHoverColor: var(--primaryColor);
  --btnBgColor: var(--primaryColor);
  --btnBgHoverColor: var(--primaryColor5);
  --linkColor: var(--secondaryColor);
  --linkHoverColor: var(--primaryColor);
  --neutralColor0: #ffffff;
  --neutralColor10: #fafafa;
  --neutralColor20: #f5f5f6;
  --neutralColor30: #ebebed;
  --neutralColor40: #dfdfe1;
  --neutralColor50: #c2c2c6;
  --neutralColor60: #b3b3b8;
  --neutralColor70: #a7a7ac;
  --neutralColor80: #98999e;
  --neutralColor90: #898a91;
  --neutralColor100: #7b7b83;
  --neutralColor200: #6c6d75;
  --neutralColor300: #5d5e67;
  --neutralColor400: #51525c;
  --neutralColor500: #42434e;
  --neutralColor600: #363742;
  --neutralColor700: #252632;
  --neutralColor800: #161725;
  --neutralColor900: #0a0b19;
  --neutralColor1000: #0d0d0d;
}

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.team-grid-style1 .team-item {
  overflow: visible;
}
.team-grid-style1 .team-item .team-inner-wrap {
  border-radius: 8px;
  overflow: hidden;
}
.team-grid-style1 .team-item .social-icons1 {
  text-align: center;
  margin-top: 14px;
}
.team-grid-style1 .team-item .social-icons1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.team-grid-style1 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 50px;
  background: var(--primaryColor);
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a i {
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a:hover i {
  color: var(--btnTextColor);
  background: transparent;
}
.team-grid-style1 .team-item :hover .image-wrap .social-icons1 {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.team-grid-style1 .team-item .team-content {
  text-align: center;
  margin: 0;
  padding: 28px 28px 25px;
  background: var(--primaryColor);
  margin-bottom: 20px;
  position: unset;
  opacity: 1;
}
.team-grid-style1 .team-item .team-content h3.team-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.team-grid-style1 .team-item .team-content h3.team-name a {
  text-decoration: none;
  color: #ffffff;
}
.team-grid-style1 .team-item .team-content h3.team-name a:hover {
  color: #c4c4c4;
}
.team-grid-style1 .team-item .team-content span.team-title {
  text-transform: uppercase;
  font-family: var(--titleFont);
  font-size: 14px;
  color: #ffffff;
}
.team-grid-style1 .team-item .social-icons {
  display: none;
}

.team-grid-style2 {
  padding-bottom: 110px !important;
}
.team-grid-style2 .team-inner-wrap {
  position: relative;
  margin-bottom: 35px;
  padding-top: 20px;
}
.team-grid-style2 .team-inner-wrap .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.team-grid-style2 .team-inner-wrap a {
  text-decoration: none;
}
.team-grid-style2 .team-inner-wrap .team-img-sec {
  position: relative;
}
.team-grid-style2 .team-inner-wrap .wrap-text {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding: 0 40px 12px;
  background: #fff;
}
.team-grid-style2 .team-inner-wrap .wrap-text .team-desc {
  margin-bottom: 0;
}
.team-grid-style2 .team-content {
  position: absolute;
  left: 0;
  bottom: -20%;
  background: #fff;
  border-radius: 0 15px 15px 15px;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.0705882353);
  text-align: center;
}
.team-grid-style2 .team-content .header {
  padding: 30px 82px 22px 82px;
  border-bottom: 1px solid #f0f0f0;
}
.team-grid-style2 .team-content .header .team-name {
  margin-bottom: 3px;
}
.team-grid-style2 .team-content .header .team-name a {
  color: #1c2539;
}
.team-grid-style2 .team-content .header .team-title {
  color: #f64a00;
}
.team-grid-style2 .team-content .social-icons {
  padding: 27px 0 36px 0;
  display: flex;
  justify-content: center;
}
.team-grid-style2 .team-content .social-icons a {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: block;
  line-height: 40px;
  margin-right: 7px;
}
.team-grid-style2 .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-grid-style2 .team-content .social-icons a i {
  font-size: 14px;
  color: #1c2539;
  transition: 0.3s;
}
.team-grid-style2 .team-content .social-icons a:hover {
  background: #f64a00;
}
.team-grid-style2 .team-content .social-icons a:hover i {
  color: #fff;
}

.team-grid-style2 .team-inner-wrap {
  margin-bottom: 95px;
}

.team-grid-style3 .team-item {
  position: relative;
}
.team-grid-style3 .team-item img {
  position: relative;
  z-index: 1;
}
.team-grid-style3 .team-item .team-inner-wrap {
  position: relative;
}
.team-grid-style3 .team-item .team-inner-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: green;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.team-grid-style3 .team-item .team-content {
  position: absolute;
  display: block;
  left: 50%;
  width: 100%;
  top: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  color: #fff;
  padding: 15px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.team-grid-style3 .team-item .team-content .team-name {
  margin-bottom: 0;
  font-size: 20px;
}
.team-grid-style3 .team-item .team-content .team-name a {
  color: #fff;
}
.team-grid-style3 .team-item .team-content .team-title {
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}
.team-grid-style3 .team-item .team-content .social-icons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.team-grid-style3 .team-item .team-content .social-icons a {
  color: #fff;
  margin-right: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-grid-style3 .team-item .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-grid-style3 .team-item .team-content .social-icons a:hover {
  opacity: 0.8;
}
.team-grid-style3 .team-item:hover .team-content {
  opacity: 1;
  width: 100%;
  top: 80%;
}
.team-grid-style3 .team-item:hover .team-inner-wrap:before {
  opacity: 0.6;
}

.team-grid-style3 .team-img:after {
  top: 0;
}

.team-grid-style3 .team-img:before {
  bottom: 0;
}

.team-grid-style4 .owl-stage-outer {
  overflow-y: visible;
}
.team-grid-style4 .team-item {
  margin-bottom: 125px;
  position: relative;
  overflow: visible;
}
.team-grid-style4 .team-item:before {
  display: none;
}
.team-grid-style4 .team-item .team-content {
  color: #f8560c;
  background: #fff;
  padding: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
  opacity: 1;
  width: unset;
  height: unset;
  display: inline-block;
  top: unset;
  bottom: -85px;
  padding: 20px 20px 25px;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.0705882353);
  left: 50%;
  border-radius: 15px;
  max-width: 310px;
  transform: translateX(-50%);
  width: 95%;
}
.team-grid-style4 .team-item .team-content .team-name {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 27px;
}
.team-grid-style4 .team-item .team-content .team-name a {
  color: var(--primaryColor);
}
.team-grid-style4 .team-item .team-content .team-name a:hover {
  color: var(--btnTextColor);
}
.team-grid-style4 .team-item .team-content .team-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 5px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #0a0a0a;
}
.team-grid-style4 .team-item .team-content .team-desc {
  font-size: 14px;
  margin-bottom: 0;
  color: #777;
  position: relative;
  z-index: 1;
  max-height: 0;
  opacity: 0;
  line-height: 24px;
  transition: all 0.6s, max-height 0.5s;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--primaryColor);
  top: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
}
.team-grid-style4 .team-item .team-content .social-icons {
  text-align: center;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.team-grid-style4 .team-item .team-content .social-icons a {
  margin-right: 7px;
  display: inline-block;
}
.team-grid-style4 .team-item .team-content .social-icons a i {
  color: var(--primaryColor);
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a i:hover {
  color: #fff;
  background: var(--primaryColor);
}
.team-grid-style4 .team-item:before {
  background: transparent;
}
.team-grid-style4 .team-item:hover .team-content {
  opacity: 1;
  top: unset;
}
.team-grid-style4 .team-item:hover .team-content .team-desc {
  position: relative;
  max-height: 400px;
  opacity: 1;
  text-align: center;
  transform: scaleY(1);
  transition: all 0.4s, max-height 1.5s;
  padding-top: 18px;
  margin-top: 8px;
}

.team-grid-style5 .team-item {
  margin-bottom: 15px;
}
.team-grid-style5 .team-item .team-inner-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap img {
  transition: all 0.7s;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .main i {
  background: #fff;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  color: var(--primaryColor);
  transition: 0.3s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .main i:before {
  font-weight: bold;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .main:after {
  color: #111111;
  content: "\e844";
  font-family: "tp-icons";
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #df0a0a;
  transition: 0.3s;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .team-social-one {
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateY(-45px);
  transition: 1s;
  opacity: 0;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .team-social-one i {
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: var(--primaryColor);
  transition: 0.3s;
  margin-bottom: -1px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .team-social-one i:hover {
  background: var(--primaryColor);
  color: #fff;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social:hover .main i:before {
  opacity: 0;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social:hover .main:after {
  background: var(--primaryColor);
  color: #ffffff;
  opacity: 1;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social:hover .team-social-one {
  transform: translateY(-126%);
  z-index: 2;
  opacity: 1;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content {
  width: 100%;
  padding: 32px 30px 27px 0px;
  color: #444;
  overflow: hidden;
  background: #fff;
  transition: 0.3s all ease;
  border-radius: 0 0 15px 15px;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .member-desc .team-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .member-desc .team-name a {
  color: var(--titleColor);
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .member-desc .team-title {
  font-size: 15px;
  text-transform: capitalize;
  color: #222;
  float: none;
  text-align: center;
  font-weight: 400;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .team-desc {
  display: none;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .social-icons {
  bottom: -100px !important;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 2;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(0.5);
  transition: 0.4s all ease;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .social-icons a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  border: none;
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
  background: 0 0 !important;
  margin-right: 8px;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .social-icons a i {
  transition: all 0.3s;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .social-icons a i:hover {
  color: var(--btnTextColor);
}

.team-grid-style6 .single-team-three,
.team-grid-style11 .single-team-three {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1;
  margin-bottom: 30px;
}
.team-grid-style6 .single-team-three .thumbnail,
.team-grid-style11 .single-team-three .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}
.team-grid-style6 .single-team-three .thumbnail img,
.team-grid-style11 .single-team-three .thumbnail img {
  width: 100%;
  transition: 1.5s;
}
.team-grid-style6 .single-team-three .thumbnail span.tp-team-speaker,
.team-grid-style11 .single-team-three .thumbnail span.tp-team-speaker {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 5px 15px 5px 10px;
  border-radius: 30px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.team-grid-style6 .single-team-three .thumbnail span.tp-team-speaker img,
.team-grid-style11 .single-team-three .thumbnail span.tp-team-speaker img {
  width: 20px !important;
  max-width: 100%;
  margin-right: 5px;
}
.team-grid-style6 .single-team-three .thumbnail:hover img,
.team-grid-style11 .single-team-three .thumbnail:hover img {
  transform: scale(1.15);
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper,
.team-grid-style11 .single-team-three .thumbnail .social-team-wrapper {
  position: absolute;
  top: 0;
  right: -30px;
  top: 30px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul,
.team-grid-style11 .single-team-three .thumbnail .social-team-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li,
.team-grid-style11 .single-team-three .thumbnail .social-team-wrapper ul li {
  margin-bottom: 10px;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li a,
.team-grid-style11 .single-team-three .thumbnail .social-team-wrapper ul li a {
  transition: all 0.5s;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li a i,
.team-grid-style11 .single-team-three .thumbnail .social-team-wrapper ul li a i {
  transition: all 0.5s;
  background: var(--primaryColor);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li a:hover i,
.team-grid-style11 .single-team-three .thumbnail .social-team-wrapper ul li a:hover i {
  color: #fff;
}
.team-grid-style6 .single-team-three:hover .social-team-wrapper,
.team-grid-style11 .single-team-three:hover .social-team-wrapper {
  right: 30px;
  opacity: 1;
  visibility: visible;
}
.team-grid-style6 .single-team-three .content-area,
.team-grid-style11 .single-team-three .content-area {
  margin-top: 25px;
}
.team-grid-style6 .single-team-three .content-area .name,
.team-grid-style11 .single-team-three .content-area .name {
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 5px;
}
.team-grid-style6 .single-team-three .content-area .name a,
.team-grid-style11 .single-team-three .content-area .name a {
  color: var(--titleColor);
}
.team-grid-style6 .single-team-three .content-area .name a:hover,
.team-grid-style11 .single-team-three .content-area .name a:hover {
  color: var(--primaryColor);
}
.team-grid-style6 .single-team-three .content-area .designation,
.team-grid-style11 .single-team-three .content-area .designation {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.team-grid-style11 .content-area .name {
  margin-bottom: 0;
}
.team-grid-style11 .content-area .designation {
  margin-bottom: 8px;
}

.team-grid-style9 .hover-item.position-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 25px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.9);
  transition: all 0.5s linear 0s;
}
.team-grid-style9 .hover-item.position-absolute .text-item h4 {
  font-size: 28px;
  text-transform: uppercase;
}
.team-grid-style9 .hover-item.position-absolute .text-item h4 a {
  color: #fff;
}
.team-grid-style9 .hover-item.position-absolute .text-item h4 a:hover {
  color: #ff4c4c;
}
.team-grid-style9 .single-item.position-relative::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear 0s;
}
.team-grid-style9 .single-item.position-relative:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.team-grid-style9 .single-item.position-relative:hover .hover-item.position-absolute {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.team-grid-style10 .single-team-three {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 2;
  margin-bottom: 30px;
}
.team-grid-style10 .single-team-three .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.team-grid-style10 .single-team-three .thumbnail::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #00100b;
  opacity: 0;
  visibility: visible;
  transition: all 0.5s linear 0s;
  z-index: 1;
}
.team-grid-style10 .single-team-three .thumbnail img {
  width: 100%;
  transition: 1.5s;
}
.team-grid-style10 .single-team-three .thumbnail:hover img {
  transform: scale(1.15);
}
.team-grid-style10 .single-team-three .thumbnail .social-team-wrapper {
  position: absolute;
  top: 0;
  right: -30px;
  top: 30px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.team-grid-style10 .single-team-three .thumbnail .social-team-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.team-grid-style10 .single-team-three .thumbnail .social-team-wrapper ul li {
  margin-bottom: 10px;
}
.team-grid-style10 .single-team-three .thumbnail .social-team-wrapper ul li a {
  transition: all 0.5s;
}
.team-grid-style10 .single-team-three .thumbnail .social-team-wrapper ul li a i {
  transition: all 0.5s;
  background: var(--whiteColor);
  color: var(--titleColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.team-grid-style10 .single-team-three .thumbnail .social-team-wrapper ul li a:hover i {
  color: #fff;
  background: var(--primaryColor);
}
.team-grid-style10 .single-team-three .thumbnail .content-area {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear 0s;
  padding: 25px;
  z-index: 2;
}
.team-grid-style10 .single-team-three .thumbnail .content-area .name {
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 5px;
  font-size: 24px;
}
.team-grid-style10 .single-team-three .thumbnail .content-area .name a {
  color: var(--whiteColor);
}
.team-grid-style10 .single-team-three .thumbnail .content-area .name a:hover {
  color: var(--primaryColor);
}
.team-grid-style10 .single-team-three .thumbnail .content-area .designation {
  font-size: 14px;
  font-weight: 300;
  color: var(--whiteColor);
}
.team-grid-style10 .single-team-three:hover .social-team-wrapper {
  right: 30px;
  opacity: 1;
  visibility: visible;
}
.team-grid-style10 .single-team-three:hover .content-area {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.team-grid-style10 .single-team-three:hover .thumbnail::before {
  opacity: 0.5;
  visibility: visible;
}/*# sourceMappingURL=team-grid.css.map */