.team-slider-style1 {
  padding-top: 20px;
  padding-bottom: 40px; }

.team-style-one {
  background: var(--e-global-color-white);
  border-radius: 8px;
  transition: .3s;
  box-shadow: 0px 12px 52px rgba(27, 23, 23, 0.03);
  border-radius: 8px; }
  .team-style-one:hover {
    transform: translateY(-20px); }
  .team-style-one .team-image-area {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    display: block; }
    .team-style-one .team-image-area img {
      width: 100%;
      transition: .3s;
      object-fit: cover; }
    .team-style-one .team-image-area:hover img {
      transform: scale(1.07); }
    .team-style-one .team-image-area .team-social {
      position: absolute;
      bottom: 30px;
      right: 30px; }
      .team-style-one .team-image-area .team-social .share-btn {
        background: var(--e-global-color-white);
        border-radius: 50%;
        font-size: 15px;
        line-height: 44px;
        font-weight: 600;
        color: var(--e-global-color-primary);
        transition: .3s;
        height: 44px;
        width: 44px;
        text-align: center; }
      .team-style-one .team-image-area .team-social:hover .share-btn {
        background: var(--e-global-color-primary);
        color: var(--e-global-color-white); }
      .team-style-one .team-image-area .team-social ul {
        display: flex;
        flex-direction: column;
        position: absolute;
        transform: translateY(50px);
        transition: 1s;
        opacity: 0;
        margin: 0;
        padding: 0; }
        .team-style-one .team-image-area .team-social ul li {
          list-style: none; }
          .team-style-one .team-image-area .team-social ul li .social-icon {
            background: var(--e-global-color-white);
            border-radius: 60%;
            font-size: 16px;
            font-weight: 500;
            color: var(--e-global-color-primary);
            transition: 0.3s;
            margin-bottom: 10px;
            height: 45px;
            width: 45px;
            line-height: 45px;
            text-align: center;
            display: inline-block; }
            .team-style-one .team-image-area .team-social ul li .social-icon:hover {
              background: var(--e-global-color-primary);
              color: var(--e-global-color-white); }
      .team-style-one .team-image-area .team-social:hover .share-btn {
        opacity: 0; }
      .team-style-one .team-image-area .team-social:hover ul {
        transform: translateY(-96%);
        z-index: 2;
        opacity: 1; }
  .team-style-one .content-inner {
    padding: 28px 30px 27px 30px; }
    .team-style-one .content-inner a .title {
      margin-bottom: 0px;
      transition: .3s;
      font-size: 24px;
      line-height: 1.2; }
    .team-style-one .content-inner a:hover .title {
      color: var(--e-global-color-primary); }
    .team-style-one .content-inner .designation {
      color: var(--e-global-color-primary);
      font-size: 16px;
      margin: 0; }
  .team-style-one.grid-item {
    margin-bottom: 30px; }

.team-style-two {
  position: relative; }
  .team-style-two .thumbnail {
    display: block;
    overflow: hidden;
    border-radius: 15px; }
    .team-style-two .thumbnail img {
      transition: .5s;
      width: 100%;
      object-fit: cover; }
  .team-style-two:hover img {
    transform: scale(1.07); }
  .team-style-two .content-inner {
    position: absolute;
    left: 50%;
    background: var(--e-global-color-white);
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    text-align: center;
    margin-top: -96px;
    transform: translateX(-50%);
    width: 80%;
    padding: 25px 0 25px 0; }
    .team-style-two .content-inner .title {
      font-size: 24px;
      line-height: 1.2;
      margin-bottom: 5px; }
    .team-style-two .content-inner .text-top {
      padding: 0 10px 0 10px; }
    .team-style-two .content-inner .team-social {
      display: flex;
      justify-content: center;
      border-top: 1px solid #f0f0f0;
      padding: 20px 20px 5px 20px;
      margin-top: 15px; }
      .team-style-two .content-inner .team-social ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        align-items: center;
        gap: 10px;
        list-style: none; }
        .team-style-two .content-inner .team-social ul li {
          margin: 0;
          padding: 0; }
          .team-style-two .content-inner .team-social ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            width: 40px;
            background: #F6F6F6;
            border-radius: 50%;
            color: var(--e-global-color-secondary);
            transition: .4s; }
            .team-style-two .content-inner .team-social ul li a:hover {
              background: var(--e-global-color-secondary);
              color: var(--e-global-color-white); }

.team-style-three {
  position: relative; }
  .team-style-three::after {
    position: absolute;
    left: 50%;
    bottom: -82px;
    content: "";
    height: 200px;
    width: 200px;
    background: #1c25392e;
    filter: blur(79px);
    transform: translateX(-50%);
    z-index: -1; }
  .team-style-three .thumbnail {
    display: block;
    overflow: hidden;
    border-radius: 15px; }
    .team-style-three .thumbnail img {
      transition: 0.5s;
      width: 100%;
      object-fit: cover; }
  .team-style-three .content-inner {
    margin-top: -165px;
    height: 308px;
    width: 280px;
    margin-left: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(48.93% 0.356%, 48.93% 0.356%, 49.136% 0.264%, 49.349% 0.194%, 49.568% 0.143%, 49.791% 0.113%, 50.015% 0.103%, 50.24% 0.113%, 50.463% 0.143%, 50.681% 0.194%, 50.895% 0.264%, 51.101% 0.356%, 98.912% 24.359%, 98.912% 24.359%, 99.106% 24.469%, 99.283% 24.594%, 99.444% 24.734%, 99.586% 24.887%, 99.708% 25.052%, 99.811% 25.227%, 99.892% 25.411%, 99.951% 25.602%, 99.988% 25.798%, 100% 26%, 100% 74%, 100% 74%, 99.988% 74.202%, 99.951% 74.398%, 99.892% 74.589%, 99.811% 74.773%, 99.708% 74.948%, 99.586% 75.113%, 99.444% 75.266%, 99.283% 75.406%, 99.106% 75.531%, 98.912% 75.641%, 51.101% 99.645%, 51.101% 99.645%, 50.895% 99.736%, 50.681% 99.806%, 50.463% 99.857%, 50.24% 99.887%, 50.015% 99.897%, 49.791% 99.887%, 49.568% 99.857%, 49.349% 99.806%, 49.136% 99.736%, 48.93% 99.645%, 1.119% 75.641%, 1.119% 75.641%, 0.925% 75.531%, 0.747% 75.406%, 0.587% 75.266%, 0.445% 75.113%, 0.322% 74.948%, 0.22% 74.773%, 0.138% 74.589%, 0.079% 74.398%, 0.043% 74.202%, 0.031% 74%, 0.031% 26%, 0.031% 26%, 0.043% 25.798%, 0.079% 25.602%, 0.138% 25.411%, 0.22% 25.227%, 0.322% 25.052%, 0.445% 24.887%, 0.587% 24.734%, 0.747% 24.594%, 0.925% 24.469%, 1.119% 24.359%, 48.93% 0.356%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--e-global-color-white);
    text-align: center; }
    .team-style-three .content-inner .inner {
      width: 100%; }
    .team-style-three .content-inner .text-top {
      padding: 21px 40px 15px 40px;
      text-align: center; }
      .team-style-three .content-inner .text-top .title {
        font-size: 24px;
        line-height: 1.2;
        margin: 0;
        margin-bottom: 6px; }
    .team-style-three .content-inner .team-social {
      display: flex;
      justify-content: center;
      border-top: 1px solid #f0f0f0;
      padding: 20px 15px 5px 15px; }
      .team-style-three .content-inner .team-social ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        align-items: center;
        gap: 10px;
        list-style: none; }
        .team-style-three .content-inner .team-social ul li {
          margin: 0;
          padding: 0; }
          .team-style-three .content-inner .team-social ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            width: 40px;
            background: #F6F6F6;
            border-radius: 50%;
            color: var(--e-global-color-secondary);
            transition: .4s; }
            .team-style-three .content-inner .team-social ul li a:hover {
              background: var(--e-global-color-secondary);
              color: var(--e-global-color-white); }
  .team-style-three:hover .thumbnail img {
    transform: scale(1.07); }

.team-style-four .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px; }
  .team-style-four .thumbnail img {
    transition: .3s;
    width: 100%;
    object-fit: cover; }
.team-style-four .title {
  margin-bottom: 10px;
  font-size: 24px;
  transition: 0.3s; }
.team-style-four .designation {
  font-size: 16px;
  font-weight: 400;
  margin: 0; }
.team-style-four:hover .thumbnail img {
  transform: scale(1.05); }
